aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/p5-Archie/Makefile32
-rw-r--r--net/p5-Archie/distinfo3
-rw-r--r--net/p5-Archie/pkg-descr16
-rw-r--r--net/p5-Archie/pkg-plist2
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