diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-05 15:05:59 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-05 15:05:59 +0800 |
commit | 610b39c679d7e0daac5451cbd00ea0728f53040d (patch) | |
tree | ae092c0bb631e416c3a370f2050a634f87dc0254 /net-p2p | |
parent | b6e252c4b73804bf2bf917b1c6caa409d493dfde (diff) | |
download | freebsd-ports-gnome-610b39c679d7e0daac5451cbd00ea0728f53040d.tar.gz freebsd-ports-gnome-610b39c679d7e0daac5451cbd00ea0728f53040d.tar.zst freebsd-ports-gnome-610b39c679d7e0daac5451cbd00ea0728f53040d.zip |
IPLog 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-iplog/Makefile | 17 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-iplog/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-iplog/pkg-descr | 9 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-iplog/pkg-message | 10 |
5 files changed, 40 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 3d4ad3cb689b..be4c6e0ca27e 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -128,6 +128,7 @@ SUBDIR += verlihub SUBDIR += verlihub-plugins-floodprotect SUBDIR += verlihub-plugins-forbid + SUBDIR += verlihub-plugins-iplog SUBDIR += xmule SUBDIR += xnap diff --git a/net-p2p/verlihub-plugins-iplog/Makefile b/net-p2p/verlihub-plugins-iplog/Makefile new file mode 100644 index 000000000000..4e8cd5db32a9 --- /dev/null +++ b/net-p2p/verlihub-plugins-iplog/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: verlihub-plugins-iplog +# Date created: 3 May 2007 +# Whom: Skylord +# +# $FreeBSD$ +# + +PORTNAME= iplog +PORTVERSION= 1.1 +CATEGORIES= net-p2p + +MAINTAINER= skylord@vt.net.ru +COMMENT= IPLog 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-iplog/distinfo b/net-p2p/verlihub-plugins-iplog/distinfo new file mode 100644 index 000000000000..3ab067e99adb --- /dev/null +++ b/net-p2p/verlihub-plugins-iplog/distinfo @@ -0,0 +1,3 @@ +MD5 (iplog.tar.gz) = d94bdf7fc7c3e23811de442f48aca6aa +SHA256 (iplog.tar.gz) = 3941e028472e054245b37bf85d7912cd84753a6cbf16a141e16b8884ab1f38a5 +SIZE (iplog.tar.gz) = 404685 diff --git a/net-p2p/verlihub-plugins-iplog/pkg-descr b/net-p2p/verlihub-plugins-iplog/pkg-descr new file mode 100644 index 000000000000..d054c6fdc2b5 --- /dev/null +++ b/net-p2p/verlihub-plugins-iplog/pkg-descr @@ -0,0 +1,9 @@ +IPLog 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-iplog/pkg-message b/net-p2p/verlihub-plugins-iplog/pkg-message new file mode 100644 index 000000000000..2436f6fe0128 --- /dev/null +++ b/net-p2p/verlihub-plugins-iplog/pkg-message @@ -0,0 +1,10 @@ +-------------------------------------------------------------------- + +This port installs the IPLog 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. + +------------------------------------------------------------------- |