summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-XSLT
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-01 08:51:41 +0000
committerjlam <jlam>2001-10-01 08:51:41 +0000
commita16d7e7c0bc438a5598ddc25af6a3d64ab2ba999 (patch)
treeca3ec192f7c9911de72fe236cc755d7ffd56b5e8 /textproc/p5-XML-XSLT
parentff8e8e703d6a592bbe880e96c9358c1776406bb4 (diff)
downloadpkgsrc-a16d7e7c0bc438a5598ddc25af6a3d64ab2ba999.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/p5-XML-XSLT')
-rw-r--r--textproc/p5-XML-XSLT/Makefile21
-rw-r--r--textproc/p5-XML-XSLT/distinfo5
-rw-r--r--textproc/p5-XML-XSLT/pkg/DESCR4
-rw-r--r--textproc/p5-XML-XSLT/pkg/PLIST1
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 $