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:
parent
cb50f3e614
commit
0ea201f295
4 changed files with 28 additions and 0 deletions
|
@ -237,6 +237,7 @@
|
|||
SUBDIR += minimalist
|
||||
SUBDIR += missey
|
||||
SUBDIR += mlmmj
|
||||
SUBDIR += mlmmj-archiver
|
||||
SUBDIR += mlmmj-webview
|
||||
SUBDIR += mls
|
||||
SUBDIR += mmh
|
||||
|
|
18
mail/mlmmj-archiver/Makefile
Normal file
18
mail/mlmmj-archiver/Makefile
Normal 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>
|
3
mail/mlmmj-archiver/distinfo
Normal file
3
mail/mlmmj-archiver/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1654182271
|
||||
SHA256 (mlmmj-archiver-0.1.tar.gz) = b2e5882aef8e94b7a09c58b4ddcf66f4dc1aa778a71f601c3bcc3ecceae6beb7
|
||||
SIZE (mlmmj-archiver-0.1.tar.gz) = 13497
|
6
mail/mlmmj-archiver/pkg-descr
Normal file
6
mail/mlmmj-archiver/pkg-descr
Normal 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
|
Loading…
Reference in a new issue