diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-05 07:08:29 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-05 07:08:29 +0000 |
commit | 4defd001c6ac2ba906d0e9c7d7d2e74788262215 (patch) | |
tree | 226f54ba16abc19ff9ee0cf9365e6ba3f312df18 /net-p2p/Makefile | |
parent | d66ff1b317439939cb5e498efd7a2dbd2c4ab408 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=194984
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 |