1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

Add p5-XML-XUpdate-LibXML 0.2.3,

simple implementation of XUpdate
format based on and XML::LibXML.

PR:		40603
Submitted by:	Lev Serebryakov <lev@serebryakov.spb.ru>
This commit is contained in:
Sergey Skvortsov 2002-07-16 15:14:08 +00:00
parent bbebafeb0c
commit 0a9cd4f22f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63084
6 changed files with 48 additions and 0 deletions

View File

@ -240,6 +240,7 @@
SUBDIR += p5-XML-Writer
SUBDIR += p5-XML-XPath
SUBDIR += p5-XML-XSLT
SUBDIR += p5-XML-XUpdate-LibXML
SUBDIR += p5-dTemplate
SUBDIR += p5-libxml
SUBDIR += p5-podlators

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: XML::XUpdate::LibXML
# Date created: 15 July 2002
# Whom: Lev Serebryakov <lev@serebryakov.spb.ru>
#
# $FreeBSD$
#
PORTNAME= XML-XUpdate-LibXML
PORTVERSION= 0.2.3
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= lev@serebryakov.spb.ru
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= xupdate.1
MAN3= XML::Normalize::LibXML.3 XML::XUpdate::LibXML.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-patch:
@${PERL} -pi.b -e 's/xupdate/NAME/ if $$.==56' ${WRKSRC}/xupdate
@${PERL} -pi.b -e 's/my // if $$.==237' ${WRKSRC}/lib/XML/XUpdate/LibXML.pm
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (XML-XUpdate-LibXML-0.2.3.tar.gz) = 8c28b3dfa23201879613e20c7a3d77c8

View File

@ -0,0 +1 @@
Simple implementation of XUpdate format based on and XML::LibXML

View File

@ -0,0 +1,5 @@
Simple implementation of XUpdate format (http://www.xmldb.org/xupdate/).
The implementation is based on XML::LibXML DOM API.
WWW: http://www.xmldb.org/xupdate/
WWW: http://search.cpan.org/search?dist=XML-XUpdate-LibXML

View File

@ -0,0 +1,10 @@
bin/xupdate
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XUpdate/LibXML/.packlist
lib/perl5/site_perl/%%PERL_VER%%/XML/XUpdate/LibXML.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/Normalize/LibXML.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XUpdate/LibXML
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XUpdate 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/XUpdate 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/Normalize 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true