# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # recvnet # recvnet/Makefile # recvnet/pkg-descr # recvnet/distinfo # echo c - recvnet mkdir -p recvnet > /dev/null 2>&1 echo x - recvnet/Makefile sed 's/^X//' >recvnet/Makefile << 'END-of-recvnet/Makefile' X# New ports collection makefile for: recvnet X# Date created: 27 Sep 2005 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= recvnet XPORTVERSION= 0.0.1 XCATEGORIES= net XMASTER_SITES= http://www.vanheusden.com/Linux/ \ X http://critical.ch/distfiles/ XEXTRACT_SUFX= .tgz X XMAINTAINER= ehaupt@critical.ch XCOMMENT= Recvnet (inverse telnet) is a utility for debugging tcp connections X XCFLAGS+= -DVERSION=\"${PORTVERSION}\" XLDFLAGS+= -lcurses X XPLIST_FILES= bin/recvnet X Xdo-build: X ${CC} ${CFLAGS} -c ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}.o X ${CC} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.o -o ${WRKSRC}/${PORTNAME} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include END-of-recvnet/Makefile echo x - recvnet/pkg-descr sed 's/^X//' >recvnet/pkg-descr << 'END-of-recvnet/pkg-descr' XRecvnet is the inverse of telnet. Instead of connecting to some host, Xit listens on a port for incoming connections. When a connection is made, Xyou can type a response which will be sent to the client. X XThis tool has proven to be very useful while debugging Web browsers, httping, Xand others. X XWWW: http://www.vanheusden.com/Linux/#recvnet END-of-recvnet/pkg-descr echo x - recvnet/distinfo sed 's/^X//' >recvnet/distinfo << 'END-of-recvnet/distinfo' XMD5 (recvnet-0.0.1.tgz) = d8d52cc17ffc1288316ac54ca2bf5d0e XSIZE (recvnet-0.0.1.tgz) = 2116 END-of-recvnet/distinfo exit