diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-05 15:08:29 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-05 15:08:29 +0800 |
commit | e91a7a823ed41fe6016bee372938829d3b3f5599 (patch) | |
tree | de749993077b4712159ad73e0f36195f37f67672 /net-p2p | |
parent | 03ef8dfa621de1dc83add1e79498bfc53d633e19 (diff) | |
download | freebsd-ports-gnome-e91a7a823ed41fe6016bee372938829d3b3f5599.tar.gz freebsd-ports-gnome-e91a7a823ed41fe6016bee372938829d3b3f5599.tar.zst freebsd-ports-gnome-e91a7a823ed41fe6016bee372938829d3b3f5599.zip |
ISP 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-isp/Makefile | 19 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-isp/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-isp/pkg-descr | 9 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-isp/pkg-message | 10 |
5 files changed, 42 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 09e6698ee20d..9ce3c5b47f6b 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -130,6 +130,7 @@ SUBDIR += verlihub-plugins-floodprotect SUBDIR += verlihub-plugins-forbid SUBDIR += verlihub-plugins-iplog + SUBDIR += verlihub-plugins-isp SUBDIR += verlihub-plugins-luascript SUBDIR += verlihub-plugins-messanger SUBDIR += verlihub-plugins-stats diff --git a/net-p2p/verlihub-plugins-isp/Makefile b/net-p2p/verlihub-plugins-isp/Makefile new file mode 100644 index 000000000000..115957901a70 --- /dev/null +++ b/net-p2p/verlihub-plugins-isp/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: verlihub-plugins-isp +# Date created: 3 May 2007 +# Whom: Skylord +# +# $FreeBSD$ +# + +PORTNAME= isp +PORTVERSION= 0.9 +CATEGORIES= net-p2p + +MAINTAINER= skylord@vt.net.ru +COMMENT= ISP plugin for the VerliHub - a Direct Connect protocol server + +PLIST_FILES= share/verlihub/default_pi_isp.sql + +.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-isp/distinfo b/net-p2p/verlihub-plugins-isp/distinfo new file mode 100644 index 000000000000..06451be200d1 --- /dev/null +++ b/net-p2p/verlihub-plugins-isp/distinfo @@ -0,0 +1,3 @@ +MD5 (isp.tar.gz) = 539caa419421b20ca1351108641d6acb +SHA256 (isp.tar.gz) = 7107a177601dc019f2c1e4edcbc6cdb9e886312ebb4b61df8f4eb609d810ce81 +SIZE (isp.tar.gz) = 233355 diff --git a/net-p2p/verlihub-plugins-isp/pkg-descr b/net-p2p/verlihub-plugins-isp/pkg-descr new file mode 100644 index 000000000000..e3ea5529dbc4 --- /dev/null +++ b/net-p2p/verlihub-plugins-isp/pkg-descr @@ -0,0 +1,9 @@ +ISP 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-isp/pkg-message b/net-p2p/verlihub-plugins-isp/pkg-message new file mode 100644 index 000000000000..c569bc4954f3 --- /dev/null +++ b/net-p2p/verlihub-plugins-isp/pkg-message @@ -0,0 +1,10 @@ +-------------------------------------------------------------------- + +This port installs the ISP 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. + +------------------------------------------------------------------- |