diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2000-06-28 00:31:45 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2000-06-28 00:31:45 +0000 |
commit | 1949444b57c1180c592ed005eda9ddfe92664c1c (patch) | |
tree | 79cd112036467fd25af3484d5d0dc5cdafaf7df2 /net/suckblow | |
parent | Update to OpenSSH 2.1.1 and fix SSHv2 serving (passwd botch). (diff) |
Add new port.
Diffstat (limited to 'net/suckblow')
-rw-r--r-- | net/suckblow/Makefile | 19 | ||||
-rw-r--r-- | net/suckblow/distinfo | 1 | ||||
-rw-r--r-- | net/suckblow/pkg-comment | 1 | ||||
-rw-r--r-- | net/suckblow/pkg-descr | 8 | ||||
-rw-r--r-- | net/suckblow/pkg-plist | 2 |
5 files changed, 31 insertions, 0 deletions
diff --git a/net/suckblow/Makefile b/net/suckblow/Makefile new file mode 100644 index 000000000000..b8aca1f15f29 --- /dev/null +++ b/net/suckblow/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: mpd +# Date created: 26 Jun 2000 +# Whom: Archie Cobbs +# +# $FreeBSD$ +# + +PORTNAME= suckblow +PORTVERSION= 1.0 +CATEGORIES= net misc +MASTER_SITES= http://people.FreeBSD.org/~archie/distfiles/ + +MAINTAINER= archie@freebsd.org + +MAN1= suck.1 +MLINKS= suck.1 blow.1 +MANCOMPRESSED= maybe + +.include <bsd.port.mk> diff --git a/net/suckblow/distinfo b/net/suckblow/distinfo new file mode 100644 index 000000000000..1b80b4a6d617 --- /dev/null +++ b/net/suckblow/distinfo @@ -0,0 +1 @@ +MD5 (suckblow-1.0.tar.gz) = 5ca2977a4c773d0c682c4c579d4fe17c diff --git a/net/suckblow/pkg-comment b/net/suckblow/pkg-comment new file mode 100644 index 000000000000..333836b1700e --- /dev/null +++ b/net/suckblow/pkg-comment @@ -0,0 +1 @@ +Two companion utilities for transferring data over a TCP socket diff --git a/net/suckblow/pkg-descr b/net/suckblow/pkg-descr new file mode 100644 index 000000000000..dcd36266a0e4 --- /dev/null +++ b/net/suckblow/pkg-descr @@ -0,0 +1,8 @@ +Suck and blow are simple companion utilities for sending data over +a TCP socket. They are easy to use and appropriate when FTP is +unavailable, or too much of a hassle, e.g., in single-user mode, +from within shell scripts, etc. + +Blow reads the data from standard input, while suck writes it to +standard output. Either program may originate the TCP connection, +and the TCP port may be specified if desired. diff --git a/net/suckblow/pkg-plist b/net/suckblow/pkg-plist new file mode 100644 index 000000000000..550a3ba8a416 --- /dev/null +++ b/net/suckblow/pkg-plist @@ -0,0 +1,2 @@ +bin/suck +bin/blow |