mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add new port.
This commit is contained in:
parent
64e68af6e2
commit
1949444b57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29923
@ -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
19
net/suckblow/Makefile
Normal 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
1
net/suckblow/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (suckblow-1.0.tar.gz) = 5ca2977a4c773d0c682c4c579d4fe17c
|
1
net/suckblow/pkg-comment
Normal file
1
net/suckblow/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Two companion utilities for transferring data over a TCP socket
|
8
net/suckblow/pkg-descr
Normal file
8
net/suckblow/pkg-descr
Normal 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
2
net/suckblow/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/suck
|
||||
bin/blow
|
Loading…
Reference in New Issue
Block a user