Add p5-XML-Sablotron 0.44, a Perl interface to the Sablotron XSLT

processor.

PR:		22805
Submitted by:	Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
Will Andrews 2000-12-19 13:21:20 +00:00
parent 111607820e
commit f66b37bfde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36120
7 changed files with 65 additions and 0 deletions

View file

@ -72,6 +72,7 @@
SUBDIR += p5-XML-DOM
SUBDIR += p5-XML-Parser
SUBDIR += p5-XML-RSS
SUBDIR += p5-XML-Sablotron
SUBDIR += p5-XML-Simple
SUBDIR += p5-XML-Stream
SUBDIR += p5-dTemplate

View file

@ -0,0 +1,33 @@
# New ports collection makefile for: XML::Sablotron
# Date created: 13 Nov 2000
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= XML-Sablotron
PORTVERSION= 0.44
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
LIB_DEPENDS= sablot.44:${PORTSDIR}/textproc/sablotron
USE_PERL5= yes
MAN3= XML::Sablotron.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@cd ${WRKSRC}; \
${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL -d ${PREFIX} \
PREFIX=${PREFIX} \
CC="${CC}" \
CCFLAGS="${CFLAGS}" \
INSTALLSCRIPT=${PREFIX}/bin
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (XML-Sablotron-0.44.tar.gz) = 2ceeba53eaaea9d0e6c199f3e4ded694

View file

@ -0,0 +1,19 @@
*** Makefile.PL.orig Sun Nov 12 19:53:55 2000
--- Makefile.PL Sun Nov 12 19:54:08 2000
***************
*** 58,64 ****
VERSION_FROM => 'Sablotron.pm',
DEFINE => '-DPERL_POLLUTE',
INC => $include,
! LIBS => ["$libpth -lsablot -lxmlparse -lxmltok"],
clean => {'FILES' => "log.xsl", },
);
--- 58,64 ----
VERSION_FROM => 'Sablotron.pm',
DEFINE => '-DPERL_POLLUTE',
INC => $include,
! LIBS => ["$libpth -lsablot -lexpat -lgcc"],
clean => {'FILES' => "log.xsl", },
);

View file

@ -0,0 +1 @@
a Perl interface to the Sablotron XSLT processor

View file

@ -0,0 +1,3 @@
a Perl interface to the Sablotron XSLT processor
WWW: http://www.gingerall.com/

View file

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Sablotron/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Sablotron/Sablotron.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Sablotron/Sablotron.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/Sablotron.pm
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Sablotron