aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-05-27 10:11:35 +0800
committervanilla <vanilla@FreeBSD.org>2001-05-27 10:11:35 +0800
commit1ea05bd3a4f59b243787affa5a477f82f6fe2a8d (patch)
tree801a8ac807eee395c5e13a8aeaafd7b0b2e12541 /textproc
parent804f326af6b58fef6196c32fe39e0d711bb1aff4 (diff)
downloadfreebsd-ports-graphics-1ea05bd3a4f59b243787affa5a477f82f6fe2a8d.tar.gz
freebsd-ports-graphics-1ea05bd3a4f59b243787affa5a477f82f6fe2a8d.tar.zst
freebsd-ports-graphics-1ea05bd3a4f59b243787affa5a477f82f6fe2a8d.zip
XML::XSLT - A perl module for processing XSLT
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-XML-XSLT/Makefile25
-rw-r--r--textproc/p5-XML-XSLT/distinfo1
-rw-r--r--textproc/p5-XML-XSLT/pkg-comment1
-rw-r--r--textproc/p5-XML-XSLT/pkg-descr4
-rw-r--r--textproc/p5-XML-XSLT/pkg-plist4
6 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 2059c23b3cc..328b423927c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -122,6 +122,7 @@
SUBDIR += p5-XML-TreeBuilder
SUBDIR += p5-XML-Writer
SUBDIR += p5-XML-XPath
+ SUBDIR += p5-XML-XSLT
SUBDIR += p5-dTemplate
SUBDIR += p5-libxml
SUBDIR += par
diff --git a/textproc/p5-XML-XSLT/Makefile b/textproc/p5-XML-XSLT/Makefile
new file mode 100644
index 00000000000..efb10058268
--- /dev/null
+++ b/textproc/p5-XML-XSLT/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-XML-XSLT
+# Date created: May 26 2001
+# Whom: vanilla
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-XSLT
+PORTVERSION= 0.21
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= XML::XSLT.3
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-XML-XSLT/distinfo b/textproc/p5-XML-XSLT/distinfo
new file mode 100644
index 00000000000..96003bf230e
--- /dev/null
+++ b/textproc/p5-XML-XSLT/distinfo
@@ -0,0 +1 @@
+MD5 (XML-XSLT-0.21.tar.gz) = 477253ddcb44c23381754e41c796e107
diff --git a/textproc/p5-XML-XSLT/pkg-comment b/textproc/p5-XML-XSLT/pkg-comment
new file mode 100644
index 00000000000..d4fc667fb11
--- /dev/null
+++ b/textproc/p5-XML-XSLT/pkg-comment
@@ -0,0 +1 @@
+XML::XSLT - A perl module for processing XSLT
diff --git a/textproc/p5-XML-XSLT/pkg-descr b/textproc/p5-XML-XSLT/pkg-descr
new file mode 100644
index 00000000000..2eaabb0fcfc
--- /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 it isn't yet. However,
+it already works well. Below is given the set of working xslt
+commands.
diff --git a/textproc/p5-XML-XSLT/pkg-plist b/textproc/p5-XML-XSLT/pkg-plist
new file mode 100644
index 00000000000..7dd8f7e18a4
--- /dev/null
+++ b/textproc/p5-XML-XSLT/pkg-plist
@@ -0,0 +1,4 @@
+lib/perl5/site_perl/%%PERL_VER%%/XML/XSLT.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XSLT/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XSLT
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true