diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-05 15:06:56 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-05 15:06:56 +0800 |
commit | 043a13ca2ace2c43d9ea8cb736f2c81c3d42e93c (patch) | |
tree | 0fb6d67facfbfbf62048bde7e0b65c1f11c704c6 /net-p2p/verlihub-plugins-stats | |
parent | a4ca291323017762cebdc68a8186767d047ac3ed (diff) | |
download | freebsd-ports-gnome-043a13ca2ace2c43d9ea8cb736f2c81c3d42e93c.tar.gz freebsd-ports-gnome-043a13ca2ace2c43d9ea8cb736f2c81c3d42e93c.tar.zst freebsd-ports-gnome-043a13ca2ace2c43d9ea8cb736f2c81c3d42e93c.zip |
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/
PR: ports/112393
Submitted by: Mikle Davidkin <skylord at vt.net.ru>
Diffstat (limited to 'net-p2p/verlihub-plugins-stats')
-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 |
4 files changed, 39 insertions, 0 deletions
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. + +------------------------------------------------------------------- |