1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add new port.

This commit is contained in:
Archie Cobbs 2000-06-28 00:31:45 +00:00
parent 64e68af6e2
commit 1949444b57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29923
6 changed files with 32 additions and 0 deletions

View File

@ -207,6 +207,7 @@
SUBDIR += sniffit
SUBDIR += socks5
SUBDIR += sting
SUBDIR += suckblow
SUBDIR += sup
SUBDIR += tac_plus4
SUBDIR += tcpflow

19
net/suckblow/Makefile Normal file
View File

@ -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>

1
net/suckblow/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (suckblow-1.0.tar.gz) = 5ca2977a4c773d0c682c4c579d4fe17c

1
net/suckblow/pkg-comment Normal file
View File

@ -0,0 +1 @@
Two companion utilities for transferring data over a TCP socket

8
net/suckblow/pkg-descr Normal file
View File

@ -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.

2
net/suckblow/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/suck
bin/blow