pkgsrc-WIP-changes archive

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

Import go-err113-0.1.0 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Jan 8 22:25:10 2021 +0100
Changeset:	b68132d2c70e7c80e803c929e8a4046548b28005

Modified Files:
	Makefile
Added Files:
	go-err113/DESCR
	go-err113/Makefile
	go-err113/PLIST
	go-err113/buildlink3.mk
	go-err113/distinfo

Log Message:
Import go-err113-0.1.0 to wip

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

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

diffstat:
 Makefile                |  3 ++-
 go-err113/DESCR         |  1 +
 go-err113/Makefile      | 21 +++++++++++++++++++++
 go-err113/PLIST         | 18 ++++++++++++++++++
 go-err113/buildlink3.mk | 19 +++++++++++++++++++
 go-err113/distinfo      |  6 ++++++
 6 files changed, 67 insertions(+), 1 deletion(-)

diffs:
diff --git a/Makefile b/Makefile
index 143fe182d9..40af8c7c25 100644
--- a/Makefile
+++ b/Makefile
@@ -1184,7 +1184,8 @@ SUBDIR+=	go-color
 SUBDIR+=	go-cyclo
 SUBDIR+=	go-dotenv
 SUBDIR+=	go-easyjson
-SUBDIR+=	go-errors
+SUBDIR+=	go-err113
+SUBDIR+=	go-errorx
 SUBDIR+=	go-flac-eaburns
 SUBDIR+=	go-flags
 SUBDIR+=	go-fsnotify
diff --git a/go-err113/DESCR b/go-err113/DESCR
new file mode 100644
index 0000000000..dfef65ea55
--- /dev/null
+++ b/go-err113/DESCR
@@ -0,0 +1 @@
+Golang linter to check the errors handling expressions
diff --git a/go-err113/Makefile b/go-err113/Makefile
new file mode 100644
index 0000000000..2b2233d649
--- /dev/null
+++ b/go-err113/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	go-err113-0.1.0
+GITHUB_PROJECT=	go-err113
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=Djarvur/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/Djarvur/go-err113/
+COMMENT=	Golang linter to check the errors handling expressions
+LICENSE=	mit
+
+GO_SRCPATH=	github.com/Djarvur/go-err113
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+
+.include "../../devel/go-mod/buildlink3.mk"
+.include "../../devel/go-tools/buildlink3.mk"
+.include "../../devel/go-xerrors/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-err113/PLIST b/go-err113/PLIST
new file mode 100644
index 0000000000..b30540ae01
--- /dev/null
+++ b/go-err113/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+bin/err113
+gopkg/pkg/${GO_PLATFORM}/github.com/Djarvur/go-err113.a
+gopkg/src/github.com/Djarvur/go-err113/LICENSE
+gopkg/src/github.com/Djarvur/go-err113/README.adoc
+gopkg/src/github.com/Djarvur/go-err113/cmd/err113/main.go
+gopkg/src/github.com/Djarvur/go-err113/comparison.go
+gopkg/src/github.com/Djarvur/go-err113/definition.go
+gopkg/src/github.com/Djarvur/go-err113/err113.go
+gopkg/src/github.com/Djarvur/go-err113/err113_test.go
+gopkg/src/github.com/Djarvur/go-err113/go.mod
+gopkg/src/github.com/Djarvur/go-err113/go.sum
+gopkg/src/github.com/Djarvur/go-err113/testdata/custom.go
+gopkg/src/github.com/Djarvur/go-err113/testdata/defenition.go
+gopkg/src/github.com/Djarvur/go-err113/testdata/definition-custom.go
+gopkg/src/github.com/Djarvur/go-err113/testdata/exceptions.go
+gopkg/src/github.com/Djarvur/go-err113/testdata/simple.go
+gopkg/src/github.com/Djarvur/go-err113/testdata/stdio.go
diff --git a/go-err113/buildlink3.mk b/go-err113/buildlink3.mk
new file mode 100644
index 0000000000..5117ce5782
--- /dev/null
+++ b/go-err113/buildlink3.mk
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-err113
+
+.if !defined(GO_ERR113_BUILDLINK3_MK)
+GO_ERR113_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-err113=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-err113?=		build
+
+BUILDLINK_API_DEPENDS.go-err113+=	go-err113>=0.1.0
+BUILDLINK_PKGSRCDIR.go-err113?=		../../wip/go-err113
+
+.include "../../devel/go-mod/buildlink3.mk"
+.include "../../devel/go-tools/buildlink3.mk"
+.include "../../devel/go-xerrors/buildlink3.mk"
+.endif	# GO_ERR113_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-err113
diff --git a/go-err113/distinfo b/go-err113/distinfo
new file mode 100644
index 0000000000..08ab7b20c7
--- /dev/null
+++ b/go-err113/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-err113-0.1.0.tar.gz) = 6a3112c22e0d7abea32c0fe6d92a1effe7df976f
+RMD160 (go-err113-0.1.0.tar.gz) = 34a43326729979dac1994338072bd5f52b685456
+SHA512 (go-err113-0.1.0.tar.gz) = ae543e448e8ce448cec0e688c89d4f61ed22cf6f6a64704a7962744a5edbeb8d5d7bf20b229c14fbd77ceb789d96c0b9ea98606add34b410eab45558396e1995
+Size (go-err113-0.1.0.tar.gz) = 8715 bytes


Home | Main Index | Thread Index | Old Index