summaryrefslogtreecommitdiff
path: root/print/pdflib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to my @FreeBSD.org email address.Alex Dupre2004-01-182-2/+2
| | | | | | | Approved by: nork (mentor) Notes: svn path=/head/; revision=98462
* utilize SITE_PERLYing-Chieh Liao2003-10-241-4/+4
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* [Maintainer Update] Port: print/pdflibEdwin Groothuis2003-09-264-14/+15
| | | | | | | | | | 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-044-7/+10
| | | | | | | | PR: 52885 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=82231
* Add a PKGNAMESUFFIX when building with Perl to avoid a duplicate entryJoe Marcus Clarke2003-04-161-0/+1
| | | | | | | | | in INDEX. Reported by: kris Notes: svn path=/head/; revision=79050
* [Maintainer Update] Port: print/pdflibEdwin Groothuis2003-04-144-69/+21
| | | | | | | | | | 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
* Allow this port to take a slave port.Joe Marcus Clarke2003-04-051-1/+3
| | | | Notes: svn path=/head/; revision=78365
* [Maintainer Patch] print/pdflib (USE_LIBTOOL, WITH_PERL, install fonts)Edwin Groothuis2003-03-313-10/+78
| | | | | | | | | | (really this time) PR: ports/48961 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=77810
* [Maintainer Patch] print/pdflib (USE_LIBTOOL, WITH_PERL, install fonts)Edwin Groothuis2003-03-311-1/+1
| | | | | | | | PR: ports/48961 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=77784
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Add back USE_GMAKE which was accidentally removed during the upgrade.Masafumi Max NAKANE2002-07-111-0/+1
| | | | | | | | This is needed as recent bmake (such as on 4.6) doesn't work with the Makefile, while older bmake (such as on 4.4) works. Submitted by: maintainer Notes: svn path=/head/; revision=62790
* Update to 4.0.3Patrick Li2002-06-213-7/+5
| | | | | | | | PR: 39616 Submitted by: maintainer Notes: svn path=/head/; revision=61680
* Define USE_GMAKE as the build fails with bmake from recent -stable.Masafumi Max NAKANE2002-05-101-0/+1
| | | | | | | | Since bmake from a few months ago can handle this port, it is likely issues with recent chages to bmake. Notes: svn path=/head/; revision=58850
* Update to 4.0.2Patrick Li2002-02-034-11/+12
| | | | | | | | PR: 34563 Submitted by: maintainer Notes: svn path=/head/; revision=54152
* Add MASTER_SITES because pdflib.com doesn't keep older versions aroundDavid W. Chapman Jr.2002-02-011-1/+4
| | | | | | | | PR: 34531 Submitted by: kiwi@oav.net Notes: svn path=/head/; revision=54114
* Update pdflib to v 4David W. Chapman Jr.2002-01-276-45/+43
| | | | | | | | 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-276-0/+78
| | | | Notes: svn path=/head/; revision=53844
* Remove pdflib in favour of pdflib3.Dirk Froemberg2001-06-107-99/+0
| | | | Notes: svn path=/head/; revision=43756
* remove deprecated fetch options from FETCH_BEFORE_ARGSMichael Haro2001-04-021-1/+0
| | | | Notes: svn path=/head/; revision=40731
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-3/+1
| | | | Notes: svn path=/head/; revision=29630
* Accidental whitespaceChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27422
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27421
* Upgrade to 2.01.Dirk Froemberg1999-09-084-59/+29
| | | | | | | | PR: ports/13627 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de> Notes: svn path=/head/; revision=21403
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-071-1/+1
| | | | Notes: svn path=/head/; revision=21367
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Add FETCH_BEFORE_ARGS=-b.Dirk Froemberg1999-08-011-1/+2
| | | | | | | Primary master site needs it. Notes: svn path=/head/; revision=20469
* Upgrade to 2.0.Dirk Froemberg1999-07-305-28/+97
| | | | | | | pdflib is build as a shared library, now. Notes: svn path=/head/; revision=20404
* - PDF_close() shouldn't fclose() the file because PDF_open() expects anDirk Froemberg1999-05-191-1/+2
| | | | | | | | | | | | open file descriptor (see http://www.php.net/manual/function.pdf-close.php3 for details) - honor ${CC} PR: ports/11501 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=18895
* The faster this commit message is typed the faster it'll all be over.Michael Haro1999-05-031-1/+1
| | | | | | | (add WWW:) Notes: svn path=/head/; revision=18429
* pdflib v0.6 - a C library for dynamically generating PDFDirk Froemberg1999-01-205-0/+61
Notes: svn path=/head/; revision=16202