Skip to content

Commit

Permalink
Add go-walker version 0.1.1
Browse files Browse the repository at this point in the history
walker is a faster, parallel version, of filepath.Walk.
  • Loading branch information
coypoop committed Oct 13, 2020
1 parent 320a66f commit afe3165
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions devel/go-walker/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
walker is a faster, parallel version, of filepath.Walk.
20 changes: 20 additions & 0 deletions devel/go-walker/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
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"
19 changes: 19 additions & 0 deletions devel/go-walker/PLIST
Original file line number Diff line number Diff line change
@@ -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
17 changes: 17 additions & 0 deletions devel/go-walker/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions devel/go-walker/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit afe3165

Please sign in to comment.