From owner-svn-ports-head@FreeBSD.ORG Fri Sep 5 21:15:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F477F96; Fri, 5 Sep 2014 21:15:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27AE61E77; Fri, 5 Sep 2014 21:15:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s85LFQgR042577; Fri, 5 Sep 2014 21:15:26 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s85LFQo3042572; Fri, 5 Sep 2014 21:15:26 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201409052115.s85LFQo3042572@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Fri, 5 Sep 2014 21:15:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367391 - in head/devel: . go-hashicorp-logutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 21:15:27 -0000 Author: cs Date: Fri Sep 5 21:15:25 2014 New Revision: 367391 URL: http://svnweb.freebsd.org/changeset/ports/367391 QAT: https://qat.redports.org/buildarchive/r367391/ Log: logutils is a Go package that augments the standard library "log" package to make logging a bit more modern, without fragmenting the Go ecosystem with new logging packages. PR: ports/192964 Submitted by: Thomas Bartelmess Added: head/devel/go-hashicorp-logutils/ head/devel/go-hashicorp-logutils/Makefile (contents, props changed) head/devel/go-hashicorp-logutils/distinfo (contents, props changed) head/devel/go-hashicorp-logutils/pkg-descr (contents, props changed) head/devel/go-hashicorp-logutils/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Sep 5 21:04:30 2014 (r367390) +++ head/devel/Makefile Fri Sep 5 21:15:25 2014 (r367391) @@ -583,6 +583,7 @@ SUBDIR += gnustep SUBDIR += gnustep-make SUBDIR += go-flags + SUBDIR += go-hashicorp-logutils SUBDIR += go-json-rest SUBDIR += go-pretty SUBDIR += go-runewidth Added: head/devel/go-hashicorp-logutils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/go-hashicorp-logutils/Makefile Fri Sep 5 21:15:25 2014 (r367391) @@ -0,0 +1,23 @@ +# Created by: Thomas Bartelmess +# $FreeBSD$ + +PORTNAME= go-hachicorp-logutils +PORTVERSION= 0.1 +CATEGORIES= devel + +MAINTAINER= thomas@bartelmess.io +COMMENT= Utilities for slightly better logging in Go (Golang) + +LICENSE= BSD2CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= hashicorp +GH_PROJECT= logutils +GH_COMMIT= 8e0820f +GH_TAGNAME= 8e0820fe7ac5eb2b01626b1d99df47c5449eb2d8 + +GO_PKGNAME= github.com/hashicorp/logutils + +.include +.include "${PORTSDIR}/lang/go/files/bsd.go.mk" +.include Added: head/devel/go-hashicorp-logutils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/go-hashicorp-logutils/distinfo Fri Sep 5 21:15:25 2014 (r367391) @@ -0,0 +1,2 @@ +SHA256 (go-hachicorp-logutils-0.1.tar.gz) = caffe2bd138d62b35ba5fda122be003e983b7d4c6fe3e0db73a64ef69578031c +SIZE (go-hachicorp-logutils-0.1.tar.gz) = 7379 Added: head/devel/go-hashicorp-logutils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/go-hashicorp-logutils/pkg-descr Fri Sep 5 21:15:25 2014 (r367391) @@ -0,0 +1,3 @@ +logutils is a Go package that augments the standard library "log" +package to make logging a bit more modern, without fragmenting +the Go ecosystem with new logging packages. Added: head/devel/go-hashicorp-logutils/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/go-hashicorp-logutils/pkg-plist Fri Sep 5 21:15:25 2014 (r367391) @@ -0,0 +1,15 @@ +%%GO_LIBDIR%%/%%GO_PKGNAME%%.a +%%GO_SRCDIR%%/%%GO_PKGNAME%%/level.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE +%%GO_SRCDIR%%/%%GO_PKGNAME%%/level_benchmark_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/level_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md +@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%% +@dirrmtry %%GO_SRCDIR%%/github.com/hashicorp +@dirrmtry %%GO_SRCDIR%%/github.com +@dirrmtry %%GO_SRCDIR%% +@dirrmtry %%GO_LIBDIR%%/github.com/hashicorp +@dirrmtry %%GO_LIBDIR%%/github.com +@dirrmtry %%GO_LIBDIR%% +@dirrmtry share/go/pkg +@dirrmtry share/go