Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2021 15:19:26 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0c1ffa0a5505 - main - mail/mlmmj-webview: new port
Message-ID:  <202104071519.137FJQbX094401@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0c1ffa0a550549379ebeff05db64586d2677251d

commit 0c1ffa0a550549379ebeff05db64586d2677251d
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-04-07 15:16:42 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-04-07 15:19:21 +0000

    mail/mlmmj-webview: new port
    
    Tiny web frontend for mlmmj.
    
    Provides an index of mailing lists including a frontend to handle
    subscription,
    unsubscription and access to the archives.
    
    WWW: https://codeberg.org/bapt/mlmmj-webview
---
 mail/Makefile                |  1 +
 mail/mlmmj-webview/Makefile  | 21 +++++++++++++++++++++
 mail/mlmmj-webview/distinfo  |  3 +++
 mail/mlmmj-webview/pkg-descr |  6 ++++++
 4 files changed, 31 insertions(+)

diff --git a/mail/Makefile b/mail/Makefile
index 96bec1e29ce8..02f2cfba9e85 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -234,6 +234,7 @@
     SUBDIR += minimalist
     SUBDIR += missey
     SUBDIR += mlmmj
+    SUBDIR += mlmmj-webview
     SUBDIR += mls
     SUBDIR += mmh
     SUBDIR += mmr
diff --git a/mail/mlmmj-webview/Makefile b/mail/mlmmj-webview/Makefile
new file mode 100644
index 000000000000..3d1f91860deb
--- /dev/null
+++ b/mail/mlmmj-webview/Makefile
@@ -0,0 +1,21 @@
+PORTNAME=	mlmmj-webview
+PORTVERSION=	0.0.3
+CATEGORIES=	mail www
+MASTER_SITES=	https://codeberg.org/bapt/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
+
+MAINTAINER=	bapt@FreeBSD.org
+COMMENT=	Tiny web frontend for mlmmj
+
+LICENSE=	BSD2CLAUSE
+
+BUILD_DEPENDS=	${LOCALBASE}/lib/libkcgi.a:www/kcgi
+
+USES=		pkgconfig
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
+HAS_CONFIGURE=	yes
+
+PLIST_FILES=	bin/${PORTNAME}
+
+.include <bsd.port.mk>
+
diff --git a/mail/mlmmj-webview/distinfo b/mail/mlmmj-webview/distinfo
new file mode 100644
index 000000000000..7eacc5c511fa
--- /dev/null
+++ b/mail/mlmmj-webview/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1617808337
+SHA256 (mlmmj-webview-0.0.3.tar.gz) = e691330914713698685a1572fc8c42171d5d93bf8073b3314b0d5524553175de
+SIZE (mlmmj-webview-0.0.3.tar.gz) = 188728
diff --git a/mail/mlmmj-webview/pkg-descr b/mail/mlmmj-webview/pkg-descr
new file mode 100644
index 000000000000..950610416919
--- /dev/null
+++ b/mail/mlmmj-webview/pkg-descr
@@ -0,0 +1,6 @@
+Tiny web frontend for mlmmj.
+
+Provides an index of mailing lists including a frontend to handle subscription,
+unsubscription and access to the archives.
+
+WWW: https://codeberg.org/bapt/mlmmj-webview



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104071519.137FJQbX094401>