diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-06 05:58:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-06 05:58:14 +0800 |
commit | 9b5ea058ba2952a2a5794954b095eba9857e1e23 (patch) | |
tree | 94f53a09ca8400e0766cc41173ea48464888c333 /print/pear-File_PDF/Makefile | |
parent | 51c081c86e3adfa3fd0d0a975dcaa9e55edc008c (diff) | |
download | freebsd-ports-gnome-9b5ea058ba2952a2a5794954b095eba9857e1e23.tar.gz freebsd-ports-gnome-9b5ea058ba2952a2a5794954b095eba9857e1e23.tar.zst freebsd-ports-gnome-9b5ea058ba2952a2a5794954b095eba9857e1e23.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
Diffstat (limited to 'print/pear-File_PDF/Makefile')
-rw-r--r-- | print/pear-File_PDF/Makefile | 25 |
1 files changed, 25 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> |