Created attachment 157459 [details] shell archive Jsonnet is a domain specific configuration language that helps you define JSON data. Jsonnet lets you compute fragments of JSON within the structure, bringing the same benefit to structured data that templating languages bring to plain text. The example below illustrates a few features -- referring to another part of the structure, overriding object fields, and string operations. WWW: https://github.com/google/jsonnet
Created attachment 157460 [details] testport result
Thanks Gasol, A couple of review items: * GH_TAGNAME= v${PORTVERSION} -> Use DISTVERSIONPREFIX * GH_PROJECT= jsonnet -> Set to PORTVERSION by default * If LICENSE_FILE exists in WRKSRC, set this.
Created attachment 157466 [details] shell archive Refine the Makefile based on suggestion of comment:2
Created attachment 157467 [details] testport result
A commit references this bug: Author: pawel Date: Wed Oct 28 17:41:46 UTC 2015 New revision: 400404 URL: https://svnweb.freebsd.org/changeset/ports/400404 Log: Jsonnet is a domain specific configuration language that helps you define JSON data. Jsonnet lets you compute fragments of JSON within the structure, bringing the same benefit to structured data that templating languages bring to plain text. The example below illustrates a few features -- referring to another part of the structure, overriding object fields, and string operations. WWW: https://github.com/google/jsonnet PR: 200671 Submitted by: Gasol Wu <gasol.wu@gmail.com> Changes: head/devel/Makefile head/devel/jsonnet/ head/devel/jsonnet/Makefile head/devel/jsonnet/distinfo head/devel/jsonnet/files/ head/devel/jsonnet/files/patch-jsonnet.cpp head/devel/jsonnet/files/patch-libjsonnet.cpp head/devel/jsonnet/pkg-descr