diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 16:28:52 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 16:28:52 +0800 |
commit | 2cc1730acbec6c807487b21ed36ab08807d90f83 (patch) | |
tree | 77e4bc342dcda631653cfb3046de4070b53402c2 /net | |
parent | c6cfa9df7cf13bc97ff28275487131c62b50cbc0 (diff) | |
download | freebsd-ports-gnome-2cc1730acbec6c807487b21ed36ab08807d90f83.tar.gz freebsd-ports-gnome-2cc1730acbec6c807487b21ed36ab08807d90f83.tar.zst freebsd-ports-gnome-2cc1730acbec6c807487b21ed36ab08807d90f83.zip |
perl5 module to make Archie queries via Prospero requests.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Archie/Makefile | 32 | ||||
-rw-r--r-- | net/p5-Archie/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Archie/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Archie/pkg-descr | 16 | ||||
-rw-r--r-- | net/p5-Archie/pkg-plist | 3 |
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 |