diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-05 07:01:10 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-05 07:01:10 +0000 |
commit | f5fd57951a31960b31a7abb410768cc22fd024af (patch) | |
tree | 75fa6cd14e5a5efafedba42446ccf0d5aa4ab540 /net-p2p/verlihub-plugins-chatroom | |
parent | d080706349d75f7a1bcf0c76565526a798a483ba (diff) | |
download | ports-f5fd57951a31960b31a7abb410768cc22fd024af.tar.gz ports-f5fd57951a31960b31a7abb410768cc22fd024af.zip |
Notes
Diffstat (limited to 'net-p2p/verlihub-plugins-chatroom')
-rw-r--r-- | net-p2p/verlihub-plugins-chatroom/Makefile | 17 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-chatroom/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-chatroom/pkg-descr | 9 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-chatroom/pkg-message | 10 |
4 files changed, 39 insertions, 0 deletions
diff --git a/net-p2p/verlihub-plugins-chatroom/Makefile b/net-p2p/verlihub-plugins-chatroom/Makefile new file mode 100644 index 000000000000..902769fb91c9 --- /dev/null +++ b/net-p2p/verlihub-plugins-chatroom/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: verlihub-plugins-chatroom +# Date created: 3 May 2007 +# Whom: Skylord +# +# $FreeBSD$ +# + +PORTNAME= chatroom +PORTVERSION= 1.1 +CATEGORIES= net-p2p + +MAINTAINER= skylord@vt.net.ru +COMMENT= Chatroom plugin for the VerliHub - a Direct Connect protocol server + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins" +.include <bsd.port.post.mk> diff --git a/net-p2p/verlihub-plugins-chatroom/distinfo b/net-p2p/verlihub-plugins-chatroom/distinfo new file mode 100644 index 000000000000..42e748ccd1f5 --- /dev/null +++ b/net-p2p/verlihub-plugins-chatroom/distinfo @@ -0,0 +1,3 @@ +MD5 (chatroom.tar.gz) = f3773e78512c3e56a71be2249df0c0f7 +SHA256 (chatroom.tar.gz) = bba9ce7841245c13d8d4138c85158a161cfd262beffb940d848bc163cdc17b82 +SIZE (chatroom.tar.gz) = 339122 diff --git a/net-p2p/verlihub-plugins-chatroom/pkg-descr b/net-p2p/verlihub-plugins-chatroom/pkg-descr new file mode 100644 index 000000000000..9d12d573d0e8 --- /dev/null +++ b/net-p2p/verlihub-plugins-chatroom/pkg-descr @@ -0,0 +1,9 @@ +Chatroom plugin for the VerliHub. + +Verlihub is a Linux/Unix Direct Connect protocol server (Hub). +It is written in c++, has relatively low CPU and RAM usage, +and has many useful features. It also uses a MySQL Database. +Additional functionality is available through a versatile +'plugin' system. + +WWW: http://www.verlihub-project.org/ diff --git a/net-p2p/verlihub-plugins-chatroom/pkg-message b/net-p2p/verlihub-plugins-chatroom/pkg-message new file mode 100644 index 000000000000..7be3e7493966 --- /dev/null +++ b/net-p2p/verlihub-plugins-chatroom/pkg-message @@ -0,0 +1,10 @@ +-------------------------------------------------------------------- + +This port installs the Chatroom VerliHub plugin. +You need to restart your hub or manually load plugin with +plugman commands. + +Visit http://www.verlihub-project.org/ for online manuals or +http://www.verlihubforums.com/ for the project's forums. + +------------------------------------------------------------------- |