aboutsummaryrefslogtreecommitdiff
path: root/graphics/podofo
Commit message (Collapse)AuthorAgeFilesLines
* Update freetype to 2.5.2.Koop Mast2013-12-242-1/+21
| | | | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 Notes: svn path=/head/; revision=337385
* Add support for STAGEDIRPawel Pekala2013-09-272-7/+15
| | | | Notes: svn path=/head/; revision=328532
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Remove USE_GCC=any: build properly with clangBaptiste Daroussin2013-09-141-1/+0
| | | | Notes: svn path=/head/; revision=327321
* Patch to remove forward declaration of a standard C++ class inGuido Falsi2013-09-112-0/+12
| | | | | | | | | installed include file. Approved by: pawel (maintainer) Notes: svn path=/head/; revision=327014
* - Switch to new LIB_DEPENDS formatPawel Pekala2013-08-291-6/+6
| | | | | | | | | - Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed Notes: svn path=/head/; revision=325602
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert my ports to current standardsPawel Pekala2013-07-101-20/+15
| | | | | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense Notes: svn path=/head/; revision=322729
* - 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
* Fix build when updating from 0.9.1 by changing order of include dirs.Pawel Pekala2013-02-241-12/+34
| | | | | | | | PR: ports/176392 Reported by: O. Hartmann <ohartman@zedat.fu-berlin.de> Notes: svn path=/head/; revision=312870
* - Update to version 0.9.2Pawel Pekala2013-02-244-17/+17
| | | | | | | | | - Remove ABI versions from LIB_DEPENDS - Fix WWW line in pkg-descr - Take maintainership Notes: svn path=/head/; revision=312858
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* Conver to new options frameworkBaptiste Daroussin2012-06-121-8/+7
| | | | Notes: svn path=/head/; revision=299156
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Add LICENSEMartin Wilke2012-03-253-120/+189
| | | | | | | | | | | | - Add MAKE_JOBS_SAFE - Add PNG support PR: 166038 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=293792
* Fix the build when an older version of this port isAnton Berezin2011-12-052-2/+11
| | | | | | | | | | already installed. Bump PORTREVISION. Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes Notes: svn path=/head/; revision=286916
* - Update to 0.9.1Martin Wilke2011-11-275-96/+144
| | | | | | | | | PR: 162728 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes Notes: svn path=/head/; revision=286503
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Install shared library.Stanislav Sedov2009-10-173-2/+30
| | | | | | | - Bump portrevision. Notes: svn path=/head/; revision=242965
* - Add graphics/podofo, a PDF manipulation library.Stanislav Sedov2009-10-175-0/+161
WWW: http://podofo.sourceforge.net Notes: svn path=/head/; revision=242964