svn commit: r418399 - in head/devel: . go-codec

Carlo Strub cs at FreeBSD.org
Mon Jul 11 19:59:56 UTC 2016


Author: cs
Date: Mon Jul 11 19:59:54 2016
New Revision: 418399
URL: https://svnweb.freebsd.org/changeset/ports/418399

Log:
  High Performance and Feature-Rich Idiomatic encode/decode and rpc library for
  
  - msgpack: https://github.com/msgpack/msgpack
  - binc: http://github.com/ugorji/binc
  - cbor: http://cbor.io http://tools.ietf.org/html/rfc7049
  - json: http://json.org http://tools.ietf.org/html/rfc7159
  
  WWW: https://github.com/ugorji/go

Added:
  head/devel/go-codec/
  head/devel/go-codec/Makefile   (contents, props changed)
  head/devel/go-codec/distinfo   (contents, props changed)
  head/devel/go-codec/pkg-descr   (contents, props changed)
  head/devel/go-codec/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jul 11 19:58:05 2016	(r418398)
+++ head/devel/Makefile	Mon Jul 11 19:59:54 2016	(r418399)
@@ -713,6 +713,7 @@
     SUBDIR += gnustep-make
     SUBDIR += go-bindata
     SUBDIR += go-btree
+    SUBDIR += go-codec
     SUBDIR += go-faker
     SUBDIR += go-flags
     SUBDIR += go-go.uuid

Added: head/devel/go-codec/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-codec/Makefile	Mon Jul 11 19:59:54 2016	(r418399)
@@ -0,0 +1,22 @@
+# Created by: Carlo Strub <cs at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	codec
+PORTVERSION=	20160531
+CATEGORIES=	devel
+PKGNAMEPREFIX=	go-
+
+MAINTAINER=	cs at FreeBSD.org
+COMMENT=	Idiomatic codec and rpc lib
+
+LICENSE=	MIT
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	ugorji
+GH_PROJECT=	go
+GH_TAGNAME=	b94837a2404ab90efe9289e77a70694c355739cb
+USES=		go
+GO_PKGNAME=	github.com/ugorji/go
+GO_TARGET=	${GO_PKGNAME}/codec
+
+.include <bsd.port.mk>

Added: head/devel/go-codec/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-codec/distinfo	Mon Jul 11 19:59:54 2016	(r418399)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468220234
+SHA256 (ugorji-go-20160531-b94837a2404ab90efe9289e77a70694c355739cb_GH0.tar.gz) = 87519499d379833b27b149d8fd7a6014b527557fb9125c717824ec1d3ec437ce
+SIZE (ugorji-go-20160531-b94837a2404ab90efe9289e77a70694c355739cb_GH0.tar.gz) = 167475

Added: head/devel/go-codec/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-codec/pkg-descr	Mon Jul 11 19:59:54 2016	(r418399)
@@ -0,0 +1,8 @@
+High Performance and Feature-Rich Idiomatic encode/decode and rpc library for
+
+- msgpack: https://github.com/msgpack/msgpack
+- binc: http://github.com/ugorji/binc
+- cbor: http://cbor.io http://tools.ietf.org/html/rfc7049
+- json: http://json.org http://tools.ietf.org/html/rfc7159
+
+WWW: https://github.com/ugorji/go

Added: head/devel/go-codec/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-codec/pkg-plist	Mon Jul 11 19:59:54 2016	(r418399)
@@ -0,0 +1,42 @@
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/codec.a
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/0doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/README.md
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/binc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/cbor.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/cbor_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/codec_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/codecgen/README.md
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/codecgen/gen.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/codecgen/z.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/codecgen_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/decode.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/encode.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/fast-path.generated.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/fast-path.go.tmpl
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/fast-path.not.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/gen-dec-array.go.tmpl
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/gen-dec-map.go.tmpl
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/gen-helper.generated.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/gen-helper.go.tmpl
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/gen.generated.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/gen.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/gen_15.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/gen_16.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/helper.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/helper_internal.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/helper_not_unsafe.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/helper_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/helper_unsafe.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/json.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/msgpack.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/noop.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/prebuild.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/prebuild.sh
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/py_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/rpc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/simple.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/test-cbor-goldens.json
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/test.py
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/tests.sh
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/time.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/values_test.go


More information about the svn-ports-all mailing list