pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/mustach mustach: Import from wip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa7c763b3445
branches:  trunk
changeset: 339963:fa7c763b3445
user:      sjmulder <sjmulder%pkgsrc.org@localhost>
date:      Thu Sep 19 11:46:30 2019 +0000

description:
mustach: Import from wip

C implementation of the mustache template library. Provides a library
and a command-line tool. Support for json-c is built in.

diffstat:

 devel/mustach/DESCR    |   2 ++
 devel/mustach/Makefile |  13 +++++++++++++
 devel/mustach/PLIST    |   5 +++++
 devel/mustach/distinfo |   6 ++++++
 4 files changed, 26 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 84252e33e3f3 -r fa7c763b3445 devel/mustach/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/mustach/DESCR       Thu Sep 19 11:46:30 2019 +0000
@@ -0,0 +1,2 @@
+C implementation of the mustache template library. Provides a library
+and a command-line tool. Support for json-c is built in.
diff -r 84252e33e3f3 -r fa7c763b3445 devel/mustach/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/mustach/Makefile    Thu Sep 19 11:46:30 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/09/19 11:46:30 sjmulder Exp $
+
+DISTNAME=      mustach-0.99
+CATEGORIES=    devel
+MASTER_SITES=  https://gitlab.com/jobol/mustach/-/archive/${PKGVERSION_NOREV}/
+
+MAINTAINER=    sjmulder%NetBSD.org@localhost
+HOMEPAGE=      https://gitlab.com/jobol/mustach
+COMMENT=       C implementation of mustache templating
+LICENSE=       apache-2.0
+
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 84252e33e3f3 -r fa7c763b3445 devel/mustach/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/mustach/PLIST       Thu Sep 19 11:46:30 2019 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2019/09/19 11:46:30 sjmulder Exp $
+bin/mustach
+include/mustach/mustach-json-c.h
+include/mustach/mustach.h
+lib/libmustach.so
diff -r 84252e33e3f3 -r fa7c763b3445 devel/mustach/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/mustach/distinfo    Thu Sep 19 11:46:30 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/09/19 11:46:30 sjmulder Exp $
+
+SHA1 (mustach-0.99.tar.gz) = 6b0fbd5064f7f7cc2913c9fdf5bfc30a67bec186
+RMD160 (mustach-0.99.tar.gz) = 0a0559d6758fbd8a5fefb30739c837f7e6e72d43
+SHA512 (mustach-0.99.tar.gz) = 432cb6c72487bfba4103c0925271bdc7c3e7f38ed19bfec09d7ef9f9af16ecac3885ff037e94ca5d3023ffd3d5c526fcb102218d4c3ad13563406cab10e7a4b2
+Size (mustach-0.99.tar.gz) = 22100 bytes



Home | Main Index | Thread Index | Old Index