svn commit: r511715 - in head/net: . courier-sox
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Sep 9 21:50:59 UTC 2019
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 <hsn sendmail cz>
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 <hsn at sendmail.cz>
+
+PORTNAME= courier-sox
+DISTVERSION= 0.12.20180428
+CATEGORIES= net
+MASTER_SITES= SF/courier/sox-devel/${DISTVERSION:E}
+
+MAINTAINER= hsn at 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 <bsd.port.mk>
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
+ at 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
More information about the svn-ports-all
mailing list