summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-03-01 11:37:49 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-03-01 11:37:49 +0000
commit36f89f8eae857a79f381689cf90a2d22d8ef4590 (patch)
tree6d2ef6201dfa48aaf0652efc33d57048f91a0909 /textproc
parent- Fix MASTER_SITES (diff)
Remove port (obsolete, deleted from CPAN)
Notes
Notes: svn path=/head/; revision=102625
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-Filter-Base/Makefile23
-rw-r--r--textproc/p5-XML-Filter-Base/distinfo1
-rw-r--r--textproc/p5-XML-Filter-Base/pkg-descr6
-rw-r--r--textproc/p5-XML-Filter-Base/pkg-plist7
4 files changed, 0 insertions, 37 deletions
diff --git a/textproc/p5-XML-Filter-Base/Makefile b/textproc/p5-XML-Filter-Base/Makefile
deleted file mode 100644
index 3e953e47c4ac..000000000000
--- a/textproc/p5-XML-Filter-Base/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: XML::Filter::Base
-# Date created: 20 Nov 2001
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= XML-Filter-Base
-PORTVERSION= 0.01
-CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= XML
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= skv@protey.ru
-COMMENT= Base class for XML::Filter modules
-
-PERL_CONFIGURE= yes
-
-MAN3= XML::Filter::Base.3
-
-
-.include <bsd.port.mk>
diff --git a/textproc/p5-XML-Filter-Base/distinfo b/textproc/p5-XML-Filter-Base/distinfo
deleted file mode 100644
index d73b724984ca..000000000000
--- a/textproc/p5-XML-Filter-Base/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (XML-Filter-Base-0.01.tar.gz) = 4b769d681bdb0b9f764344b7899e9199
diff --git a/textproc/p5-XML-Filter-Base/pkg-descr b/textproc/p5-XML-Filter-Base/pkg-descr
deleted file mode 100644
index b7e78dbe49fe..000000000000
--- a/textproc/p5-XML-Filter-Base/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This module has a very simple task - to be a base class for PerlSAX
-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/search?dist=XML-Filter-Base
diff --git a/textproc/p5-XML-Filter-Base/pkg-plist b/textproc/p5-XML-Filter-Base/pkg-plist
deleted file mode 100644
index 106822be1760..000000000000
--- a/textproc/p5-XML-Filter-Base/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Filter/Base/.packlist
-%%SITE_PERL%%/XML/Filter/Base.pm
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Filter/Base
-@unexec rmdir %D/%%SITE_PERL%%/XML/Filter 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Filter 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true