summary refs log tree commit diff
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/catgirl/Makefile31
-rw-r--r--irc/catgirl/distinfo3
-rw-r--r--irc/catgirl/pkg-descr4
-rw-r--r--irc/litterbox/Makefile34
-rw-r--r--irc/litterbox/distinfo3
-rw-r--r--irc/litterbox/pkg-descr4
-rw-r--r--irc/pounce-palaver/Makefile32
-rw-r--r--irc/pounce-palaver/distinfo3
-rw-r--r--irc/pounce-palaver/pkg-descr3
-rw-r--r--irc/pounce/Makefile31
-rw-r--r--irc/pounce/distinfo3
-rw-r--r--irc/pounce/pkg-descr5
-rw-r--r--irc/scooper/Makefile29
-rw-r--r--irc/scooper/distinfo3
-rw-r--r--irc/scooper/pkg-descr4
15 files changed, 0 insertions, 192 deletions
diff --git a/irc/catgirl/Makefile b/irc/catgirl/Makefile
deleted file mode 100644
index 3504d11..0000000
--- a/irc/catgirl/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $FreeBSD: head/irc/catgirl/Makefile 566195 2021-02-20 23:14:06Z linimon $
-
-PORTNAME=	catgirl
-DISTVERSION=	1.6
-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/irc/catgirl/distinfo b/irc/catgirl/distinfo
deleted file mode 100644
index 4610713..0000000
--- a/irc/catgirl/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1613763583
-SHA256 (catgirl-1.6.tar.gz) = 3b32ee3b57cab5fa29b0a6cb9d21a4a5e5f41efd4a698cb9df15e316bf000f6a
-SIZE (catgirl-1.6.tar.gz) = 58524
diff --git a/irc/catgirl/pkg-descr b/irc/catgirl/pkg-descr
deleted file mode 100644
index 8cae8df..0000000
--- a/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/
diff --git a/irc/litterbox/Makefile b/irc/litterbox/Makefile
deleted file mode 100644
index 75cff64..0000000
--- a/irc/litterbox/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $FreeBSD$
-
-PORTNAME=	litterbox
-DISTVERSION=	1.7
-CATEGORIES=	irc
-MASTER_SITES=	https://git.causal.agency/litterbox/snapshot/
-
-MAINTAINER=	june@causal.agency
-COMMENT=	Full-text search IRC logger
-
-LICENSE=	GPLv3+
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-LIB_DEPENDS=	libsqlite3.so:databases/sqlite3 \
-		libtls.so:security/libretls
-
-USES=	pkgconfig
-
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
-
-PLIST_FILES=	bin/litterbox \
-		bin/scoop \
-		bin/unscoop \
-		man/man1/litterbox.1.gz \
-		man/man1/scoop.1.gz \
-		man/man1/unscoop.1.gz
-
-post-install:
-.for b in litterbox scoop unscoop
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/irc/litterbox/distinfo b/irc/litterbox/distinfo
deleted file mode 100644
index 0744c35..0000000
--- a/irc/litterbox/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1610748614
-SHA256 (litterbox-1.7.tar.gz) = 22c9fa46e4af1fc7d6a375b19a87eb3f73b7baafce96698aafcb58c6287155d3
-SIZE (litterbox-1.7.tar.gz) = 35527
diff --git a/irc/litterbox/pkg-descr b/irc/litterbox/pkg-descr
deleted file mode 100644
index aed1c16..0000000
--- a/irc/litterbox/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-litterbox is a TLS-only IRC logger with full-text search provided by
-SQLite3. It can be used as a logging bot or with the IRC bouncer pounce.
-
-WWW: https://git.causal.agency/litterbox/
diff --git a/irc/pounce-palaver/Makefile b/irc/pounce-palaver/Makefile
deleted file mode 100644
index 8eb6dec..0000000
--- a/irc/pounce-palaver/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $FreeBSD$
-
-PORTNAME=	pounce-palaver
-DISTVERSION=	2.3
-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
deleted file mode 100644
index d9a76c2..0000000
--- a/irc/pounce-palaver/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1612805121
-SHA256 (pounce-2.3.tar.gz) = 47e77cf01ccd94c6ecb83410d7f832426de61e28573b7aa4ac60fec5ac3f468b
-SIZE (pounce-2.3.tar.gz) = 49151
diff --git a/irc/pounce-palaver/pkg-descr b/irc/pounce-palaver/pkg-descr
deleted file mode 100644
index 77f9d96..0000000
--- a/irc/pounce-palaver/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Provider of Palaver push notifications for the pounce IRC bouncer.
-
-WWW: https://git.causal.agency/pounce/
diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile
deleted file mode 100644
index 66e5309..0000000
--- a/irc/pounce/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $FreeBSD$
-
-PORTNAME=	pounce
-DISTVERSION=	2.3
-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/libretls
-
-USES=	pkgconfig
-
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
-
-PLIST_FILES=	bin/calico \
-		bin/pounce \
-		man/man1/calico.1.gz \
-		man/man1/pounce.1.gz
-
-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
deleted file mode 100644
index 0c74376..0000000
--- a/irc/pounce/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1612804928
-SHA256 (pounce-2.3.tar.gz) = 47e77cf01ccd94c6ecb83410d7f832426de61e28573b7aa4ac60fec5ac3f468b
-SIZE (pounce-2.3.tar.gz) = 49151
diff --git a/irc/pounce/pkg-descr b/irc/pounce/pkg-descr
deleted file mode 100644
index 68679a2..0000000
--- a/irc/pounce/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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/scooper/Makefile b/irc/scooper/Makefile
deleted file mode 100644
index 9498201..0000000
--- a/irc/scooper/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD$
-
-PORTNAME=	scooper
-DISTVERSION=	1.1
-CATEGORIES=	irc
-MASTER_SITES=	https://git.causal.agency/scooper/snapshot/
-
-MAINTAINER=	june@causal.agency
-COMMENT=	Web interface for litterbox
-
-LICENSE=	AGPLv3+
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-BUILD_DEPENDS=	${LOCALBASE}/lib/libkcgi.a:www/kcgi \
-		${LOCALBASE}/lib/libkcgihtml.a:www/kcgi \
-		${LOCALBASE}/lib/libsqlite3.a:databases/sqlite3
-
-USES=	pkgconfig
-
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
-
-PLIST_FILES=	bin/scooper \
-		man/man1/scooper.1.gz
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/scooper
-
-.include <bsd.port.mk>
diff --git a/irc/scooper/distinfo b/irc/scooper/distinfo
deleted file mode 100644
index 1d40a8b..0000000
--- a/irc/scooper/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1610861358
-SHA256 (scooper-1.1.tar.gz) = 3b55a2a8e9121b2951e3b3916d9e0ec471533ec559c25edaa90c3765376de13a
-SIZE (scooper-1.1.tar.gz) = 26863
diff --git a/irc/scooper/pkg-descr b/irc/scooper/pkg-descr
deleted file mode 100644
index 830091a..0000000
--- a/irc/scooper/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-scooper is a CGI and FastCGI web interface for the litterbox IRC logger.
-It provides IRC log listings and full-text search.
-
-WWW: https://git.causal.agency/scooper/