summary refs log tree commit diff
path: root/mail/bubger
diff options
context:
space:
mode:
Diffstat (limited to 'mail/bubger')
-rw-r--r--mail/bubger/Makefile29
-rw-r--r--mail/bubger/distinfo3
-rw-r--r--mail/bubger/pkg-descr6
3 files changed, 0 insertions, 38 deletions
diff --git a/mail/bubger/Makefile b/mail/bubger/Makefile
deleted file mode 100644
index 05e9033..0000000
--- a/mail/bubger/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD$
-
-PORTNAME=	bubger
-DISTVERSION=	1.0
-CATEGORIES=	mail
-MASTER_SITES=	https://git.causal.agency/bubger/snapshot/
-
-MAINTAINER=	june@causal.agency
-COMMENT=	IMAP archive generator
-
-LICENSE=	GPLv3+
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-LIB_DEPENDS=	libtls.so:security/libretls
-
-USES=	iconv pkgconfig
-CFLAGS+=	-I${ICONV_PREFIX}/include
-LDFLAGS+=	-L${ICONV_PREFIX}/lib ${ICONV_LIB}
-
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
-
-PLIST_FILES=	bin/bubger \
-		man/man1/bubger.1.gz
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bubger
-
-.include <bsd.port.mk>
diff --git a/mail/bubger/distinfo b/mail/bubger/distinfo
deleted file mode 100644
index b13bde1..0000000
--- a/mail/bubger/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1615246395
-SHA256 (bubger-1.0.tar.gz) = fa23e4e77fd2bee442ce3873391f3d7c408785df287b64d8e290b045bfc84cf8
-SIZE (bubger-1.0.tar.gz) = 36723
diff --git a/mail/bubger/pkg-descr b/mail/bubger/pkg-descr
deleted file mode 100644
index 1532b98..0000000
--- a/mail/bubger/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-bubger is a mailing list archive generator for mail stored in IMAP.
-It produces static files of HTML, Atom and mboxrd, making its output
-easy to serve from a host without IMAP access. It requires the IMAP
-THREAD extension.
-
-WWW: https://git.causal.agency/bubger/