pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc Add json-yaml version 1.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df70d78ceffe
branches:  trunk
changeset: 385382:df70d78ceffe
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Sep 22 07:24:10 2018 +0000

description:
Add json-yaml version 1.1.1
Packaged by Sijmen J. Mulder, in PR pkg/53483

Convert JSON to YAML on the command line.  Useful to get more readable output
from web APIs and such.

diffstat:

 textproc/Makefile           |   3 ++-
 textproc/json-yaml/DESCR    |   2 ++
 textproc/json-yaml/Makefile |  22 ++++++++++++++++++++++
 textproc/json-yaml/PLIST    |   3 +++
 textproc/json-yaml/distinfo |   6 ++++++
 5 files changed, 35 insertions(+), 1 deletions(-)

diffs (66 lines):

diff -r c81764eba6ce -r df70d78ceffe textproc/Makefile
--- a/textproc/Makefile Sat Sep 22 07:00:38 2018 +0000
+++ b/textproc/Makefile Sat Sep 22 07:24:10 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1003 2018/08/28 09:56:44 adam Exp $
+# $NetBSD: Makefile,v 1.1004 2018/09/22 07:24:10 maya Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -349,6 +349,7 @@
 SUBDIR+=       jrep
 SUBDIR+=       json-c
 SUBDIR+=       json-glib
+SUBDIR+=       json-yaml
 SUBDIR+=       jsoncpp
 SUBDIR+=       kakasi
 SUBDIR+=       kapidox
diff -r c81764eba6ce -r df70d78ceffe textproc/json-yaml/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/json-yaml/DESCR  Sat Sep 22 07:24:10 2018 +0000
@@ -0,0 +1,2 @@
+Convert JSON to YAML on the command line.  Useful to get more readable output
+from web APIs and such.
diff -r c81764eba6ce -r df70d78ceffe textproc/json-yaml/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/json-yaml/Makefile       Sat Sep 22 07:24:10 2018 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2018/09/22 07:24:10 maya Exp $
+
+GITHUB_PROJECT=        json-yaml
+DISTNAME=      1.1.1
+PKGNAME=       ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=sjmulder/}
+DIST_SUBDIR=   ${GITHUB_PROJECT}
+
+MAINTAINER=    ik%sjmulder.nl@localhost
+HOMEPAGE=      https://github.com/sjmulder/json-yaml/
+COMMENT=       Convert JSON to YAML
+LICENSE=       2-clause-bsd
+
+WRKSRC=        ${WRKDIR}/json-yaml-1.1.1
+
+INSTALL_MAKE_FLAGS+=   MANPREFIX=${PREFIX}/${PKGMANDIR}
+TEST_TARGET=           check
+
+.include "../../textproc/libyaml/buildlink3.mk"
+.include "../../devel/yajl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c81764eba6ce -r df70d78ceffe textproc/json-yaml/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/json-yaml/PLIST  Sat Sep 22 07:24:10 2018 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/09/22 07:24:10 maya Exp $
+bin/json-yaml
+man/man1/json-yaml.1
diff -r c81764eba6ce -r df70d78ceffe textproc/json-yaml/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/json-yaml/distinfo       Sat Sep 22 07:24:10 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/09/22 07:24:10 maya Exp $
+
+SHA1 (json-yaml/1.1.1.tar.gz) = 860f60937f7c472c4b5774bd4f1356b8d0998b2a
+RMD160 (json-yaml/1.1.1.tar.gz) = 108eefdbdeafea11c87d40570fbf3b2cba94d2d0
+SHA512 (json-yaml/1.1.1.tar.gz) = c27aca7495580782b72ff8d132ccfbd982a8f1512e8fc0333373ac4f9a5eaac39d178388308c741fb00d153d3cb74c3a6b394322fe6b685070b4fa56ab6806f9
+Size (json-yaml/1.1.1.tar.gz) = 4366 bytes



Home | Main Index | Thread Index | Old Index