Date: Sat, 4 Dec 1999 16:54:49 -0500 (EST) From: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15258: New port: misc/party Message-ID: <199912042154.QAA31180@byzantine.student.umd.edu>
next in thread | raw e-mail | index | archive | help
>Number: 15258 >Category: ports >Synopsis: New port: misc/party >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: Sat Dec 4 14:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Maryland >Environment: FreeBSD byzantine.student.umd.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #60: Tue Nov 30 10:38:30 EST 1999 howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE i386 >Description: Party is a simple multi-user chat system developed in the early- and mid-1980s for use on freenets (Chinet and M-Net being the biggies). Myself and several others still use this software daily for communications on a variety of hosts. At their request, I have prepared a FreeBSD Port of the software. >How-To-Repeat: N/A >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: # # party # party/pkg # party/pkg/COMMENT # party/pkg/DESCR # party/pkg/PLIST # party/files # party/files/md5 # party/Makefile # echo c - party mkdir -p party > /dev/null 2>&1 echo c - party/pkg mkdir -p party/pkg > /dev/null 2>&1 echo x - party/pkg/COMMENT sed 's/^X//' >party/pkg/COMMENT << 'END-of-party/pkg/COMMENT' XSimple multi-user chat system END-of-party/pkg/COMMENT echo x - party/pkg/DESCR sed 's/^X//' >party/pkg/DESCR << 'END-of-party/pkg/DESCR' XParty is a real-time chat program for Unix systems. It simulates a party Xline, where any number of users can talk at the same time - if you type a Xline of text, everyone else sees it immediately. X XChat programs are pretty common these days. Party wasn't the first, but it Xwas an early one. It's antiquity is reflected in the fact that it doesn't Xsupport networked systems especially well, nor have a web Xinterface. However, its maturity is reflected in the fact that it has a Xclean and simple interface, and a good set of well-integrated features Xthat make it easy for first-timers to get into. It remains very popular to Xthis day on several systems. END-of-party/pkg/DESCR echo x - party/pkg/PLIST sed 's/^X//' >party/pkg/PLIST << 'END-of-party/pkg/PLIST' X@owner nobody X@group nobody X@cd /usr/local Xbin/party Xlib/party/chantab Xlib/party/partytab Xlib/party/partytmp Xlib/party/log/party.log X@dirrm lib/party/log X@dirrm lib/party END-of-party/pkg/PLIST echo c - party/files mkdir -p party/files > /dev/null 2>&1 echo x - party/files/md5 sed 's/^X//' >party/files/md5 << 'END-of-party/files/md5' XMD5 (party-2.12.tar.gz) = 356577d15463016fefee465976fde554 END-of-party/files/md5 echo x - party/Makefile sed 's/^X//' >party/Makefile << 'END-of-party/Makefile' X# New ports collection makefile for: party X# Version required: 2.12 X# Date created: 4 December 1999 X# Whom: James Howard <howardj@wam.umd.edu> X# X# $FreeBSD$ X# X XDISTNAME= party-2.12 XPKGNAME= party-2.12 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/party/ \ X http://www.wam.umd.edu/~howardjp/software/party/ \ X ftp://dragon.ham.muohio.edu/pub/howardjp/software/party/ X XMAINTAINER= howardjp@wam.umd.edu X XMAN1= party.1 X Xdo-install: X ${INSTALL_SCRIPT} -g nobody -o nobody -m 4711 ${WRKSRC}/party ${PREFIX}/bin X ${MKDIR} ${PREFIX}/lib/party X ${MKDIR} ${PREFIX}/lib/party/log X ${INSTALL_SCRIPT} ${WRKSRC}/chantab ${WRKSRC}/partytab ${PREFIX}/lib/party X ${TOUCH} ${PREFIX}/lib/party/partytmp X ${TOUCH} ${PREFIX}/lib/party/log/party.log X ${CHOWN} -R nobody:nobody ${PREFIX}/lib/party X ${CP} ${WRKSRC}/party.1 ${PREFIX}/man/man1/ X X Xpost-extract: X @(cd ${WRKSRC}; ${RM} -f .depend) X X.include <bsd.port.mk> END-of-party/Makefile 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?199912042154.QAA31180>