aboutsummaryrefslogtreecommitdiff
path: root/textproc/libwps
Commit message (Collapse)AuthorAgeFilesLines
* Update LGPL version. LGPL v2.1 or later is allowed.Jung-uk Kim2017-08-021-1/+1
| | | | Notes: svn path=/head/; revision=447138
* Specify MPL version.Jung-uk Kim2017-08-021-1/+1
| | | | Notes: svn path=/head/; revision=447135
* Fix build with Clang 3.4.Jung-uk Kim2017-08-021-0/+17
| | | | | | | PR: 221173 Notes: svn path=/head/; revision=447132
* Update to 0.4.7.Jung-uk Kim2017-08-013-6/+5
| | | | Notes: svn path=/head/; revision=447061
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-0/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* Update to 0.4.6.Jung-uk Kim2017-03-273-5/+5
| | | | Notes: svn path=/head/; revision=437063
* Update to 0.4.5.Jung-uk Kim2017-01-203-6/+5
| | | | Notes: svn path=/head/; revision=431924
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-0/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* Update to 0.4.4Baptiste Daroussin2016-11-053-4/+5
| | | | Notes: svn path=/head/; revision=425454
* Update to 0.4.3.Jung-uk Kim2016-04-133-5/+5
| | | | Notes: svn path=/head/; revision=413223
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update to 0.4.2.Jung-uk Kim2015-10-133-4/+4
| | | | Notes: svn path=/head/; revision=399226
* Update to 0.4.1.Jung-uk Kim2015-08-274-16/+4
| | | | Notes: svn path=/head/; revision=395448
* Add an upstream patch to fix QuattroPro parser.Jung-uk Kim2015-07-092-0/+12
| | | | | | | http://sourceforge.net/p/libwps/code/ci/45a3dd Notes: svn path=/head/; revision=391678
* Update to 0.4.0.Jung-uk Kim2015-07-023-16/+17
| | | | Notes: svn path=/head/; revision=391195
* Import libwps03Baptiste Daroussin2014-10-062-12/+5
| | | | | | | Ensure libwps does not conflict with libwps03 Notes: svn path=/head/; revision=370210
* Strip binariesBaptiste Daroussin2014-06-101-0/+1
| | | | Notes: svn path=/head/; revision=357351
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* UnbreakAntoine Brodin2014-03-311-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=349773
* Use c++11 shared pointers when possibleBaptiste Daroussin2014-03-301-3/+11
| | | | Notes: svn path=/head/; revision=349688
* Fix plist after migration to USES=libtoolBaptiste Daroussin2014-03-021-1/+0
| | | | | | | Reported by: Ajtim <lumiwa@gmail.com> Notes: svn path=/head/; revision=346836
* Convert to USES=libtoolBaptiste Daroussin2014-03-022-4/+5
| | | | Notes: svn path=/head/; revision=346830
* Support stage, use options helpersBaptiste Daroussin2013-12-141-12/+5
| | | | Notes: svn path=/head/; revision=336413
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=326025
* Update to 0.2.9.Jung-uk Kim2013-06-042-3/+3
| | | | Notes: svn path=/head/; revision=319901
* - Update to 0.2.8.Jung-uk Kim2013-04-222-8/+8
| | | | | | | | | | - Update license. It is now released under MPL2+ and LGPL2.1+. - Replace DOXYGEN option with DOCS to make it consistent with the sister port, i. e., graphics/libwpg. Note this option is enabled by default. - Fix packaging without DOCS. Notes: svn path=/head/; revision=316262
* Rename the DOCS option to DOXYGEN off by default as the documentation is onlyBaptiste Daroussin2012-10-111-7/+3
| | | | | | | | | doxygen generated files Feature safe: yes Notes: svn path=/head/; revision=305707
* - Update to 0.2.7Sunpoet Po-Chuan Hsieh2012-06-192-10/+9
| | | | | | | | | - Pet portlint: move OPTIONS_* downwards Changes: http://libwps.git.sourceforge.net/git/gitweb.cgi?p=libwps/libwps;a=log;h=HEAD Notes: svn path=/head/; revision=299603
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Fix DOCS option logicBaptiste Daroussin2012-05-301-2/+2
| | | | | | | Reported by: Olivier Smedts <olivier@gid0.org> Notes: svn path=/head/; revision=297785
* switch to new options frameworkBaptiste Daroussin2012-05-301-1/+5
| | | | Notes: svn path=/head/; revision=297762
* - update to 0.2.6Baptiste Daroussin2012-05-152-4/+7
| | | | | | | | - now build depend on boost and because boost causes compiler warning, disable werror Notes: svn path=/head/; revision=296693
* Make PORTDOCS plist dynamic to follow doxygen updates.Alex Dupre2012-03-072-145/+2
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=292869
* - update to 0.2.4Baptiste Daroussin2011-12-032-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286826
* - Pet portlintSunpoet Po-Chuan Hsieh2011-10-021-5/+4
| | | | | | | - Cosmetic change Notes: svn path=/head/; revision=282800
* - update to 0.2.3Baptiste Daroussin2011-10-012-5/+5
| | | | | | | - pet portlint Notes: svn path=/head/; revision=282749
* Pass matainership to the new office teamBaptiste Daroussin2011-07-221-1/+1
| | | | Notes: svn path=/head/; revision=278145
* - update to 0.2.2Baptiste Daroussin2011-05-052-3/+3
| | | | Notes: svn path=/head/; revision=273655
* Upgrade to 0.2.1Baptiste Daroussin2011-05-033-3/+37
| | | | Notes: svn path=/head/; revision=273551
* Fix plist (new files generated by doxygen)Baptiste Daroussin2011-02-021-0/+2
| | | | | | | | Reported by: Pav, Ale Feature safe: yes Notes: svn path=/head/; revision=268560
* fix plistBaptiste Daroussin2011-01-281-2/+0
| | | | | | | | Reported by: pointyhat (erwin) Feature safe: yes Notes: svn path=/head/; revision=268332
* - update to 0.2Baptiste Daroussin2011-01-033-25/+136
| | | | | | | | | - add license - respects NOPORTDOCS - take maintainership Notes: svn path=/head/; revision=267318
* - Update graphics/libwpg to 0.2.0 releaseDima Panov2011-01-031-2/+2
| | | | | | | | | | | | | - Update textproc/libwpd to 0.9.0 release - Add graphics/libwpg01 and textproc/libwpd08 as support libraries only - Take maintainership of textproc/libwpd[08] [1] - Chase dependencies in related ports - Describe updating procedure in UPDATING Approved by: Mikhail Teterin (maintainer) via mail [1] Notes: svn path=/head/; revision=267305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Reset ahze@ due to maintainer-timeouts and no response to email.Mark Linimon2010-07-261-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=258254
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076