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/Makefile | |
parent | a4ca291323017762cebdc68a8186767d047ac3ed (diff) | |
download | freebsd-ports-graphics-043a13ca2ace2c43d9ea8cb736f2c81c3d42e93c.tar.gz freebsd-ports-graphics-043a13ca2ace2c43d9ea8cb736f2c81c3d42e93c.tar.zst freebsd-ports-graphics-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/Makefile')
-rw-r--r-- | net-p2p/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 269af7ab3cf..4551d834091 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 |