summary refs log tree commit diff
path: root/irc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-06 18:48:17 +0000
committerJune McEnroe <june@causal.agency>2020-08-06 18:48:17 +0000
commit8c0b9523b12319a740dfd1f67fb6eb0f8f43e46a (patch)
treea60f564e84fe94d9f770ec258856350d2fec737a /irc
parentAdd pounce port (diff)
downloadports-8c0b9523b12319a740dfd1f67fb6eb0f8f43e46a.tar.gz
ports-8c0b9523b12319a740dfd1f67fb6eb0f8f43e46a.zip
Add catgirl port
Diffstat (limited to 'irc')
-rw-r--r--irc/catgirl/Makefile29
-rw-r--r--irc/catgirl/distinfo3
-rw-r--r--irc/catgirl/pkg-descr4
3 files changed, 36 insertions, 0 deletions
diff --git a/irc/catgirl/Makefile b/irc/catgirl/Makefile
new file mode 100644
index 0000000..cf5d9f9
--- /dev/null
+++ b/irc/catgirl/Makefile
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	catgirl
+DISTVERSION=	1.1
+CATEGORIES=	irc
+MASTER_SITES=	https://git.causal.agency/catgirl/snapshot/
+
+MAINTAINER=	june@causal.agency
+COMMENT=	TLS-only terminal IRC client
+
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libtls.so:security/libressl
+RUN_DEPENDS=	${LOCALBASE}/bin/openssl:security/libressl
+
+USES=	ncurses \
+	pkgconfig
+
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
+
+PLIST_FILES=	bin/catgirl \
+		man/man1/catgirl.1.gz
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catgirl
+
+.include <bsd.port.mk>
diff --git a/irc/catgirl/distinfo b/irc/catgirl/distinfo
new file mode 100644
index 0000000..8ed0341
--- /dev/null
+++ b/irc/catgirl/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595877167
+SHA256 (catgirl-1.1.tar.gz) = f6dad1403485984f903630e63a4fedcf8ab08de837453b27df256eb1afe8c1a9
+SIZE (catgirl-1.1.tar.gz) = 52169
diff --git a/irc/catgirl/pkg-descr b/irc/catgirl/pkg-descr
new file mode 100644
index 0000000..8cae8df
--- /dev/null
+++ b/irc/catgirl/pkg-descr
@@ -0,0 +1,4 @@
+catgirl is a TLS-only terminal IRC client with tab-complete, nick
+coloring, URL detection, message filtering and split scrolling.
+
+WWW: https://git.causal.agency/catgirl/