Date: Tue, 17 Feb 2004 15:39:50 +0200 (EET) From: Sergey Velichkevich <serg@cad.kiev.ua> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62962: New port Message-ID: <200402171339.i1HDdoLj041473@dream.cad.ntu-kpi.kiev.ua> Resent-Message-ID: <200402171340.i1HDeCAK014197@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62962 >Category: ports >Synopsis: New port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 17 05:40:12 PST 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Velichkevich >Release: FreeBSD 5.2-RELEASE-p2 i386 >Organization: National Technical University of Ukraine Kiev Politechnic Institute CAD department >Environment: System: FreeBSD dream.cad.ntu-kpi.kiev.ua 5.2-RELEASE-p2 FreeBSD 5.2-RELEASE-p2 #2: Fri Feb 6 20:07:27 EET 2004 root@dream.cad.ntu-kpi.kiev.ua:/usr/obj/usr/src/sys/DREAM i386 >Description: New port: wmping Wmping is a dockapp which checks the status of hosts in your network. It show "up" status for a host that is available (ping packets are returned to you) and "down" status for a host that cannot be pinged. >How-To-Repeat: >Fix: # 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: # # wmping/ # wmping/Makefile # wmping/pkg-descr # wmping/pkg-plist # wmping/distinfo # echo c - wmping/ mkdir -p wmping/ > /dev/null 2>&1 echo x - wmping/Makefile sed 's/^X//' >wmping/Makefile << 'END-of-wmping/Makefile' X# New ports collection makefile for: wmping X# Date created: 16 February 2004 X# Whom: Sergey Velichkevych <serg@cad.kiev.ua> X# X XPORTNAME= wmping XPORTVERSION= 0.2 XCATEGORIES= sysutils windowmaker XMASTER_SITES= http://sourceforge.net/projects/wmping/ X XMAINTAINER= serg@cad.kiev.ua XCOMMENT= Windowmaker dock app to display network hosts status X XUSE_X_PREFIX= yes XUSE_XPM= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XMAN1= wmping.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmping ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/wmping.1 ${PREFIX}/man/man1 X.ifndef(NOPORTDOCS) X @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 555 \ X ${PREFIX}/share/doc/${PORTNAME} X.for file in BUGS CHANGES COPYING README TODO X @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/${PORTNAME} X.endfor X.endif # !NOPORTDOCS X X.include <bsd.port.mk> END-of-wmping/Makefile echo x - wmping/pkg-descr sed 's/^X//' >wmping/pkg-descr << 'END-of-wmping/pkg-descr' XThis is a port of wmping which is a Windowmaker dock app which Xis simple usefull program that allows to check host status in your Xnetwork environment. It can be used for monitoring servers in the network. X XWWW: http://sourceforge.net/projects/wmping/ X X- Sergey Velichkevych Xserg@cad.kiev.ua END-of-wmping/pkg-descr echo x - wmping/pkg-plist sed 's/^X//' >wmping/pkg-plist << 'END-of-wmping/pkg-plist' Xbin/wmping X%%PORTDOCS%%share/doc/wmping/BUGS X%%PORTDOCS%%share/doc/wmping/CHANGES X%%PORTDOCS%%share/doc/wmping/COPYING X%%PORTDOCS%%share/doc/wmping/README X%%PORTDOCS%%share/doc/wmping/TODO X%%PORTDOCS%%@dirrm share/doc/wmping END-of-wmping/pkg-plist echo x - wmping/distinfo sed 's/^X//' >wmping/distinfo << 'END-of-wmping/distinfo' XMD5 (wmping-0.2.tar.gz) = fa5e4a111d6108816ae403b9f907e1ac XSIZE (wmping-0.2.tar.gz) = 100054 END-of-wmping/distinfo exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402171339.i1HDdoLj041473>