pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index