diff options
Diffstat (limited to 'net/socketpipe')
-rw-r--r-- | net/socketpipe/Makefile | 20 | ||||
-rw-r--r-- | net/socketpipe/distinfo | 1 | ||||
-rw-r--r-- | net/socketpipe/pkg-descr | 14 | ||||
-rw-r--r-- | net/socketpipe/pkg-plist | 1 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net/socketpipe/Makefile b/net/socketpipe/Makefile new file mode 100644 index 000000000000..147eac1871b2 --- /dev/null +++ b/net/socketpipe/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: socketpipe +# Date created: 29 August 2003 +# Whom: dds +# +# $FreeBSD$ +# + +PORTNAME= socketpipe +PORTVERSION= 1.3 +CATEGORIES= net +MASTER_SITES= http://www.spinellis.gr/sw/unix/socketpipe/ \ + http://www.dmst.aueb.gr/dds/sw/unix/socketpipe/ + +MAINTAINER= dds@FreeBSD.org +COMMENT= Zero overhead remote process plumbing + +MAN1= socketpipe.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/net/socketpipe/distinfo b/net/socketpipe/distinfo new file mode 100644 index 000000000000..d97b12939e53 --- /dev/null +++ b/net/socketpipe/distinfo @@ -0,0 +1 @@ +MD5 (socketpipe-1.3.tar.gz) = ea76f7d5aff27347fd82c0bc129385a2 diff --git a/net/socketpipe/pkg-descr b/net/socketpipe/pkg-descr new file mode 100644 index 000000000000..0f7f45b67835 --- /dev/null +++ b/net/socketpipe/pkg-descr @@ -0,0 +1,14 @@ +Socketpipe connects over a TCP/IP socket a remote command to a local +input generation command and/or a local output processing command. +The connection is made by redirecting the input/output file descriptors +to the socket. This saves the context switching and data copying +overhead associated with piping data through ssh(1) or rsh(1). +Socketpipe must be installed on both machines and user authentication +is still performed by a command like ssh(1) or rsh(1). The +confidentiality and integrity of the data in transit is not protected +against mallicious attacks; the command is designed for use in a +trusted LAN environment. + +WWW: http://www.spinellis.gr/sw/unix/socketpipe + +- Diomidis Spinellis dds@aueb.gr diff --git a/net/socketpipe/pkg-plist b/net/socketpipe/pkg-plist new file mode 100644 index 000000000000..8b7ed9d686f6 --- /dev/null +++ b/net/socketpipe/pkg-plist @@ -0,0 +1 @@ +bin/socketpipe |