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
This commit is contained in:
Baptiste Daroussin 2022-06-02 17:10:53 +02:00
parent cb50f3e614
commit 0ea201f295
4 changed files with 28 additions and 0 deletions

View file

@ -237,6 +237,7 @@
SUBDIR += minimalist
SUBDIR += missey
SUBDIR += mlmmj
SUBDIR += mlmmj-archiver
SUBDIR += mlmmj-webview
SUBDIR += mls
SUBDIR += mmh

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1654182271
SHA256 (mlmmj-archiver-0.1.tar.gz) = b2e5882aef8e94b7a09c58b4ddcf66f4dc1aa778a71f601c3bcc3ecceae6beb7
SIZE (mlmmj-archiver-0.1.tar.gz) = 13497

View file

@ -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