aboutsummaryrefslogtreecommitdiff
path: root/net/vchat
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-01-11 10:12:30 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-01-11 10:12:30 +0000
commitdbbd158a04e8dbf5c5f93102d4ef8cf81d30a9de (patch)
treef82b602b0d147887877ded6060e85743f7686e9e /net/vchat
parent6da9cbc5ba02fdce5c51cd4794a35fe462964936 (diff)
downloadports-dbbd158a04e8dbf5c5f93102d4ef8cf81d30a9de.tar.gz
ports-dbbd158a04e8dbf5c5f93102d4ef8cf81d30a9de.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>
Notes
Notes: svn path=/head/; revision=153242
Diffstat (limited to 'net/vchat')
-rw-r--r--net/vchat/Makefile14
-rw-r--r--net/vchat/pkg-descr17
-rw-r--r--net/vchat/pkg-plist2
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