1af553723d
from 1.96nb1 to 2.00.01 (upstream 2.0001). Upstream changes: 2.0001 Wed Jun 20 19:40:05 IDT 2012 - Remove the leftover perl-libxml-libxml.h from the distribution. - https://rt.cpan.org/Ticket/Display.html?id=77924 - Thanks to Martin Mann for the report. 2.0000 Tue Jun 19 23:04:23 IDT 2012 - Fix warnings that appear when compiling using the clang C compiler by default. - https://rt.cpan.org/Ticket/Display.html?id=77802 - Thanks to duvny for the report, and to seldon, doy and Zefram for their assistance in fixing the warnings. - Fix tests and run-time errors when Hash::FieldHash is installed by no longer using Hash::FieldHash. - https://rt.cpan.org/Ticket/Display.html?id=77576 - Thanks to hsk@fli-leibniz.de for reporting it, and to Father Chrysostomos ( http://search.cpan.org/~sprout/ ) and Mons Anderson for some diagnosis. 1.99 Thu May 31 10:21:23 IDT 2012 - Apply a patch from Mons Anderson ( mons@cpan.org ) for fixing the overloading. - t/62overload.t - Thanks to Mons. - Fix test failures (and general functionality) on 64-bit big endian platforms - https://rt.cpan.org/Ticket/Display.html?id=77340 - Thanks to Gregor Herrmann and Niko Tyni from the Debian Perl group. 1.98 Sun May 13 21:02:14 IDT 2012 - Make sure parse_string() and load_xml() also accept references to strings (to avoid unnecessary copying). - See: https://rt.cpan.org/Ticket/Display.html?id=64051 1.97 Mon Apr 30 20:31:24 IDT 2012 - Apply a test and a fix to correct keep_blanks having no effect on parse_balanced_chunk. - fixes https://rt.cpan.org/Ticket/Display.html?id=76696 - Add t/30keep_blanks.t . - Thanks to SREZIC for the report, the test and the fix.
34 lines
1 KiB
Makefile
34 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.37 2012/07/06 12:40:18 sno Exp $
|
|
#
|
|
|
|
DISTNAME= XML-LibXML-2.0001
|
|
PKGNAME= p5-${DISTNAME:S/0001/00.01/}
|
|
SVR4_PKGNAME= p5xlx
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-LibXML/
|
|
COMMENT= Perl interface to the libxml2 library
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-XML-SAX>=0.11:../../textproc/p5-XML-SAX
|
|
DEPENDS+= p5-XML-NamespaceSupport>=1.07:../../textproc/p5-XML-NamespaceSupport
|
|
|
|
SUPERSEDES= p5-XML-LibXML-Common<=0.13nb7
|
|
CONFLICTS+= p5-XML-LibXML-Common-[0-9]*
|
|
|
|
# since version 1.61 the XML::LibXML Perl module
|
|
# includes XML::LibXML::XPathContext module
|
|
CONFLICTS+= p5-XML-LibXML-XPathContext-[0-9]*
|
|
|
|
MAKE_ENV+= SKIP_SAX_INSTALL=1 # Must be done in the INSTALL script
|
|
PERL5_PACKLIST= auto/XML/LibXML/.packlist
|
|
|
|
FILES_SUBST+= PERL5_INSTALLVENDORLIB=${PERL5_INSTALLVENDORLIB:Q}
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|