Received: by mail.netbsd.org (Postfix, from userid 605) id 1C9FE855B5; Thu, 17 Aug 2017 01:24:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 98C69855B4 for ; Thu, 17 Aug 2017 01:24:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id TU-mcSE3R8bE for ; Thu, 17 Aug 2017 01:24:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0FF2E84CE0 for ; Thu, 17 Aug 2017 01:24:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0E1B6FAD0; Thu, 17 Aug 2017 01:24:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502933086151460" MIME-Version: 1.0 Date: Thu, 17 Aug 2017 01:24:46 +0000 From: "Gavan Fantom" Subject: CVS commit: pkgsrc/devel/go-fsnotify To: pkgsrc-changes@NetBSD.org Reply-To: gavan@netbsd.org X-Mailer: log_accum Message-Id: <20170817012446.0E1B6FAD0@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. --_----------=_1502933086151460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gavan Date: Thu Aug 17 01:24:45 UTC 2017 Added Files: pkgsrc/devel/go-fsnotify: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Add go-fsnotify package To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/go-fsnotify/DESCR \ pkgsrc/devel/go-fsnotify/Makefile pkgsrc/devel/go-fsnotify/PLIST \ pkgsrc/devel/go-fsnotify/buildlink3.mk pkgsrc/devel/go-fsnotify/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502933086151460 Content-Disposition: inline Content-Length: 3698 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/go-fsnotify/DESCR diff -u /dev/null pkgsrc/devel/go-fsnotify/DESCR:1.1 --- /dev/null Thu Aug 17 01:24:46 2017 +++ pkgsrc/devel/go-fsnotify/DESCR Thu Aug 17 01:24:45 2017 @@ -0,0 +1 @@ +File system notifications for Go Index: pkgsrc/devel/go-fsnotify/Makefile diff -u /dev/null pkgsrc/devel/go-fsnotify/Makefile:1.1 --- /dev/null Thu Aug 17 01:24:46 2017 +++ pkgsrc/devel/go-fsnotify/Makefile Thu Aug 17 01:24:45 2017 @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2017/08/17 01:24:45 gavan Exp $ + +DISTNAME= fsnotify-1.3.0 +PKGNAME= go-${DISTNAME} +MASTER_SITES= ${MASTER_SITE_GITHUB:=fsnotify/} +CATEGORIES= devel +GITHUB_TAG= v${PKGVERSION_NOREV} +GITHUB_PROJECT= ${PKGBASE:S/^go-//} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/fsnotify/fsnotify +COMMENT= File system notifications for Go +# LICENSE= XXX + +GO_DIST_BASE= ${DISTNAME} +GO_SRCPATH= github.com/fsnotify/fsnotify + +.include "../../devel/go-sys/buildlink3.mk" +.include "../../lang/go/go-package.mk" +.include "../../mk/bsd.pkg.mk" + Index: pkgsrc/devel/go-fsnotify/PLIST diff -u /dev/null pkgsrc/devel/go-fsnotify/PLIST:1.1 --- /dev/null Thu Aug 17 01:24:46 2017 +++ pkgsrc/devel/go-fsnotify/PLIST Thu Aug 17 01:24:45 2017 @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:24:45 gavan Exp $ +gopkg/pkg/${GO_PLATFORM}/github.com/fsnotify/fsnotify.a +gopkg/src/github.com/fsnotify/fsnotify/AUTHORS +gopkg/src/github.com/fsnotify/fsnotify/CHANGELOG.md +gopkg/src/github.com/fsnotify/fsnotify/CONTRIBUTING.md +gopkg/src/github.com/fsnotify/fsnotify/LICENSE +gopkg/src/github.com/fsnotify/fsnotify/README.md +gopkg/src/github.com/fsnotify/fsnotify/example_test.go +gopkg/src/github.com/fsnotify/fsnotify/fen.go +gopkg/src/github.com/fsnotify/fsnotify/fsnotify.go +gopkg/src/github.com/fsnotify/fsnotify/inotify.go +gopkg/src/github.com/fsnotify/fsnotify/inotify_poller.go +gopkg/src/github.com/fsnotify/fsnotify/inotify_poller_test.go +gopkg/src/github.com/fsnotify/fsnotify/inotify_test.go +gopkg/src/github.com/fsnotify/fsnotify/integration_darwin_test.go +gopkg/src/github.com/fsnotify/fsnotify/integration_test.go +gopkg/src/github.com/fsnotify/fsnotify/kqueue.go +gopkg/src/github.com/fsnotify/fsnotify/open_mode_bsd.go +gopkg/src/github.com/fsnotify/fsnotify/open_mode_darwin.go +gopkg/src/github.com/fsnotify/fsnotify/windows.go +@pkgdir bin Index: pkgsrc/devel/go-fsnotify/buildlink3.mk diff -u /dev/null pkgsrc/devel/go-fsnotify/buildlink3.mk:1.1 --- /dev/null Thu Aug 17 01:24:46 2017 +++ pkgsrc/devel/go-fsnotify/buildlink3.mk Thu Aug 17 01:24:45 2017 @@ -0,0 +1,17 @@ +# $NetBSD: buildlink3.mk,v 1.1 2017/08/17 01:24:45 gavan Exp $ + +BUILDLINK_TREE+= go-fsnotify + +.if !defined(GO_FSNOTIFY_BUILDLINK3_MK) +GO_FSNOTIFY_BUILDLINK3_MK:= + +BUILDLINK_CONTENTS_FILTER.go-fsnotify= ${EGREP} gopkg/ +BUILDLINK_DEPMETHOD.go-fsnotify?= build + +BUILDLINK_API_DEPENDS.go-fsnotify+= go-fsnotify>=1.3.0 +BUILDLINK_PKGSRCDIR.go-fsnotify?= ../../devel/go-fsnotify + +.endif # GO_FSNOTIFY_BUILDLINK3_MK + +BUILDLINK_TREE+= -go-fsnotify + Index: pkgsrc/devel/go-fsnotify/distinfo diff -u /dev/null pkgsrc/devel/go-fsnotify/distinfo:1.1 --- /dev/null Thu Aug 17 01:24:46 2017 +++ pkgsrc/devel/go-fsnotify/distinfo Thu Aug 17 01:24:45 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/08/17 01:24:45 gavan Exp $ + +SHA1 (fsnotify-1.3.0.tar.gz) = 3205a7820140c6af7b6a9c5f03c1a6f5f005f666 +RMD160 (fsnotify-1.3.0.tar.gz) = db315b48fb406e45c337453721397066f4bc491d +SHA512 (fsnotify-1.3.0.tar.gz) = ae51da0dac0e7d4bfae86e758aac27049067743ed2d875bd5fb33275595d6dec49851da45580c4fe75241e3b1bb6c956c0e3a7a48f217f0cc2c33d33a74647ef +Size (fsnotify-1.3.0.tar.gz) = 28389 bytes --_----------=_1502933086151460--