diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-03 03:06:50 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-03 03:06:50 +0000 |
commit | e9884aee21a536ef4e2578cdf0790ddf99395be2 (patch) | |
tree | d6bbbd3acc56a4ecbb624fda51af26bbf0c5cfa3 /print | |
parent | 9decacc153e7f2f7d29f6dcc7795ad2300c46910 (diff) | |
download | FreeBSD-ports-e9884aee21a536ef4e2578cdf0790ddf99395be2.zip FreeBSD-ports-e9884aee21a536ef4e2578cdf0790ddf99395be2.tar.gz |
Add p5-XML-ApacheFOP 0.03, access Apache FOP from Perl to create PDF
files using XSL-FO.
PR: ports/93898
Submitted by: Simun Mikecin <numisemis@yahoo.com>
Approved by: tobez (implicit)
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/p5-XML-ApacheFOP/Makefile | 26 | ||||
-rw-r--r-- | print/p5-XML-ApacheFOP/distinfo | 3 | ||||
-rw-r--r-- | print/p5-XML-ApacheFOP/pkg-descr | 2 | ||||
-rw-r--r-- | print/p5-XML-ApacheFOP/pkg-plist | 5 |
5 files changed, 37 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index ea5e550..542f408 100644 --- a/print/Makefile +++ b/print/Makefile @@ -182,6 +182,7 @@ SUBDIR += p5-PDFLib SUBDIR += p5-PostScript-Simple SUBDIR += p5-Text-PDF + SUBDIR += p5-XML-ApacheFOP SUBDIR += panda SUBDIR += passivetex SUBDIR += pcal diff --git a/print/p5-XML-ApacheFOP/Makefile b/print/p5-XML-ApacheFOP/Makefile new file mode 100644 index 0000000..933fd55 --- /dev/null +++ b/print/p5-XML-ApacheFOP/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-XML-ApacheFOP +# Date created: 27 Feb 2006 +# Whom: Simun Mikecin <numisemis@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= XML-ApacheFOP +PORTVERSION= 0.03 +CATEGORIES= print perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= numisemis@yahoo.com +COMMENT= Access Apache FOP from Perl to create PDF files using XSL-FO + +BUILD_DEPENDS= ${SITE_PERL}/Java.pm:${PORTSDIR}/devel/p5-Java \ + ${LOCALBASE}/share/fop/build/fop.jar:${PORTSDIR}/textproc/fop +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= XML::ApacheFOP.3 + +.include <bsd.port.mk> diff --git a/print/p5-XML-ApacheFOP/distinfo b/print/p5-XML-ApacheFOP/distinfo new file mode 100644 index 0000000..18c2ec9 --- /dev/null +++ b/print/p5-XML-ApacheFOP/distinfo @@ -0,0 +1,3 @@ +MD5 (XML-ApacheFOP-0.03.tar.gz) = 8652fb3917b59bfdcd3d343710eca495 +SHA256 (XML-ApacheFOP-0.03.tar.gz) = 6606e427a6dfce05dd36f3471ae4c93d719801b70e8c3b133259d8f3200d5b60 +SIZE (XML-ApacheFOP-0.03.tar.gz) = 7089 diff --git a/print/p5-XML-ApacheFOP/pkg-descr b/print/p5-XML-ApacheFOP/pkg-descr new file mode 100644 index 0000000..f8d43ff --- /dev/null +++ b/print/p5-XML-ApacheFOP/pkg-descr @@ -0,0 +1,2 @@ +XML::ApacheFOP allows you to create PDFs (or other output types) using +Apache FOP. diff --git a/print/p5-XML-ApacheFOP/pkg-plist b/print/p5-XML-ApacheFOP/pkg-plist new file mode 100644 index 0000000..d1dca8b --- /dev/null +++ b/print/p5-XML-ApacheFOP/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/XML/ApacheFOP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/ApacheFOP/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/ApacheFOP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML +@dirrmtry %%SITE_PERL%%/XML |