Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152915320
D8866.id23137.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8866.id23137.diff
View Options
Index: textproc/jid/Makefile
===================================================================
--- /dev/null
+++ textproc/jid/Makefile
@@ -0,0 +1,32 @@
+# Created by: Sofian Brabez <sbz@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= jid
+PORTVERSION= 0.6.2
+CATEGORIES= textproc
+
+MAINTAINER= sbz@FreeBSD.org
+COMMENT= JSON Incremental Digger
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${GO_DIR}/github.com/bitly/go-simplejson.a:textproc/go-simplejson \
+ ${GO_DIR}/github.com/mattn/go-runewidth.a:devel/go-runewidth \
+ ${GO_DIR}/github.com/nsf/termbox-go.a:devel/go-termbox \
+ ${GO_DIR}/github.com/pkg/errors.a:devel/go-errors
+
+USE_GITHUB= yes
+GH_ACCOUNT= simeji
+GH_TAGNAME= 97c7f90
+USES= go
+GO_DIR= ${LOCALBASE}/${GO_LIBDIR}
+GO_PKGNAME= github.com/simeji/jid
+
+PLIST_FILES= bin/jid
+
+do-build:
+ @(cd ${WRKSRC}; \
+ ${SETENV} ${GO_ENV} ${GO_CMD} build -o ${WRKDIR}/bin/jid cmd/jid/jid.go)
+
+.include <bsd.port.mk>
Index: textproc/jid/distinfo
===================================================================
--- /dev/null
+++ textproc/jid/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1482026906
+SHA256 (simeji-jid-0.6.2-97c7f90_GH0.tar.gz) = aebedbdea451e1816a51f9f718307bb2b002ce2c929d7d41bca6b49b8ee5aa33
+SIZE (simeji-jid-0.6.2-97c7f90_GH0.tar.gz) = 11754
Index: textproc/jid/pkg-descr
===================================================================
--- /dev/null
+++ textproc/jid/pkg-descr
@@ -0,0 +1,4 @@
+JSON Incremental Digger is a very simple tool. You can drill down JSON
+interactively by using filtering queries like jq.
+
+WWW: https://github.com/simeji/jid
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 12:34 AM (26 m, 27 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31729054
Default Alt Text
D8866.id23137.diff (1 KB)
Attached To
Mode
D8866: New port: textproc/jid
Attached
Detach File
Event Timeline
Log In to Comment