diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-05 15:05:01 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-05 15:05:01 +0800 |
commit | b6e252c4b73804bf2bf917b1c6caa409d493dfde (patch) | |
tree | 720011586756af1f25d8875cc30e1bc071ea5a08 /net-p2p | |
parent | dd0f34cca699644c7ba4eb93211562d1371195b3 (diff) | |
download | freebsd-ports-graphics-b6e252c4b73804bf2bf917b1c6caa409d493dfde.tar.gz freebsd-ports-graphics-b6e252c4b73804bf2bf917b1c6caa409d493dfde.tar.zst freebsd-ports-graphics-b6e252c4b73804bf2bf917b1c6caa409d493dfde.zip |
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>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-forbid/Makefile | 17 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-forbid/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-forbid/pkg-descr | 9 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-forbid/pkg-message | 10 |
5 files changed, 40 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 9d8d9c9ecc9..3d4ad3cb689 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -127,6 +127,7 @@ SUBDIR += valknut SUBDIR += verlihub SUBDIR += verlihub-plugins-floodprotect + SUBDIR += verlihub-plugins-forbid SUBDIR += xmule SUBDIR += xnap diff --git a/net-p2p/verlihub-plugins-forbid/Makefile b/net-p2p/verlihub-plugins-forbid/Makefile new file mode 100644 index 00000000000..de93dc69b82 --- /dev/null +++ b/net-p2p/verlihub-plugins-forbid/Makefile @@ -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> diff --git a/net-p2p/verlihub-plugins-forbid/distinfo b/net-p2p/verlihub-plugins-forbid/distinfo new file mode 100644 index 00000000000..bd48f6342bd --- /dev/null +++ b/net-p2p/verlihub-plugins-forbid/distinfo @@ -0,0 +1,3 @@ +MD5 (forbid.tar.gz) = 92d8d81077a918dd5375ef343c9a5bd7 +SHA256 (forbid.tar.gz) = 6770f74b7d19c49d6547392ff4afd0c2ab4ec7884c947ad48259e4ab85c49b79 +SIZE (forbid.tar.gz) = 291291 diff --git a/net-p2p/verlihub-plugins-forbid/pkg-descr b/net-p2p/verlihub-plugins-forbid/pkg-descr new file mode 100644 index 00000000000..929ee420266 --- /dev/null +++ b/net-p2p/verlihub-plugins-forbid/pkg-descr @@ -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/ diff --git a/net-p2p/verlihub-plugins-forbid/pkg-message b/net-p2p/verlihub-plugins-forbid/pkg-message new file mode 100644 index 00000000000..ce2b00cf4c8 --- /dev/null +++ b/net-p2p/verlihub-plugins-forbid/pkg-message @@ -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. + +------------------------------------------------------------------- |