summaryrefslogtreecommitdiff
path: root/print/pdflib/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Multiple ports: improve regex complianceKyle Evans2020-06-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes largely fall into just two categories: 1. Need textproc/gsed for GNU extensions 2. Extraneous escapes that can go away For #1, there's a further subdivision into those that require autoconf magic and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed. -CURRENT will soon gain GNU extensions, but these will take longer to get to all supported releases; we must switch them to gsed to ensure we're actually properly building them as intended. For #2, I've fixed these as I can and we should upstream these fixes. PORTREVISION is bumped for all of the above, because we will almost certainly build these differently when the replacements actually start working. These were all detected by the below-referenced exp-run [1]. The patch included forbids many ordinary characters from being escaped, since we'll later imbue those with special meanings. This has had the nice side effect of picking up various things that we didn't handle properly, e.g. \t and \r for tab and carriage return. PR: 229925 [1] Approved by: koobs (mentor) Approved by: portmgr (blanket: trivial build fixes) MFH: no (invasive risk) Differential Revision: https://reviews.freebsd.org/D25185 Notes: svn path=/head/; revision=538197
* Fix build when JAVA is enabled.Alex Dupre2020-01-272-8/+17
| | | | | | | | PR: 243611 Submitted by: Tommy P <tommyhp2@gmail.com> Notes: svn path=/head/; revision=524244
* Fix build on powerpc and strip binaries.Alex Dupre2017-10-041-0/+11
| | | | | | | | PR: 222722 Submitted by: Mark Millard <markmi@dsl-only.net> Notes: svn path=/head/; revision=451181
* print/pdflib: Make DragonFly respect Perl's LDDFLAGS tooJohn Marino2014-12-101-2/+3
| | | | | | | | | | | This is required for upcoming Perl changes. I just duplicated the FreeBSD line as a case option rather than add two more patterns -- mainly for consistency as each platform got their own line in other cases. Follows: r373971 Notes: svn path=/head/; revision=374481
* Respect Perl's LDDLFLAGS.Mathieu Arnold2014-12-041-3/+11
| | | | | | | | With hat: perl Sponsored by: Absolight Notes: svn path=/head/; revision=373971
* Fix installation of perl binding.Alex Dupre2014-03-191-0/+10
| | | | Notes: svn path=/head/; revision=348628
* Update to 7.0.5p3 and convert to OptionsNG.Alex Dupre2012-06-131-127/+0
| | | | Notes: svn path=/head/; revision=299185
* Avoid namespace collisions between the embedded (modified) png libraryAlex Dupre2012-05-291-0/+127
| | | | | | | | | and external libpng.so. Submitted by: thompsa Notes: svn path=/head/; revision=297665
* - Add forgotten patchAlex Dupre2012-01-131-0/+12
| | | | | | | | | | - Switch to OPTIONS - Add Java bindings [1] Submitted by: Oliver Brandmueller <ob@e-Gitt.NET> [1] Notes: svn path=/head/; revision=289094
* Update to 7.0.5 release and remove unneeded libtool hacks.Alex Dupre2012-01-101-11/+0
| | | | Notes: svn path=/head/; revision=288886
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-0/+11
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Update to 6.0.2 release.Alex Dupre2005-08-282-62/+0
| | | | Notes: svn path=/head/; revision=141035
* Fix a vulnerability in libtiff embedded in this port.Sam Lawrance2005-07-311-2/+42
| | | | | | | | | | | | Bump PORTREVISION. Approved by: ale (maintainer) is away Obtained from: libtiff CVS http://www.remotesensing.org/libtiff/ Security: http://vuxml.FreeBSD.org/68222076-010b-11da-bc08-0001020eed82.html CAN-2005-1544 Notes: svn path=/head/; revision=140568
* - Fix tiff vulnerabilityAlex Dupre2005-01-232-0/+22
| | | | | | | | | | - Fix pdf generation on 64bit architectures [1] PR: ports/76385 [1] Submitted by: UEMURA Tetsuya <t_uemura@macome.co.jp> [1] Notes: svn path=/head/; revision=127130
* Update to 5.0.3 release.Alex Dupre2004-01-271-19/+0
| | | | | | | | Noticed by: Alistair Buckle <mail_w@agtb.freeserve.co.uk> Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=99237
* [Maintainer Update] Port: print/pdflibEdwin Groothuis2003-09-261-10/+10
| | | | | | | | | | Update to 5.0.2 release. PR: ports/57204 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=89482
* Update to 5.0.1 (and fix unfetchable distfile).Yen-Ming Lee2003-06-041-3/+3
| | | | | | | | PR: 52885 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=82231
* [Maintainer Update] Port: print/pdflibEdwin Groothuis2003-04-141-11/+11
| | | | | | | | | | Update from 4.0.3 to 5.0.0 release. PR: ports/50715 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=78935
* [Maintainer Patch] print/pdflib (USE_LIBTOOL, WITH_PERL, install fonts)Edwin Groothuis2003-03-311-2/+10
| | | | | | | | | | (really this time) PR: ports/48961 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=77810
* Update to 4.0.3Patrick Li2002-06-211-1/+1
| | | | | | | | PR: 39616 Submitted by: maintainer Notes: svn path=/head/; revision=61680
* Update to 4.0.2Patrick Li2002-02-031-4/+4
| | | | | | | | PR: 34563 Submitted by: maintainer Notes: svn path=/head/; revision=54152
* Update pdflib to v 4David W. Chapman Jr.2002-01-272-11/+11
| | | | | | | | PR: 34178 Submitted by: sysadmin@alexdupre.com, yds@CoolRat.org Notes: svn path=/head/; revision=53852
* Resurrect pdflib so that it can be upgraded to pdflib v 4David W. Chapman Jr.2002-01-271-0/+11
| | | | Notes: svn path=/head/; revision=53844
* Remove pdflib in favour of pdflib3.Dirk Froemberg2001-06-102-40/+0
| | | | Notes: svn path=/head/; revision=43756
* Upgrade to 2.01.Dirk Froemberg1999-09-082-56/+26
| | | | | | | | PR: ports/13627 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de> Notes: svn path=/head/; revision=21403
* Upgrade to 2.0.Dirk Froemberg1999-07-302-0/+70
pdflib is build as a shared library, now. Notes: svn path=/head/; revision=20404