pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel go-fsnotify: remove, deprecated go-package, no u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/98eb88c71161
branches: trunk
changeset: 457419:98eb88c71161
user: nia <nia%pkgsrc.org@localhost>
date: Wed Aug 25 07:07:02 2021 +0000
description:
go-fsnotify: remove, deprecated go-package, no users in pkgsrc
diffstat:
devel/Makefile | 3 +--
devel/go-fsnotify/DESCR | 1 -
devel/go-fsnotify/Makefile | 21 ---------------------
devel/go-fsnotify/PLIST | 21 ---------------------
devel/go-fsnotify/buildlink3.mk | 16 ----------------
devel/go-fsnotify/distinfo | 6 ------
6 files changed, 1 insertions(+), 67 deletions(-)
diffs (102 lines):
diff -r 6426210a1de0 -r 98eb88c71161 devel/Makefile
--- a/devel/Makefile Wed Aug 25 07:05:21 2021 +0000
+++ b/devel/Makefile Wed Aug 25 07:07:02 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3484 2021/08/25 07:05:21 nia Exp $
+# $NetBSD: Makefile,v 1.3485 2021/08/25 07:07:02 nia Exp $
#
COMMENT= Development utilities
@@ -415,7 +415,6 @@
SUBDIR+= go-check
SUBDIR+= go-ed25519
SUBDIR+= go-flags-svent
-SUBDIR+= go-fsnotify
SUBDIR+= go-gocode
SUBDIR+= go-golang-lru
SUBDIR+= go-gopkgs
diff -r 6426210a1de0 -r 98eb88c71161 devel/go-fsnotify/DESCR
--- a/devel/go-fsnotify/DESCR Wed Aug 25 07:05:21 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-File system notifications for Go
diff -r 6426210a1de0 -r 98eb88c71161 devel/go-fsnotify/Makefile
--- a/devel/go-fsnotify/Makefile Wed Aug 25 07:05:21 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2021/08/11 19:35:15 bsiegert Exp $
-
-DISTNAME= fsnotify-1.3.0
-PKGNAME= go-${DISTNAME}
-PKGREVISION= 31
-MASTER_SITES= ${MASTER_SITE_GITHUB:=fsnotify/}
-CATEGORIES= devel
-GITHUB_TAG= v${PKGVERSION_NOREV}
-GITHUB_PROJECT= ${PKGBASE:S/^go-//}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-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"
diff -r 6426210a1de0 -r 98eb88c71161 devel/go-fsnotify/PLIST
--- a/devel/go-fsnotify/PLIST Wed Aug 25 07:05:21 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-@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
diff -r 6426210a1de0 -r 98eb88c71161 devel/go-fsnotify/buildlink3.mk
--- a/devel/go-fsnotify/buildlink3.mk Wed Aug 25 07:05:21 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2017/08/25 16:49:12 jperkin 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
diff -r 6426210a1de0 -r 98eb88c71161 devel/go-fsnotify/distinfo
--- a/devel/go-fsnotify/distinfo Wed Aug 25 07:05:21 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$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
Home |
Main Index |
Thread Index |
Old Index