mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add vserver 2.42f, server software of the VChat conference system.
PR: ports/91591 Submitted by: Andreas Wetzel <mickey@netassembly.de>
This commit is contained in:
parent
017e20b4b2
commit
757535e809
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153256
4 changed files with 39 additions and 0 deletions
|
@ -814,6 +814,7 @@
|
|||
SUBDIR += vnc2swf
|
||||
SUBDIR += vncreflector
|
||||
SUBDIR += vomit
|
||||
SUBDIR += vserver
|
||||
SUBDIR += vtun
|
||||
SUBDIR += vyqchat
|
||||
SUBDIR += wais
|
||||
|
|
21
net/vserver/Makefile
Normal file
21
net/vserver/Makefile
Normal file
|
@ -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>
|
3
net/vserver/distinfo
Normal file
3
net/vserver/distinfo
Normal file
|
@ -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
|
14
net/vserver/pkg-descr
Normal file
14
net/vserver/pkg-descr
Normal file
|
@ -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/
|
Loading…
Add table
Reference in a new issue