Date: 27 Sep 2005 13:36:38 -0000 From: Emanuel Haupt <ehaupt@critical.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/86633: new port: net/recvnet - Recvnet (inverse telnet) is a utility for debugging tcp connections Message-ID: <20050927133638.49271.qmail@mx.critical.ch> Resent-Message-ID: <200509271340.j8RDeHYW045608@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86633 >Category: ports >Synopsis: new port: net/recvnet - Recvnet (inverse telnet) is a utility for debugging tcp connections >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 27 13:40:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386 >Description: new port: net/recvnet - Recvnet (inverse telnet) is a utility for debugging tcp connections Recvnet is the inverse of telnet. Instead of connecting to some host, it listens on a port for incoming connections. When a connection is made, you can type a response which will be sent to the client. This tool has proven to be very useful while debugging Web browsers, httping, and others. >How-To-Repeat: >Fix: --- recvnet.shar begins here --- # 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 <ehaupt@critical.ch> 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 <bsd.port.mk> 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 --- recvnet.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050927133638.49271.qmail>