pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/mustach



Module Name:    pkgsrc
Committed By:   sjmulder
Date:           Thu Sep 19 11:46:31 UTC 2019

Added Files:
        pkgsrc/devel/mustach: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/mustach/DESCR \
    pkgsrc/devel/mustach/Makefile pkgsrc/devel/mustach/PLIST \
    pkgsrc/devel/mustach/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/mustach/DESCR
diff -u /dev/null pkgsrc/devel/mustach/DESCR:1.1
--- /dev/null   Thu Sep 19 11:46:31 2019
+++ pkgsrc/devel/mustach/DESCR  Thu Sep 19 11:46:30 2019
@@ -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.
Index: pkgsrc/devel/mustach/Makefile
diff -u /dev/null pkgsrc/devel/mustach/Makefile:1.1
--- /dev/null   Thu Sep 19 11:46:31 2019
+++ pkgsrc/devel/mustach/Makefile       Thu Sep 19 11:46:30 2019
@@ -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"
Index: pkgsrc/devel/mustach/PLIST
diff -u /dev/null pkgsrc/devel/mustach/PLIST:1.1
--- /dev/null   Thu Sep 19 11:46:31 2019
+++ pkgsrc/devel/mustach/PLIST  Thu Sep 19 11:46:30 2019
@@ -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
Index: pkgsrc/devel/mustach/distinfo
diff -u /dev/null pkgsrc/devel/mustach/distinfo:1.1
--- /dev/null   Thu Sep 19 11:46:31 2019
+++ pkgsrc/devel/mustach/distinfo       Thu Sep 19 11:46:30 2019
@@ -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