diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-14 11:20:59 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-14 11:20:59 +0000 |
commit | b863056a2465a4935b769f862601a1b6face6f3e (patch) | |
tree | 7a653de0eca600d704dea5fd4b77ef18e55c0419 /net/socat | |
parent | b4e08114ac5ec06f7d6ab0dae99cd60bc90b3d88 (diff) | |
download | ports-b863056a2465a4935b769f862601a1b6face6f3e.tar.gz ports-b863056a2465a4935b769f862601a1b6face6f3e.zip |
Notes
Diffstat (limited to 'net/socat')
-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 |
5 files changed, 38 insertions, 0 deletions
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 |