summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-15 03:55:40 +0000
committerJune McEnroe <june@causal.agency>2022-02-15 03:55:40 +0000
commit4d363e809b63b74ac3583e5fb6a87e6878e8efeb (patch)
tree10e25170f3e650cc3132b0bcfd583eccf9c5abe7
parentFreeBSD: Remove cgit-causal-agency port (diff)
downloadports-4d363e809b63b74ac3583e5fb6a87e6878e8efeb.tar.gz
ports-4d363e809b63b74ac3583e5fb6a87e6878e8efeb.zip
FreeBSD: Remove catgirl port, upstreamed
-rw-r--r--FreeBSD/Makefile1
-rw-r--r--FreeBSD/irc/catgirl/Makefile29
-rw-r--r--FreeBSD/irc/catgirl/distinfo3
-rw-r--r--FreeBSD/irc/catgirl/pkg-descr4
4 files changed, 0 insertions, 37 deletions
diff --git a/FreeBSD/Makefile b/FreeBSD/Makefile
index 0730d6e..3e705b4 100644
--- a/FreeBSD/Makefile
+++ b/FreeBSD/Makefile
@@ -1,6 +1,5 @@
 PORTSDIR = /usr/ports
 
-PORTS += irc/catgirl
 PORTS += irc/litterbox
 PORTS += irc/pounce
 PORTS += irc/pounce-palaver
diff --git a/FreeBSD/irc/catgirl/Makefile b/FreeBSD/irc/catgirl/Makefile
deleted file mode 100644
index 48bf7e6..0000000
--- a/FreeBSD/irc/catgirl/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=	catgirl
-PORTVERSION=	1.9a
-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
-
-USES=		compiler:c++11-lang ncurses pkgconfig ssl
-
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
-
-PLIST_FILES=	bin/catgirl \
-		man/man1/catgirl.1.gz
-
-.include <bsd.port.pre.mk>
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catgirl
-
-.if ${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl
-LIB_DEPENDS+=	libtls.so:security/libretls
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/FreeBSD/irc/catgirl/distinfo b/FreeBSD/irc/catgirl/distinfo
deleted file mode 100644
index 55df704..0000000
--- a/FreeBSD/irc/catgirl/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1630951196
-SHA256 (catgirl-1.9a.tar.gz) = 3049b99abad67cda7e9811c58c648e1afbdfbc127e1e8fcafa63d4c73243915d
-SIZE (catgirl-1.9a.tar.gz) = 62635
diff --git a/FreeBSD/irc/catgirl/pkg-descr b/FreeBSD/irc/catgirl/pkg-descr
deleted file mode 100644
index 8cae8df..0000000
--- a/FreeBSD/irc/catgirl/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-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/