Index: textproc/jid/Makefile =================================================================== --- textproc/jid/Makefile (nonexistent) +++ textproc/jid/Makefile (working copy) @@ -0,0 +1,32 @@ +# Created by: Sofian Brabez +# $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 Property changes on: textproc/jid/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/jid/distinfo =================================================================== --- textproc/jid/distinfo (nonexistent) +++ textproc/jid/distinfo (working copy) @@ -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 Property changes on: textproc/jid/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/jid/pkg-descr =================================================================== --- textproc/jid/pkg-descr (nonexistent) +++ textproc/jid/pkg-descr (working copy) @@ -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 Property changes on: textproc/jid/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property