aboutsummaryrefslogtreecommitdiff
path: root/textproc/sigil
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.9.8Tobias C. Berner2017-05-203-7/+6
| | | | | | | Approved by: rakuco (mentor, implicit) Notes: svn path=/head/; revision=441318
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* textproc/hunspell: update to 1.6.0Jan Beich2017-01-071-3/+3
| | | | | | | | | | | | | | | | | | - Restore DIST_SUBDIR from r305651 - Adjust license for "or later" clause - Restore GPLv2+/LGPL21+ license files removed upstream as GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built) - Unbreak |make makepatch| Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0 PR: 215714 Submitted by: sunpoet (based on) Exp-run by: antoine MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D8887 Notes: svn path=/head/; revision=430796
* textproc/hunspell: update to 1.5.4Jan Beich2016-12-031-3/+3
| | | | | | | | | | Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog PR: 214837 Exp-run by: antoine (for 1.5.3) Approved by: office (bapt) Notes: svn path=/head/; revision=427743
* textproc/sigil: rebuild after r427279Jan Beich2016-11-281-0/+1
| | | | Notes: svn path=/head/; revision=427280
* textproc/sigil: add missing dependencyJan Beich2016-11-281-0/+1
| | | | | | | | | | | | | | | | | $ sigil [Embedded Python Error] Traceback (most recent call last): File "/usr/local/share/sigil/python3lib/xmlprocessor.py", line 6, in <module> from sigil_bs4.builder._lxml import LXMLTreeBuilderForXML File "/usr/local/share/sigil/plugin_launchers/python/sigil_bs4/builder/_lxml.py", line 26, in <module> from lxml import etree ImportError: No module named 'lxml' Notes: svn path=/head/; revision=427279
* Update to 0.9.7Jason E. Hale2016-11-033-7/+14
| | | | Notes: svn path=/head/; revision=425199
* Update to 0.9.5.Mathieu Arnold2016-04-013-8/+8
| | | | | | | | | PR: 208213 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=412359
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 0.9.3Wen Heping2016-02-253-16/+12
| | | | | | | | PR: 206257 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=409495
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Finish fixing broken ports after r404856 and r404694.Raphael Kubo da Costa2015-12-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * multimedia/obs-studio: Import some upstream commits that pass all required include directories to the compiler and reference libsysinfo.so with a full path instead of passing -lsysinfo and relying on ${LOCALBASE}/lib being in the linker search path. * textproc/sigil: Pass LDFLAGS+=${LOCALBASE}/lib for now to work around the fact that upstream's build system references libhunspell-1.3.so and libpcre16.so without full paths (instead of finding them with the proper CMake commands it relies on pkg-config's output). * x11/antimicro: Also pass LDFLAGS+=${LOCALBASE}/lib for now to work around the fact that several X11 and SDL2 libraries are referenced without full paths. I sent a pull request upstream to fix the X11 references, but SDL2 is still detected through pkg-config. MFH: 2015Q4 Notes: svn path=/head/; revision=404875
* - Update to 0.9.1Martin Wilke2015-12-226-103/+73
| | | | | | | | | | PR: 205225 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4615 Notes: svn path=/head/; revision=404237
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* textproc/sigil: update to 0.8.6 and improveJan Beich2015-05-106-88/+109
| | | | | | | | | | | | | | | | | - Convert to system minizip & utf8-cpp, which are newer - Prevent accidentally mixing bundled/system headers - Prefer ninja over make(1) to max out CPU during build - Turn off asserts in bundled tidyLib - Check actual compiler when disabling PCH and fix cmake warning - Drop some unused RUN_DEPENDS (qmake, moc, linguist*) - Sort LIB_DEPENDS according to port origin - Require devel/pcre with pcre16 support - Pet portlint (DATADIR, makepatch) Changes: https://github.com/user-none/Sigil/blob/0.8.6/ChangeLog.txt Notes: svn path=/head/; revision=385970
* textproc/sigil: unbreak build on the package cluster (PCH)Jan Beich2015-05-071-2/+9
| | | | | | | PR: 199905 Notes: svn path=/head/; revision=385615
* textproc/sigil: switch to the new homeJan Beich2015-05-073-7/+8
| | | | | | | | | | | | | | | | | Current WWW page at GOOGLE_CODE says: New Home Page The new home page for Sigil is http://sigil-ebook.com Project code moved to Github The source code for Sigil is no longer being managed on Google Code. It is now available on GitHub and can be accessed at https://github.com/user-none/Sigil. Notes: svn path=/head/; revision=385614
* Release to the wild.Mark Linimon2015-04-301-1/+1
| | | | | | | | PR: 199789 Submitted by: maintainer Notes: svn path=/head/; revision=385020
* Remove redundant @execBaptiste Daroussin2015-01-191-2/+0
| | | | Notes: svn path=/head/; revision=377486
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Cleanup plistAntoine Brodin2014-11-151-4/+0
| | | | Notes: svn path=/head/; revision=372605
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Convert textproc to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347786
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* - Allow the port to build with archivers/libzip installed.Raphael Kubo da Costa2014-01-182-9/+21
| | | | | | | | | | | | | | | | | | | | | libzip installs /usr/local/include/zip.h, and -I/usr/local/include ended up being passed to the compiler before -I<path-to-internal-minizip-copy>, which caused problems. [1] While here, modernize the Makefile: - Move LICENSE to the appropriate place. - Remove USE_DOS2UNIX: the files it was supposed to fix are not DOS-encoded anymore. - Support staging. - Convert from manually calling update-desktop-database and USE_GNOME=desktopfileutils to USES=desktop-file-utils. PR: ports/180350 [1] Approved by: maintainer timeout (no activity since the original report 7 months ago) MFH: 2014Q1 Notes: svn path=/head/; revision=340198
* Fix LIB_DEPENDSAntoine Brodin2013-12-271-1/+1
| | | | Notes: svn path=/head/; revision=337723
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-121-4/+4
| | | | Notes: svn path=/head/; revision=336262
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Fix typo: LICENCE -> LICENSEEmanuel Haupt2013-05-271-1/+1
| | | | Notes: svn path=/head/; revision=319208
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Chase boost updateBaptiste Daroussin2013-01-311-1/+1
| | | | Notes: svn path=/head/; revision=311310
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* For libhunspell the number 1.3 is a part of the name:Boris Samorodov2012-11-041-1/+1
| | | | | | | | | | | | "libhunspell-1.3.so.0", while ".0" is an ABI version. PR: ports/173361 Submitted by: bsam (me) Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306982
* . update to version 0.6.0;Boris Samorodov2012-11-035-87/+62
| | | | | | | | | | | | | | | | | | . use two line style headers; . strip ABI versions from LIB_DEPENDS; . add licence (GPLv3); . make use of desktopfileutils for port and package; . add pkgconfig build dependency; . remove desktop entry from Makefile (the port has got it's own); . remove BROKEN at FreeBSD-6.x (not supported anymore). PR: ports/173305 Submitted by: bsam (me) Reviewed by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306902
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to 0.5.3Carlo Strub2012-03-164-11/+63
| | | | | | | | | | PR: ports/165510 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Approved by: glarkin@ (mentor) Feature safe: yes Notes: svn path=/head/; revision=293408
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Add support for image formats other than PNGWen Heping2010-10-122-1/+15
| | | | | | | | | | - Add desktop menu-entry PR: ports/150515 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=262874
* - Mark BROKEN on 6.X: does not compilePav Lucistnik2010-09-211-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=261567
* Sigil is a multi-platform WYSIWYG ebook editor. It is designed to edit booksWen Heping2010-09-105-0/+95
in ePub format. * Free and open source software under GPLv3 * Multi-platform: runs on Windows, FreeBSD, Linux and Mac * Full Unicode support: everything you see in Sigil is in UTF-16 * Full EPUB spec support * WYSIWYG editing * Multiple Views: Book View, Code View and Split View * Metadata editor with full support for all possible metadata entries (more than 200) with full descriptions for each * Table Of Contents editor * Multi-level TOC support * Book View fully supports the display of any XHTML document possible under the OPS spec * SVG support * Basic XPGT support * Advanced automatic conversion of all imported documents to Unicode * Currently imports TXT, HTML and EPUB files; more will be added with time * Embedded HTML Tidy; all imported documents are thoroughly cleaned; changing views cleans the document so no matter how much you screw up your code, it will fix it (usually) * An actually usable user interface WWW: http://code.google.com/p/sigil/ PR: ports/150348 Submitted by: Jonathan Chen <jonc@chen.org.nz> Notes: svn path=/head/; revision=260925