diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-03 01:29:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-03 01:29:03 +0000 |
commit | 8a1ef1ac9a45ad33e0b71716203b62fa9c4f8732 (patch) | |
tree | 0c00fd72a8b104195567ff0181d8223a12f4473b /net/p5-Socks | |
parent | 995cd72a4621d44d93ba2606a9d829667f4946f4 (diff) | |
download | ports-8a1ef1ac9a45ad33e0b71716203b62fa9c4f8732.tar.gz ports-8a1ef1ac9a45ad33e0b71716203b62fa9c4f8732.zip |
Import of p5-Socks version 0.03.
perl5 module to communicate with socks v4 and v5 servers
PR: 10003
Submitted by: Yukihiro Nakai <Nacai@iname.com>
Notes
Notes:
svn path=/head/; revision=17585
Diffstat (limited to 'net/p5-Socks')
-rw-r--r-- | net/p5-Socks/Makefile | 25 | ||||
-rw-r--r-- | net/p5-Socks/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Socks/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Socks/pkg-descr | 1 | ||||
-rw-r--r-- | net/p5-Socks/pkg-plist | 22 |
5 files changed, 50 insertions, 0 deletions
diff --git a/net/p5-Socks/Makefile b/net/p5-Socks/Makefile new file mode 100644 index 000000000000..16908e3f3bf0 --- /dev/null +++ b/net/p5-Socks/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Socks +# Version required: 0.03 +# Date created: 22 January 1999 +# Whom: Yukihiro Nakai <Nacai@iname.com> +# +# $Id$ +# + +DISTNAME= SOCKS-0.03 +PKGNAME= p5-Socks-0.03 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net + +MAINTAINER= Nacai@iname.com + +USE_PERL5= YES + +MAN3= Net::SOCKS.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/net/p5-Socks/distinfo b/net/p5-Socks/distinfo new file mode 100644 index 000000000000..8729ad0ee660 --- /dev/null +++ b/net/p5-Socks/distinfo @@ -0,0 +1 @@ +MD5 (SOCKS-0.03.tar.gz) = 81f63a1fb252d211a083909fbdc1611b diff --git a/net/p5-Socks/pkg-comment b/net/p5-Socks/pkg-comment new file mode 100644 index 000000000000..d638c8524e34 --- /dev/null +++ b/net/p5-Socks/pkg-comment @@ -0,0 +1 @@ +perl5 module to communicate with socks v4 and v5 servers diff --git a/net/p5-Socks/pkg-descr b/net/p5-Socks/pkg-descr new file mode 100644 index 000000000000..d638c8524e34 --- /dev/null +++ b/net/p5-Socks/pkg-descr @@ -0,0 +1 @@ +perl5 module to communicate with socks v4 and v5 servers diff --git a/net/p5-Socks/pkg-plist b/net/p5-Socks/pkg-plist new file mode 100644 index 000000000000..8b965835f49c --- /dev/null +++ b/net/p5-Socks/pkg-plist @@ -0,0 +1,22 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SOCKS/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Net/SOCKS.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/accept.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/bind.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/close.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/connect.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/new.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/param.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/_connect.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/_get_resp5.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/_get_response.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/_import_args.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/_method_request5.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/_method_response5.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/_request5.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/_request.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/_user_request5.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/_user_response5.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/_validate.al +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SOCKS |