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:
parent
c5835753ea
commit
0bc1d0dbee
4 changed files with 40 additions and 0 deletions
|
@ -110,6 +110,7 @@
|
|||
SUBDIR += weechat
|
||||
SUBDIR += weechat-otr
|
||||
SUBDIR += znc
|
||||
SUBDIR += znc-clientbuffer
|
||||
SUBDIR += znc-push
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
|
34
irc/znc-clientbuffer/Makefile
Normal file
34
irc/znc-clientbuffer/Makefile
Normal 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>
|
3
irc/znc-clientbuffer/distinfo
Normal file
3
irc/znc-clientbuffer/distinfo
Normal 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
|
2
irc/znc-clientbuffer/pkg-descr
Normal file
2
irc/znc-clientbuffer/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
ZNC Clientbuffer is a module for ZNC that allows to maintain client specific
|
||||
buffers for identified clients.
|
Loading…
Reference in a new issue