summary refs log tree commit diff
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/catgirl/Makefile29
-rw-r--r--irc/catgirl/distinfo3
-rw-r--r--irc/catgirl/pkg-descr4
-rw-r--r--irc/litterbox/Makefile32
-rw-r--r--irc/litterbox/distinfo3
-rw-r--r--irc/litterbox/pkg-descr4
-rw-r--r--irc/pounce-notify/Makefile28
-rw-r--r--irc/pounce-notify/distinfo3
-rw-r--r--irc/pounce-notify/pkg-descr3
-rw-r--r--irc/pounce-palaver/Makefile30
-rw-r--r--irc/pounce-palaver/distinfo3
-rw-r--r--irc/pounce-palaver/pkg-descr3
-rw-r--r--irc/pounce/Makefile29
-rw-r--r--irc/pounce/distinfo3
-rw-r--r--irc/pounce/pkg-descr5
-rw-r--r--irc/scooper/Makefile26
-rw-r--r--irc/scooper/distinfo3
-rw-r--r--irc/scooper/pkg-descr4
18 files changed, 0 insertions, 215 deletions
diff --git a/irc/catgirl/Makefile b/irc/catgirl/Makefile
deleted file mode 100644
index 48bf7e6..0000000
--- a/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/irc/catgirl/distinfo b/irc/catgirl/distinfo
deleted file mode 100644
index 55df704..0000000
--- a/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/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 d3b45e1..0000000
--- a/irc/litterbox/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME=	litterbox
-DISTVERSION=	1.8
-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 f624af7..0000000
--- a/irc/litterbox/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1622041216
-SHA256 (litterbox-1.8.tar.gz) = 54bebc3750f390813a3720eb0301ac4d852b30cb7b7605b178ed59aa51688552
-SIZE (litterbox-1.8.tar.gz) = 36827
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-notify/Makefile b/irc/pounce-notify/Makefile
deleted file mode 100644
index 245b339..0000000
--- a/irc/pounce-notify/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME=	pounce-palaver
-DISTVERSION=	2.5
-CATEGORIES=	irc
-MASTER_SITES=	https://git.causal.agency/pounce/snapshot/
-DISTNAME=	pounce-${DISTVERSION}
-
-MAINTAINER=	june@causal.agency
-COMMENT=	Generic notifications for pounce
-
-LICENSE=	GPLv3+
-LICENSE_FILE=	${WRKDIR}/${DISTNAME}/LICENSE
-
-LIB_DEPENDS=	libtls.so:security/libretls
-
-USES=	pkgconfig
-
-WRKSRC_SUBDIR=	extra/notify
-
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
-
-PLIST_FILES=	bin/pounce-notify \
-		man/man1/pounce-notify.1.gz
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pounce-notify
-
-.include <bsd.port.mk>
diff --git a/irc/pounce-notify/distinfo b/irc/pounce-notify/distinfo
deleted file mode 100644
index 0f0a2dc..0000000
--- a/irc/pounce-notify/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1630978050
-SHA256 (pounce-2.5.tar.gz) = c3f88f85ea6b3211d77b8193731704cb01871aee68762d2f6b5e9b102f83d0ad
-SIZE (pounce-2.5.tar.gz) = 52471
diff --git a/irc/pounce-notify/pkg-descr b/irc/pounce-notify/pkg-descr
deleted file mode 100644
index 4b2437a..0000000
--- a/irc/pounce-notify/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Generic notification provider for the pounce IRC bouncer.
-
-WWW: https://git.causal.agency/pounce/
diff --git a/irc/pounce-palaver/Makefile b/irc/pounce-palaver/Makefile
deleted file mode 100644
index df7534c..0000000
--- a/irc/pounce-palaver/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME=	pounce-palaver
-DISTVERSION=	2.5
-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=	extra/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 0f0a2dc..0000000
--- a/irc/pounce-palaver/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1630978050
-SHA256 (pounce-2.5.tar.gz) = c3f88f85ea6b3211d77b8193731704cb01871aee68762d2f6b5e9b102f83d0ad
-SIZE (pounce-2.5.tar.gz) = 52471
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 92c806a..0000000
--- a/irc/pounce/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=	pounce
-DISTVERSION=	2.5
-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 0f0a2dc..0000000
--- a/irc/pounce/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1630978050
-SHA256 (pounce-2.5.tar.gz) = c3f88f85ea6b3211d77b8193731704cb01871aee68762d2f6b5e9b102f83d0ad
-SIZE (pounce-2.5.tar.gz) = 52471
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 1f9df37..0000000
--- a/irc/scooper/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	scooper
-DISTVERSION=	1.3
-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
-
-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 ca32657..0000000
--- a/irc/scooper/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1631565882
-SHA256 (scooper-1.3.tar.gz) = 8fa5dd6047290fba319dcd69d14e70e5efbe70cb5024224772fd5888cb457bfb
-SIZE (scooper-1.3.tar.gz) = 2324402
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/