XML::XSLT - A perl module for processing XSLT

This commit is contained in:
Vanilla I. Shu 2001-05-27 02:11:35 +00:00
parent 3f9a715bc2
commit dc17d3ead2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43098
6 changed files with 36 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (XML-XSLT-0.21.tar.gz) = 477253ddcb44c23381754e41c796e107

View File

@ -0,0 +1 @@
XML::XSLT - A perl module for processing XSLT

View File

@ -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.

View File

@ -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