aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-06-20 23:40:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-06-20 23:40:39 +0000
commitbbdac6a84127ded2282a0a89b53a0f930cf920d8 (patch)
treedb982286edeebb39e5e3f349e4076643cabfb3f5 /textproc
parent3d2b9954d9f44f9a17e2305a7305a14993124bc8 (diff)
downloadports-bbdac6a84127ded2282a0a89b53a0f930cf920d8.tar.gz
ports-bbdac6a84127ded2282a0a89b53a0f930cf920d8.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile2
-rw-r--r--textproc/p5-XML-Xerces-BagOfTricks/Makefile34
-rw-r--r--textproc/p5-XML-Xerces-BagOfTricks/distinfo2
-rw-r--r--textproc/p5-XML-Xerces-BagOfTricks/pkg-descr11
-rw-r--r--textproc/p5-XML-Xerces-BagOfTricks/pkg-plist9
-rw-r--r--textproc/p5-XML-Xerces/Makefile47
-rw-r--r--textproc/p5-XML-Xerces/distinfo2
-rw-r--r--textproc/p5-XML-Xerces/pkg-descr18
-rw-r--r--textproc/p5-XML-Xerces/pkg-plist10
9 files changed, 0 insertions, 135 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index fa30be31c451..e12f1ff31023 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -416,8 +416,6 @@
SUBDIR += p5-XML-XSH
SUBDIR += p5-XML-XSLT
SUBDIR += p5-XML-XUpdate-LibXML
- SUBDIR += p5-XML-Xerces
- SUBDIR += p5-XML-Xerces-BagOfTricks
SUBDIR += p5-YAML
SUBDIR += p5-YAPE-HTML
SUBDIR += p5-YAPE-Regex
diff --git a/textproc/p5-XML-Xerces-BagOfTricks/Makefile b/textproc/p5-XML-Xerces-BagOfTricks/Makefile
deleted file mode 100644
index 4a0ece186640..000000000000
--- a/textproc/p5-XML-Xerces-BagOfTricks/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: p5-XML-Xerces-BagOfTricks
-# Date created: 19 January 2004
-# Whom: Scott McWhirter <scott@surreytech.co.uk>
-#
-# $FreeBSD$
-#
-
-PORTNAME= XML-Xerces-BagOfTricks
-PORTVERSION= 0.03
-CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= XML
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= scott@surreytech.co.uk
-COMMENT= Provide a bag of tricks for users of XML::Xerces DOM API
-
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Xerces.pm:${PORTSDIR}/textproc/p5-XML-Xerces
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-MAN3= XML::Xerces::BagOfTricks.3
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500801
-IGNORE= Port requires perl 5.8.x or later. Install lang/perl5.8 then try again
-.else
-BROKEN= Does not compile
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/textproc/p5-XML-Xerces-BagOfTricks/distinfo b/textproc/p5-XML-Xerces-BagOfTricks/distinfo
deleted file mode 100644
index 2ee46a1a6305..000000000000
--- a/textproc/p5-XML-Xerces-BagOfTricks/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (XML-Xerces-BagOfTricks-0.03.tar.gz) = 0432aac75a11ec30c953d55e1edeb1a7
-SIZE (XML-Xerces-BagOfTricks-0.03.tar.gz) = 4986
diff --git a/textproc/p5-XML-Xerces-BagOfTricks/pkg-descr b/textproc/p5-XML-Xerces-BagOfTricks/pkg-descr
deleted file mode 100644
index 494aea8bd12f..000000000000
--- a/textproc/p5-XML-Xerces-BagOfTricks/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-This module is designed to provide a bag of tricks for users of
-XML::Xerces DOM API. It provides some useful variables for looking up
-xerces-c enum values.
-
-It also provides functions that make dealing with, creating and printing
-DOM objects much easier.
-
-getTextContents() from 'Effective XML processing with DOM and XPath in
-Perl' by Parand Tony Darugar, IBM Developerworks Oct 1st 2001
-
-WWW: http://search.cpan.org/dist/XML-Xerces-BagOfTricks/
diff --git a/textproc/p5-XML-Xerces-BagOfTricks/pkg-plist b/textproc/p5-XML-Xerces-BagOfTricks/pkg-plist
deleted file mode 100644
index e420564f0ee3..000000000000
--- a/textproc/p5-XML-Xerces-BagOfTricks/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-%%SITE_PERL%%/XML/Xerces/BagOfTricks.pm
-%%SITE_PERL%%/auto/XML/Xerces/BagOfTricks/autosplit.ix
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/BagOfTricks/.packlist
-@dirrm %%SITE_PERL%%/XML/Xerces
-@dirrm %%SITE_PERL%%/auto/XML/Xerces/BagOfTricks
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/BagOfTricks
-@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/auto/XML/Xerces 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces 2>/dev/null || true
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile
deleted file mode 100644
index a2e3be129d76..000000000000
--- a/textproc/p5-XML-Xerces/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: p5-XML-Xerces
-# Date created: Jan 19, 2004
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= XML-Xerces
-PORTVERSION= 2.3.0.4
-PORTREVISION= 2
-CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= XML
-PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The Perl API to the Apache Xerces XML parser
-
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:"configure TRANSCODER=native"
-LIB_DEPENDS= xerces-c.23:${PORTSDIR}/textproc/xerces-c2
-
-PERL_CONFIGURE= yes
-CONFIGURE_ENV= XERCES_INCLUDE=${LOCALBASE}/include \
- XERCES_LIB=${LOCALBASE}/lib \
- XERCESCROOT=${PORTSDIR}/textproc/xerces-c2/work/xerces-c-src_2_3_0
-USE_GMAKE= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-IGNORE= "requires perl 5.6.x or later. Install lang/perl5 and try again"
-.endif
-
-.if ${OSVERSION} >= 502102
-FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}"
-.endif
-
-BROKEN= dependency problems: also does not work with xerces-2.5
-DEPRECATED= ${IGNORE}
-EXPIRATION_DATE= "June 12, 2004"
-
-post-patch:
- @${PERL} -pi -e "s|-lpthread|${PTHREAD_LIBS}|" ${WRKSRC}/Makefile.PL
-
-.include <bsd.port.post.mk>
diff --git a/textproc/p5-XML-Xerces/distinfo b/textproc/p5-XML-Xerces/distinfo
deleted file mode 100644
index b5184e4bae56..000000000000
--- a/textproc/p5-XML-Xerces/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (XML-Xerces-2.3.0-4.tar.gz) = 006dd9f2b0238539cb58b37838c613ef
-SIZE (XML-Xerces-2.3.0-4.tar.gz) = 213770
diff --git a/textproc/p5-XML-Xerces/pkg-descr b/textproc/p5-XML-Xerces/pkg-descr
deleted file mode 100644
index b4f00b4bc7c7..000000000000
--- a/textproc/p5-XML-Xerces/pkg-descr
+++ /dev/null
@@ -1,18 +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 (if you notice
-any discrepancies please mail the list <URL:
-mailto:xerces-p-dev@xml.apache.org> ). 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.
diff --git a/textproc/p5-XML-Xerces/pkg-plist b/textproc/p5-XML-Xerces/pkg-plist
deleted file mode 100644
index bad5c25f9c86..000000000000
--- a/textproc/p5-XML-Xerces/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/Xerces.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/Xerces.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Handler/Handler.a
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Handler/extralibs.ld
-%%SITE_PERL%%/%%PERL_ARCH%%/XML/Xerces.pm
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Handler
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/XML 2>/dev/null || true