diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /textproc/p5-XML-SAX-Base | |
parent | 46ce9b21a3308230eb3c7821516af7ccc044bb41 (diff) | |
download | ports-b1cf59535c70b37f79dbb4a7374b9908cd760c4c.tar.gz ports-b1cf59535c70b37f79dbb4a7374b9908cd760c4c.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-SAX-Base')
-rw-r--r-- | textproc/p5-XML-SAX-Base/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-Base/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-Base/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-Base/pkg-plist | 9 |
4 files changed, 0 insertions, 47 deletions
diff --git a/textproc/p5-XML-SAX-Base/Makefile b/textproc/p5-XML-SAX-Base/Makefile deleted file mode 100644 index 7712026c2255..000000000000 --- a/textproc/p5-XML-SAX-Base/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: XML::SAX::Base -# Date created: 25 Jan 2002 -# Whom: Seamus Venasse <svenasse@polaris.ca> -# -# $FreeBSD$ -# - -PORTNAME= XML-SAX-Base -PORTVERSION= 1.04 -PORTREVISION= 1 -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -#MASTER_SITE_SUBDIR= XML -MASTER_SITE_SUBDIR= ../by-authors/id/K/KH/KHAMPTON -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Base class SAX Drivers and Filters - -DEPRECATED= XML-SAX-Base is subset of textproc/p5-XML-SAX -EXPIRATION_DATE= 2005-10-30 - -PERL_CONFIGURE= yes - -MAN3= XML::SAX::Exception.3 \ - XML::SAX::Base.3 - -.include <bsd.port.mk> diff --git a/textproc/p5-XML-SAX-Base/distinfo b/textproc/p5-XML-SAX-Base/distinfo deleted file mode 100644 index 7272d32b96eb..000000000000 --- a/textproc/p5-XML-SAX-Base/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (XML-SAX-Base-1.04.tar.gz) = e4d248e8ac1811a5db0aa043c56af612 -SIZE (XML-SAX-Base-1.04.tar.gz) = 16199 diff --git a/textproc/p5-XML-SAX-Base/pkg-descr b/textproc/p5-XML-SAX-Base/pkg-descr deleted file mode 100644 index 2303a3305734..000000000000 --- a/textproc/p5-XML-SAX-Base/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This module has a very simple task - to be a base class for PerlSAX -drivers and filters. It's default behaviour is to pass the input directly -to the output unchanged. It can be useful to use this module as a base class -so you don't have to, for example, implement the characters() callback. - -WWW: http://search.cpan.org/dist/XML-SAX-Base/ - -Seamus Venasse <svenasse@polaris.ca> diff --git a/textproc/p5-XML-SAX-Base/pkg-plist b/textproc/p5-XML-SAX-Base/pkg-plist deleted file mode 100644 index bbf34185d29c..000000000000 --- a/textproc/p5-XML-SAX-Base/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX/Base/.packlist -%%SITE_PERL%%/XML/SAX/Base.pm -%%SITE_PERL%%/XML/SAX/Exception.pm -%%SITE_PERL%%/XML/SAX/placeholder.pl -@unexec rmdir %D/%%SITE_PERL%%/XML/SAX 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX/Base 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true |