From owner-freebsd-ports Wed Sep 30 15:00:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06121 for freebsd-ports-outgoing; Wed, 30 Sep 1998 15:00:23 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06008 for ; Wed, 30 Sep 1998 15:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21679; Wed, 30 Sep 1998 15:00:00 -0700 (PDT) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04432 for ; Wed, 30 Sep 1998 14:52:51 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) id RAA11786; Wed, 30 Sep 1998 17:51:16 -0400 (EDT) (envelope-from billf) Message-Id: <199809302151.RAA11786@jade.chc-chimes.com> Date: Wed, 30 Sep 1998 17:51:16 -0400 (EDT) From: Bill Fumerola Reply-To: billf@jade.chc-chimes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/8109: new port: net/muh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8109 >Category: ports >Synopsis: new port: net/muh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 30 15:00:00 PDT 1998 >Last-Modified: >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Release: FreeBSD 2.2.7-STABLE i386 >Environment: FreeBSD jade.chc-chimes.com 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Fri Sep 25 16:41:52 EDT 1998 root@jade.chc-chimes.com:/usr/cvs-update/src/sys/compile/JADED i386 >Description: >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: muh X# Version required: 2.02 X# Date created: 25 Sept 1998 X# Whom: Bill Fumerola X# X# $Id: $ X# X XDISTNAME= muh2.02 XPKGNAME= muh-2.02 XCATEGORIES= net XMASTER_SITES= http://www.riot.org/muh/download/ X XMAINTAINER= billf@chc-chimes.com X Xdo-install: X X ${CP} ${WRKSRC}/muh ${PREFIX}/bin X ${CP} ${WRKSRC}/muhrc ${PREFIX}/etc/muh.conf X strip ${PREFIX}/bin/muh X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (muh2.02.tar.gz) = bc104828ed07d46a0b55ab84734bfb38 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/muh Xetc/muh.conf END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xa smart irc-bouncing-tool that remains on IRC all the time END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' Xmuh is a smart irc-bouncing-tool that remains on IRC all the time. XYou can take control over your nick by connecting to muh with an IRC Xclient that is able to supply a password for the server connection. X Xhttp://www.riot.org/muh/ X XBill Fumerola END-of-./pkg/DESCR exit >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message