From 580a69d6a47bbe7d6dee61369375cbeeb7e536a9 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Thu, 25 Aug 2016 13:15:02 +0000 Subject: Add p5-IO-Socket-Socks 0.68, provides a way to create socks client or server both 4 and 5 version. --- net/Makefile | 1 + net/p5-IO-Socket-Socks/Makefile | 16 ++++++++++++++++ net/p5-IO-Socket-Socks/distinfo | 3 +++ net/p5-IO-Socket-Socks/pkg-descr | 3 +++ net/p5-IO-Socket-Socks/pkg-plist | 2 ++ 5 files changed, 25 insertions(+) create mode 100644 net/p5-IO-Socket-Socks/Makefile create mode 100644 net/p5-IO-Socket-Socks/distinfo create mode 100644 net/p5-IO-Socket-Socks/pkg-descr create mode 100644 net/p5-IO-Socket-Socks/pkg-plist (limited to 'net') diff --git a/net/Makefile b/net/Makefile index ade3c14f4278..39891a3b6122 100644 --- a/net/Makefile +++ b/net/Makefile @@ -545,6 +545,7 @@ SUBDIR += p5-IO-Socket-IP SUBDIR += p5-IO-Socket-Multicast SUBDIR += p5-IO-Socket-Multicast6 + SUBDIR += p5-IO-Socket-Socks SUBDIR += p5-IO-Socket-Timeout SUBDIR += p5-IO-Socket-UNIX-Util SUBDIR += p5-IP-Anonymous diff --git a/net/p5-IO-Socket-Socks/Makefile b/net/p5-IO-Socket-Socks/Makefile new file mode 100644 index 000000000000..b4661b58e4a6 --- /dev/null +++ b/net/p5-IO-Socket-Socks/Makefile @@ -0,0 +1,16 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= IO-Socket-Socks +PORTVERSION= 0.68 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Provides a way to create socks client or server both 4 and 5 version + +USE_PERL5= configure +USES= perl5 + +.include diff --git a/net/p5-IO-Socket-Socks/distinfo b/net/p5-IO-Socket-Socks/distinfo new file mode 100644 index 000000000000..646040c4cc00 --- /dev/null +++ b/net/p5-IO-Socket-Socks/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1472129388 +SHA256 (IO-Socket-Socks-0.68.tar.gz) = 0aa422fcff41fe327b3f19a7719b6b0a23f241df9ff4f866d14a398c7f40983c +SIZE (IO-Socket-Socks-0.68.tar.gz) = 26848 diff --git a/net/p5-IO-Socket-Socks/pkg-descr b/net/p5-IO-Socket-Socks/pkg-descr new file mode 100644 index 000000000000..c1e6eb5098a6 --- /dev/null +++ b/net/p5-IO-Socket-Socks/pkg-descr @@ -0,0 +1,3 @@ +Provides a way to create socks client or server both 4 and 5 version. + +WWW: http://search.cpan.org/dist/p5-IO-Socket-Socks/ diff --git a/net/p5-IO-Socket-Socks/pkg-plist b/net/p5-IO-Socket-Socks/pkg-plist new file mode 100644 index 000000000000..7ba05a73d0bc --- /dev/null +++ b/net/p5-IO-Socket-Socks/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/IO/Socket/Socks.pm +%%PERL5_MAN3%%/IO::Socket::Socks.3.gz -- cgit