mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
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>
This commit is contained in:
parent
43726892a2
commit
ef99256aa3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194981
@ -130,6 +130,7 @@
|
||||
SUBDIR += verlihub-plugins-forbid
|
||||
SUBDIR += verlihub-plugins-iplog
|
||||
SUBDIR += verlihub-plugins-luascript
|
||||
SUBDIR += verlihub-plugins-messanger
|
||||
SUBDIR += xmule
|
||||
SUBDIR += xnap
|
||||
|
||||
|
17
net-p2p/verlihub-plugins-messanger/Makefile
Normal file
17
net-p2p/verlihub-plugins-messanger/Makefile
Normal file
@ -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>
|
3
net-p2p/verlihub-plugins-messanger/distinfo
Normal file
3
net-p2p/verlihub-plugins-messanger/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (messanger.tar.gz) = b8adb29fdc80247a8ca52f52bc5b6a5b
|
||||
SHA256 (messanger.tar.gz) = 7d17cf4e731ae7754c763fc4e6cf5df70bed4393c9f2214840fd20f7ecd2a93d
|
||||
SIZE (messanger.tar.gz) = 243196
|
9
net-p2p/verlihub-plugins-messanger/pkg-descr
Normal file
9
net-p2p/verlihub-plugins-messanger/pkg-descr
Normal file
@ -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/
|
10
net-p2p/verlihub-plugins-messanger/pkg-message
Normal file
10
net-p2p/verlihub-plugins-messanger/pkg-message
Normal file
@ -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.
|
||||
|
||||
-------------------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user