diff options
author | abs <abs> | 2006-08-10 13:48:23 +0000 |
---|---|---|
committer | abs <abs> | 2006-08-10 13:48:23 +0000 |
commit | e9a02dc93c7561bb3fcb57767f95536ac93d0b5e (patch) | |
tree | e30e9b99b43f9b8cbfb647238b47cbcb19a7261f /textproc | |
parent | 3eb1dc7c74b896860ac3ab316ede1928a13958ac (diff) | |
download | pkgsrc-e9a02dc93c7561bb3fcb57767f95536ac93d0b5e.tar.gz |
Update p5-XML-Xerces from 2.3.0-4 to 2.7.0-0
2.7.0-0 Sun Jan 1 08:44:27 IST 2006
- first public 2.7 release
- working with SWIG-1.3.28 pre-release
- removed all uses of XMLString::transcode() from the Perl
callback handler classes in Handler/
2.6.0-2
- first public 2.6 release
- all known memory leaks fixed
- all known segfaults fixed (especially with regards to
exception handling) - perhaps this will fix AIX?
2.6.0-1
- second beta 2.6 release
2.6.0-0
- first attempt at 2.6 release
- most memory leaks resovlved
2.3.0-5
- fifth bugfix release of 2.3.0 series.
- added new samples: validator.pl, memtest.pl, xerces-memtest.pl
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-Xerces/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile index 06167210e35..72c8b01ff12 100644 --- a/textproc/p5-XML-Xerces/Makefile +++ b/textproc/p5-XML-Xerces/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2006/08/06 05:20:40 kristerw Exp $ +# $NetBSD: Makefile,v 1.20 2006/08/10 13:48:23 abs Exp $ # -DISTNAME= XML-Xerces-2.3.0-4 +DISTNAME= XML-Xerces-2.7.0-0 PKGNAME= p5-${DISTNAME:C/-([0-9]*)$/.\1/} -PKGREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_APACHE:=xml/xerces-p/} @@ -15,6 +14,8 @@ CONFLICTS+= XML-Xerces-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_LANGUAGES= c c++ +CC=c++ USE_TOOLS+= gmake PERL5_PACKLIST= auto/XML/Xerces/.packlist @@ -23,7 +24,7 @@ MAKE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}" LANG="" # Xerces-C is built unthreaded in pkgsrc (for now). BUILDLINK_TRANSFORM+= rm:-lpthread -BUILDLINK_API_DEPENDS.xerces-c+= xerces-c>=2.3.0 +BUILDLINK_API_DEPENDS.xerces-c+= xerces-c>=2.7.0 .include "../../textproc/xerces-c/buildlink3.mk" .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-XML-Xerces/distinfo b/textproc/p5-XML-Xerces/distinfo index 97f350941d4..03d419778da 100644 --- a/textproc/p5-XML-Xerces/distinfo +++ b/textproc/p5-XML-Xerces/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 14:48:47 agc Exp $ +$NetBSD: distinfo,v 1.4 2006/08/10 13:48:23 abs Exp $ -SHA1 (XML-Xerces-2.3.0-4.tar.gz) = d453f7ba6ef2ed9a1ad0e033bdeee18476277bb2 -RMD160 (XML-Xerces-2.3.0-4.tar.gz) = b853e3a5a56a89f619f0c2f153c3882db7ec8277 -Size (XML-Xerces-2.3.0-4.tar.gz) = 213770 bytes +SHA1 (XML-Xerces-2.7.0-0.tar.gz) = 7d9f90a5e9d46b3bff668a7a60034b944ac9e735 +RMD160 (XML-Xerces-2.7.0-0.tar.gz) = 033a8181e9c1400dfd4a49aa1bb258ad9f3d535e +Size (XML-Xerces-2.7.0-0.tar.gz) = 291199 bytes |