diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-01-11 18:12:30 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-01-11 18:12:30 +0800 |
commit | 21bc994a8a56b104ce5b5159470f468e8381c89f (patch) | |
tree | e5e7ddc731a49e7cce8e128934b9fa7f629c60a0 /net | |
parent | 20fef367e85e02d542f4772d819d6ec0f24d6e70 (diff) | |
download | freebsd-ports-gnome-21bc994a8a56b104ce5b5159470f468e8381c89f.tar.gz freebsd-ports-gnome-21bc994a8a56b104ce5b5159470f468e8381c89f.tar.zst freebsd-ports-gnome-21bc994a8a56b104ce5b5159470f468e8381c89f.zip |
- Provide working MASTER_SITES
- Rewrite pkg-descr and provide WWW
- Remove pkg-plist
- Pass maintainership to submitter
PR: 91590
Submitted by: Andreas S. Wetzel <mickey@netassembly.de>
Diffstat (limited to 'net')
-rw-r--r-- | net/vchat/Makefile | 14 | ||||
-rw-r--r-- | net/vchat/pkg-descr | 17 | ||||
-rw-r--r-- | net/vchat/pkg-plist | 2 |
3 files changed, 24 insertions, 9 deletions
diff --git a/net/vchat/Makefile b/net/vchat/Makefile index 9e708287ad96..fa69db77a171 100644 --- a/net/vchat/Makefile +++ b/net/vchat/Makefile @@ -8,16 +8,18 @@ PORTNAME= vchat PORTVERSION= 2.42c CATEGORIES= net -MASTER_SITES= # disappeared +MASTER_SITES= http://www.enforcer.cc/vchat/filez/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mickey@netassembly.de COMMENT= Client software for taking part in VChat conferences -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -MAN1= vchat.1 -MAN5= vchatrc.5 -MAN8= vchatd.8 +MAN1= vchat.1 +MAN5= vchatrc.5 +MAN8= vchatd.8 + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +PLIST_FILES= bin/vchat libexec/vchatd .include <bsd.port.mk> diff --git a/net/vchat/pkg-descr b/net/vchat/pkg-descr index aa6f56ea6297..0d2cd94f5f28 100644 --- a/net/vchat/pkg-descr +++ b/net/vchat/pkg-descr @@ -1 +1,16 @@ -vchat is the client software for taking part in VChat conferences. +VChat is a fully featured internet conferencing (or chat-) system with +traditional commandline interface, support for ANSI colors, a builtin +user management system with per user assignable permission sets, server side +access control list support and a lot of other useful features. The open +architecture of the system and a range of existing client software that +suits most needs make it the ideal solution for setting up a conferencing +system for your website or network. + +This port is the standard UNIX client software for taking part in VChat +conferences. It also includes vchatd, a TELNET gateway that may be run from +inetd, allowing to take part in VChat conferences by using a standard +telnet client/terminal emulation. + +See net/vserver for the server side components of the VChat system. + +WWW: http://www.enforcer.cc/vchat/ diff --git a/net/vchat/pkg-plist b/net/vchat/pkg-plist deleted file mode 100644 index 2b8cb56d1c17..000000000000 --- a/net/vchat/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/vchat -libexec/vchatd |