diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-05 07:04:40 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-05 07:04:40 +0000 |
commit | 8c1e2b73a3c9309fd54ca18a573295232d7832b4 (patch) | |
tree | 2bfed3afd2eaaf760636af2811929b21352d080f /net-p2p/verlihub-plugins-floodprotect | |
parent | 9136549e3bbd236b2f45fc9dd242c1ca7aa35a64 (diff) |
Notes
Diffstat (limited to 'net-p2p/verlihub-plugins-floodprotect')
-rw-r--r-- | net-p2p/verlihub-plugins-floodprotect/Makefile | 19 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-floodprotect/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-floodprotect/pkg-descr | 9 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-floodprotect/pkg-message | 10 |
4 files changed, 41 insertions, 0 deletions
diff --git a/net-p2p/verlihub-plugins-floodprotect/Makefile b/net-p2p/verlihub-plugins-floodprotect/Makefile new file mode 100644 index 000000000000..65af8ed9d8ff --- /dev/null +++ b/net-p2p/verlihub-plugins-floodprotect/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: verlihub-plugins-floodprotect +# Date created: 3 May 2007 +# Whom: Skylord +# +# $FreeBSD$ +# + +PORTNAME= floodprotect +PORTVERSION= 1.6 +CATEGORIES= net-p2p + +MAINTAINER= skylord@vt.net.ru +COMMENT= Floodprotect plugin for the VerliHub - a Direct Connect protocol server + +PLUGIN_NAME= floodprot + +.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-floodprotect/distinfo b/net-p2p/verlihub-plugins-floodprotect/distinfo new file mode 100644 index 000000000000..2c44091cf002 --- /dev/null +++ b/net-p2p/verlihub-plugins-floodprotect/distinfo @@ -0,0 +1,3 @@ +MD5 (floodprot.tar.gz) = 58173bfc567f39095b8d44652a623388 +SHA256 (floodprot.tar.gz) = 1bcabaabcb9921d41cd84a4050e8084237a7a3c4294ccfe8b79ca2d4c4d0830f +SIZE (floodprot.tar.gz) = 409857 diff --git a/net-p2p/verlihub-plugins-floodprotect/pkg-descr b/net-p2p/verlihub-plugins-floodprotect/pkg-descr new file mode 100644 index 000000000000..88e95560c993 --- /dev/null +++ b/net-p2p/verlihub-plugins-floodprotect/pkg-descr @@ -0,0 +1,9 @@ +Floodprotect 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-floodprotect/pkg-message b/net-p2p/verlihub-plugins-floodprotect/pkg-message new file mode 100644 index 000000000000..22cc335547af --- /dev/null +++ b/net-p2p/verlihub-plugins-floodprotect/pkg-message @@ -0,0 +1,10 @@ +-------------------------------------------------------------------- + +This port installs the Floodprotect 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. + +------------------------------------------------------------------- |