Date: Fri, 5 Sep 2014 21:15:26 +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: r367391 - in head/devel: . go-hashicorp-logutils Message-ID: <201409052115.s85LFQo3042572@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <thomas@bartelmess.io> 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 <thomas@bartelmess.io> +# $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 <bsd.port.pre.mk> +.include "${PORTSDIR}/lang/go/files/bsd.go.mk" +.include <bsd.port.post.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409052115.s85LFQo3042572>