diff options
author | vd <vd@FreeBSD.org> | 2006-11-21 17:08:44 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-11-21 17:08:44 +0800 |
commit | fad1acb0c60e2a72984dce344a5d02467623817e (patch) | |
tree | a7a548f849e07b1602dc5b3f2e528ef78d6998d7 /net | |
parent | c240551acb3973de47500383a97daf1cba449fc4 (diff) | |
download | freebsd-ports-gnome-fad1acb0c60e2a72984dce344a5d02467623817e.tar.gz freebsd-ports-gnome-fad1acb0c60e2a72984dce344a5d02467623817e.tar.zst freebsd-ports-gnome-fad1acb0c60e2a72984dce344a5d02467623817e.zip |
Remove expired ports:
2006-11-16 math/p5-AI-NeuralNet-Mesh: project no longer exists
2006-11-16 net/p5-Archie: project no longer exists
2006-11-15 www/mod_jk2: "JK2 is officially unsupported, no further development will take place."
2006-11-15 www/mod_jk2-apache2: "JK2 is officially unsupported, no further development will take place."
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Archie/Makefile | 32 | ||||
-rw-r--r-- | net/p5-Archie/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Archie/pkg-descr | 16 | ||||
-rw-r--r-- | net/p5-Archie/pkg-plist | 2 |
5 files changed, 0 insertions, 54 deletions
diff --git a/net/Makefile b/net/Makefile index a8747822a79c..f6d72ef2ebbb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -401,7 +401,6 @@ SUBDIR += p54u SUBDIR += p5-AddressBook SUBDIR += p5-Apache2-SOAP - SUBDIR += p5-Archie SUBDIR += p5-BBS-UserInfo SUBDIR += p5-BBS-UserInfo-Maple3 SUBDIR += p5-BBS-UserInfo-Maple3itoc diff --git a/net/p5-Archie/Makefile b/net/p5-Archie/Makefile deleted file mode 100644 index f4c7cd1f7aa5..000000000000 --- a/net/p5-Archie/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: p5-Archie -# Date created: October 19th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= Archie -PORTVERSION= 1.5 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Archie -DISTNAME= perl_archie.${PORTVERSION} -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl5 module to make Archie queries via Prospero requests - -DEPRECATED= project no longer exists -EXPIRATION_DATE= 2006-11-16 - -USE_PERL5= yes - -NO_WRKSUBDIR= yes -NO_BUILD= yes - -do-install: - @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER} - @ ${INSTALL_DATA} ${WRKDIR}/Archie.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ - @ ${INSTALL_SCRIPT} ${WRKDIR}/archie_gateway ${PREFIX}/bin/ - -.include <bsd.port.mk> diff --git a/net/p5-Archie/distinfo b/net/p5-Archie/distinfo deleted file mode 100644 index 685030353aec..000000000000 --- a/net/p5-Archie/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (perl_archie.1.5.tar.gz) = a9d6957560fa676dc8340203e1357fc0 -SHA256 (perl_archie.1.5.tar.gz) = e235f4b730985b277c6f898afd2d837cac3f185be194e3e8418d61c632655acf -SIZE (perl_archie.1.5.tar.gz) = 10508 diff --git a/net/p5-Archie/pkg-descr b/net/p5-Archie/pkg-descr deleted file mode 100644 index 9b9850cc4a81..000000000000 --- a/net/p5-Archie/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ - The Archie module finds files available via anonymous ftp - by making requests to an Archie server. The package - communicates with the Archie server via the Prospero - protocol, which is layered on the Asynchronous Reliable - Delivery Protocol, which is layered on UDP. - - The usual entry point is Archie::archie_request, which - takes arguments similar to the Unix archie command-line - client, and returns an array of hash references which - point to the returned data. - - The routine Archie::archie_cancel cancels the request on - the server; this stops the server from sending packets to - a canceled client process. - - This release is $Revision: 1.5 $. diff --git a/net/p5-Archie/pkg-plist b/net/p5-Archie/pkg-plist deleted file mode 100644 index 16ef7bed1ddb..000000000000 --- a/net/p5-Archie/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%SITE_PERL%%/Archie.pm -bin/archie_gateway |