diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-01 08:51:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-01 08:51:41 +0000 |
commit | f7dde518fcb27a9f9caaddf0ad32aa63602dd345 (patch) | |
tree | ca3ec192f7c9911de72fe236cc755d7ffd56b5e8 /textproc | |
parent | b658463681b32ddf5e29ba17b52de2c340f2d8a0 (diff) | |
download | pkgsrc-f7dde518fcb27a9f9caaddf0ad32aa63602dd345.tar.gz |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-XSLT/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-XML-XSLT/distinfo | 5 | ||||
-rw-r--r-- | textproc/p5-XML-XSLT/pkg/DESCR | 4 | ||||
-rw-r--r-- | textproc/p5-XML-XSLT/pkg/PLIST | 1 |
4 files changed, 31 insertions, 0 deletions
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 $ |