pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ff38b0a2ba6
branches:  trunk
changeset: 454557:4ff38b0a2ba6
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jun 13 08:27:56 2021 +0000

description:
go-mapstructure-bep: remove

deprecated go-package; no users in pkgsrc

diffstat:

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

diffs (99 lines):

diff -r 146e025c010f -r 4ff38b0a2ba6 devel/Makefile
--- a/devel/Makefile    Sun Jun 13 08:27:39 2021 +0000
+++ b/devel/Makefile    Sun Jun 13 08:27:56 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3415 2021/06/13 08:26:47 nia Exp $
+# $NetBSD: Makefile,v 1.3416 2021/06/13 08:27:56 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -456,7 +456,6 @@
 SUBDIR+=       go-levenshtein
 SUBDIR+=       go-locker
 SUBDIR+=       go-logrus
-SUBDIR+=       go-mapstructure-bep
 SUBDIR+=       go-mod
 SUBDIR+=       go-mow-cli
 SUBDIR+=       go-nbreader
diff -r 146e025c010f -r 4ff38b0a2ba6 devel/go-mapstructure-bep/DESCR
--- a/devel/go-mapstructure-bep/DESCR   Sun Jun 13 08:27:39 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 146e025c010f -r 4ff38b0a2ba6 devel/go-mapstructure-bep/Makefile
--- a/devel/go-mapstructure-bep/Makefile        Sun Jun 13 08:27:39 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2021/06/06 12:18:50 bsiegert Exp $
-
-DISTNAME=      mapstructure-bep-0.0.20180511
-PKGNAME=       go-${DISTNAME}
-PKGREVISION=   25
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=bep/}
-CATEGORIES=    devel
-GITHUB_TAG=    bb74f1db0675b241733089d5a1faa5dd8b0ef57b
-GITHUB_PROJECT=        ${PKGBASE:S/^go-//:S/-bep//}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/bep/mapstructure
-COMMENT=       Library for decoding generic map values into native structures
-LICENSE=       mit
-
-GO_DIST_BASE=  ${GITHUB_PROJECT}-${GITHUB_TAG}
-GO_SRCPATH=    github.com/bep/mapstructure
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 146e025c010f -r 4ff38b0a2ba6 devel/go-mapstructure-bep/PLIST
--- a/devel/go-mapstructure-bep/PLIST   Sun Jun 13 08:27:39 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2018/11/18 08:06:21 ryoon Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/bep/mapstructure.a
-gopkg/src/github.com/bep/mapstructure/LICENSE
-gopkg/src/github.com/bep/mapstructure/README.md
-gopkg/src/github.com/bep/mapstructure/decode_hooks.go
-gopkg/src/github.com/bep/mapstructure/decode_hooks_test.go
-gopkg/src/github.com/bep/mapstructure/error.go
-gopkg/src/github.com/bep/mapstructure/mapstructure.go
-gopkg/src/github.com/bep/mapstructure/mapstructure_benchmark_test.go
-gopkg/src/github.com/bep/mapstructure/mapstructure_bugs_test.go
-gopkg/src/github.com/bep/mapstructure/mapstructure_examples_test.go
-gopkg/src/github.com/bep/mapstructure/mapstructure_test.go
diff -r 146e025c010f -r 4ff38b0a2ba6 devel/go-mapstructure-bep/buildlink3.mk
--- a/devel/go-mapstructure-bep/buildlink3.mk   Sun Jun 13 08:27:39 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 08:06:21 ryoon Exp $
-
-BUILDLINK_TREE+=       go-mapstructure-bep
-
-.if !defined(GO_MAPSTRUCTURE_BEP_BUILDLINK3_MK)
-GO_MAPSTRUCTURE_BEP_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-mapstructure-bep= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-mapstructure-bep?=      build
-
-BUILDLINK_API_DEPENDS.go-mapstructure-bep+=    go-mapstructure-bep>=0.0
-BUILDLINK_PKGSRCDIR.go-mapstructure-bep?=      ../../devel/go-mapstructure-bep
-
-.endif  # GO_MAPSTRUCTURE_BEP_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-mapstructure-bep
diff -r 146e025c010f -r 4ff38b0a2ba6 devel/go-mapstructure-bep/distinfo
--- a/devel/go-mapstructure-bep/distinfo        Sun Jun 13 08:27:39 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2018/11/18 08:06:21 ryoon Exp $
-
-SHA1 (mapstructure-bep-0.0.20180511-bb74f1db0675b241733089d5a1faa5dd8b0ef57b.tar.gz) = d24a9c3168f1da1127db69a5fb76875a6992bd63
-RMD160 (mapstructure-bep-0.0.20180511-bb74f1db0675b241733089d5a1faa5dd8b0ef57b.tar.gz) = 8738de6d8d1b7b8fc961fe120b7a73ff7b792684
-SHA512 (mapstructure-bep-0.0.20180511-bb74f1db0675b241733089d5a1faa5dd8b0ef57b.tar.gz) = 
b5740447fa3b81ff8b713f328dbbf866f01527ee71f23141595d0c0f39d865f9ea95a04bac118dc223a3ebfc3ebeb5b8f857fec66f4232ef7da8f292ac8cab59
-Size (mapstructure-bep-0.0.20180511-bb74f1db0675b241733089d5a1faa5dd8b0ef57b.tar.gz) = 18671 bytes



Home | Main Index | Thread Index | Old Index