From owner-svn-ports-head@freebsd.org Mon Sep 9 21:50:59 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4A3B6E2A3C; Mon, 9 Sep 2019 21:50:59 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46S20g1HZfz4hxG; Mon, 9 Sep 2019 21:50:59 +0000 (UTC) (envelope-from 0mp@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F5491BFB7; Mon, 9 Sep 2019 21:50:59 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x89LowNC042076; Mon, 9 Sep 2019 21:50:58 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x89Lovs2042071; Mon, 9 Sep 2019 21:50:57 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201909092150.x89Lovs2042071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Mon, 9 Sep 2019 21:50:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511715 - in head/net: . courier-sox X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/net: . courier-sox X-SVN-Commit-Revision: 511715 X-SVN-Commit-Repository: ports 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.29 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: Mon, 09 Sep 2019 21:50:59 -0000 Author: 0mp Date: Mon Sep 9 21:50:57 2019 New Revision: 511715 URL: https://svnweb.freebsd.org/changeset/ports/511715 Log: New port: net/courier-sox: Courier Socks 5 Proxy client library and wrapper PR: 240453 Submitted by: Radim Kolar Added: head/net/courier-sox/ head/net/courier-sox/Makefile (contents, props changed) head/net/courier-sox/distinfo (contents, props changed) head/net/courier-sox/pkg-descr (contents, props changed) head/net/courier-sox/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Sep 9 21:27:33 2019 (r511714) +++ head/net/Makefile Mon Sep 9 21:50:57 2019 (r511715) @@ -95,6 +95,7 @@ SUBDIR += corosync3 SUBDIR += coturn SUBDIR += courier-authlib-ldap + SUBDIR += courier-sox SUBDIR += cppzmq SUBDIR += cryptcat SUBDIR += csocks Added: head/net/courier-sox/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/courier-sox/Makefile Mon Sep 9 21:50:57 2019 (r511715) @@ -0,0 +1,35 @@ +# $FreeBSD$ +# Created by Radim Kolar + +PORTNAME= courier-sox +DISTVERSION= 0.12.20180428 +CATEGORIES= net +MASTER_SITES= SF/courier/sox-devel/${DISTVERSION:E} + +MAINTAINER= hsn@sendmail.cz +COMMENT= Courier Socks 5 Proxy client library and wrapper + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= courier-authlib-base>0.56:security/courier-authlib-base \ + gdbm>0:databases/gdbm \ + libltdl>0:devel/libltdl +RUN_DEPENDS= courier-authlib-base>0.56:security/courier-authlib-base \ + gdbm>0:databases/gdbm \ + libltdl>0:devel/libltdl \ + p5-GDBM>0:databases/p5-GDBM \ + p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR + +USES= autoreconf libtool localbase perl5 tar:bz2 +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +TEST_TARGET= check + +post-stage: + @(cd ${STAGEDIR}/${PREFIX}/etc/socksrc/ && \ + ${MV} system system.sample) + +.include Added: head/net/courier-sox/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/courier-sox/distinfo Mon Sep 9 21:50:57 2019 (r511715) @@ -0,0 +1,3 @@ +TIMESTAMP = 1568030714 +SHA256 (courier-sox-0.12.20180428.tar.bz2) = 7d2b0c0dc69b355170834a011e0d15011ffe6ef2a0e737edec6fadf96857efee +SIZE (courier-sox-0.12.20180428.tar.bz2) = 387961 Added: head/net/courier-sox/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/courier-sox/pkg-descr Mon Sep 9 21:50:57 2019 (r511715) @@ -0,0 +1,6 @@ +The Courier Socks 5 package contains: +1. Courier Socks 5 Proxy client Library +2. Courier Socks 5 server +3. Courier Socks 5 wrapper + +WWW: https://www.Courier-MTA.org/ Added: head/net/courier-sox/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/courier-sox/pkg-plist Mon Sep 9 21:50:57 2019 (r511715) @@ -0,0 +1,19 @@ +bin/mkbl4 +bin/socksify +@sample etc/socksrc/system.sample +include/socks.h +lib/libsocks.a +lib/libsocks.so +lib/libsocks.so.0 +lib/libsocks.so.0.0.0 +lib/libsockswrap.a +lib/libsockswrap.so +lib/libsockswrap.so.0 +lib/libsockswrap.so.0.0.0 +libexec/sockd +man/man1/sockd.1.gz +man/man1/socksify.1.gz +man/man3/socks.3.gz +man/man5/socksrc.5.gz +man/man8/mkbl4.8.gz +sbin/sockd