mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Perl extension for inclusive and exclusive canonicalization of XML using libxml2
PR: ports/137474 Submitted by: Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
parent
d37ee89973
commit
5e7eacd121
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239083
@ -723,6 +723,7 @@
|
||||
SUBDIR += p5-XML-AutoWriter
|
||||
SUBDIR += p5-XML-Bare
|
||||
SUBDIR += p5-XML-Canonical
|
||||
SUBDIR += p5-XML-CanonicalizeXML
|
||||
SUBDIR += p5-XML-Catalog
|
||||
SUBDIR += p5-XML-Clean
|
||||
SUBDIR += p5-XML-Code
|
||||
|
24
textproc/p5-XML-CanonicalizeXML/Makefile
Normal file
24
textproc/p5-XML-CanonicalizeXML/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-XML-CanonicalizeXML
|
||||
# Date created: 2009-08-06
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-CanonicalizeXML
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Extension for inclusive/exclusive canonicalization of XML
|
||||
|
||||
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::CanonicalizeXML.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-XML-CanonicalizeXML/distinfo
Normal file
3
textproc/p5-XML-CanonicalizeXML/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (XML-CanonicalizeXML-0.03.tar.gz) = 8f8720c5661b1d6b137efc050f4615aa
|
||||
SHA256 (XML-CanonicalizeXML-0.03.tar.gz) = 116d9406326fd241730abb0165777a49a3947a146a2122d07cfa61953873d3e3
|
||||
SIZE (XML-CanonicalizeXML-0.03.tar.gz) = 15963
|
4
textproc/p5-XML-CanonicalizeXML/pkg-descr
Normal file
4
textproc/p5-XML-CanonicalizeXML/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Perl extension for inclusive and exclusive canonicalization of XML
|
||||
using libxml2.
|
||||
|
||||
WWW: http://search.cpan.org/dist/XML-CanonicalizeXML/
|
10
textproc/p5-XML-CanonicalizeXML/pkg-plist
Normal file
10
textproc/p5-XML-CanonicalizeXML/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/XML/CanonicalizeXML.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/CanonicalizeXML/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/CanonicalizeXML/CanonicalizeXML.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/CanonicalizeXML/CanonicalizeXML.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/CanonicalizeXML/autosplit.ix
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/CanonicalizeXML
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
|
||||
@dirrmtry %%SITE_PERL%%/mach/XML
|
||||
@dirrmtry %%SITE_PERL%%/mach
|
Loading…
Reference in New Issue
Block a user