Date: Tue, 8 Oct 2002 18:37:27 +0200 (SAST) From: Matthew West <mwest@uct.ac.za> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43833: new port: net/icmpchat Message-ID: <200210081637.g98GbRlo083431@casper.cs.uct.ac.za>
next in thread | raw e-mail | index | archive | help
>Number: 43833 >Category: ports >Synopsis: new port: net/icmpchat >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 08 09:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Matthew West >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: University of Cape Town >Environment: >Description: ICMP Chat is a simple chat. The difference to other chat programs is the fact that this one is based on the ICMP protocol. >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: # # icmpchat # icmpchat/Makefile # icmpchat/distinfo # icmpchat/pkg-comment # icmpchat/pkg-descr # icmpchat/pkg-plist # echo c - icmpchat mkdir -p icmpchat > /dev/null 2>&1 echo x - icmpchat/Makefile sed 's/^X//' >icmpchat/Makefile << 'END-of-icmpchat/Makefile' X# New ports collection makefile for: icmpchat X# Date created: 8 October 2002 X# Whom: mwest@uct.ac.za X# X# $FreeBSD $ X# X XPORTNAME= icmpchat XPORTVERSION= 0.5 XCATEGORIES= net XMASTER_SITES= http://www.codito.de/prog/ X XMAINTAINER= mwest@uct.ac.za X XUSE_REINPLACE= yes X XALL_TARGET= X Xdo-patch: X @${REINPLACE_CMD} -e 's|-O3 -Wall|${CFLAGS}|' ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/icmpchat ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} X ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/icmpchat X.endif X X.include <bsd.port.mk> END-of-icmpchat/Makefile echo x - icmpchat/distinfo sed 's/^X//' >icmpchat/distinfo << 'END-of-icmpchat/distinfo' XMD5 (icmpchat-0.5.tar.gz) = db67d62a34e5acd8a2294c7aaabee68c END-of-icmpchat/distinfo echo x - icmpchat/pkg-comment sed 's/^X//' >icmpchat/pkg-comment << 'END-of-icmpchat/pkg-comment' XSimple chat program based on the ICMP protocol END-of-icmpchat/pkg-comment echo x - icmpchat/pkg-descr sed 's/^X//' >icmpchat/pkg-descr << 'END-of-icmpchat/pkg-descr' XICMP Chat is a simple chat. The difference to other chat programs is Xthe fact that this one is based on the ICMP protocol. X XWWW: http://www.codito.de/ X X-- Xmwest@uct.ac.za END-of-icmpchat/pkg-descr echo x - icmpchat/pkg-plist sed 's/^X//' >icmpchat/pkg-plist << 'END-of-icmpchat/pkg-plist' Xbin/icmpchat X%%PORTDOCS%%share/doc/icmpchat/README X%%PORTDOCS%%@dirrm share/doc/icmpchat END-of-icmpchat/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210081637.g98GbRlo083431>