From a16d7e7c0bc438a5598ddc25af6a3d64ab2ba999 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 1 Oct 2001 08:51:41 +0000 Subject: p5-XML-XSLT - perl5 module for processing XSLT This module implements the W3C's XSLT specification. The goal is full implementation of this spec, but we have not yet achieved that. However, it already works well. See the XML::XSLT Commands entry in the perldoc module documentation for the current status of each command. --- textproc/p5-XML-XSLT/Makefile | 21 +++++++++++++++++++++ textproc/p5-XML-XSLT/distinfo | 5 +++++ textproc/p5-XML-XSLT/pkg/DESCR | 4 ++++ textproc/p5-XML-XSLT/pkg/PLIST | 1 + 4 files changed, 31 insertions(+) create mode 100644 textproc/p5-XML-XSLT/Makefile create mode 100644 textproc/p5-XML-XSLT/distinfo create mode 100644 textproc/p5-XML-XSLT/pkg/DESCR create mode 100644 textproc/p5-XML-XSLT/pkg/PLIST diff --git a/textproc/p5-XML-XSLT/Makefile b/textproc/p5-XML-XSLT/Makefile new file mode 100644 index 00000000000..74255b9cd5a --- /dev/null +++ b/textproc/p5-XML-XSLT/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/01 08:51:41 jlam Exp $ + +DISTNAME= XML-XSLT-0.32 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= packages@netbsd.org +COMMENT= perl5 module for processing XSLT + +DEPENDS+= p5-XML-DOM>=1.25:../../textproc/p5-XML-DOM +DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww + +USE_PERL5= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/XSLT/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-XSLT/distinfo b/textproc/p5-XML-XSLT/distinfo new file mode 100644 index 00000000000..814d0534c7d --- /dev/null +++ b/textproc/p5-XML-XSLT/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/10/01 08:51:41 jlam Exp $ + +SHA1 (XML-XSLT-0.32.tar.gz) = 4c754c5432875b013db9267b75d7a582932ebb53 +Size (XML-XSLT-0.32.tar.gz) = 236772 bytes +SHA1 (patch-aa) = f9d99a57056051115b494f9d51f5071863f28b29 diff --git a/textproc/p5-XML-XSLT/pkg/DESCR b/textproc/p5-XML-XSLT/pkg/DESCR new file mode 100644 index 00000000000..403b176b076 --- /dev/null +++ b/textproc/p5-XML-XSLT/pkg/DESCR @@ -0,0 +1,4 @@ +This module implements the W3C's XSLT specification. The goal is full +implementation of this spec, but we have not yet achieved that. However, it +already works well. See the XML::XSLT Commands entry in the perldoc module +documentation for the current status of each command. diff --git a/textproc/p5-XML-XSLT/pkg/PLIST b/textproc/p5-XML-XSLT/pkg/PLIST new file mode 100644 index 00000000000..febbd9ae58f --- /dev/null +++ b/textproc/p5-XML-XSLT/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/01 08:51:41 jlam Exp $ -- cgit v1.2.3