Fix HOMEPAGE/MASTER_SITES. ok pvalchev@

Zap WWW.
This commit is contained in:
margarida 2003-11-02 02:13:50 +00:00
parent 6ae83447fe
commit a914ae8772
2 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2002/11/22 02:37:37 margarida Exp $
# $OpenBSD: Makefile,v 1.3 2003/11/02 02:13:50 margarida Exp $
COMMENT= "utility for sending/receiving data over TCP stream"
@ -6,9 +6,9 @@ VERSION= 1.2.0
DISTNAME= tcpcat-${VERSION}
CATEGORIES= net
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://www.gusnet.cx:8080/proj/tcpcat/
HOMEPAGE= http://www.gusnet.cx/proj/tcpcat/
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>

View File

@ -2,11 +2,9 @@ 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
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}