From owner-freebsd-ports Tue Oct 8 9:50: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27EFB37B401 for ; Tue, 8 Oct 2002 09:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D66943E6A for ; Tue, 8 Oct 2002 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g98Go2Co055501 for ; Tue, 8 Oct 2002 09:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g98Go2SX055500; Tue, 8 Oct 2002 09:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEEF937B401 for ; Tue, 8 Oct 2002 09:46:27 -0700 (PDT) Received: from casper.cs.uct.ac.za (casper.cs.uct.ac.za [137.158.96.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42AE743E4A for ; Tue, 8 Oct 2002 09:46:24 -0700 (PDT) (envelope-from mwest@casper.cs.uct.ac.za) Received: from casper.cs.uct.ac.za (localhost [127.0.0.1]) by casper.cs.uct.ac.za (8.12.3/8.12.3) with ESMTP id g98GbXjd083432 for ; Tue, 8 Oct 2002 18:37:34 +0200 (SAST) (envelope-from mwest@casper.cs.uct.ac.za) Received: (from mwest@localhost) by casper.cs.uct.ac.za (8.12.3/8.12.3/Submit) id g98GbRlo083431; Tue, 8 Oct 2002 18:37:27 +0200 (SAST) Message-Id: <200210081637.g98GbRlo083431@casper.cs.uct.ac.za> Date: Tue, 8 Oct 2002 18:37:27 +0200 (SAST) From: Matthew West Reply-To: Matthew West To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43833: new port: net/icmpchat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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