svn commit: r367391 - in head/devel: . go-hashicorp-logutils

Carlo Strub cs at FreeBSD.org
Fri Sep 5 21:15:27 UTC 2014


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 at 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 at bartelmess.io>
+# $FreeBSD$
+
+PORTNAME=	go-hachicorp-logutils
+PORTVERSION=	0.1
+CATEGORIES=	devel
+
+MAINTAINER=	thomas at 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
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%
+ at dirrmtry %%GO_SRCDIR%%/github.com/hashicorp
+ at dirrmtry %%GO_SRCDIR%%/github.com
+ at dirrmtry %%GO_SRCDIR%%
+ at dirrmtry %%GO_LIBDIR%%/github.com/hashicorp
+ at dirrmtry %%GO_LIBDIR%%/github.com
+ at dirrmtry %%GO_LIBDIR%%
+ at dirrmtry share/go/pkg
+ at dirrmtry share/go


More information about the svn-ports-head mailing list