mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
New port: net/courier-sox: Courier Socks 5 Proxy client library and wrapper
PR: 240453 Submitted by: Radim Kolar <hsn sendmail cz>
This commit is contained in:
parent
e389799028
commit
21b76ab661
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511715
@ -95,6 +95,7 @@
|
||||
SUBDIR += corosync3
|
||||
SUBDIR += coturn
|
||||
SUBDIR += courier-authlib-ldap
|
||||
SUBDIR += courier-sox
|
||||
SUBDIR += cppzmq
|
||||
SUBDIR += cryptcat
|
||||
SUBDIR += csocks
|
||||
|
35
net/courier-sox/Makefile
Normal file
35
net/courier-sox/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $FreeBSD$
|
||||
# Created by Radim Kolar <hsn@sendmail.cz>
|
||||
|
||||
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 <bsd.port.mk>
|
3
net/courier-sox/distinfo
Normal file
3
net/courier-sox/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1568030714
|
||||
SHA256 (courier-sox-0.12.20180428.tar.bz2) = 7d2b0c0dc69b355170834a011e0d15011ffe6ef2a0e737edec6fadf96857efee
|
||||
SIZE (courier-sox-0.12.20180428.tar.bz2) = 387961
|
6
net/courier-sox/pkg-descr
Normal file
6
net/courier-sox/pkg-descr
Normal file
@ -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/
|
19
net/courier-sox/pkg-plist
Normal file
19
net/courier-sox/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user