Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6332E1A921F for ; Tue, 13 Oct 2020 02:33:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CE98384DAA; Tue, 13 Oct 2020 02:33:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 522E584D9D for ; Tue, 13 Oct 2020 02:33:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OKOOm0tucUcu for ; Tue, 13 Oct 2020 02:33:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8154484CDA for ; Tue, 13 Oct 2020 02:33:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78D84FB28; Tue, 13 Oct 2020 02:33:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602556390178320" MIME-Version: 1.0 Date: Tue, 13 Oct 2020 02:33:10 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20201013023310.78D84FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1602556390178320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Tue Oct 13 02:33:10 UTC 2020 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/go-walker: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Add go-walker version 0.1.1 walker is a faster, parallel version, of filepath.Walk. To generate a diff of this commit: cvs rdiff -u -r1.3270 -r1.3271 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/go-walker/DESCR \ pkgsrc/devel/go-walker/Makefile pkgsrc/devel/go-walker/PLIST \ pkgsrc/devel/go-walker/buildlink3.mk pkgsrc/devel/go-walker/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1602556390178320 Content-Disposition: inline Content-Length: 4391 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3270 pkgsrc/devel/Makefile:1.3271 --- pkgsrc/devel/Makefile:1.3270 Thu Oct 8 21:56:10 2020 +++ pkgsrc/devel/Makefile Tue Oct 13 02:33:10 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3270 2020/10/08 21:56:10 khorben Exp $ +# $NetBSD: Makefile,v 1.3271 2020/10/13 02:33:10 maya Exp $ # COMMENT= Development utilities @@ -474,6 +474,7 @@ SUBDIR+= go-tmc SUBDIR+= go-tools SUBDIR+= go-try SUBDIR+= go-viper +SUBDIR+= go-walker SUBDIR+= go-wordwrap SUBDIR+= go-xerrors SUBDIR+= go-yaml Added files: Index: pkgsrc/devel/go-walker/DESCR diff -u /dev/null pkgsrc/devel/go-walker/DESCR:1.1 --- /dev/null Tue Oct 13 02:33:10 2020 +++ pkgsrc/devel/go-walker/DESCR Tue Oct 13 02:33:10 2020 @@ -0,0 +1 @@ +walker is a faster, parallel version, of filepath.Walk. Index: pkgsrc/devel/go-walker/Makefile diff -u /dev/null pkgsrc/devel/go-walker/Makefile:1.1 --- /dev/null Tue Oct 13 02:33:10 2020 +++ pkgsrc/devel/go-walker/Makefile Tue Oct 13 02:33:10 2020 @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2020/10/13 02:33:10 maya Exp $ + +DISTNAME= go-walker-0.1.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=saracen/} +DIST_SUBDIR= ${GITHUB_PROJECT} +GITHUB_TAG= v0.1.1 +GITHUB_PROJECT= walker + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://godoc.org/github.com/saracen/walker +COMMENT= faster, parallel version, of filepath.Walk +LICENSE= mit + +GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG:S/^v//} +GO_SRCPATH= github.com/saracen/walker + +.include "../../lang/go/go-package.mk" +.include "../../devel/go-sync/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/go-walker/PLIST diff -u /dev/null pkgsrc/devel/go-walker/PLIST:1.1 --- /dev/null Tue Oct 13 02:33:10 2020 +++ pkgsrc/devel/go-walker/PLIST Tue Oct 13 02:33:10 2020 @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2020/10/13 02:33:10 maya Exp $ +gopkg/pkg/${GO_PLATFORM}/github.com/saracen/walker.a +gopkg/src/github.com/saracen/walker/LICENSE +gopkg/src/github.com/saracen/walker/README.md +gopkg/src/github.com/saracen/walker/go.mod +gopkg/src/github.com/saracen/walker/go.sum +gopkg/src/github.com/saracen/walker/testdata/fastwalk/fastwalk.go +gopkg/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_dirent_fileno.go +gopkg/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_dirent_ino.go +gopkg/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_dirent_namlen_bsd.go +gopkg/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_dirent_namlen_linux.go +gopkg/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_portable.go +gopkg/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_test.go +gopkg/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_unix.go +gopkg/src/github.com/saracen/walker/walker.go +gopkg/src/github.com/saracen/walker/walker_option.go +gopkg/src/github.com/saracen/walker/walker_portable.go +gopkg/src/github.com/saracen/walker/walker_test.go +gopkg/src/github.com/saracen/walker/walker_unix.go Index: pkgsrc/devel/go-walker/buildlink3.mk diff -u /dev/null pkgsrc/devel/go-walker/buildlink3.mk:1.1 --- /dev/null Tue Oct 13 02:33:10 2020 +++ pkgsrc/devel/go-walker/buildlink3.mk Tue Oct 13 02:33:10 2020 @@ -0,0 +1,17 @@ +# $NetBSD: buildlink3.mk,v 1.1 2020/10/13 02:33:10 maya Exp $ + +BUILDLINK_TREE+= go-walker + +.if !defined(GO_walker_BUILDLINK3_MK) +GO_walker_BUILDLINK3_MK:= + +BUILDLINK_CONTENTS_FILTER.go-walker= ${EGREP} gopkg/ +BUILDLINK_DEPMETHOD.go-walker?= build + +BUILDLINK_API_DEPENDS.go-walker+= go-walker>=0.0 +BUILDLINK_PKGSRCDIR.go-walker?= ../../devel/go-walker + +.include "../../devel/go-sync/buildlink3.mk" +.endif # GO_walker_BUILDLINK3_MK + +BUILDLINK_TREE+= -go-walker Index: pkgsrc/devel/go-walker/distinfo diff -u /dev/null pkgsrc/devel/go-walker/distinfo:1.1 --- /dev/null Tue Oct 13 02:33:10 2020 +++ pkgsrc/devel/go-walker/distinfo Tue Oct 13 02:33:10 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/10/13 02:33:10 maya Exp $ + +SHA1 (walker/go-walker-0.1.1.tar.gz) = 97b1499bee82622470549f95a555e13753462bdb +RMD160 (walker/go-walker-0.1.1.tar.gz) = 1d1d8245ee66a42a846ccaf6057cd48efbf49312 +SHA512 (walker/go-walker-0.1.1.tar.gz) = 2f9c32296487e0da7c28fcac9c85720176b219d840cab4e240aa9a927043976d87eb12bcf22e6425a80623f7e2583f268833c2daf9bc6fbf6b29562b63c77ed5 +Size (walker/go-walker-0.1.1.tar.gz) = 10707 bytes --_----------=_1602556390178320--