Skip to content

Commit

Permalink
Update to 0.8.1. Add comment to patch.
Browse files Browse the repository at this point in the history
Sigil 0.8.1 2014.10.12
- Set minimum OS X version to 10.9.0 in Info.plist so users trying to
  run on older versions of OS X will receive an error dialog instead of
  a crash dialog.
- Set minimum Windows version to Vista in Installer so installation will
  error when trying to install on XP (which is not supported and Sigil
  binary packages won't run on).
- Fix issue #21: Use Hunspell WORDCHARS to help in tokenization of words.
- Pull request #19: Moving plugin description to ToolTips.
- Pull request #20: Preserve current file name for future save as actions
  if appropriate.
- Fix bug where save after using input plugin would fail.

Sigil 0.8.0 2014.09.27
- Plugin framework.
- Add the svg image tag as an svg inline element (not a block element) and
  add it as an empty element (TidyEmptyTags).
- Allow user defined list of entities to preserve.
- Pull request #16: Hardcode menu Plugins in UI, move it before menu Help.
- Pull request #10: Add ability to move entries in TOC up and down.
- Pull request #8: Allow pasting HTML as HTML or plain text in BookView.
  • Loading branch information
wiz committed Nov 23, 2014
1 parent 82b5a0c commit d704993
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 18 deletions.
17 changes: 7 additions & 10 deletions editors/Sigil/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# $NetBSD: Makefile,v 1.62 2014/11/07 19:39:29 adam Exp $
#
# $NetBSD: Makefile,v 1.63 2014/11/23 19:27:29 wiz Exp $

DISTNAME= Sigil-0.7.4-Code
PKGNAME= ${DISTNAME:S/-Code//}
PKGREVISION= 11
DISTNAME= Sigil-0.8.1
CATEGORIES= editors
MASTER_SITES= http://sigil.googlecode.com/files/
EXTRACT_SUFX= .zip
MASTER_SITES= -https://github.com/user-none/Sigil/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}

MAINTAINER= [email protected]
HOMEPAGE= http://code.google.com/p/sigil/
Expand All @@ -15,8 +11,6 @@ LICENSE= gnu-gpl-v3

MAKE_JOBS_SAFE= NO

WRKSRC= ${WRKDIR}

Qt5_DIR= ${BUILDLINK_PREFIX.qt5-qtbase}/qt5
ALL_ENV+= Qt5_DIR=${Qt5_DIR}

Expand All @@ -33,6 +27,8 @@ BUILDLINK_TRANSFORM+= l:BoostParts:boost_date_time:boost_filesystem:boost_regex:
BUILDLINK_TRANSFORM+= l:Xerces:xerces-c
BUILDLINK_TRANSFORM+= l:zlib:z

REPLACE_PYTHON+= src/Sigil/Resource_Files/plugin_launchers/python/*.py

.include "../../mk/compiler.mk"
# GCC 4.4 and above needs this
.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-4.[4-9]*)
Expand All @@ -43,7 +39,8 @@ _WRAP_EXTRA_ARGS.CXX+= -std=c++0x
.include "../../devel/zlib/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
#.include "../../textproc/hunspell/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../textproc/hunspell/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qtsvg/buildlink3.mk"
.include "../../x11/qt5-qttools/buildlink3.mk"
Expand Down
17 changes: 16 additions & 1 deletion editors/Sigil/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2013/12/13 14:46:10 ryoon Exp $
@comment $NetBSD: PLIST,v 1.9 2014/11/23 19:27:29 wiz Exp $
bin/sigil
share/applications/sigil.desktop
share/pixmaps/sigil.png
Expand All @@ -20,16 +20,30 @@ share/sigil/hunspell_dictionaries/hyph_en_GB.dic
share/sigil/hunspell_dictionaries/hyph_en_US.dic
share/sigil/hunspell_dictionaries/hyph_es.dic
share/sigil/hunspell_dictionaries/hyph_fr.dic
share/sigil/plugin_launchers/python/bookcontainer.py
share/sigil/plugin_launchers/python/compatibility_utils.py
share/sigil/plugin_launchers/python/epub_utils.py
share/sigil/plugin_launchers/python/inputcontainer.py
share/sigil/plugin_launchers/python/launcher.py
share/sigil/plugin_launchers/python/opf_parser.py
share/sigil/plugin_launchers/python/outputcontainer.py
share/sigil/plugin_launchers/python/quickparser.py
share/sigil/plugin_launchers/python/unipath.py
share/sigil/plugin_launchers/python/wrapper.py
share/sigil/translations/sigil_bg.qm
share/sigil/translations/sigil_ca.qm
share/sigil/translations/sigil_cmn.qm
share/sigil/translations/sigil_cs.qm
share/sigil/translations/sigil_da_DK.qm
share/sigil/translations/sigil_de.qm
share/sigil/translations/sigil_el_GR.qm
share/sigil/translations/sigil_en.qm
share/sigil/translations/sigil_es.qm
share/sigil/translations/sigil_es_419.qm
share/sigil/translations/sigil_fi.qm
share/sigil/translations/sigil_fr.qm
share/sigil/translations/sigil_gl.qm
share/sigil/translations/sigil_he.qm
share/sigil/translations/sigil_hu_HU.qm
share/sigil/translations/sigil_id_ID.qm
share/sigil/translations/sigil_is.qm
Expand All @@ -46,6 +60,7 @@ share/sigil/translations/sigil_pt_BR.qm
share/sigil/translations/sigil_ro_RO.qm
share/sigil/translations/sigil_ru.qm
share/sigil/translations/sigil_sk.qm
share/sigil/translations/sigil_sv.qm
share/sigil/translations/sigil_tr_TR.qm
share/sigil/translations/sigil_ug.qm
share/sigil/translations/sigil_uk.qm
Expand Down
10 changes: 5 additions & 5 deletions editors/Sigil/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.24 2013/12/13 14:46:10 ryoon Exp $
$NetBSD: distinfo,v 1.25 2014/11/23 19:27:29 wiz Exp $

SHA1 (Sigil-0.7.4-Code.zip) = 12f1557511b197374e07f4f6a9ed07ae6d23dd67
RMD160 (Sigil-0.7.4-Code.zip) = 0f3ce21fb46d7f9f4832381a15d0398511f59956
Size (Sigil-0.7.4-Code.zip) = 12845485 bytes
SHA1 (patch-src_minizip_ioapi.c) = 1530d95061aad350888a37ab3215ddbf9aee72ca
SHA1 (Sigil-0.8.1.tar.gz) = d7e5bc84e24da5302a18ae2a7bad63f3854219a8
RMD160 (Sigil-0.8.1.tar.gz) = 2f593ccf2f9a982b53194c666fdcfc06f3594f01
Size (Sigil-0.8.1.tar.gz) = 19376241 bytes
SHA1 (patch-src_minizip_ioapi.c) = 95170184049a0bf0eff3233a92c09b40a40ad88a
7 changes: 5 additions & 2 deletions editors/Sigil/patches/patch-src_minizip_ioapi.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
$NetBSD: patch-src_minizip_ioapi.c,v 1.1 2012/11/19 10:57:45 ryoon Exp $
$NetBSD: patch-src_minizip_ioapi.c,v 1.2 2014/11/23 19:27:29 wiz Exp $

--- src/minizip/ioapi.c.orig 2012-10-27 11:24:40.000000000 +0000
Fix linking on NetBSD and DragonFly BSD, where fopen, fseek, and ftello
are 64-bit filesize safe.

--- src/minizip/ioapi.c.orig 2014-10-12 14:45:14.000000000 +0000
+++ src/minizip/ioapi.c
@@ -14,6 +14,12 @@
#define _CRT_SECURE_NO_WARNINGS
Expand Down

0 comments on commit d704993

Please sign in to comment.