aboutsummaryrefslogtreecommitdiff
path: root/print/pear-File_PDF
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-05 21:58:14 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-05 21:58:14 +0000
commitea6bf1bd5728aa2fa6503b54da6bac5c84a046be (patch)
treeadc79182b160fcc4ad892d6e25c8a1dac45de48c /print/pear-File_PDF
parentd793e57130b96a35661e92868cef5ecded10782a (diff)
downloadports-ea6bf1bd5728aa2fa6503b54da6bac5c84a046be.tar.gz
ports-ea6bf1bd5728aa2fa6503b54da6bac5c84a046be.zip
PDF generation using only PHP, without requiring any external libraries.
WWW: http://pear.php.net/package-info.php?package=File_PDF PR: ports/104285 Submitted by: Anish Mistry <amistry@am-productions.biz> Sponsored by: FreeBSD Bug-a-thon #2
Notes
Notes: svn path=/head/; revision=176550
Diffstat (limited to 'print/pear-File_PDF')
-rw-r--r--print/pear-File_PDF/Makefile25
-rw-r--r--print/pear-File_PDF/distinfo3
-rw-r--r--print/pear-File_PDF/pkg-descr3
3 files changed, 31 insertions, 0 deletions
diff --git a/print/pear-File_PDF/Makefile b/print/pear-File_PDF/Makefile
new file mode 100644
index 000000000000..a74d4d495526
--- /dev/null
+++ b/print/pear-File_PDF/Makefile
@@ -0,0 +1,25 @@
+# Ports collection makefile for: pear-File_PDF
+# Date created: 11 October 2006
+# Whom: Anish Mistry <amistry@am-productions.biz>
+#
+# $FreeBSD$
+#
+
+PORTNAME= File_PDF
+PORTVERSION= 0.1.0
+CATEGORIES= print pear
+
+MAINTAINER= amistry@am-productions.biz
+COMMENT= PEAR class to generate PDFs
+
+CATEGORY= File
+FILES= PDF.php PDF/fonts/courier.php PDF/fonts/helvetica.php \
+ PDF/fonts/helveticab.php PDF/fonts/helveticabi.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
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/print/pear-File_PDF/distinfo b/print/pear-File_PDF/distinfo
new file mode 100644
index 000000000000..3665932a48f3
--- /dev/null
+++ b/print/pear-File_PDF/distinfo
@@ -0,0 +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
diff --git a/print/pear-File_PDF/pkg-descr b/print/pear-File_PDF/pkg-descr
new file mode 100644
index 000000000000..f011f0831074
--- /dev/null
+++ b/print/pear-File_PDF/pkg-descr
@@ -0,0 +1,3 @@
+PDF generation using only PHP, without requiring any external libraries.
+
+WWW: http://pear.php.net/package-info.php?package=File_PDF