diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-23 19:27:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-23 19:27:29 +0000 |
commit | dcd454cb8e0d6a050c77442fc394eae6073c5b0e (patch) | |
tree | 2d2a23112229ff8772c837e8987d800c40fcbfb7 /editors/Sigil | |
parent | 46db94bbf32c8d3c476b315e6ee0a79cd9fca3d7 (diff) | |
download | pkgsrc-dcd454cb8e0d6a050c77442fc394eae6073c5b0e.tar.gz |
Update to 0.8.1. Add comment to patch.
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.
Diffstat (limited to 'editors/Sigil')
-rw-r--r-- | editors/Sigil/Makefile | 17 | ||||
-rw-r--r-- | editors/Sigil/PLIST | 17 | ||||
-rw-r--r-- | editors/Sigil/distinfo | 10 | ||||
-rw-r--r-- | editors/Sigil/patches/patch-src_minizip_ioapi.c | 7 |
4 files changed, 33 insertions, 18 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 7e757c19dbc..a389c410794 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -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= pkgsrc-users@NetBSD.org HOMEPAGE= http://code.google.com/p/sigil/ @@ -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} @@ -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]*) @@ -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" diff --git a/editors/Sigil/PLIST b/editors/Sigil/PLIST index e957a21cb59..b960a63d244 100644 --- a/editors/Sigil/PLIST +++ b/editors/Sigil/PLIST @@ -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 @@ -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 @@ -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 diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index 8943689ba9f..2f9b3ded739 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -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 diff --git a/editors/Sigil/patches/patch-src_minizip_ioapi.c b/editors/Sigil/patches/patch-src_minizip_ioapi.c index c2bc45cdaf1..9883c3e5269 100644 --- a/editors/Sigil/patches/patch-src_minizip_ioapi.c +++ b/editors/Sigil/patches/patch-src_minizip_ioapi.c @@ -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 |