From 8a1ef1ac9a45ad33e0b71716203b62fa9c4f8732 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 3 Apr 1999 01:29:03 +0000 Subject: Import of p5-Socks version 0.03. perl5 module to communicate with socks v4 and v5 servers PR: 10003 Submitted by: Yukihiro Nakai --- net/p5-Socks/Makefile | 25 +++++++++++++++++++++++++ net/p5-Socks/distinfo | 1 + net/p5-Socks/pkg-comment | 1 + net/p5-Socks/pkg-descr | 1 + net/p5-Socks/pkg-plist | 22 ++++++++++++++++++++++ 5 files changed, 50 insertions(+) create mode 100644 net/p5-Socks/Makefile create mode 100644 net/p5-Socks/distinfo create mode 100644 net/p5-Socks/pkg-comment create mode 100644 net/p5-Socks/pkg-descr create mode 100644 net/p5-Socks/pkg-plist (limited to 'net/p5-Socks') 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 +# +# $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 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 -- cgit v1.2.3