diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/vserver/Makefile | 21 | ||||
-rw-r--r-- | net/vserver/distinfo | 3 | ||||
-rw-r--r-- | net/vserver/pkg-descr | 14 |
4 files changed, 39 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index df7c07a9c0ee..09c398b5ab21 100644 --- a/net/Makefile +++ b/net/Makefile @@ -814,6 +814,7 @@ SUBDIR += vnc2swf SUBDIR += vncreflector SUBDIR += vomit + SUBDIR += vserver SUBDIR += vtun SUBDIR += vyqchat SUBDIR += wais diff --git a/net/vserver/Makefile b/net/vserver/Makefile new file mode 100644 index 000000000000..324a09c227a1 --- /dev/null +++ b/net/vserver/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: vserver +# Date created: 10. Jan 06 +# Whom: Andreas Wetzel <mickey@netassembly.de> +# +# $FreeBSD$ +# + +PORTNAME= vserver +PORTVERSION= 2.42f +CATEGORIES= net +MASTER_SITES= http://www.enforcer.cc/vchat/filez/ + +MAINTAINER= mickey@netassembly.de +COMMENT= Server software of the VChat conference system + +GNU_CONFIGURE= yes + +MAN8= vchatctl.8 vserver.8 +PLIST_FILES= sbin/vserver sbin/vchatctl + +.include <bsd.port.mk> diff --git a/net/vserver/distinfo b/net/vserver/distinfo new file mode 100644 index 000000000000..fe7f29202403 --- /dev/null +++ b/net/vserver/distinfo @@ -0,0 +1,3 @@ +MD5 (vserver-2.42f.tar.gz) = a177993f51877a3e9c21dd4787bded8c +SHA256 (vserver-2.42f.tar.gz) = 86dddc414ca0372a3f10d1a32db346539ece4befd97bb3ab214cac50412c8526 +SIZE (vserver-2.42f.tar.gz) = 121606 diff --git a/net/vserver/pkg-descr b/net/vserver/pkg-descr new file mode 100644 index 000000000000..fa1f62d56ee0 --- /dev/null +++ b/net/vserver/pkg-descr @@ -0,0 +1,14 @@ +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 server software suite for setting up a VChat +conference system. + +See ports/net/vchat for the client side components of the VChat system. + +WWW: http://www.enforcer.cc/vchat/ |