Date: Thu, 2 Jun 2022 15:17:25 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: 0ea201f295f1 - main - www/mlmmj-archiver: new port Message-ID: <202206021517.252FHPqw044400@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=0ea201f295f1f89d4d47689b625310851001ab3e commit 0ea201f295f1f89d4d47689b625310851001ab3e Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-06-02 15:10:53 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-06-02 15:17:02 +0000 www/mlmmj-archiver: new port mlmmj-archiver is a program which will generates HTML archives out of mlmmj archives mlmmj-archiver uses the clearsilver templating system in order to allow maximum configurability mlmmj-archiver uses SQLite for its database cache mlmmj-archiver runs in a capsicum sandbox WWW: https://fossil.nours.eu/mlmmj-archiver --- mail/Makefile | 1 + mail/mlmmj-archiver/Makefile | 18 ++++++++++++++++++ mail/mlmmj-archiver/distinfo | 3 +++ mail/mlmmj-archiver/pkg-descr | 6 ++++++ 4 files changed, 28 insertions(+) diff --git a/mail/Makefile b/mail/Makefile index 71c2de3caf74..29b670963bae 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -237,6 +237,7 @@ SUBDIR += minimalist SUBDIR += missey SUBDIR += mlmmj + SUBDIR += mlmmj-archiver SUBDIR += mlmmj-webview SUBDIR += mls SUBDIR += mmh diff --git a/mail/mlmmj-archiver/Makefile b/mail/mlmmj-archiver/Makefile new file mode 100644 index 000000000000..74debfc946d6 --- /dev/null +++ b/mail/mlmmj-archiver/Makefile @@ -0,0 +1,18 @@ +PORTNAME= mlmmj-archiver +DISTVERSION= 0.1 +CATEGORIES= mail www +MASTER_SITES= https://fossil.nours.eu/${PORTNAME}/tarball/?r=${DISTVERSION}&name=./ + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Simple mailing archiver designed for mlmmj + +LICENSE= BSD2CLAUSE +BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:www/clearsilver + +USES= sqlite:3 uidfix pkgconfig + +MAKE_ARGS= MAN= LOCALBASE=${LOCALBASE} + +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/mail/mlmmj-archiver/distinfo b/mail/mlmmj-archiver/distinfo new file mode 100644 index 000000000000..12af900506b8 --- /dev/null +++ b/mail/mlmmj-archiver/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1654182271 +SHA256 (mlmmj-archiver-0.1.tar.gz) = b2e5882aef8e94b7a09c58b4ddcf66f4dc1aa778a71f601c3bcc3ecceae6beb7 +SIZE (mlmmj-archiver-0.1.tar.gz) = 13497 diff --git a/mail/mlmmj-archiver/pkg-descr b/mail/mlmmj-archiver/pkg-descr new file mode 100644 index 000000000000..032142fb6542 --- /dev/null +++ b/mail/mlmmj-archiver/pkg-descr @@ -0,0 +1,6 @@ +mlmmj-archiver is a program which will generates HTML archives out of mlmmj archives +mlmmj-archiver uses the clearsilver templating system in order to allow maximum configurability +mlmmj-archiver uses SQLite for its database cache +mlmmj-archiver runs in a capsicum sandbox + +WWW: https://fossil.nours.eu/mlmmj-archiver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206021517.252FHPqw044400>