diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-14 19:20:59 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-14 19:20:59 +0800 |
commit | e9135b745075034fdd5b99a1ac42dad48ae1bc80 (patch) | |
tree | 30c9f151176eb255ecd6b24b2b4edc512e6d4c56 /net | |
parent | ab09174896a487307b8bbd83a5fb22d495c52216 (diff) | |
download | freebsd-ports-gnome-e9135b745075034fdd5b99a1ac42dad48ae1bc80.tar.gz freebsd-ports-gnome-e9135b745075034fdd5b99a1ac42dad48ae1bc80.tar.zst freebsd-ports-gnome-e9135b745075034fdd5b99a1ac42dad48ae1bc80.zip |
add socat 1.0.4.2
A relay for bidirectional data transfer between two indep. data channels
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/socat/Makefile | 20 | ||||
-rw-r--r-- | net/socat/distinfo | 1 | ||||
-rw-r--r-- | net/socat/pkg-comment | 1 | ||||
-rw-r--r-- | net/socat/pkg-descr | 13 | ||||
-rw-r--r-- | net/socat/pkg-plist | 3 |
6 files changed, 39 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 749d0b0b6170..25621e65f86e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -457,6 +457,7 @@ SUBDIR += smokeping SUBDIR += sniffit SUBDIR += sntop + SUBDIR += socat SUBDIR += socks5 SUBDIR += spat SUBDIR += spread diff --git a/net/socat/Makefile b/net/socat/Makefile new file mode 100644 index 000000000000..9f9d4c6219fb --- /dev/null +++ b/net/socat/Makefile @@ -0,0 +1,20 @@ +# ex:ts=8 +# Ports collection makefile for: socat +# Date created: May 14, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= socat +PORTVERSION= 1.0.4.2 +CATEGORIES= net +MASTER_SITES= http://www.dest-unreach.org/socat/socat-1.0/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-1.0 + +.include <bsd.port.mk> diff --git a/net/socat/distinfo b/net/socat/distinfo new file mode 100644 index 000000000000..a3a4784db72c --- /dev/null +++ b/net/socat/distinfo @@ -0,0 +1 @@ +MD5 (socat-1.0.4.2.tgz) = 4767e17fb64822f86f6c07306491a7aa diff --git a/net/socat/pkg-comment b/net/socat/pkg-comment new file mode 100644 index 000000000000..51a219251971 --- /dev/null +++ b/net/socat/pkg-comment @@ -0,0 +1 @@ +A relay for bidirectional data transfer between two indep. data channels diff --git a/net/socat/pkg-descr b/net/socat/pkg-descr new file mode 100644 index 000000000000..5802fa0542cf --- /dev/null +++ b/net/socat/pkg-descr @@ -0,0 +1,13 @@ +socat is a relay for bidirectional data transfer between two independent +data channels. Each of these data channels may be a file, pipe, device +(terminal or modem etc.), socket (UNIX, IP4, IP6 - raw, UDP, TCP), a file +descriptor (stdin etc.), a program, or an arbitrary combination of two of +these. + +socat can be used, e.g., as TCP relay (one-shot or daemon), as an external +socksifier, for attacking weak firewalls, as a shell interface to UNIX +sockets, IP6 relay, for redirecting TCP oriented programs like brutus to a +serial line, or to establish a relatively secure environment (su and chroot) +for running client or server shell scripts with network connections. + +WWW: http://www.dest-unreach.org/socat/ diff --git a/net/socat/pkg-plist b/net/socat/pkg-plist new file mode 100644 index 000000000000..54cfdb9e8942 --- /dev/null +++ b/net/socat/pkg-plist @@ -0,0 +1,3 @@ +bin/filan +bin/procan +bin/socat |