aboutsummaryrefslogtreecommitdiff
path: root/textproc/sigil/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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-181-9/+3
| | | | | | | | | | | | | | | | | | | | | 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-031-24/+13
| | | | | | | | | | | | | | | | | | . 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-161-8/+12
| | | | | | | | | | 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
* - Add support for image formats other than PNGWen Heping2010-10-121-1/+13
| | | | | | | | | | - 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-101-0/+23
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