diff options
author | tobez <tobez@FreeBSD.org> | 2005-04-08 21:43:25 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-04-08 21:43:25 +0800 |
commit | 1905c4992e6c1d977fbaf04aad60016fcb4e349c (patch) | |
tree | 9e1ee1c573e547b6f2e980460ece9209c9945c74 /textproc | |
parent | d18a2d2acd3e54de1e21eb081ee97a955a406810 (diff) | |
download | freebsd-ports-graphics-1905c4992e6c1d977fbaf04aad60016fcb4e349c.tar.gz freebsd-ports-graphics-1905c4992e6c1d977fbaf04aad60016fcb4e349c.tar.zst freebsd-ports-graphics-1905c4992e6c1d977fbaf04aad60016fcb4e349c.zip |
Remove deprecated and expired devel/p5-Server-FastPL,
math/p5-Math-BigIntFast, math/p5-Statistics-Table-F,
textproc/p5-Sort-PolySort, and www/p5-HTML-Navigation.
Neither one of them is on CPAN any longer.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Sort-PolySort/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-Sort-PolySort/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Sort-PolySort/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-Sort-PolySort/pkg-plist | 5 |
4 files changed, 0 insertions, 40 deletions
diff --git a/textproc/p5-Sort-PolySort/Makefile b/textproc/p5-Sort-PolySort/Makefile deleted file mode 100644 index 31edd584636..00000000000 --- a/textproc/p5-Sort-PolySort/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: textproc/p5-Sort-PolySort -# Date created: 12 June 2001 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= Sort-PolySort -PORTVERSION= 0.12 -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Sort -PKGNAMEPREFIX= p5- - -MAINTAINER= tobez@FreeBSD.org -COMMENT= General rules-based sorting of lists - -PERL_CONFIGURE= yes - -DEPRECATED= "no longer on CPAN" -EXPIRATION_DATE= 2005-03-21 -MAN3= Sort::PolySort.3 - -pre-patch: - @${PERL} -pi -e '/^\$$Sort::PolySort::VERSION =/ && chomp' \ - ${WRKSRC}/lib/Sort/PolySort.pm - -.include <bsd.port.mk> diff --git a/textproc/p5-Sort-PolySort/distinfo b/textproc/p5-Sort-PolySort/distinfo deleted file mode 100644 index 3bc47e04fbe..00000000000 --- a/textproc/p5-Sort-PolySort/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (Sort-PolySort-0.12.tar.gz) = d8af79a5fd6937dd2ac352b3408edc5e -SIZE (Sort-PolySort-0.12.tar.gz) = 4756 diff --git a/textproc/p5-Sort-PolySort/pkg-descr b/textproc/p5-Sort-PolySort/pkg-descr deleted file mode 100644 index 65a6967afe9..00000000000 --- a/textproc/p5-Sort-PolySort/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This module provides methods to sort a list of strings based on parsing -the strings according to a configurable set of specifications. - --Anton -<tobez@FreeBSD.org> diff --git a/textproc/p5-Sort-PolySort/pkg-plist b/textproc/p5-Sort-PolySort/pkg-plist deleted file mode 100644 index 87da142e1b1..00000000000 --- a/textproc/p5-Sort-PolySort/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/PolySort/.packlist -%%SITE_PERL%%/Sort/PolySort.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/PolySort -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Sort 2>/dev/null || true |