From 1949444b57c1180c592ed005eda9ddfe92664c1c Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Wed, 28 Jun 2000 00:31:45 +0000 Subject: Add new port. --- net/suckblow/Makefile | 19 +++++++++++++++++++ net/suckblow/distinfo | 1 + net/suckblow/pkg-comment | 1 + net/suckblow/pkg-descr | 8 ++++++++ net/suckblow/pkg-plist | 2 ++ 5 files changed, 31 insertions(+) create mode 100644 net/suckblow/Makefile create mode 100644 net/suckblow/distinfo create mode 100644 net/suckblow/pkg-comment create mode 100644 net/suckblow/pkg-descr create mode 100644 net/suckblow/pkg-plist (limited to 'net/suckblow') 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 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 -- cgit v1.2.3