From owner-dev-commits-ports-main@freebsd.org Wed Apr 7 15:19:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C89535BA0FA; Wed, 7 Apr 2021 15:19:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FFp325Lytz3k3x; Wed, 7 Apr 2021 15:19:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA86621637; Wed, 7 Apr 2021 15:19:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 137FJQQ9094402; Wed, 7 Apr 2021 15:19:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 137FJQbX094401; Wed, 7 Apr 2021 15:19:26 GMT (envelope-from git) Date: Wed, 7 Apr 2021 15:19:26 GMT Message-Id: <202104071519.137FJQbX094401@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Baptiste Daroussin Subject: git: 0c1ffa0a5505 - main - mail/mlmmj-webview: new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0c1ffa0a550549379ebeff05db64586d2677251d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2021 15:19:26 -0000 The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c1ffa0a550549379ebeff05db64586d2677251d commit 0c1ffa0a550549379ebeff05db64586d2677251d Author: Baptiste Daroussin AuthorDate: 2021-04-07 15:16:42 +0000 Commit: Baptiste Daroussin 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 + 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