irc/znc-clientbuffer: New port

ZNC Clientbuffer is a module for ZNC that allows to maintain client
specific buffers for identified clients.

PR:		268474
Reported by:	manuel@mmap.at
Approved by:	mdw (Submitter is maintainer)
This commit is contained in:
Manuel Wiesinger 2022-12-19 12:55:45 -06:00 committed by Muhammad Moinur Rahman
parent c5835753ea
commit 0bc1d0dbee
4 changed files with 40 additions and 0 deletions

View File

@ -110,6 +110,7 @@
SUBDIR += weechat
SUBDIR += weechat-otr
SUBDIR += znc
SUBDIR += znc-clientbuffer
SUBDIR += znc-push
.include <bsd.port.subdir.mk>

View File

@ -0,0 +1,34 @@
PORTNAME= znc-clientbuffer
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.48
CATEGORIES= irc
MAINTAINER= mdw@FreeBSD.org
COMMENT= Client specific buffers module for ZNC
WWW= https://wiki.znc.in/Clientbuffer
LICENSE= APACHE20
BUILD_DEPENDS= znc:irc/znc
RUN_DEPENDS= znc:irc/znc
USE_GITHUB= yes
GH_ACCOUNT= CyberShadow
ALL_TARGET= clientbuffer.so
PLIST_FILES= lib/znc/clientbuffer.so
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/znc
${INSTALL_PROGRAM} ${WRKSRC}/clientbuffer.so ${STAGEDIR}${PREFIX}/lib/znc/clientbuffer.so
do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1671444548
SHA256 (CyberShadow-znc-clientbuffer-v1.0.48_GH0.tar.gz) = c16e78351b78d62c1ce60164bb903041d67d414172116367f8a1075b7d347e90
SIZE (CyberShadow-znc-clientbuffer-v1.0.48_GH0.tar.gz) = 5602

View File

@ -0,0 +1,2 @@
ZNC Clientbuffer is a module for ZNC that allows to maintain client specific
buffers for identified clients.