diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-05 15:04:40 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-05 15:04:40 +0800 |
commit | dd0f34cca699644c7ba4eb93211562d1371195b3 (patch) | |
tree | e1196cf30ce4197314ab0ea63360c0197d43338c /net-p2p | |
parent | cfdd4dd33a51e79e749aee8526ddc5421967a088 (diff) | |
download | freebsd-ports-gnome-dd0f34cca699644c7ba4eb93211562d1371195b3.tar.gz freebsd-ports-gnome-dd0f34cca699644c7ba4eb93211562d1371195b3.tar.zst freebsd-ports-gnome-dd0f34cca699644c7ba4eb93211562d1371195b3.zip |
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/
PR: ports/112393
Submitted by: Mikle Davidkin <skylord at vt.net.ru>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-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 |
5 files changed, 42 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 201c86ada465..9d8d9c9ecc99 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -126,6 +126,7 @@ SUBDIR += tvrss SUBDIR += valknut SUBDIR += verlihub + SUBDIR += verlihub-plugins-floodprotect SUBDIR += xmule SUBDIR += xnap 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. + +------------------------------------------------------------------- |