svn commit: r318030 - head/print/pear-File_PDF
Martin Wilke
miwi at FreeBSD.org
Mon May 13 09:22:34 UTC 2013
Author: miwi
Date: Mon May 13 09:22:34 2013
New Revision: 318030
URL: http://svnweb.freebsd.org/changeset/ports/318030
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/print/pear-File_PDF/Makefile (contents, props changed)
Modified: head/print/pear-File_PDF/Makefile
==============================================================================
--- head/print/pear-File_PDF/Makefile Mon May 13 09:18:51 2013 (r318029)
+++ head/print/pear-File_PDF/Makefile Mon May 13 09:22:34 2013 (r318030)
@@ -1,25 +1,14 @@
-# Ports collection makefile for: pear-File_PDF
-# Date created: 11 October 2006
-# Whom: Anish Mistry <amistry at am-productions.biz>
-#
+# Created by: Anish Mistry <amistry at am-productions.biz>
# $FreeBSD$
-#
PORTNAME= File_PDF
PORTVERSION= 0.3.3
CATEGORIES= print pear
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= miwi at FreeBSD.org
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 horde-power1.png \
- links.phpt locale_floats.phpt pear12310.phpt text_color.phpt
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-all
mailing list