forked from Lainports/freebsd-ports
This module is a tiny shim to unbreak XML files that have had their
entities doubly-encoded. WWW: http://search.cpan.org/dist/XML-DoubleEncodedEntities/ PR: ports/133600 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
521b6c1c3f
commit
67aa920afa
5 changed files with 36 additions and 0 deletions
|
|
@ -708,6 +708,7 @@
|
|||
SUBDIR += p5-XML-DTDParser
|
||||
SUBDIR += p5-XML-DifferenceMarkup
|
||||
SUBDIR += p5-XML-Directory
|
||||
SUBDIR += p5-XML-DoubleEncodedEntities
|
||||
SUBDIR += p5-XML-Driver-HTML
|
||||
SUBDIR += p5-XML-Dumper
|
||||
SUBDIR += p5-XML-Elemental
|
||||
|
|
|
|||
23
textproc/p5-XML-DoubleEncodedEntities/Makefile
Normal file
23
textproc/p5-XML-DoubleEncodedEntities/Makefile
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: p5-XML-DoubleEncodedEntities
|
||||
# Date created: 11 April, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-DoubleEncodedEntities
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Unbreak XML with Doubly-Encoded Entities
|
||||
|
||||
RUN_DEPENDS= p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::DoubleEncodedEntities.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
textproc/p5-XML-DoubleEncodedEntities/distinfo
Normal file
3
textproc/p5-XML-DoubleEncodedEntities/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
MD5 (XML-DoubleEncodedEntities-1.0.tar.gz) = 1db0b90f57046f80a55a3c663d87e65b
|
||||
SHA256 (XML-DoubleEncodedEntities-1.0.tar.gz) = aabb50ad320f642dbed6025df378e8d55874893130e7952cf924432a0ccf5e70
|
||||
SIZE (XML-DoubleEncodedEntities-1.0.tar.gz) = 2803
|
||||
4
textproc/p5-XML-DoubleEncodedEntities/pkg-descr
Normal file
4
textproc/p5-XML-DoubleEncodedEntities/pkg-descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
This module is a tiny shim to unbreak XML files that have had their
|
||||
entities doubly-encoded.
|
||||
|
||||
WWW: http://search.cpan.org/dist/XML-DoubleEncodedEntities/
|
||||
5
textproc/p5-XML-DoubleEncodedEntities/pkg-plist
Normal file
5
textproc/p5-XML-DoubleEncodedEntities/pkg-plist
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/DoubleEncodedEntities/.packlist
|
||||
%%SITE_PERL%%/XML/DoubleEncodedEntities.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/DoubleEncodedEntities
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
|
||||
@dirrmtry %%SITE_PERL%%/XML
|
||||
Loading…
Add table
Reference in a new issue