mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
party version 2.12
A simple multiuser chat system. PR: 15258 Submitted by: James Howard <howardj@wam.umd.edu>
This commit is contained in:
parent
4b351344cf
commit
31a52f1525
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24063
6 changed files with 55 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
SUBDIR += ninja
|
||||
SUBDIR += olirc
|
||||
SUBDIR += p5-IRC
|
||||
SUBDIR += party
|
||||
SUBDIR += quirc
|
||||
SUBDIR += roxirc
|
||||
SUBDIR += scrollz
|
||||
|
|
32
irc/party/Makefile
Normal file
32
irc/party/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: party
|
||||
# Version required: 2.12
|
||||
# Date created: 4 December 1999
|
||||
# Whom: James Howard <howardj@wam.umd.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= party-2.12
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/party/ \
|
||||
http://www.wam.umd.edu/~howardjp/software/party/ \
|
||||
ftp://dragon.ham.muohio.edu/pub/howardjp/software/party/
|
||||
|
||||
MAINTAINER= howardjp@wam.umd.edu
|
||||
|
||||
MAN1= party.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} -g nobody -o nobody -m 4711 ${WRKSRC}/party ${PREFIX}/bin
|
||||
${MKDIR} ${PREFIX}/lib/party
|
||||
${MKDIR} ${PREFIX}/lib/party/log
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/chantab ${WRKSRC}/partytab ${PREFIX}/lib/party
|
||||
${TOUCH} ${PREFIX}/lib/party/partytmp
|
||||
${TOUCH} ${PREFIX}/lib/party/log/party.log
|
||||
${CHOWN} -R nobody:nobody ${PREFIX}/lib/party
|
||||
${CP} ${WRKSRC}/party.1 ${PREFIX}/man/man1/
|
||||
|
||||
post-extract:
|
||||
@(cd ${WRKSRC}; ${RM} -f .depend)
|
||||
|
||||
.include <bsd.port.mk>
|
1
irc/party/distinfo
Normal file
1
irc/party/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (party-2.12.tar.gz) = 356577d15463016fefee465976fde554
|
1
irc/party/pkg-comment
Normal file
1
irc/party/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Simple multi-user chat system
|
11
irc/party/pkg-descr
Normal file
11
irc/party/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
Party is a real-time chat program for Unix systems. It simulates a party
|
||||
line, where any number of users can talk at the same time - if you type a
|
||||
line of text, everyone else sees it immediately.
|
||||
|
||||
Chat programs are pretty common these days. Party wasn't the first, but it
|
||||
was an early one. It's antiquity is reflected in the fact that it doesn't
|
||||
support networked systems especially well, nor have a web
|
||||
interface. However, its maturity is reflected in the fact that it has a
|
||||
clean and simple interface, and a good set of well-integrated features
|
||||
that make it easy for first-timers to get into. It remains very popular to
|
||||
this day on several systems.
|
9
irc/party/pkg-plist
Normal file
9
irc/party/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
@owner nobody
|
||||
@group nobody
|
||||
bin/party
|
||||
lib/party/chantab
|
||||
lib/party/partytab
|
||||
lib/party/partytmp
|
||||
lib/party/log/party.log
|
||||
@dirrm lib/party/log
|
||||
@dirrm lib/party
|
Loading…
Add table
Reference in a new issue