# 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: # # /usr/ports/net/ltm # /usr/ports/net/ltm/Makefile # /usr/ports/net/ltm/distinfo # /usr/ports/net/ltm/pkg-plist # /usr/ports/net/ltm/pkg-descr # echo c - /usr/ports/net/ltm mkdir -p /usr/ports/net/ltm > /dev/null 2>&1 echo x - /usr/ports/net/ltm/Makefile sed 's/^X//' >/usr/ports/net/ltm/Makefile << 'END-of-/usr/ports/net/ltm/Makefile' X# New ports collection makefile for: ltm X# Date created: 21 June 2006 X# Whom: Statseeker X# X# $FreeBSD$ X# X XPORTNAME= ltm XPORTVERSION= 3.0.0.608281003 XCATEGORIES= net XMASTER_SITES= http://www.statseeker.com/downloads/ X XCOMMENT= Statseeker Real Time LAN Analyser X XMAINTAINER= ltm-support@statseeker.com X XNO_BUILD= yes X XMAN1= ltm.1 ltm-client.1 ltm-mkprotodb.1 XMANCOMPRESSED= yes X X X.include <bsd.port.pre.mk> X Xs: .IGNORE X Xdo-install: X @(tar -cf - -C ${WRKSRC} . | tar -xf - -C ${PREFIX}) X X.include <bsd.port.post.mk> END-of-/usr/ports/net/ltm/Makefile echo x - /usr/ports/net/ltm/distinfo sed 's/^X//' >/usr/ports/net/ltm/distinfo << 'END-of-/usr/ports/net/ltm/distinfo' XMD5 (ltm-3.0.0.608281003.tar.gz) = 0d2a802444316c5f2ba0507ece3dd947 XSIZE (ltm-3.0.0.608281003.tar.gz) = 323401 END-of-/usr/ports/net/ltm/distinfo echo x - /usr/ports/net/ltm/pkg-plist sed 's/^X//' >/usr/ports/net/ltm/pkg-plist << 'END-of-/usr/ports/net/ltm/pkg-plist' Xbin/ltm-client Xbin/ltm-mkprotodb Xetc/protocols.cfg Xetc/protocols.db END-of-/usr/ports/net/ltm/pkg-plist echo x - /usr/ports/net/ltm/pkg-descr sed 's/^X//' >/usr/ports/net/ltm/pkg-descr << 'END-of-/usr/ports/net/ltm/pkg-descr' XStatseeker LTM is a high speed statistical LAN Analyzer that monitors XEthernet LAN segments via the bpf(4) interface and displays various Xmatrix tables in real time via a ncurses interface. X XThe LAN Analyzer is a "binary only" distribution. X XWWW: http://www.statseeker.com END-of-/usr/ports/net/ltm/pkg-descr exit
Hello! Vote With respect, Boris
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2006-09-13 08:18:10 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/ltm Makefile distinfo pkg-descr pkg-plist Log: Statseeker LTM is a high speed statistical LAN Analyzer that monitors Ethernet LAN segments via the bpf(4) interface and displays various matrix tables in real time via a ncurses interface. The LAN Analyzer is a "binary only" distribution. WWW: http://www.statseeker.com PR: ports/102589 Submitted by: LTM Support <ltm-support(at)wally.statseeker.com> Revision Changes Path 1.1734 +1 -0 ports/net/Makefile 1.1 +28 -0 ports/net/ltm/Makefile (new) 1.1 +3 -0 ports/net/ltm/distinfo (new) 1.1 +7 -0 ports/net/ltm/pkg-descr (new) 1.1 +4 -0 ports/net/ltm/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!