Index: devel/Makefile =================================================================== --- devel/Makefile (revision 428847) +++ devel/Makefile (working copy) @@ -748,6 +748,7 @@ SUBDIR += go-bindata SUBDIR += go-cobra SUBDIR += go-codec + SUBDIR += go-errors SUBDIR += go-faker SUBDIR += go-form SUBDIR += go-glide @@ -766,6 +767,7 @@ SUBDIR += go-runewidth SUBDIR += go-slices SUBDIR += go-sql-driver + SUBDIR += go-termbox SUBDIR += go-tools SUBDIR += go-uuid SUBDIR += go-yaml Index: devel/go-errors/Makefile =================================================================== --- devel/go-errors/Makefile (nonexistent) +++ devel/go-errors/Makefile (working copy) @@ -0,0 +1,24 @@ +# Created by: Sofian Brabez +# $FreeBSD$ + +PORTNAME= errors +PORTVERSION= 0.8.0 +CATEGORIES= devel +PKGNAMEPREFIX= go- + +MAINTAINER= sbz@FreeBSD.org +COMMENT= Go library for error handling primitives + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= pkg +GH_TAGNAME= 645ef00 +USES= go +GO_PKGNAME= github.com/pkg/errors + +post-patch: + @${RM} ${WRKSRC}/appveyor.yml + +.include Property changes on: devel/go-errors/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: devel/go-errors/distinfo =================================================================== --- devel/go-errors/distinfo (nonexistent) +++ devel/go-errors/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1482011607 +SHA256 (pkg-errors-0.8.0-645ef00_GH0.tar.gz) = b2e989515688d916216dd0a1b82cd9b18e8fb4fdf0370473996bdde41b83a41f +SIZE (pkg-errors-0.8.0-645ef00_GH0.tar.gz) = 11342 Property changes on: devel/go-errors/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: devel/go-errors/pkg-descr =================================================================== --- devel/go-errors/pkg-descr (nonexistent) +++ devel/go-errors/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Package errors provides simple error handling primitives for Go. + +WWW: https://github.com/pkg/errors Property changes on: devel/go-errors/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 Index: devel/go-errors/pkg-plist =================================================================== --- devel/go-errors/pkg-plist (nonexistent) +++ devel/go-errors/pkg-plist (working copy) @@ -0,0 +1,10 @@ +%%GO_LIBDIR%%/%%GO_PKGNAME%%.a +%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE +%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md +%%GO_SRCDIR%%/%%GO_PKGNAME%%/bench_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/errors_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/errors.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/example_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/format_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/stack_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/stack.go Property changes on: devel/go-errors/pkg-plist ___________________________________________________________________ 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: devel/go-termbox/Makefile =================================================================== --- devel/go-termbox/Makefile (nonexistent) +++ devel/go-termbox/Makefile (working copy) @@ -0,0 +1,25 @@ +# Created by: Sofian Brabez +# $FreeBSD$ + +PORTNAME= go-termbox +PORTVERSION= 20161218 +CATEGORIES= devel + +MAINTAINER= sbz@FreeBSD.org +COMMENT= Go pure library for writing text-based user interfaces + + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${GO_DIR}/github.com/mattn/go-runewidth.a:devel/go-runewidth + +USE_GITHUB= yes +GH_ACCOUNT= nsf +GH_PROJECT= termbox-go +GH_TAGNAME= abe82ce +USES= go +GO_DIR= ${LOCALBASE}/${GO_LIBDIR} +GO_PKGNAME= github.com/nsf/termbox-go + +.include Property changes on: devel/go-termbox/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: devel/go-termbox/distinfo =================================================================== --- devel/go-termbox/distinfo (nonexistent) +++ devel/go-termbox/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1482019191 +SHA256 (nsf-termbox-go-20161218-abe82ce_GH0.tar.gz) = d74082bddc8d7de6f2444cdbb553e6bd409bf93e8fe76ca4eff4911ccdbd9726 +SIZE (nsf-termbox-go-20161218-abe82ce_GH0.tar.gz) = 30258 Property changes on: devel/go-termbox/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: devel/go-termbox/pkg-descr =================================================================== --- devel/go-termbox/pkg-descr (nonexistent) +++ devel/go-termbox/pkg-descr (working copy) @@ -0,0 +1,4 @@ +Termbox is a library that provides a minimalistic API which allows the +programmer to write text-based user interfaces. + +WWW: https://github.com/nsf/termbox-go Property changes on: devel/go-termbox/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 Index: devel/go-termbox/pkg-plist =================================================================== --- devel/go-termbox/pkg-plist (nonexistent) +++ devel/go-termbox/pkg-plist (working copy) @@ -0,0 +1,29 @@ +%%GO_LIBDIR%%/%%GO_PKGNAME%%.a +%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/editbox.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/interrupt.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/keyboard.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/output.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/paint.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/random_output.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/raw_input.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/api_common.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/api_windows.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/api.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/AUTHORS +%%GO_SRCDIR%%/%%GO_PKGNAME%%/collect_terminfo.py +%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE +%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md +%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_darwin_amd64.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_darwin.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_dragonfly.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_freebsd.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_linux.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_netbsd.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_openbsd.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_windows.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/termbox_common.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/termbox_windows.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/termbox.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/terminfo_builtin.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/terminfo.go Property changes on: devel/go-termbox/pkg-plist ___________________________________________________________________ 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/Makefile =================================================================== --- textproc/Makefile (revision 428847) +++ textproc/Makefile (working copy) @@ -221,6 +221,7 @@ SUBDIR += gnome-doc-utils SUBDIR += gnome-spell SUBDIR += gnugrep + SUBDIR += go-simplejson SUBDIR += go-text SUBDIR += go.text SUBDIR += goldendict @@ -356,6 +357,7 @@ SUBDIR += jaxup SUBDIR += jdictionary SUBDIR += jdictionary-int-eng + SUBDIR += jid SUBDIR += jing SUBDIR += jo SUBDIR += jq Index: textproc/go-simplejson/Makefile =================================================================== --- textproc/go-simplejson/Makefile (nonexistent) +++ textproc/go-simplejson/Makefile (working copy) @@ -0,0 +1,24 @@ +# Created by: Sofian Brabez +# $FreeBSD$ + +PORTNAME= go-simplejson +PORTVERSION= 0.5.0 +CATEGORIES= textproc + +MAINTAINER= sbz@FreeBSD.org +COMMENT= Go library to interact with arbitrary JSON + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= bitly +GH_PROJECT= go-simplejson +GH_TAGNAME= aabad6e +USES= go +GO_PKGNAME= github.com/bitly/go-simplejson + +post-patch: + @${RM} ${WRKSRC}/.travis.yml + +.include Property changes on: textproc/go-simplejson/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/go-simplejson/distinfo =================================================================== --- textproc/go-simplejson/distinfo (nonexistent) +++ textproc/go-simplejson/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1482016631 +SHA256 (bitly-go-simplejson-0.5.0-aabad6e_GH0.tar.gz) = 37fd05170e7c632bfb85ce6646ce2bfbc4c3e50610bbfa9922f98d1f749ef754 +SIZE (bitly-go-simplejson-0.5.0-aabad6e_GH0.tar.gz) = 5992 Property changes on: textproc/go-simplejson/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/go-simplejson/pkg-descr =================================================================== --- textproc/go-simplejson/pkg-descr (nonexistent) +++ textproc/go-simplejson/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Go package to interact with arbitrary JSON. + +WWW: https://github.com/bitly/go-simplejson Property changes on: textproc/go-simplejson/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 Index: textproc/go-simplejson/pkg-plist =================================================================== --- textproc/go-simplejson/pkg-plist (nonexistent) +++ textproc/go-simplejson/pkg-plist (working copy) @@ -0,0 +1,9 @@ +%%GO_LIBDIR%%/%%GO_PKGNAME%%.a +%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE +%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md +%%GO_SRCDIR%%/%%GO_PKGNAME%%/simplejson_go10_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/simplejson_go10.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/simplejson_go11_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/simplejson_go11.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/simplejson_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/simplejson.go Property changes on: textproc/go-simplejson/pkg-plist ___________________________________________________________________ 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/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