diff options
author | adam <adam@pkgsrc.org> | 2011-02-23 08:54:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-02-23 08:54:07 +0000 |
commit | 2ef4d11fd2aa495820b12d74ffc3f18d08c8d7d0 (patch) | |
tree | f27a68929d3dafacb077fc9ee441307c56798916 | |
parent | 073ad1898321dc05befa0e6c9e4a6b8b708d2475 (diff) | |
download | pkgsrc-2ef4d11fd2aa495820b12d74ffc3f18d08c8d7d0.tar.gz |
Removed textproc/p5-XML-Xerces (cannot be built with xerces-c 3.1.1)
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-XML-Xerces/DESCR | 22 | ||||
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 33 | ||||
-rw-r--r-- | textproc/p5-XML-Xerces/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Xerces/patches/patch-aa | 13 |
5 files changed, 1 insertions, 76 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7044628e499..c66c6a82fec 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.569 2011/02/23 08:41:57 adam Exp $ +# $NetBSD: Makefile,v 1.570 2011/02/23 08:54:31 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -396,7 +396,6 @@ SUBDIR+= p5-XML-XPathEngine SUBDIR+= p5-XML-XQL SUBDIR+= p5-XML-XSLT SUBDIR+= p5-XML-XUpdate-LibXML -SUBDIR+= p5-XML-Xerces SUBDIR+= p5-YAML SUBDIR+= p5-YAML-LibYAML SUBDIR+= p5-YAML-Syck diff --git a/textproc/p5-XML-Xerces/DESCR b/textproc/p5-XML-Xerces/DESCR deleted file mode 100644 index 89fad999cff..00000000000 --- a/textproc/p5-XML-Xerces/DESCR +++ /dev/null @@ -1,22 +0,0 @@ -XML::Xerces is the Perl API to the Apache project's Xerces XML parser. -It is implemented using the Xerces C++ API, and it provides access to -most of the C++ API from Perl. - -Because it is based on Xerces-C, XML::Xerces provides a validating XML -parser that makes it easy to give your application the ability to read -and write XML data. Classes are provided for parsing, generating, -manipulating, and validating XML documents. XML::Xerces is faithful -to the XML 1.0 recommendation and associated standards (DOM levels -1,2, and 3, SAX 1 and 2, Namespaces, and W3C XML Schema). The parser -provides high performance, modularity, and scalability, and provides -full support for Unicode. - -XML::Xerces implements the vast majority of the Xerces-C API. The -exception is some functions in the C++ API which either have better -Perl counterparts (such as file I/O) or which manipulate internal C++ -information that has no role in the Perl module. - -The majority of the API is created automatically using Simplified -Wrapper Interface Generator (SWIG). However, care has been taken to -make most method invocations natural to perl programmers, so a number -of rough C++ edges have been smoothed over. diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile deleted file mode 100644 index 22ac57fb9d2..00000000000 --- a/textproc/p5-XML-Xerces/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# $NetBSD: Makefile,v 1.24 2010/08/21 16:36:18 seb Exp $ -# - -DISTNAME= XML-Xerces-2.7.0-0 -PKGNAME= p5-${DISTNAME:C/-([0-9]*)$/.\1/} -PKGREVISION= 2 -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_APACHE:=xml/xerces-p/} - -MAINTAINER= manu@NetBSD.org -HOMEPAGE= http://xerces.apache.org/xerces-p/ -COMMENT= Validating XML parser API for Perl - -CONFLICTS+= XML-Xerces-[0-9]* - -PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir - -USE_LANGUAGES= c c++ -CC=c++ -USE_TOOLS+= gmake -PERL5_PACKLIST= auto/XML/Xerces/.packlist - -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.7.0 -.include "../../textproc/xerces-c/buildlink3.mk" - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-Xerces/distinfo b/textproc/p5-XML-Xerces/distinfo deleted file mode 100644 index 02f4bb461ff..00000000000 --- a/textproc/p5-XML-Xerces/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.5 2009/05/26 09:32:20 hasso Exp $ - -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 -SHA1 (patch-aa) = 8c066eaeaedf7361dcbb6afada866bae242841ff diff --git a/textproc/p5-XML-Xerces/patches/patch-aa b/textproc/p5-XML-Xerces/patches/patch-aa deleted file mode 100644 index dd6c0f6c151..00000000000 --- a/textproc/p5-XML-Xerces/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2009/05/26 09:32:21 hasso Exp $ - ---- Makefile.PL.orig 2009-05-24 21:33:45 +0300 -+++ Makefile.PL 2009-05-24 21:33:59 +0300 -@@ -27,7 +27,7 @@ use File::Basename; - - # We need to know which version of libxerces we are to use. - # As of Xerces-C 1.5.1, minor version numbers are used --my $XERCES_MAJOR_VERSION = '2.7'; -+my $XERCES_MAJOR_VERSION = '2.8'; - my $XERCES_MINOR_VERSION = '0'; - my $XERCES_LIB_VERSION = "$XERCES_MAJOR_VERSION.$XERCES_MINOR_VERSION"; - my $XERCES_PERL_VERSION = $XERCES_LIB_VERSION . '-0'; |