diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-05 15:06:38 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-05 15:06:38 +0800 |
commit | a4ca291323017762cebdc68a8186767d047ac3ed (patch) | |
tree | d0c0f9dc4dcf7bc6d972f50e7cc18192c7e2e946 /net-p2p | |
parent | 4ba04f916e78b8af31a2c925803e96fde2319336 (diff) | |
download | freebsd-ports-gnome-a4ca291323017762cebdc68a8186767d047ac3ed.tar.gz freebsd-ports-gnome-a4ca291323017762cebdc68a8186767d047ac3ed.tar.zst freebsd-ports-gnome-a4ca291323017762cebdc68a8186767d047ac3ed.zip |
Messanger 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-messanger/Makefile | 17 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-messanger/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-messanger/pkg-descr | 9 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-messanger/pkg-message | 10 |
5 files changed, 40 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 1ee1b4af8736..269af7ab3cf4 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -130,6 +130,7 @@ SUBDIR += verlihub-plugins-forbid SUBDIR += verlihub-plugins-iplog SUBDIR += verlihub-plugins-luascript + SUBDIR += verlihub-plugins-messanger SUBDIR += xmule SUBDIR += xnap diff --git a/net-p2p/verlihub-plugins-messanger/Makefile b/net-p2p/verlihub-plugins-messanger/Makefile new file mode 100644 index 000000000000..ed2066c6192f --- /dev/null +++ b/net-p2p/verlihub-plugins-messanger/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: verlihub-plugins-messanger +# Date created: 3 May 2007 +# Whom: Skylord +# +# $FreeBSD$ +# + +PORTNAME= messanger +PORTVERSION= 1.2 +CATEGORIES= net-p2p + +MAINTAINER= skylord@vt.net.ru +COMMENT= Messanger 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-messanger/distinfo b/net-p2p/verlihub-plugins-messanger/distinfo new file mode 100644 index 000000000000..554e8ec465ed --- /dev/null +++ b/net-p2p/verlihub-plugins-messanger/distinfo @@ -0,0 +1,3 @@ +MD5 (messanger.tar.gz) = b8adb29fdc80247a8ca52f52bc5b6a5b +SHA256 (messanger.tar.gz) = 7d17cf4e731ae7754c763fc4e6cf5df70bed4393c9f2214840fd20f7ecd2a93d +SIZE (messanger.tar.gz) = 243196 diff --git a/net-p2p/verlihub-plugins-messanger/pkg-descr b/net-p2p/verlihub-plugins-messanger/pkg-descr new file mode 100644 index 000000000000..fbd024094bcf --- /dev/null +++ b/net-p2p/verlihub-plugins-messanger/pkg-descr @@ -0,0 +1,9 @@ +Messanger 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-messanger/pkg-message b/net-p2p/verlihub-plugins-messanger/pkg-message new file mode 100644 index 000000000000..8f9f0bc64ca8 --- /dev/null +++ b/net-p2p/verlihub-plugins-messanger/pkg-message @@ -0,0 +1,10 @@ +-------------------------------------------------------------------- + +This port installs the Messanger 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. + +------------------------------------------------------------------- |