summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:28:52 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:28:52 +0000
commit052f24ec7c28d0f621220f701e28a94c4abc3a5e (patch)
tree491e67e9961a484045accdc7bb87965c6be5f288 /net
parentUpdate for new perl5 ports (diff)
perl5 module to make Archie queries via Prospero requests.
Notes
Notes: svn path=/head/; revision=4113
Diffstat (limited to 'net')
-rw-r--r--net/p5-Archie/Makefile32
-rw-r--r--net/p5-Archie/distinfo1
-rw-r--r--net/p5-Archie/pkg-comment1
-rw-r--r--net/p5-Archie/pkg-descr16
-rw-r--r--net/p5-Archie/pkg-plist3
5 files changed, 53 insertions, 0 deletions
diff --git a/net/p5-Archie/Makefile b/net/p5-Archie/Makefile
new file mode 100644
index 000000000000..97555d29c34d
--- /dev/null
+++ b/net/p5-Archie/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: p5-Archie
+# Version required: 1.5
+# Date created: October 19th 1996
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id$
+#
+
+DISTNAME= perl_archie.1.5
+PKGNAME= p5-Archie-1.5
+CATEGORIES+= net
+MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Archie/ \
+ ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Archie/ \
+ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Archie/ \
+ ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Archie/ \
+ ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Archie/ \
+ ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Archie/
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+
+NO_WRKSUBDIR= YES
+NO_BUILD= YES
+
+do-install:
+ @ ${CP} ${WRKDIR}/Archie.pm ${WRKDIR}/Archie-1.5.pm
+ @ ${INSTALL_DATA} ${WRKDIR}/Archie-1.5.pm ${PREFIX}/lib/perl5/site_perl/
+ @ ln -sf ${PREFIX}/lib/perl5/site_perl/Archie-1.5.pm ${PREFIX}/lib/perl5/site_perl/Archie.pm
+ @ ${INSTALL_DATA} ${WRKDIR}/archie_gateway ${PREFIX}/lib/perl5/site_perl/
+
+.include <bsd.port.mk>
diff --git a/net/p5-Archie/distinfo b/net/p5-Archie/distinfo
new file mode 100644
index 000000000000..952b1f35c562
--- /dev/null
+++ b/net/p5-Archie/distinfo
@@ -0,0 +1 @@
+MD5 (perl_archie.1.5.tar.gz) = a9d6957560fa676dc8340203e1357fc0
diff --git a/net/p5-Archie/pkg-comment b/net/p5-Archie/pkg-comment
new file mode 100644
index 000000000000..9ff9302da5f4
--- /dev/null
+++ b/net/p5-Archie/pkg-comment
@@ -0,0 +1 @@
+perl5 module to make Archie queries via Prospero requests.
diff --git a/net/p5-Archie/pkg-descr b/net/p5-Archie/pkg-descr
new file mode 100644
index 000000000000..9b9850cc4a81
--- /dev/null
+++ b/net/p5-Archie/pkg-descr
@@ -0,0 +1,16 @@
+ 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
new file mode 100644
index 000000000000..8c0e953bfecc
--- /dev/null
+++ b/net/p5-Archie/pkg-plist
@@ -0,0 +1,3 @@
+lib/perl5/site_perl/Archie-1.5.pm
+lib/perl5/site_perl/Archie.pm
+lib/perl5/site_perl/archie_gateway