svn commit: r420846 - in head/net: . p5-IO-Socket-Socks

Emanuel Haupt ehaupt at FreeBSD.org
Thu Aug 25 13:15:04 UTC 2016


Author: ehaupt
Date: Thu Aug 25 13:15:02 2016
New Revision: 420846
URL: https://svnweb.freebsd.org/changeset/ports/420846

Log:
  Add p5-IO-Socket-Socks 0.68, provides a way to create socks client or
  server both 4 and 5 version.

Added:
  head/net/p5-IO-Socket-Socks/
  head/net/p5-IO-Socket-Socks/Makefile   (contents, props changed)
  head/net/p5-IO-Socket-Socks/distinfo   (contents, props changed)
  head/net/p5-IO-Socket-Socks/pkg-descr   (contents, props changed)
  head/net/p5-IO-Socket-Socks/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Aug 25 13:07:34 2016	(r420845)
+++ head/net/Makefile	Thu Aug 25 13:15:02 2016	(r420846)
@@ -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

Added: head/net/p5-IO-Socket-Socks/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-IO-Socket-Socks/Makefile	Thu Aug 25 13:15:02 2016	(r420846)
@@ -0,0 +1,16 @@
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	IO-Socket-Socks
+PORTVERSION=	0.68
+CATEGORIES=	net perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ehaupt at FreeBSD.org
+COMMENT=	Provides a way to create socks client or server both 4 and 5 version
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/net/p5-IO-Socket-Socks/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-IO-Socket-Socks/distinfo	Thu Aug 25 13:15:02 2016	(r420846)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1472129388
+SHA256 (IO-Socket-Socks-0.68.tar.gz) = 0aa422fcff41fe327b3f19a7719b6b0a23f241df9ff4f866d14a398c7f40983c
+SIZE (IO-Socket-Socks-0.68.tar.gz) = 26848

Added: head/net/p5-IO-Socket-Socks/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-IO-Socket-Socks/pkg-descr	Thu Aug 25 13:15:02 2016	(r420846)
@@ -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/

Added: head/net/p5-IO-Socket-Socks/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-IO-Socket-Socks/pkg-plist	Thu Aug 25 13:15:02 2016	(r420846)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/IO/Socket/Socks.pm
+%%PERL5_MAN3%%/IO::Socket::Socks.3.gz


More information about the svn-ports-all mailing list