From 53301b81f62359dc647e8f1fe22f0e1b456e818f Mon Sep 17 00:00:00 2001
From: "C. McEnroe" <june@causal.agency>
Date: Thu, 6 Aug 2020 18:46:51 +0000
Subject: Add pounce port

---
 irc/pounce/Makefile  | 25 +++++++++++++++++++++++++
 irc/pounce/distinfo  |  3 +++
 irc/pounce/pkg-descr |  5 +++++
 irc/pounce/pkg-plist |  8 ++++++++
 4 files changed, 41 insertions(+)
 create mode 100644 irc/pounce/Makefile
 create mode 100644 irc/pounce/distinfo
 create mode 100644 irc/pounce/pkg-descr
 create mode 100644 irc/pounce/pkg-plist

diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile
new file mode 100644
index 0000000..6a5c656
--- /dev/null
+++ b/irc/pounce/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	pounce
+DISTVERSION=	1.3p1
+CATEGORIES=	irc
+MASTER_SITES=	https://git.causal.agency/pounce/snapshot/
+
+MAINTAINER=	june@causal.agency
+COMMENT=	Multi-client IRC bouncer
+
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libtls.so:security/libressl
+RUN_DEPENDS=	${LOCALBASE}/bin/openssl:security/libressl
+
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
+
+post-install:
+.for b in calico pounce
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b}
+.endfor
+
+.include <bsd.port.mk>
diff --git a/irc/pounce/distinfo b/irc/pounce/distinfo
new file mode 100644
index 0000000..5c271d9
--- /dev/null
+++ b/irc/pounce/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1596739669
+SHA256 (pounce-1.3p1.tar.gz) = 6093c25233315d3d926db131219d1bb93d3714746c9eb8437e45e28a703d4873
+SIZE (pounce-1.3p1.tar.gz) = 40679
diff --git a/irc/pounce/pkg-descr b/irc/pounce/pkg-descr
new file mode 100644
index 0000000..68679a2
--- /dev/null
+++ b/irc/pounce/pkg-descr
@@ -0,0 +1,5 @@
+pounce is a multi-client, TLS-only IRC bouncer. It takes a simple
+approach, using a multiple-consumer ring buffer and the IRCv3.2
+server-time extension to communicate with clients.
+
+WWW: https://git.causal.agency/pounce/
diff --git a/irc/pounce/pkg-plist b/irc/pounce/pkg-plist
new file mode 100644
index 0000000..a0de441
--- /dev/null
+++ b/irc/pounce/pkg-plist
@@ -0,0 +1,8 @@
+@dir /var/run/calico
+@dir etc/pounce
+bin/calico
+bin/pounce
+etc/rc.d/calico
+etc/rc.d/pounce
+man/man1/calico.1.gz
+man/man1/pounce.1.gz
-- 
cgit 1.4.1