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

View file

@ -128,6 +128,7 @@
SUBDIR += verlihub
SUBDIR += verlihub-plugins-floodprotect
SUBDIR += verlihub-plugins-forbid
SUBDIR += verlihub-plugins-iplog
SUBDIR += xmule
SUBDIR += xnap

View file

@ -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>

View file

@ -0,0 +1,3 @@
MD5 (iplog.tar.gz) = d94bdf7fc7c3e23811de442f48aca6aa
SHA256 (iplog.tar.gz) = 3941e028472e054245b37bf85d7912cd84753a6cbf16a141e16b8884ab1f38a5
SIZE (iplog.tar.gz) = 404685

View file

@ -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/

View file

@ -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.
-------------------------------------------------------------------