aboutsummaryrefslogtreecommitdiffstats
path: root/print/pdftk
Commit message (Collapse)AuthorAgeFilesLines
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Convert p* to USES=zipbapt2014-03-111-3/+1
|
* If GCC wasn't built with java support the port couldn't build and BUILD_DEPENDSmat2014-03-071-10/+11
| | | | | | | | | | | | | only made gcc recompile without actually solving the problem. This patch introduces pre-configure target to check for gcc java items and give a meaningful explanation if none found. Changed "-Wl,-rpath" to "LDFLAGS" in REINPLACE as suggested by Gerald Pfeifer here http://docs.freebsd.org/cgi/getmsg.cgi?fetch=606002+0+archive/2013/svn-ports-head/20131208.svn-ports-head PR: 186893 Submitted by: Kozlov Sergey Sponsored by: Absolight
* Another iteration on the path of finding the right fix.mat2014-01-041-6/+7
|
* Take those.mat2013-12-171-1/+1
|
* [Errno 11] Resource Temporarily Unavailableglarkin2013-12-171-1/+1
| | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin
* Updated port to pdftk-2.02mat2013-11-295-132/+25
| | | | | | | | | | | | | | | | | | | | 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
* - Support stagingmat2013-11-061-5/+3
| | | | | | maintainer timeout PR: ports/183237 Submitted by: mat
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | print)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-1/+1
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-2/+2
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* - Fixed build on 10-CURRENT where /usr/bin/cpp is supplied by clang. Theglarkin2013-07-192-2/+28
| | | | | | | | | 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>
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-1/+1
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* - Trimmed Makefile header (forgot before previous commit)glarkin2013-01-181-5/+1
|
* - Updated to 1.45glarkin2013-01-182-4/+3
| | | | | | ChangeLog: http://www.pdflabs.com/docs/pdftk-version-history/ Reported by: portscout
* Remove an explicit BUILD_DEPENDS on lang/gccXY since we are alreadygerald2012-08-081-4/+0
| | | | | | | | | | | | | | using USE_GCC=4.6+. These two conflict now that Mk/bsd.gcc.mk prefers lang/gcc over lang/gcc46 when USE_GCC=4.6+ is specified. Since the version of GCC as a system compiler is 4.2, older than the minimum requested by USE_GCC, and will not be updated, this BUILD_DEPENDS no longer fulfills its original purpose. This unbreaks this port. Approved by: portmgr (beat)
* - Change gcc dep from 4.5+ to 4.6+glarkin2011-11-161-1/+2
| | | | | | | - Bumped PORTREVISION Requested by: gerald (via email) Feature safe: yes
* Remove support for FreeBSD 6.X and older.mandree2011-03-221-7/+1
| | | | | Approved by: maintainer timeout (14 days) PR: ports/155348
* - Updated a comment regarding the gcjXX dependency, now that we're usingglarkin2011-01-201-3/+2
| | | | | | | gcc 4.5 instead of gcc 4.2. Suggested by: gerald Feature safe: yes
* - Rearranged the dependency order in the upstream Makefile to enableglarkin2010-11-181-0/+29
| | | | | | | building with MAKE_JOBS_SAFE=yes PR: ports/152213 Submitted by: Matthias Andree <matthias dot andree at gmx dot de>
* - Updated to 1.44 (http://www.pdflabs.com/docs/pdftk-version-history/)glarkin2010-11-1317-496/+102
| | | | | | | | - 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>
* - Updated WWW: linkglarkin2010-10-141-1/+1
| | | | Requested by: sid dot steward at pdflabs dot com (upstream maintainer)
* - Explicitly build with LANG=C since gcj does not handle all host charsets.gerald2010-05-161-1/+1
| | | | | PR: 146227 Approved by: glarkin (maintainer)
* - Mark BROKEN on 6.x. gcjh45 core dumps on 6.x with no immediately obviousglarkin2010-05-121-1/+7
| | | | | | fix. Will research and unbreak as soon as possible. Reported by: pointyhat (via pav) and user reports
* - Use gcc >= 4.5 instead of gcc == 4.5 to buildglarkin2010-05-111-1/+1
| | | | Requested by: gerald
* - Build pdftk with gcj45 instead of gcj42glarkin2010-05-0416-16/+480
| | | | | | | - 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
* - Restrict the gcc version to 4.2, not 4.2+, since 4.2 is the onlyglarkin2010-02-241-3/+3
| | | | | | | | version that includes gcj42 at the moment. PR: ports/143093 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Feature safe: yes
* - Unbreak and enable amd64 build, now that gcc42 port builds gcj42 onglarkin2009-12-312-8/+21
| | | | i386 and amd64
* - Mark BROKEN until gcj support is working on i386 and amd64glarkin2009-12-191-0/+2
| | | | | PR: ports/140783 Reported by: pointyhat
* Attempt to fix the build by bumping the minimum gcc version toerwin2009-12-191-1/+1
| | | | | | 4.4+ as java support was removed from earlier versions. Submitted by: pointyhat
* Bump USE_GCC=4.1+ to USE_GCC=4.2+.gerald2009-01-181-1/+1
|
* Changed my MAINTAINER address toglarkin2008-07-191-1/+1
| | | | | | glarkin@FreeBSD.org. Approved by: beech (mentor)
* - Update to 1.41miwi2008-06-212-6/+5
| | | | | | | - Pass maintainership to submitter PR: 124763 Submitted by: Greg Larkin <glarkin@sourcehosting.net>
* - Generalize libgcj dependency linepav2007-01-221-1/+1
| | | | Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* - Fix previous revision to DTRTpav2007-01-191-1/+1
|
* - Allow usage of gcc 4.2 and uppav2007-01-191-2/+2
| | | | | PR: ports/107837 (based on) Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* Convert BUILD_DEPENDS on lang/gcc41 to a LIB_DEPENDS, since pdftk is dynamicallystefan2006-06-301-1/+2
| | | | | | | | | linked to a couple of its libraries. PR: 97259 Submitted by: Stefan Thurner <thurners@nicsys.de> Approved by: maintainer timeout (>6 weeks) arved (mentor)
* Remove USE_REINPLACE from all categories starting with Pedwin2006-05-131-1/+0
|
* Remove BROKEN; gcj is now available from gcc41.lawrance2006-05-111-2/+0
| | | | Submitted by: Stefan Thurner <thurners@nicsys.de>
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Mark as BROKEN: Prerequisite gcj is not available from gcc41 at the momentvs2005-12-121-0/+2
|
* - Unbreak by switching to gcc41's gcjpav2005-11-031-6/+17
| | | | | PR: ports/88377 Submitted by: Michael Joyner <mjoyner@ewc.edu>
* This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-231-0/+2
| | | | at that time and no PRs have been submitted to fix it.
* BROKEN: Broken dependencykris2005-07-211-0/+2
|
* - Nit: CXX is provided by USE_GCCpav2005-05-071-1/+1
| | | | Submitted by: Patrick Dung <patrick_dkt@yahoo.com.hk> (maintainer)
* - Remove duplicate USE_GCCpav2005-05-071-2/+0
| | | | Spotted by: gerald
* - Switch to gcc34, as gcc33 lost gcj latelypav2005-05-051-7/+12
| | | | | PR: ports/80652 Submitted by: Patrick Dung <patrick_dkt@yahoo.com.hk> (maintainer)
* gcc33 is broken on amd64 and gcc34 have problem, then remove support ofthierry2004-11-301-2/+2
| | | | | | amd64. Submitted by: maintainer.
* AMD64's gcc34 port does not build gcj.thierry2004-11-271-4/+4
| | | | | | | This make pdftk cannot compile on amd64. PR: ports/74400 Submitted by: maintainer.
* Upgrade to 1.12.thierry2004-11-152-10/+11
| | | | | PR: ports/71389 Submitted by: maintainer.
* Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1
| | | | Approved by: portmgr
* Update to 0.941 [0.94.1]vs2004-07-262-5/+6
| | | | | PR: ports/69419 Submitted by: Patrick Dung (maintainer)
* - gcj is not available on: ia64 sparc64pav2004-05-111-0/+3
| | | | Suggested by: kris
* Add pdftk, a simple tool for doing everyday things with PDF documents.pav2004-04-023-0/+62
Keep one in the top drawer of your desktop and use it to: Merge PDF Documents Split PDF Pages into a New Document Decrypt Input as Necessary (Password Required) Encrypt Output as Desired Burst a PDF Document into Single Pages Report on PDF Metrics, including Metadata and Bookmarks Uncompress and Re-Compress Page Streams Repair Corrupted PDF (Where Possible) PR: ports/64555 Submitted by: Patrick Dung <patrick_dkt@yahoo.com.hk>