diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-18 05:47:54 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-18 05:47:54 +0000 |
commit | 2e38a6b044572a53746b3d6912c30ff7cf0e5086 (patch) | |
tree | 518041d2e6bb26ede594bbdeaca813b23bc78091 /net | |
parent | 0841f682ef9e1857d5d056509e3aa50d6f3c5a44 (diff) | |
download | FreeBSD-ports-2e38a6b044572a53746b3d6912c30ff7cf0e5086.zip FreeBSD-ports-2e38a6b044572a53746b3d6912c30ff7cf0e5086.tar.gz |
add vchat
Client software for taking part in VChat conferences
PR: 28964
Submitted by: Andreas Wetzel <mickey@netassembly.de>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/vchat/Makefile | 22 | ||||
-rw-r--r-- | net/vchat/distinfo | 1 | ||||
-rw-r--r-- | net/vchat/pkg-comment | 1 | ||||
-rw-r--r-- | net/vchat/pkg-descr | 3 | ||||
-rw-r--r-- | net/vchat/pkg-plist | 1 |
6 files changed, 29 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 3c1645f..491fe85 100644 --- a/net/Makefile +++ b/net/Makefile @@ -399,6 +399,7 @@ SUBDIR += tund SUBDIR += unison SUBDIR += urlendec + SUBDIR += vchat SUBDIR += vnc SUBDIR += vrrp SUBDIR += vtun diff --git a/net/vchat/Makefile b/net/vchat/Makefile new file mode 100644 index 0000000..afd2dbf --- /dev/null +++ b/net/vchat/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: vchat +# Date created: 20 Mar 2001 +# Whom: Andreas Wetzel <mickey@netassembly.de> +# +# $FreeBSD$ +# + +PORTNAME= vchat +PORTVERSION= 2.42a +CATEGORIES= net +MASTER_SITES= http://www.enforcer.cc/vchat/clients/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-export-client + +MAINTAINER= vchat@netassembly.de + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +GNU_CONFIGURE= yes + +MAN1= vchat.1 +MAN5= vchatrc.5 + +.include <bsd.port.mk> diff --git a/net/vchat/distinfo b/net/vchat/distinfo new file mode 100644 index 0000000..96fb480a --- /dev/null +++ b/net/vchat/distinfo @@ -0,0 +1 @@ +MD5 (vchat-2.42a-export-client.tar.gz) = 6ddeb70e451bf8d94a096ec68e38a4d3 diff --git a/net/vchat/pkg-comment b/net/vchat/pkg-comment new file mode 100644 index 0000000..b3f339a --- /dev/null +++ b/net/vchat/pkg-comment @@ -0,0 +1 @@ +Client software for taking part in VChat conferences diff --git a/net/vchat/pkg-descr b/net/vchat/pkg-descr new file mode 100644 index 0000000..9599d40 --- /dev/null +++ b/net/vchat/pkg-descr @@ -0,0 +1,3 @@ +vchat is the client software for taking part in VChat conferences. + +WWW: http://www.enforcer.cc/vchat/ diff --git a/net/vchat/pkg-plist b/net/vchat/pkg-plist new file mode 100644 index 0000000..852d94f --- /dev/null +++ b/net/vchat/pkg-plist @@ -0,0 +1 @@ +bin/vchat |