diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-XSLT/Makefile | 27 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-XSLT/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-XSLT/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-XSLT/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-XSLT/pkg-plist | 9 |
6 files changed, 46 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b6830acee9fe..813f6a3adb1c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -186,6 +186,7 @@ SUBDIR += p5-XML-Dumper SUBDIR += p5-XML-Encoding SUBDIR += p5-XML-Filter-Base + SUBDIR += p5-XML-Filter-XSLT SUBDIR += p5-XML-Generator-DBI SUBDIR += p5-XML-Handler-Trees SUBDIR += p5-XML-LibRSVG diff --git a/textproc/p5-XML-Filter-XSLT/Makefile b/textproc/p5-XML-Filter-XSLT/Makefile new file mode 100644 index 000000000000..a89c74d097c1 --- /dev/null +++ b/textproc/p5-XML-Filter-XSLT/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: XML::Filter::XSLT +# Date created: 28 Jan 2002 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= XML-Filter-XSLT +PORTVERSION= 0.03 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX/Writer.pm:${PORTSDIR}/textproc/p5-XML-SAX-Writer \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= XML::Filter::XSLT.3 XML::Filter::XSLT::LibXSLT.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-Filter-XSLT/distinfo b/textproc/p5-XML-Filter-XSLT/distinfo new file mode 100644 index 000000000000..2cd893dba737 --- /dev/null +++ b/textproc/p5-XML-Filter-XSLT/distinfo @@ -0,0 +1 @@ +MD5 (XML-Filter-XSLT-0.03.tar.gz) = 8128f541da6a5a2ee6a3f4764c0652b5 diff --git a/textproc/p5-XML-Filter-XSLT/pkg-comment b/textproc/p5-XML-Filter-XSLT/pkg-comment new file mode 100644 index 000000000000..47dcb016f742 --- /dev/null +++ b/textproc/p5-XML-Filter-XSLT/pkg-comment @@ -0,0 +1 @@ +XSLT as a SAX Filter diff --git a/textproc/p5-XML-Filter-XSLT/pkg-descr b/textproc/p5-XML-Filter-XSLT/pkg-descr new file mode 100644 index 000000000000..bc65ce901030 --- /dev/null +++ b/textproc/p5-XML-Filter-XSLT/pkg-descr @@ -0,0 +1,7 @@ +A simple XSLT SAX2 filter. It uses any available XSLT processor on your +system that we can use in some SAXy way. + +WWW: http://search.cpan.org/search?dist=XML-Filter-XSLT + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/textproc/p5-XML-Filter-XSLT/pkg-plist b/textproc/p5-XML-Filter-XSLT/pkg-plist new file mode 100644 index 000000000000..583d51008bcc --- /dev/null +++ b/textproc/p5-XML-Filter-XSLT/pkg-plist @@ -0,0 +1,9 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter/XSLT/.packlist +lib/perl5/site_perl/%%PERL_VER%%/XML/Filter/XSLT.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Filter/XSLT/LibXSLT.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/Filter/XSLT +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/Filter 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter/XSLT +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true |