diff options
author | tobez <tobez@FreeBSD.org> | 2005-04-08 13:43:25 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-04-08 13:43:25 +0000 |
commit | 1905c4992e6c1d977fbaf04aad60016fcb4e349c (patch) | |
tree | 9e1ee1c573e547b6f2e980460ece9209c9945c74 | |
parent | d18a2d2acd3e54de1e21eb081ee97a955a406810 (diff) | |
download | FreeBSD-ports-1905c4992e6c1d977fbaf04aad60016fcb4e349c.zip FreeBSD-ports-1905c4992e6c1d977fbaf04aad60016fcb4e349c.tar.gz |
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.
24 files changed, 5 insertions, 214 deletions
@@ -1442,3 +1442,8 @@ multimedia/linux-divxplayer||2005-04-02|developer's dropped the application audio/rebler||2005-04-07|Project dead and disappeared net/linux-edonkey-gui-gtk|net/edonkey-gui-gtk|2005-04-07|Dead port, native version available misc/nwrite||2005-04-08|Project dead and disappeared +textproc/p5-Sort-PolySort||2005-04-08|Deprecated, no longer on CPAN +devel/p5-Server-FastPL||2005-04-08|Deprecated, no longer on CPAN +math/p5-Statistics-Table-F||2005-04-08|Deprecated, no longer on CPAN +math/p5-Math-BigIntFast||2005-04-08|Deprecated, no longer on CPAN +www/p5-HTML-Navigation||2005-04-08|Deprecated, no longer on CPAN diff --git a/devel/Makefile b/devel/Makefile index 2b1da76..9422020 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1032,7 +1032,6 @@ SUBDIR += p5-SVN-Simple SUBDIR += p5-SVN-Web SUBDIR += p5-Search-Binary - SUBDIR += p5-Server-FastPL SUBDIR += p5-Set-Array SUBDIR += p5-Set-Crontab SUBDIR += p5-Set-Infinite diff --git a/devel/p5-Server-FastPL/Makefile b/devel/p5-Server-FastPL/Makefile deleted file mode 100644 index 1fe3cc6..0000000 --- a/devel/p5-Server-FastPL/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: devel/p5-Server-FastPL -# Date created: 03 January 2001 -# Whom: Anton Berezin <tobez@tobez.org> -# -# $FreeBSD$ -# - -PORTNAME= Server-FastPL -PORTVERSION= 1.0.2 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Server -PKGNAMEPREFIX= p5- - -MAINTAINER= tobez@FreeBSD.org -COMMENT= Perl module to eliminate the compile-time of big scripts - -PERL_CONFIGURE= yes - -DEPRECATED= "no longer on CPAN" -EXPIRATION_DATE= 2005-03-21 -MAN3= Server::FastPL.3 Server::FastPL::Client.3 \ - Server::FastPL::Server.3 - -.include <bsd.port.mk> diff --git a/devel/p5-Server-FastPL/distinfo b/devel/p5-Server-FastPL/distinfo deleted file mode 100644 index 8bcc5ee..0000000 --- a/devel/p5-Server-FastPL/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (Server-FastPL-1.0.2.tar.gz) = 4d5cfec7939903dd302867b5d9690254 -SIZE (Server-FastPL-1.0.2.tar.gz) = 5502 diff --git a/devel/p5-Server-FastPL/pkg-descr b/devel/p5-Server-FastPL/pkg-descr deleted file mode 100644 index c48b137..0000000 --- a/devel/p5-Server-FastPL/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This module was created to avoid the compile time of big scripts that runs a -lot of times. It works forking your script into MAX_CHILDS childs, and using -Unix Sockets to run your code. Just like CGI::Fast. - --Anton -<tobez@FreeBSD.org> diff --git a/devel/p5-Server-FastPL/pkg-plist b/devel/p5-Server-FastPL/pkg-plist deleted file mode 100644 index eec4ff1..0000000 --- a/devel/p5-Server-FastPL/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Server/FastPL/.packlist -%%SITE_PERL%%/Server/FastPL.pm -%%SITE_PERL%%/Server/FastPL/Client.pm -%%SITE_PERL%%/Server/FastPL/Server.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Server/FastPL -@dirrm %%SITE_PERL%%/Server/FastPL -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Server 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Server 2>/dev/null || true diff --git a/math/Makefile b/math/Makefile index 0bae7e5..699330b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -145,7 +145,6 @@ SUBDIR += p5-Math-Bezier SUBDIR += p5-Math-Bezier-Convert SUBDIR += p5-Math-BigInt - SUBDIR += p5-Math-BigIntFast SUBDIR += p5-Math-BigRat SUBDIR += p5-Math-Calc-Units SUBDIR += p5-Math-Currency @@ -179,7 +178,6 @@ SUBDIR += p5-Statistics-LTU SUBDIR += p5-Statistics-Lite SUBDIR += p5-Statistics-OLS - SUBDIR += p5-Statistics-Table-F SUBDIR += pari SUBDIR += pari-devel SUBDIR += parmetis diff --git a/math/p5-Math-BigIntFast/Makefile b/math/p5-Math-BigIntFast/Makefile deleted file mode 100644 index 272e005..0000000 --- a/math/p5-Math-BigIntFast/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: Math-BigIntFast -# Date created: Wed Jan 3 11:30:25 2001 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= Math-BigIntFast -PORTVERSION= 6.0 -CATEGORIES= math perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Math -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl module wrapper for Bit::Vector to provide big integer math - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -DEPRECATED= "no longer on CPAN" -EXPIRATION_DATE= 2005-03-26 -MAN3= Math::BigIntFast.3 - -.include <bsd.port.mk> diff --git a/math/p5-Math-BigIntFast/distinfo b/math/p5-Math-BigIntFast/distinfo deleted file mode 100644 index e4f732d..0000000 --- a/math/p5-Math-BigIntFast/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (Math-BigIntFast-6.0.tar.gz) = d6bb88f9ebd18a784353da9ce9550362 -SIZE (Math-BigIntFast-6.0.tar.gz) = 12162 diff --git a/math/p5-Math-BigIntFast/pkg-descr b/math/p5-Math-BigIntFast/pkg-descr deleted file mode 100644 index 261aa0a..0000000 --- a/math/p5-Math-BigIntFast/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Math::BigIntFast is a wrapper module for Bit::Vector. - ---will diff --git a/math/p5-Math-BigIntFast/pkg-plist b/math/p5-Math-BigIntFast/pkg-plist deleted file mode 100644 index fb78d71..0000000 --- a/math/p5-Math-BigIntFast/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/Math/BigIntFast.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigIntFast/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigIntFast -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true diff --git a/math/p5-Statistics-Table-F/Makefile b/math/p5-Statistics-Table-F/Makefile deleted file mode 100644 index b612f3c..0000000 --- a/math/p5-Statistics-Table-F/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: math/p5-Statistics-Table-F -# Date created: 02 January 2001 -# Whom: Anton Berezin <tobez@tobez.org> -# -# $FreeBSD$ -# - -PORTNAME= Statistics-Table-F -PORTVERSION= 0.02 -CATEGORIES= math perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Statistics -PKGNAMEPREFIX= p5- - -MAINTAINER= tobez@FreeBSD.org -COMMENT= Perl module for computing the statistical F-ratio - -PERL_CONFIGURE= yes - -WRKSRC= ${WRKDIR}/Statistics/Table/F - -DEPRECATED= "no longer on CPAN" -EXPIRATION_DATE= 2005-03-21 -MAN3= Statistics::Table::F.3 - -.include <bsd.port.mk> diff --git a/math/p5-Statistics-Table-F/distinfo b/math/p5-Statistics-Table-F/distinfo deleted file mode 100644 index 28eecc6..0000000 --- a/math/p5-Statistics-Table-F/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (Statistics-Table-F-0.02.tar.gz) = 04ceded63e854c60b3f2df014db8fc24 -SIZE (Statistics-Table-F-0.02.tar.gz) = 11322 diff --git a/math/p5-Statistics-Table-F/pkg-descr b/math/p5-Statistics-Table-F/pkg-descr deleted file mode 100644 index d54782c..0000000 --- a/math/p5-Statistics-Table-F/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -A Perl module that performs the analysis of variance (ANOVA) for -multiple data sets with varying numbers of elements by computing the -F-ratio. - -The F-ratio is defined as the mean square between (the variance between -the means of each data set) divided by the mean square within (the mean -of the variance estimates). - --Anton -<tobez@FreeBSD.org> diff --git a/math/p5-Statistics-Table-F/pkg-plist b/math/p5-Statistics-Table-F/pkg-plist deleted file mode 100644 index 1873d95..0000000 --- a/math/p5-Statistics-Table-F/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -%%SITE_PERL%%/auto/Statistics/Table/F/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Table/F/.packlist -%%SITE_PERL%%/Statistics/Table/F.pm -@dirrm %%SITE_PERL%%/auto/Statistics/Table/F -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Table/F -@unexec rmdir %D/%%SITE_PERL%%/auto/Statistics/Table 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/auto/Statistics 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Table 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Statistics/Table 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Statistics 2>/dev/null || true diff --git a/textproc/p5-Sort-PolySort/Makefile b/textproc/p5-Sort-PolySort/Makefile deleted file mode 100644 index 31edd58..0000000 --- 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 3bc47e0..0000000 --- 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 65a6967..0000000 --- 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 87da142..0000000 --- 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 diff --git a/www/Makefile b/www/Makefile index a8bd9aa..45136ba 100644 --- a/www/Makefile +++ b/www/Makefile @@ -468,7 +468,6 @@ SUBDIR += p5-HTML-FromText SUBDIR += p5-HTML-LinkExtractor SUBDIR += p5-HTML-Mason - SUBDIR += p5-HTML-Navigation SUBDIR += p5-HTML-Pager SUBDIR += p5-HTML-Parser SUBDIR += p5-HTML-QuickCheck diff --git a/www/p5-HTML-Navigation/Makefile b/www/p5-HTML-Navigation/Makefile deleted file mode 100644 index 17b3f39..0000000 --- a/www/p5-HTML-Navigation/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: HTML-Navigation -# Date created: Mon Jan 1 12:02:56 2001 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= HTML-Navigation -PORTVERSION= 0.26 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= HTML -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl module for creating generic HTML navigation bars - -BUILD_DEPENDS= ${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI-modules \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -DEPRECATED= "no longer on CPAN" -EXPIRATION_DATE= 2005-03-26 -MAN3= HTML::Navigation.3 - -.include <bsd.port.mk> diff --git a/www/p5-HTML-Navigation/distinfo b/www/p5-HTML-Navigation/distinfo deleted file mode 100644 index 878c705..0000000 --- a/www/p5-HTML-Navigation/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (HTML-Navigation-0.26.tar.gz) = 92e06c381bcf256674d120a5990dd94e -SIZE (HTML-Navigation-0.26.tar.gz) = 18719 diff --git a/www/p5-HTML-Navigation/pkg-descr b/www/p5-HTML-Navigation/pkg-descr deleted file mode 100644 index 917ca46..0000000 --- a/www/p5-HTML-Navigation/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -HTML::Navigation is a perl module for creating nagivation bars/menus of -arbitrary design and structure within HTML documents. - -WWW: http://www.new.ox.ac.uk/~adam/computing/HTML-Navigation/ - http://search.cpan.org/author/ASPIERS/HTML-Navigation-0.26/Navigation.pm -Author: Adam Spiers <adam@spiers.net> - ---will diff --git a/www/p5-HTML-Navigation/pkg-plist b/www/p5-HTML-Navigation/pkg-plist deleted file mode 100644 index b66c915..0000000 --- a/www/p5-HTML-Navigation/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/HTML/Navigation.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Navigation/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Navigation -@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true |