diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-07 02:23:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-07 02:23:55 +0000 |
commit | 086927bf87882a74450aeba9bcc85c81a3b8636c (patch) | |
tree | 3632a1d1ce0ae619154cebb06eb2a24fa7335f44 /net/simpleproxy | |
parent | 948dc1c3cfa60463e2ae7ba88f4c246b11747708 (diff) | |
download | ports-086927bf87882a74450aeba9bcc85c81a3b8636c.tar.gz ports-086927bf87882a74450aeba9bcc85c81a3b8636c.zip |
Notes
Diffstat (limited to 'net/simpleproxy')
-rw-r--r-- | net/simpleproxy/Makefile | 24 | ||||
-rw-r--r-- | net/simpleproxy/distinfo | 3 | ||||
-rw-r--r-- | net/simpleproxy/pkg-descr | 7 |
3 files changed, 34 insertions, 0 deletions
diff --git a/net/simpleproxy/Makefile b/net/simpleproxy/Makefile new file mode 100644 index 000000000000..e9c8c0f9f1c5 --- /dev/null +++ b/net/simpleproxy/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: simpleproxy +# Date created: 06 May 2009 +# Whom: Sergey Kandaurov <pluknet@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= simpleproxy +PORTVERSION= 3.4 +CATEGORIES= net +MASTER_SITES= SF + +MAINTAINER= pluknet@gmail.com +COMMENT= Simple tcp proxy + +GNU_CONFIGURE= yes + +PLIST_FILES= bin/${PORTNAME} + +.if !defined(NO_INSTALL_MANPAGES) +MAN1= simpleproxy.1 +.endif + +.include <bsd.port.mk> diff --git a/net/simpleproxy/distinfo b/net/simpleproxy/distinfo new file mode 100644 index 000000000000..5d472854630c --- /dev/null +++ b/net/simpleproxy/distinfo @@ -0,0 +1,3 @@ +MD5 (simpleproxy-3.4.tar.gz) = 95fbc83e731f4c727802e023cf3d43ad +SHA256 (simpleproxy-3.4.tar.gz) = 194b280251edc16f1930dca6e2742c3f353523bc735c7a9d3d1a4d23ca09a74c +SIZE (simpleproxy-3.4.tar.gz) = 31904 diff --git a/net/simpleproxy/pkg-descr b/net/simpleproxy/pkg-descr new file mode 100644 index 000000000000..d8d9e778ba38 --- /dev/null +++ b/net/simpleproxy/pkg-descr @@ -0,0 +1,7 @@ +Simpleproxy program acts as simple tcp proxy. It listens for local +socket, and any connection to this port will be forwarded to another +socket at remote host. + +LICENSE: GPL2 or later + +WWW: http://www.crocodile.org/software.html |