aboutsummaryrefslogtreecommitdiff
path: root/print/pdftk/files
Commit message (Collapse)AuthorAgeFilesLines
* print/pdftk: Update to 3.0.8 of JDK-based forkTobias Kortkamp2019-12-222-33/+2
| | | | | | | | | | | The fork is a pure Java implementation of pdftk and does not rely on the obsolete GCJ. It is mostly compatible with the old version. The old version was the last port still depending on lang/gcc6. Changes: https://gitlab.com/pdftk-java/pdftk/blob/v3.0.8/CHANGELOG.md#308-2019-10-14 Notes: svn path=/head/; revision=520608
* Updated port to pdftk-2.02Mathieu Arnold2013-11-293-113/+13
| | | | | | | | | | | | | | | | | | | | | | | Changes: - Removed LOCAL master site, no distfile there obviously - Moved USE_ZIP after BUILD_DEPENDS due to portlint warning - Added LICENSE due to portlint warning - Added LIB_DEPENDS. Libraries provided by gcc required to run the binary, but gcc is registered only as build dependency. Removing the gcc after installation of pdftk is permitted but breaks pdftk - The port doesn't install any shared libraries, so there's no point in USE_LDCONFIG - Changed PLIST_FILES and removed MAN1 to support staging - Removed ancient comment (mentioned gcc and FreeBSD versions are deprecated long ago) - Prepended STAGEDIR before PREFIX to support staging - Corrected patch-pdftk__Makefile.Base to support new version - REMOVED FILE file/patch-pdftk__Makefile.FreeBSD (is now provided by upstream) - REMOVED FILE file/patch-java__Makefile (patch included by upstream) maintainer timeout. PR: ports/183578 Submitted by: Kozlov Sergey Notes: svn path=/head/; revision=335189
* - Fixed build on 10-CURRENT where /usr/bin/cpp is supplied by clang. TheGreg Larkin2013-07-191-0/+21
| | | | | | | | | | | | port now explicitly uses cpp46 which is supplied by the gcc dependency. PR: ports/177275 PR: ports/177974 Submitted by: Beeblebrox <zaphod@berentweb.com> Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> Notes: svn path=/head/; revision=323303
* - Rearranged the dependency order in the upstream Makefile to enableGreg Larkin2010-11-181-0/+29
| | | | | | | | | | building with MAKE_JOBS_SAFE=yes PR: ports/152213 Submitted by: Matthias Andree <matthias dot andree at gmx dot de> Notes: svn path=/head/; revision=264768
* - Updated to 1.44 (http://www.pdflabs.com/docs/pdftk-version-history/)Greg Larkin2010-11-1215-473/+83
| | | | | | | | | | | - Removed a bunch of patches after upstream build system changes - Added FreeBSD-specific Makefile (pushing to upstream) Requested by: Sid Steward <sid dot steward at pdflabs dot com> (author) Reviewed by: Alessandro de Manzano <demanzano at dqmicro dot it> Notes: svn path=/head/; revision=264469
* - Build pdftk with gcj45 instead of gcj42Greg Larkin2010-05-0315-11/+473
| | | | | | | | | | - Add a bunch of patch files to work around the Java duplicate symbol problem reported here (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42143) until a real fix is committed to the upstream toolchain - Bump PORTREVISION Notes: svn path=/head/; revision=253629
* - Unbreak and enable amd64 build, now that gcc42 port builds gcj42 onGreg Larkin2009-12-301-0/+11
i386 and amd64 Notes: svn path=/head/; revision=246905