pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import go-errlog-20201130 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Jan 12 10:14:38 2021 +0100
Changeset:	6b56c9873aaa22365d1e62ac72a7773695f803c4

Modified Files:
	Makefile
Added Files:
	go-errlog/DESCR
	go-errlog/Makefile
	go-errlog/PLIST
	go-errlog/distinfo

Log Message:
Import go-errlog-20201130 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6b56c9873aaa22365d1e62ac72a7773695f803c4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 +
 go-errlog/DESCR    |  2 ++
 go-errlog/Makefile | 22 ++++++++++++++++++++++
 go-errlog/PLIST    | 19 +++++++++++++++++++
 go-errlog/distinfo |  6 ++++++
 5 files changed, 50 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e0f16eb4f7..6cb090e568 100644
--- a/Makefile
+++ b/Makefile
@@ -1191,6 +1191,7 @@ SUBDIR+=	go-concurrent
 SUBDIR+=	go-douceur
 SUBDIR+=	go-dotenv
 SUBDIR+=	go-easyjson
+SUBDIR+=	go-errlog
 SUBDIR+=	go-eventsource
 SUBDIR+=	go-ewma
 SUBDIR+=	go-err113
diff --git a/go-errlog/DESCR b/go-errlog/DESCR
new file mode 100644
index 0000000000..6aceec7649
--- /dev/null
+++ b/go-errlog/DESCR
@@ -0,0 +1,2 @@
+Use errlog to improve error logging and speed up
+debugging while you create amazing code.
diff --git a/go-errlog/Makefile b/go-errlog/Makefile
new file mode 100644
index 0000000000..c7f66f2950
--- /dev/null
+++ b/go-errlog/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	errlog-20201130
+PKGNAME=	go-${DISTNAME}
+GITHUB_PROJECT=	errlog
+GITHUB_TAG=	aef7af651c460f22471f5659fd91cf4f00036f67
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=snwfdhmp/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/snwfdhmp/errlog/
+COMMENT=	Reduce debugging time while programming Go
+LICENSE=	mit
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH=	github.com/snwfdhmp/${GITHUB_PROJECT}
+
+.include "../../devel/go-afero/buildlink3.mk"
+.include "../../devel/go-logrus/buildlink3.mk"
+.include "../../wip/go-color/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-errlog/PLIST b/go-errlog/PLIST
new file mode 100644
index 0000000000..cebc33c993
--- /dev/null
+++ b/go-errlog/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+bin/basic
+bin/custom
+bin/disabled
+bin/failingLineFar
+bin/stackTrace
+gopkg/pkg/${GO_PLATFORM}/github.com/snwfdhmp/errlog.a
+gopkg/src/github.com/snwfdhmp/errlog/LICENSE
+gopkg/src/github.com/snwfdhmp/errlog/README.md
+gopkg/src/github.com/snwfdhmp/errlog/defaults.go
+gopkg/src/github.com/snwfdhmp/errlog/errlog.go
+gopkg/src/github.com/snwfdhmp/errlog/examples/basic/basic.go
+gopkg/src/github.com/snwfdhmp/errlog/examples/custom/custom.go
+gopkg/src/github.com/snwfdhmp/errlog/examples/disabled/disabled.go
+gopkg/src/github.com/snwfdhmp/errlog/examples/failingLineFar/failingLineFar.go
+gopkg/src/github.com/snwfdhmp/errlog/examples/stackTrace/stackTrace.go
+gopkg/src/github.com/snwfdhmp/errlog/logger.go
+gopkg/src/github.com/snwfdhmp/errlog/regexp.go
+gopkg/src/github.com/snwfdhmp/errlog/utils.go
diff --git a/go-errlog/distinfo b/go-errlog/distinfo
new file mode 100644
index 0000000000..db882f0627
--- /dev/null
+++ b/go-errlog/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (errlog-20201130-aef7af651c460f22471f5659fd91cf4f00036f67.tar.gz) = e5467ec0536849cfaad64487911cb1a0bb772848
+RMD160 (errlog-20201130-aef7af651c460f22471f5659fd91cf4f00036f67.tar.gz) = e5675389e6311b4d1adf8ee64d2c0a7ca7899bb5
+SHA512 (errlog-20201130-aef7af651c460f22471f5659fd91cf4f00036f67.tar.gz) = 220432ef07a577d09789b588691d762fd2ed4895785dabdaabb55344d949f60da421f3b893db6cb8831e0df78cbf03f65761630d0b52863ee3ab70fff715983f
+Size (errlog-20201130-aef7af651c460f22471f5659fd91cf4f00036f67.tar.gz) = 9988 bytes


Home | Main Index | Thread Index | Old Index