git: 0c1ffa0a5505 - main - mail/mlmmj-webview: new port

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 7 15:19:26 UTC 2021


The branch main has been updated by bapt:

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

commit 0c1ffa0a550549379ebeff05db64586d2677251d
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-04-07 15:16:42 +0000
Commit:     Baptiste Daroussin <bapt at 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 at 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


More information about the dev-commits-ports-all mailing list