diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | irc/pounce-palaver/Makefile | 32 | ||||
-rw-r--r-- | irc/pounce-palaver/distinfo | 3 | ||||
-rw-r--r-- | irc/pounce-palaver/pkg-descr | 3 |
4 files changed, 39 insertions, 0 deletions
diff --git a/Makefile b/Makefile index b9b5c3b..5e026af 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ PORTS += devel/cgit-patched PORTS += irc/catgirl PORTS += irc/litterbox PORTS += irc/pounce +PORTS += irc/pounce-palaver PORTS += irc/scooper PORTS += security/libretls PORTS += sysutils/catsit diff --git a/irc/pounce-palaver/Makefile b/irc/pounce-palaver/Makefile new file mode 100644 index 0000000..67bb470 --- /dev/null +++ b/irc/pounce-palaver/Makefile @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= pounce-palaver +DISTVERSION= 2.0 +CATEGORIES= irc +MASTER_SITES= https://git.causal.agency/pounce/snapshot/ +DISTNAME= pounce-${DISTVERSION} + +MAINTAINER= june@causal.agency +COMMENT= Palaver push notifications for pounce + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE + +LIB_DEPENDS= libcurl.so:ftp/curl \ + libsqlite3.so:databases/sqlite3 \ + libtls.so:security/libretls + +USES= pkgconfig + +WRKSRC_SUBDIR= contrib/palaver + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man + +PLIST_FILES= bin/pounce-palaver \ + man/man1/pounce-palaver.1.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pounce-palaver + +.include <bsd.port.mk> diff --git a/irc/pounce-palaver/distinfo b/irc/pounce-palaver/distinfo new file mode 100644 index 0000000..1594741 --- /dev/null +++ b/irc/pounce-palaver/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1599688716 +SHA256 (pounce-2.0.tar.gz) = 22d2dee3e9b1e7c3969fe3c7ff9c2fd4404216829f3db6b28812ccafca52bab0 +SIZE (pounce-2.0.tar.gz) = 47836 diff --git a/irc/pounce-palaver/pkg-descr b/irc/pounce-palaver/pkg-descr new file mode 100644 index 0000000..77f9d96 --- /dev/null +++ b/irc/pounce-palaver/pkg-descr @@ -0,0 +1,3 @@ +Provider of Palaver push notifications for the pounce IRC bouncer. + +WWW: https://git.causal.agency/pounce/ |