summaryrefslogtreecommitdiffstats
path: root/print/ruby-pdflib
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-03-05 18:38:32 +0000
committerknu <knu@FreeBSD.org>2002-03-05 18:38:32 +0000
commitbddee9e6607788cc4b0b99b07143cb01be9308a0 (patch)
tree7c7824bfe76cc61c2f608f8da119fc757aaa8abd /print/ruby-pdflib
parent34c05e2f995c8e8fc83366396078b13dec4a13f0 (diff)
downloadFreeBSD-ports-bddee9e6607788cc4b0b99b07143cb01be9308a0.zip
FreeBSD-ports-bddee9e6607788cc4b0b99b07143cb01be9308a0.tar.gz
Update to 0.71. Add a WITH_PDFLIB4 knob.
Diffstat (limited to 'print/ruby-pdflib')
-rw-r--r--print/ruby-pdflib/Makefile13
-rw-r--r--print/ruby-pdflib/distinfo2
2 files changed, 9 insertions, 6 deletions
diff --git a/print/ruby-pdflib/Makefile b/print/ruby-pdflib/Makefile
index efaaf21..1e23511 100644
--- a/print/ruby-pdflib/Makefile
+++ b/print/ruby-pdflib/Makefile
@@ -6,20 +6,23 @@
#
PORTNAME= pdflib
-PORTVERSION= 0.6
-PORTREVISION= 1
+PORTVERSION= 0.71
CATEGORIES= print ruby
-MASTER_SITES= http://www-nh.scphys.kyoto-u.ac.jp/~thitoshi/ruby/
+MASTER_SITES= http://www-nh.scphys.kyoto-u.ac.jp/~thitoshi/ruby/pdflib/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
-LIB_DEPENDS= pdf.3:${PORTSDIR}/print/pdflib3 \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
+.if defined(WITH_PDFLIB4)
+LIB_DEPENDS+= pdf.4:${PORTSDIR}/print/pdflib
+.else
+LIB_DEPENDS+= pdf.3:${PORTSDIR}/print/pdflib3
+.endif
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/print/ruby-pdflib/distinfo b/print/ruby-pdflib/distinfo
index 91b3b0e..6740e8c 100644
--- a/print/ruby-pdflib/distinfo
+++ b/print/ruby-pdflib/distinfo
@@ -1 +1 @@
-MD5 (ruby/ruby-pdflib-0.6.tar.gz) = d93f2445b326e3deed7daef9792a649a
+MD5 (ruby/ruby-pdflib-0.71.tar.gz) = 7679f0a65256bd4b2c92307fbe094742
OpenPOWER on IntegriCloud