pkgsrc-WIP-changes archive

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

mustach-git: Initial import



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Wed Sep 18 15:29:56 2019 +0200
Changeset:	1a6b0cf34da3343b31d70508c1a49cfc9ddf93c2

Added Files:
	mustach-git/DESCR
	mustach-git/Makefile
	mustach-git/PLIST
	mustach-git/distinfo

Log Message:
mustach-git: Initial import

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1a6b0cf34da3343b31d70508c1a49cfc9ddf93c2

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

diffstat:
 mustach-git/DESCR    |  2 ++
 mustach-git/Makefile | 19 +++++++++++++++++++
 mustach-git/PLIST    |  3 +++
 mustach-git/distinfo |  6 ++++++
 4 files changed, 30 insertions(+)

diffs:
diff --git a/mustach-git/DESCR b/mustach-git/DESCR
new file mode 100644
index 0000000000..9dc95eb9fb
--- /dev/null
+++ b/mustach-git/DESCR
@@ -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 --git a/mustach-git/Makefile b/mustach-git/Makefile
new file mode 100644
index 0000000000..d9e53e5751
--- /dev/null
+++ b/mustach-git/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	mustach-0.0
+CATEGORIES=	textproc
+MASTER_SITES=	https://gitlab.com/jobol/mustach
+
+MAINTAINER=	sjmulder%NetBSD.org@localhost
+HOMEPAGE=	https://gitlab.com/jobol/mustach
+COMMENT=	C implementation of mustache templating
+LICENSE=	apache-2.0
+
+WRKSRC=		${WRKDIR}/mustach
+
+GIT_REPOSITORIES=	mustach
+GIT_REPO.mustach=	https://gitlab.com/jobol/mustach.git
+
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mustach-git/PLIST b/mustach-git/PLIST
new file mode 100644
index 0000000000..72634cb3cf
--- /dev/null
+++ b/mustach-git/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/mustach
+lib/mustach.so
diff --git a/mustach-git/distinfo b/mustach-git/distinfo
new file mode 100644
index 0000000000..c2ce47a5c0
--- /dev/null
+++ b/mustach-git/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mustach.tar.gz) = da39a3ee5e6b4b0d3255bfef95601890afd80709
+RMD160 (mustach.tar.gz) = 9c1185a5c5e9fc54612808977ee8f548b2258d31
+SHA512 (mustach.tar.gz) = cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
+Size (mustach.tar.gz) = 0 bytes


Home | Main Index | Thread Index | Old Index