- Make pkg-message shared between these plugin ports

- Share COMMENT setting

Suggested by:	sat
Reviewed by:	sat
Approved by:	Mikle Davidkin (maintainer)
This commit is contained in:
Rong-En Fan 2007-07-09 08:20:00 +00:00
parent 6a50aaabf7
commit cf97b73c40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195287
17 changed files with 24 additions and 79 deletions

View File

@ -10,7 +10,8 @@ PORTVERSION= 1.1
CATEGORIES= net-p2p
MAINTAINER= skylord@vt.net.ru
COMMENT= Chatroom plugin for the VerliHub - a Direct Connect protocol server
PLUGIN_DESC= Chatroom
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"

View File

@ -10,9 +10,9 @@ PORTVERSION= 1.6
CATEGORIES= net-p2p
MAINTAINER= skylord@vt.net.ru
COMMENT= Floodprotect plugin for the VerliHub - a Direct Connect protocol server
PLUGIN_NAME= floodprot
PLUGIN_DESC= Floodprotect
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"

View File

@ -1,10 +0,0 @@
--------------------------------------------------------------------
This port installs the Floodprotect 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.
-------------------------------------------------------------------

View File

@ -10,7 +10,8 @@ PORTVERSION= 1.3
CATEGORIES= net-p2p
MAINTAINER= skylord@vt.net.ru
COMMENT= ForbiddenWords plugin for the VerliHub - a Direct Connect protocol server
PLUGIN_DESC= ForbiddenWords
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"

View File

@ -1,10 +0,0 @@
--------------------------------------------------------------------
This port installs the ForbiddenWords 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.
-------------------------------------------------------------------

View File

@ -10,7 +10,8 @@ PORTVERSION= 1.1
CATEGORIES= net-p2p
MAINTAINER= skylord@vt.net.ru
COMMENT= IPLog plugin for the VerliHub - a Direct Connect protocol server
PLUGIN_DESC= IPLog
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"

View File

@ -1,10 +0,0 @@
--------------------------------------------------------------------
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.
-------------------------------------------------------------------

View File

@ -10,7 +10,8 @@ PORTVERSION= 0.9
CATEGORIES= net-p2p
MAINTAINER= skylord@vt.net.ru
COMMENT= ISP plugin for the VerliHub - a Direct Connect protocol server
PLUGIN_DESC= ISP
PLIST_FILES= share/verlihub/default_pi_isp.sql

View File

@ -1,10 +0,0 @@
--------------------------------------------------------------------
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.
-------------------------------------------------------------------

View File

@ -10,9 +10,9 @@ PORTVERSION= 1.6
CATEGORIES= net-p2p
MAINTAINER= skylord@vt.net.ru
COMMENT= LuaScript plugin for the VerliHub - a Direct Connect protocol server (Hub)
PLUGIN_NAME= lua
PLUGIN_DESC= LuaScript
USE_LUA= 5.1
CONFIGURE_ENV= CXXFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"

View File

@ -1,10 +0,0 @@
--------------------------------------------------------------------
This port installs the LuaScript 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.
-------------------------------------------------------------------

View File

@ -10,7 +10,8 @@ PORTVERSION= 1.2
CATEGORIES= net-p2p
MAINTAINER= skylord@vt.net.ru
COMMENT= Messanger plugin for the VerliHub - a Direct Connect protocol server
PLUGIN_DESC= Messanger
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"

View File

@ -1,10 +0,0 @@
--------------------------------------------------------------------
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.
-------------------------------------------------------------------

View File

@ -10,7 +10,8 @@ PORTVERSION= 1.1
CATEGORIES= net-p2p
MAINTAINER= skylord@vt.net.ru
COMMENT= Statistics plugin for the VerliHub - a Direct Connect protocol server
PLUGIN_DESC= Statistics
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"

View File

@ -1,10 +0,0 @@
--------------------------------------------------------------------
This port installs the Statistics 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.
-------------------------------------------------------------------

View File

@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= verlihub
DISTNAME= ${PLUGIN_NAME}
COMMENT?= ${PLUGIN_DESC} plugin for the VerliHub - a Direct Connect protocol server
BUILD_DEPENDS+= ${LOCALBASE}/bin/verlihub:${PORTSDIR}/net-p2p/verlihub
RUN_DEPENDS+= ${LOCALBASE}/bin/verlihub:${PORTSDIR}/net-p2p/verlihub
@ -21,6 +23,13 @@ PLIST_FILES+= lib/lib${PLUGIN_NAME}_pi.a \
lib/lib${PLUGIN_NAME}_pi.so.0 \
etc/verlihub/plugins/lib${PLUGIN_NAME}_pi.so
PKGMESSAGE= ${WRKDIR}/pkg-message
PKGMESSAGE_TEMPLATE= ${PORTSDIR}/net-p2p/verlihub-plugins/pkg-message.plugins
post-build::
@${SED} -e 's,%%PLUGIN_DESC%%,${PLUGIN_DESC},' < ${PKGMESSAGE_TEMPLATE} \
> ${PKGMESSAGE}
post-install::
@${MKDIR} ${PREFIX}/etc/verlihub/plugins
@${LN} -sf ${PREFIX}/lib/lib${PLUGIN_NAME}_pi.so \

View File

@ -1,6 +1,6 @@
--------------------------------------------------------------------
This port installs the Chatroom VerliHub plugin.
This port installs the %%PLUGIN_DESC%% VerliHub plugin.
You need to restart your hub or manually load plugin with
plugman commands.