FreeBSD Bugzilla – Attachment 157459 Details for
Bug 200671
[NEW PORT] devel/jsonnet: JSON data templating language
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shell archive
devel-jsonnet_0.7.6.shar (text/plain), 2.02 KB, created by
Gasol Wu
on 2015-06-06 08:34:07 UTC
(
hide
)
Description:
shell archive
Filename:
MIME Type:
Creator:
Gasol Wu
Created:
2015-06-06 08:34:07 UTC
Size:
2.02 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># jsonnet ># jsonnet/distinfo ># jsonnet/Makefile ># jsonnet/pkg-descr ># >echo c - jsonnet >mkdir -p jsonnet > /dev/null 2>&1 >echo x - jsonnet/distinfo >sed 's/^X//' >jsonnet/distinfo << 'END-of-jsonnet/distinfo' >XSHA256 (google-jsonnet-0.7.6-v0.7.6_GH0.tar.gz) = e7687bbbb395e11451d4a4eac9101f2f960df40b30475abc96cd62f3c1344b7a >XSIZE (google-jsonnet-0.7.6-v0.7.6_GH0.tar.gz) = 1034707 >END-of-jsonnet/distinfo >echo x - jsonnet/Makefile >sed 's/^X//' >jsonnet/Makefile << 'END-of-jsonnet/Makefile' >X# Created by: Gasol Wu <gasol.wu@gmail.com> >X# $FreeBSD$ >X >XPORTNAME= jsonnet >XPORTVERSION= 0.7.6 >XCATEGORIES= devel >X >XMAINTAINER= gasol.wu@gmail.com >XCOMMENT= JSON data templating language >X >XLICENSE= APACHE20 >X >XUSES= gmake >XUSE_LDCONFIG= yes >X >XALL_TARGET= jsonnet libjsonnet.so >XCFLAGS+= -std=c99 -fPIC >XCXXFLAGS+= -std=c++0x >XPLIST_FILES= bin/jsonnet include/libjsonnet.h lib/libjsonnet.so >X >XUSE_GITHUB= yes >XGH_ACCOUNT= google >XGH_PROJECT= jsonnet >XGH_TAGNAME= v${PORTVERSION} >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >X ${INSTALL_DATA} ${WRKSRC}/lib${PORTNAME}.h ${STAGEDIR}${PREFIX}/include >X ${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.so ${STAGEDIR}${PREFIX}/lib >X >X.include <bsd.port.mk> >END-of-jsonnet/Makefile >echo x - jsonnet/pkg-descr >sed 's/^X//' >jsonnet/pkg-descr << 'END-of-jsonnet/pkg-descr' >XJsonnet is a domain specific configuration language that helps you define JSON >Xdata. Jsonnet lets you compute fragments of JSON within the structure, bringing >X the same benefit to structured data that templating languages bring to plain >Xtext. The example below illustrates a few features -- referring to another part >X of the structure, overriding object fields, and string operations. >X >XWWW: https://github.com/google/jsonnet >END-of-jsonnet/pkg-descr >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 200671
:
157459
|
157460
|
157466
|
157467