Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2016 21:04:03 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418242 - in head/devel: . go-go.uuid
Message-ID:  <201607082104.u68L43NY065064@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Fri Jul  8 21:04:03 2016
New Revision: 418242
URL: https://svnweb.freebsd.org/changeset/ports/418242

Log:
  This package provides pure Go implementation of Universally Unique Identifier
  (UUID). Supported both creation and parsing of UUIDs.
  
  WWW: https://github.com/satori/go.uuid

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Jul  8 20:08:47 2016	(r418241)
+++ head/devel/Makefile	Fri Jul  8 21:04:03 2016	(r418242)
@@ -713,6 +713,7 @@
     SUBDIR += go-bindata
     SUBDIR += go-btree
     SUBDIR += go-flags
+    SUBDIR += go-go.uuid
     SUBDIR += go-hashicorp-logutils
     SUBDIR += go-json-rest
     SUBDIR += go-pretty

Added: head/devel/go-go.uuid/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-go.uuid/Makefile	Fri Jul  8 21:04:03 2016	(r418242)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	go.uuid
+PORTVERSION=	1.1.0
+CATEGORIES=	devel
+PKGNAMEPREFIX=	go-
+
+MAINTAINER=	cs@FreeBSD.org
+COMMENT=	UUID package for Go
+
+LICENSE=	MIT
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	satori
+GH_TAGNAME=	v${PORTVERSION}
+USES=		go
+
+.include <bsd.port.mk>

Added: head/devel/go-go.uuid/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-go.uuid/distinfo	Fri Jul  8 21:04:03 2016	(r418242)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468010659
+SHA256 (satori-go.uuid-1.1.0-v1.1.0_GH0.tar.gz) = a9509d7769794df7d26964d5dc297c8ad7349f8ff5585f294e8fddd1c6abe946
+SIZE (satori-go.uuid-1.1.0-v1.1.0_GH0.tar.gz) = 7609

Added: head/devel/go-go.uuid/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-go.uuid/pkg-descr	Fri Jul  8 21:04:03 2016	(r418242)
@@ -0,0 +1,4 @@
+This package provides pure Go implementation of Universally Unique Identifier
+(UUID). Supported both creation and parsing of UUIDs.
+
+WWW: https://github.com/satori/go.uuid

Added: head/devel/go-go.uuid/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-go.uuid/pkg-plist	Fri Jul  8 21:04:03 2016	(r418242)
@@ -0,0 +1,6 @@
+%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/benchmarks_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/uuid.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/uuid_test.go



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607082104.u68L43NY065064>