From owner-svn-ports-head@freebsd.org Thu Aug 25 13:15:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DBF2BC5C4D; Thu, 25 Aug 2016 13:15:04 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2F321720; Thu, 25 Aug 2016 13:15:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7PDF3b3079240; Thu, 25 Aug 2016 13:15:03 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7PDF2of079235; Thu, 25 Aug 2016 13:15:02 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201608251315.u7PDF2of079235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 25 Aug 2016 13:15:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420846 - in head/net: . p5-IO-Socket-Socks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 13:15:04 -0000 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 +# $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 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