pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel go-mapstructure: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b6174dd53c2
branches:  trunk
changeset: 454554:3b6174dd53c2
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jun 13 08:26:47 2021 +0000

description:
go-mapstructure: remove

deprecated go-package; no longer has any users in pkgsrc

diffstat:

 devel/Makefile                      |   3 +--
 devel/go-mapstructure/DESCR         |   8 --------
 devel/go-mapstructure/Makefile      |  20 --------------------
 devel/go-mapstructure/PLIST         |  13 -------------
 devel/go-mapstructure/buildlink3.mk |  16 ----------------
 devel/go-mapstructure/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 65 deletions(-)

diffs (100 lines):

diff -r fde74a0ff2e0 -r 3b6174dd53c2 devel/Makefile
--- a/devel/Makefile    Sun Jun 13 08:24:32 2021 +0000
+++ b/devel/Makefile    Sun Jun 13 08:26:47 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3414 2021/06/13 08:22:45 nia Exp $
+# $NetBSD: Makefile,v 1.3415 2021/06/13 08:26:47 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -456,7 +456,6 @@
 SUBDIR+=       go-levenshtein
 SUBDIR+=       go-locker
 SUBDIR+=       go-logrus
-SUBDIR+=       go-mapstructure
 SUBDIR+=       go-mapstructure-bep
 SUBDIR+=       go-mod
 SUBDIR+=       go-mow-cli
diff -r fde74a0ff2e0 -r 3b6174dd53c2 devel/go-mapstructure/DESCR
--- a/devel/go-mapstructure/DESCR       Sun Jun 13 08:24:32 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-mapstructure is a Go library for decoding generic map values to structures and
-vice versa, while providing helpful error handling.
-
-This library is most useful when decoding values from some data stream (JSON,
-Gob, etc.) where you don't quite know the structure of the underlying data
-until you read a part of it. You can therefore read a map[string]interface{}
-and use this library to decode it into the proper underlying native Go
-structure.
diff -r fde74a0ff2e0 -r 3b6174dd53c2 devel/go-mapstructure/Makefile
--- a/devel/go-mapstructure/Makefile    Sun Jun 13 08:24:32 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.33 2021/06/06 12:18:46 bsiegert Exp $
-
-DISTNAME=      mapstructure-0.0.20160212
-PKGNAME=       go-${DISTNAME}
-PKGREVISION=   29
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=mitchellh/}
-CATEGORIES=    devel
-GITHUB_TAG=    d2dd0262208475919e1a362f675cfc0e7c10e905
-GITHUB_PROJECT=        ${PKGBASE:S/^go-//}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/mitchellh/mapstructure
-COMMENT=       Library for decoding generic map values into native structures
-LICENSE=       mit
-
-GO_DIST_BASE=  ${GITHUB_PROJECT}-${GITHUB_TAG}
-GO_SRCPATH=    github.com/mitchellh/mapstructure
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r fde74a0ff2e0 -r 3b6174dd53c2 devel/go-mapstructure/PLIST
--- a/devel/go-mapstructure/PLIST       Sun Jun 13 08:24:32 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:32:00 gavan Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/mitchellh/mapstructure.a
-gopkg/src/github.com/mitchellh/mapstructure/LICENSE
-gopkg/src/github.com/mitchellh/mapstructure/README.md
-gopkg/src/github.com/mitchellh/mapstructure/decode_hooks.go
-gopkg/src/github.com/mitchellh/mapstructure/decode_hooks_test.go
-gopkg/src/github.com/mitchellh/mapstructure/error.go
-gopkg/src/github.com/mitchellh/mapstructure/mapstructure.go
-gopkg/src/github.com/mitchellh/mapstructure/mapstructure_benchmark_test.go
-gopkg/src/github.com/mitchellh/mapstructure/mapstructure_bugs_test.go
-gopkg/src/github.com/mitchellh/mapstructure/mapstructure_examples_test.go
-gopkg/src/github.com/mitchellh/mapstructure/mapstructure_test.go
-@pkgdir bin
diff -r fde74a0ff2e0 -r 3b6174dd53c2 devel/go-mapstructure/buildlink3.mk
--- a/devel/go-mapstructure/buildlink3.mk       Sun Jun 13 08:24:32 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:02 rillig Exp $
-
-BUILDLINK_TREE+=       go-mapstructure
-
-.if !defined(GO_MAPSTRUCTURE_BUILDLINK3_MK)
-GO_MAPSTRUCTURE_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-mapstructure=     ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-mapstructure?=          build
-
-BUILDLINK_API_DEPENDS.go-mapstructure+=        go-mapstructure>=0.0
-BUILDLINK_PKGSRCDIR.go-mapstructure?=  ../../devel/go-mapstructure
-
-.endif  # GO_MAPSTRUCTURE_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-mapstructure
diff -r fde74a0ff2e0 -r 3b6174dd53c2 devel/go-mapstructure/distinfo
--- a/devel/go-mapstructure/distinfo    Sun Jun 13 08:24:32 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:32:00 gavan Exp $
-
-SHA1 (mapstructure-0.0.20160212-d2dd0262208475919e1a362f675cfc0e7c10e905.tar.gz) = 6524fc3e153081b7dc68bc7b1526e11330b37ae4
-RMD160 (mapstructure-0.0.20160212-d2dd0262208475919e1a362f675cfc0e7c10e905.tar.gz) = 19d72ef5ea5ddc158ac21168e0de528aade21485
-SHA512 (mapstructure-0.0.20160212-d2dd0262208475919e1a362f675cfc0e7c10e905.tar.gz) = 
32001d4fb82661ae01e6fa8fb8af2547671a50763121ff81073bfcb982078496639027427ce134b3f54ba121c9626cf0d5a21004f86ade7cf54ce113e86d779e
-Size (mapstructure-0.0.20160212-d2dd0262208475919e1a362f675cfc0e7c10e905.tar.gz) = 14263 bytes



Home | Main Index | Thread Index | Old Index