diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-05 15:08:29 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-05 15:08:29 +0800 |
commit | e91a7a823ed41fe6016bee372938829d3b3f5599 (patch) | |
tree | de749993077b4712159ad73e0f36195f37f67672 /net-p2p/Makefile | |
parent | 03ef8dfa621de1dc83add1e79498bfc53d633e19 (diff) | |
download | freebsd-ports-gnome-e91a7a823ed41fe6016bee372938829d3b3f5599.tar.gz freebsd-ports-gnome-e91a7a823ed41fe6016bee372938829d3b3f5599.tar.zst freebsd-ports-gnome-e91a7a823ed41fe6016bee372938829d3b3f5599.zip |
ISP 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 09e6698ee20d..9ce3c5b47f6b 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -130,6 +130,7 @@ SUBDIR += verlihub-plugins-floodprotect SUBDIR += verlihub-plugins-forbid SUBDIR += verlihub-plugins-iplog + SUBDIR += verlihub-plugins-isp SUBDIR += verlihub-plugins-luascript SUBDIR += verlihub-plugins-messanger SUBDIR += verlihub-plugins-stats |