summary refs log tree commit diff
path: root/irc/pounce-palaver
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-09 22:00:39 +0000
committerJune McEnroe <june@causal.agency>2020-09-09 22:00:39 +0000
commit0754a40fea591095f9ff67e83d90c95abf5d8bd2 (patch)
tree459129851f8a87875d3b6e7104f45798efe89c92 /irc/pounce-palaver
parentUpdate pounce to 2.0 (diff)
downloadports-0754a40fea591095f9ff67e83d90c95abf5d8bd2.tar.gz
ports-0754a40fea591095f9ff67e83d90c95abf5d8bd2.zip
Add pounce-palaver port
Diffstat (limited to 'irc/pounce-palaver')
-rw-r--r--irc/pounce-palaver/Makefile32
-rw-r--r--irc/pounce-palaver/distinfo3
-rw-r--r--irc/pounce-palaver/pkg-descr3
3 files changed, 38 insertions, 0 deletions
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/