From dd0f34cca699644c7ba4eb93211562d1371195b3 Mon Sep 17 00:00:00 2001 From: rafan Date: Thu, 5 Jul 2007 07:04:40 +0000 Subject: 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 --- net-p2p/Makefile | 1 + net-p2p/verlihub-plugins-floodprotect/Makefile | 19 +++++++++++++++++++ net-p2p/verlihub-plugins-floodprotect/distinfo | 3 +++ net-p2p/verlihub-plugins-floodprotect/pkg-descr | 9 +++++++++ net-p2p/verlihub-plugins-floodprotect/pkg-message | 10 ++++++++++ 5 files changed, 42 insertions(+) create mode 100644 net-p2p/verlihub-plugins-floodprotect/Makefile create mode 100644 net-p2p/verlihub-plugins-floodprotect/distinfo create mode 100644 net-p2p/verlihub-plugins-floodprotect/pkg-descr create mode 100644 net-p2p/verlihub-plugins-floodprotect/pkg-message (limited to 'net-p2p') 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 +.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins" +.include 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. + +------------------------------------------------------------------- -- cgit