pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mustach: Switch from git to release 0.99
Module Name: pkgsrc-wip
Committed By: Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By: sjmulder
Date: Thu Sep 19 10:58:24 2019 +0200
Changeset: b57b6f50cca7144ecada491a8c7a310ace689f02
Added Files:
mustach/DESCR
mustach/Makefile
mustach/PLIST
mustach/distinfo
Removed Files:
mustach-git/DESCR
mustach-git/Makefile
mustach-git/PLIST
mustach-git/distinfo
Log Message:
mustach: Switch from git to release 0.99
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b57b6f50cca7144ecada491a8c7a310ace689f02
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 ------
mustach/DESCR | 2 ++
mustach/Makefile | 13 +++++++++++++
mustach/PLIST | 5 +++++
mustach/distinfo | 6 ++++++
8 files changed, 26 insertions(+), 30 deletions(-)
diffs:
diff --git a/mustach-git/DESCR b/mustach-git/DESCR
deleted file mode 100644
index 9dc95eb9fb..0000000000
--- a/mustach-git/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index d9e53e5751..0000000000
--- a/mustach-git/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $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
deleted file mode 100644
index 72634cb3cf..0000000000
--- a/mustach-git/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/mustach
-lib/mustach.so
diff --git a/mustach-git/distinfo b/mustach-git/distinfo
deleted file mode 100644
index c2ce47a5c0..0000000000
--- a/mustach-git/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (mustach.tar.gz) = da39a3ee5e6b4b0d3255bfef95601890afd80709
-RMD160 (mustach.tar.gz) = 9c1185a5c5e9fc54612808977ee8f548b2258d31
-SHA512 (mustach.tar.gz) = cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
-Size (mustach.tar.gz) = 0 bytes
diff --git a/mustach/DESCR b/mustach/DESCR
new file mode 100644
index 0000000000..9dc95eb9fb
--- /dev/null
+++ b/mustach/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/Makefile b/mustach/Makefile
new file mode 100644
index 0000000000..6537b1c22b
--- /dev/null
+++ b/mustach/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+DISTNAME= mustach-0.99
+CATEGORIES= textproc
+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 --git a/mustach/PLIST b/mustach/PLIST
new file mode 100644
index 0000000000..12764ee73b
--- /dev/null
+++ b/mustach/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/mustach
+include/mustach/mustach-json-c.h
+include/mustach/mustach.h
+lib/libmustach.so
diff --git a/mustach/distinfo b/mustach/distinfo
new file mode 100644
index 0000000000..1f368e1ccf
--- /dev/null
+++ b/mustach/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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