svn commit: r435626 - in head/sysutils: . lava

Alexey Dokuchaev danfe at FreeBSD.org
Tue Mar 7 18:12:28 UTC 2017


On Tue, Mar 07, 2017 at 06:01:14PM +0000, Kurt Jaeger wrote:
> New Revision: 435626
> URL: https://svnweb.freebsd.org/changeset/ports/435626
> 
> Log:
>   New port: sysutils/lava
>   
>   Keeps your CouchDB views molten hot and fluid.
> [...]
> +# PORTREVISION=	0

This line should've been removed.

> +COMMENT=	Keeps your CouchDB views molten hot

Questionable COMMENT, yet (see below)...

> +do-install:
> +		${MKDIR} ${STAGEDIR}${DOCSDIR}
> +		${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/
> +		${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \
> +			${STAGEDIR}${PREFIX}/bin/${PORTNAME}.sh

Broken indentation, could you please fix it?

> @@ -0,0 +1,8 @@
> +Keeps your CouchDB views molten hot and fluid.

COMMENT (almost verbatim) should rarely be part of the port description.

> +Lava is a simple MIT-licensed shell script with 2 dependencies that
> +ensures all DBs that are readable by a given user have the views
> +of their corresponding design documents rebuilt. It is intended to
> +be run regularly from cron.

This paragraph alone would've perfectly sufficed.  Also, perhaps cron(8)?

./danfe


More information about the svn-ports-head mailing list