1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

ForbiddenWords 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>
This commit is contained in:
Rong-En Fan 2007-07-05 07:05:01 +00:00
parent 8c1e2b73a3
commit 021ffabcae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194978
5 changed files with 40 additions and 0 deletions

View File

@ -127,6 +127,7 @@
SUBDIR += valknut
SUBDIR += verlihub
SUBDIR += verlihub-plugins-floodprotect
SUBDIR += verlihub-plugins-forbid
SUBDIR += xmule
SUBDIR += xnap

View File

@ -0,0 +1,17 @@
# New ports collection makefile for: verlihub-plugins-forbid
# Date created: 3 May 2007
# Whom: Skylord
#
# $FreeBSD$
#
PORTNAME= forbid
PORTVERSION= 1.3
CATEGORIES= net-p2p
MAINTAINER= skylord@vt.net.ru
COMMENT= ForbiddenWords plugin for the VerliHub - a Direct Connect protocol server
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (forbid.tar.gz) = 92d8d81077a918dd5375ef343c9a5bd7
SHA256 (forbid.tar.gz) = 6770f74b7d19c49d6547392ff4afd0c2ab4ec7884c947ad48259e4ab85c49b79
SIZE (forbid.tar.gz) = 291291

View File

@ -0,0 +1,9 @@
ForbiddenWords 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/

View File

@ -0,0 +1,10 @@
--------------------------------------------------------------------
This port installs the ForbiddenWords 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.
-------------------------------------------------------------------