Import of tcpcat-1.2.0

Tcpcat is a simple program that is like `cat' but it works over tcp
streams to allow you to cat from one host to another.

Maintainer: Margarida Sequeira <niness@devilness.org>
This commit is contained in:
pvalchev 2002-07-31 23:58:57 +00:00
parent 125866dde2
commit c85334cd16
4 changed files with 43 additions and 0 deletions

24
net/tcpcat/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/07/31 23:58:57 pvalchev Exp $
COMMENT= "utility for sending/receiving data over TCP stream"
CATEGORIES= net
DISTNAME= tcpcat-1.2.0
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://www.gusnet.cx/proj/tcpcat/
MAINTAINER= Margarida Sequeira <niness@devilness.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcpcat
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tcpcat
.include <bsd.port.mk>

3
net/tcpcat/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (tcpcat-1.2.0.tar.gz) = 26e9b431f577874645b95665df6fe3db
RMD160 (tcpcat-1.2.0.tar.gz) = 8ac605e05bc0fdaa03385adc5d9198cfe40b9ea1
SHA1 (tcpcat-1.2.0.tar.gz) = af8894df9b584406abc52220805237cbb82dc9b0

12
net/tcpcat/pkg/DESCR Normal file
View File

@ -0,0 +1,12 @@
Tcpcat is a simple program that is like `cat' but it works over tcp
streams to allow you to cat from one host to another.
The most common way to use this program would be something like this:
on host a: $ tcpcat -l 93255 | gzip -dc tar xvf - on host b: $ tcpcat
-h hosta:93255 file.tar.gz
Another good use for this program is debugging network stuff. When
debugging a network client or server you can pipe the output of tcpcat
to a hex dump.
WWW: ${HOMEPAGE}

4
net/tcpcat/pkg/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/07/31 23:58:57 pvalchev Exp $
bin/tcpcat
share/doc/tcpcat/README
@dirrm share/doc/tcpcat