diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-12 23:10:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-12 23:10:14 +0000 |
commit | 981fd94ca6c56fe1f9687a935184653995f87ac5 (patch) | |
tree | 9992bd5d500df813c05f5dafd30c80a20b921760 /print/pear-File_PDF | |
parent | faa5831660232e3524f3985ecb8130f62baef9c2 (diff) |
- Update to 0.3.2
PR: 138093
Submitted by: Ayumi Mitsui <ayu@commun.jp>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=241299
Diffstat (limited to 'print/pear-File_PDF')
-rw-r--r-- | print/pear-File_PDF/Makefile | 5 | ||||
-rw-r--r-- | print/pear-File_PDF/distinfo | 6 | ||||
-rw-r--r-- | print/pear-File_PDF/pkg-descr | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/print/pear-File_PDF/Makefile b/print/pear-File_PDF/Makefile index a74d4d495526..739c1eafc6bb 100644 --- a/print/pear-File_PDF/Makefile +++ b/print/pear-File_PDF/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File_PDF -PORTVERSION= 0.1.0 +PORTVERSION= 0.3.2 CATEGORIES= print pear MAINTAINER= amistry@am-productions.biz @@ -18,7 +18,8 @@ FILES= PDF.php PDF/fonts/courier.php PDF/fonts/helvetica.php \ PDF/fonts/helveticai.php PDF/fonts/symbol.php \ PDF/fonts/times.php PDF/fonts/timesb.php PDF/fonts/timesbi.php \ PDF/fonts/timesi.php PDF/fonts/zapfdingbats.php -TESTS= auto_break.phpt factory.phpt hello_world.phpt text_color.phpt +TESTS= auto_break.phpt factory.phpt hello_world.phpt horde-power1.png \ + links.phpt locale_floats.phpt pear12310.phpt text_color.phpt .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/print/pear-File_PDF/distinfo b/print/pear-File_PDF/distinfo index 3665932a48f3..d913bd23ce6f 100644 --- a/print/pear-File_PDF/distinfo +++ b/print/pear-File_PDF/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/File_PDF-0.1.0.tgz) = 8e62a88fcb680c787b4933b35a8b8cba -SHA256 (PEAR/File_PDF-0.1.0.tgz) = 47a22ca7802a30b3948792fc2fde2d65523e3b138bde05042a02e91d9943b06c -SIZE (PEAR/File_PDF-0.1.0.tgz) = 28895 +MD5 (PEAR/File_PDF-0.3.2.tgz) = e87fd0aba7077e24afc4e10347830137 +SHA256 (PEAR/File_PDF-0.3.2.tgz) = be01619b44cee1d256f4e8c2736b940edf696d2218c04559b0a92eff5c0d25b9 +SIZE (PEAR/File_PDF-0.3.2.tgz) = 42145 diff --git a/print/pear-File_PDF/pkg-descr b/print/pear-File_PDF/pkg-descr index f011f0831074..4b871e8ff1f8 100644 --- a/print/pear-File_PDF/pkg-descr +++ b/print/pear-File_PDF/pkg-descr @@ -1,3 +1,3 @@ PDF generation using only PHP, without requiring any external libraries. -WWW: http://pear.php.net/package-info.php?package=File_PDF +WWW: http://pear.php.net/package/File_PDF |