diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-05 07:06:56 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-05 07:06:56 +0000 |
commit | 7b04ba671a172ef51a8dc27802dff1c78b34a074 (patch) | |
tree | a018dec3ca8b5b41ec30929bd5879de87e3575f0 /net-p2p | |
parent | ef99256aa395c0fcdaa8f17ce08decd551d21ead (diff) | |
download | ports-7b04ba671a172ef51a8dc27802dff1c78b34a074.tar.gz ports-7b04ba671a172ef51a8dc27802dff1c78b34a074.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-stats/Makefile | 17 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-stats/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-stats/pkg-descr | 9 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-stats/pkg-message | 10 |
5 files changed, 40 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 269af7ab3cf4..4551d834091f 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -131,6 +131,7 @@ SUBDIR += verlihub-plugins-iplog SUBDIR += verlihub-plugins-luascript SUBDIR += verlihub-plugins-messanger + SUBDIR += verlihub-plugins-stats SUBDIR += xmule SUBDIR += xnap diff --git a/net-p2p/verlihub-plugins-stats/Makefile b/net-p2p/verlihub-plugins-stats/Makefile new file mode 100644 index 000000000000..1d9a7d310a36 --- /dev/null +++ b/net-p2p/verlihub-plugins-stats/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: verlihub-plugins-stats +# Date created: 3 May 2007 +# Whom: Skylord +# +# $FreeBSD$ +# + +PORTNAME= stats +PORTVERSION= 1.1 +CATEGORIES= net-p2p + +MAINTAINER= skylord@vt.net.ru +COMMENT= Statistics 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-stats/distinfo b/net-p2p/verlihub-plugins-stats/distinfo new file mode 100644 index 000000000000..636779da9fc1 --- /dev/null +++ b/net-p2p/verlihub-plugins-stats/distinfo @@ -0,0 +1,3 @@ +MD5 (stats.tar.gz) = 2aacad97f65873a2f30c19e873fde948 +SHA256 (stats.tar.gz) = 4a6f5e8e8383424718122c0049e39afa33e2175fe53de533faef0400e31429e8 +SIZE (stats.tar.gz) = 221046 diff --git a/net-p2p/verlihub-plugins-stats/pkg-descr b/net-p2p/verlihub-plugins-stats/pkg-descr new file mode 100644 index 000000000000..aa8032422dd7 --- /dev/null +++ b/net-p2p/verlihub-plugins-stats/pkg-descr @@ -0,0 +1,9 @@ +Statistics 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-stats/pkg-message b/net-p2p/verlihub-plugins-stats/pkg-message new file mode 100644 index 000000000000..69fdae1b3966 --- /dev/null +++ b/net-p2p/verlihub-plugins-stats/pkg-message @@ -0,0 +1,10 @@ +-------------------------------------------------------------------- + +This port installs the Statistics 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. + +------------------------------------------------------------------- |