efa36fc0b3
ChangeLog: - nothing for 3.39 in upstream noted version 3.38 date: 2011-07-27 # minor maintenance release fixed: RT 65865: _ should be allowed at the start on an XML name https://rt.cpan.org/Ticket/Display.html?id=65865 reported by Steve Prokopowich removed: making att and class lvalues created problems: in certain context they made regular calls to the method create empty attributes. I could find no satisfactory fix,they were either incompletes, or to complex for often used methods. So att and class are back to being regular, non l-value methods. latt and lclass are the l-value versions. added: documented the -html option for xml_grep, that allows processing HTML input added: the -Tidy option to xml_grep, that uses HTML::Tidy to convert HTML to XML
42 lines
1.6 KiB
Makefile
42 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.22 2012/01/26 13:05:56 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= XML-Twig-3.39
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5xtw
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://www.xmltwig.com/
|
|
COMMENT= Efficient XML document interface
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
|
|
|
|
# The modules listed below are required for testing purposes only
|
|
# they are not required for building the package
|
|
#DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
|
|
#DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
|
|
#DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
|
|
#DEPENDS+= p5-Test-Pod-Coverage>=1.0:../../devel/p5-Test-Pod-Coverage
|
|
#DEPENDS+= p5-Text-Iconv-[0-9]*:../../converters/p5-Text-Iconv
|
|
#DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
|
|
#DEPENDS+= p5-Unicode-Map8-[0-9]*:../../converters/p5-Unicode-Map8
|
|
#DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
|
|
#DEPENDS+= p5-XML-Filter-BufferText-[0-9]*:../../textproc/p5-XML-Filter-BufferText
|
|
#DEPENDS+= p5-XML-Handler-YAWriter-[0-9]*:../../textproc/p5-XML-Handler-YAWriter
|
|
#DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer
|
|
#DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
|
|
#DEPENDS+= p5-XML-XPath-[0-9]*:../../textproc/p5-XML-XPath
|
|
#DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
|
|
#DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/XML/Twig/.packlist
|
|
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|