pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www go-toml-burntsushi: remove.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0219cc28afd5
branches:  trunk
changeset: 454233:0219cc28afd5
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Jun 07 09:48:57 2021 +0000

description:
go-toml-burntsushi: remove.

This was only an indirect dependency of www/hugo.

diffstat:

 www/Makefile                         |   3 +-
 www/go-toml-burntsushi/DESCR         |   5 ----
 www/go-toml-burntsushi/Makefile      |  20 ------------------
 www/go-toml-burntsushi/PLIST         |  39 ------------------------------------
 www/go-toml-burntsushi/buildlink3.mk |  16 --------------
 www/go-toml-burntsushi/distinfo      |   6 -----
 6 files changed, 1 insertions(+), 88 deletions(-)

diffs (123 lines):

diff -r 540e26419805 -r 0219cc28afd5 www/Makefile
--- a/www/Makefile      Mon Jun 07 09:47:32 2021 +0000
+++ b/www/Makefile      Mon Jun 07 09:48:57 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1549 2021/06/05 12:27:24 mef Exp $
+# $NetBSD: Makefile,v 1.1550 2021/06/07 09:48:57 bsiegert Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -138,7 +138,6 @@
 SUBDIR+=       go-parse
 SUBDIR+=       go-spritewell
 SUBDIR+=       go-tocss
-SUBDIR+=       go-toml-burntsushi
 SUBDIR+=       go-toml-pelletier
 SUBDIR+=       go-urlesc
 SUBDIR+=       go-webhooks
diff -r 540e26419805 -r 0219cc28afd5 www/go-toml-burntsushi/DESCR
--- a/www/go-toml-burntsushi/DESCR      Mon Jun 07 09:47:32 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-TOML stands for Tom's Obvious, Minimal Language. This Go package provides a
-reflection interface similar to Go's standard library json and xml packages.
-This package also supports the encoding.TextUnmarshaler and
-encoding.TextMarshaler interfaces so that you can define custom data
-representations.
diff -r 540e26419805 -r 0219cc28afd5 www/go-toml-burntsushi/Makefile
--- a/www/go-toml-burntsushi/Makefile   Mon Jun 07 09:47:32 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2021/06/06 12:19:03 bsiegert Exp $
-
-DISTNAME=      toml-0.3.1
-PKGNAME=       go-${DISTNAME:S/toml/toml-burntsushi/}
-PKGREVISION=   25
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=BurntSushi/}
-CATEGORIES=    www
-GITHUB_PROJECT=        toml
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/BurntSushi/toml
-COMMENT=       TOML parser for Golang with reflection
-# LICENSE=     wtfpl
-
-GO_DIST_BASE=  ${DISTNAME}
-GO_SRCPATH=    github.com/BurntSushi/toml
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 540e26419805 -r 0219cc28afd5 www/go-toml-burntsushi/PLIST
--- a/www/go-toml-burntsushi/PLIST      Mon Jun 07 09:47:32 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:49:40 gavan Exp $
-bin/toml-test-decoder
-bin/toml-test-encoder
-bin/tomlv
-gopkg/pkg/${GO_PLATFORM}/github.com/BurntSushi/toml.a
-gopkg/src/github.com/BurntSushi/toml/COMPATIBLE
-gopkg/src/github.com/BurntSushi/toml/COPYING
-gopkg/src/github.com/BurntSushi/toml/Makefile
-gopkg/src/github.com/BurntSushi/toml/README.md
-gopkg/src/github.com/BurntSushi/toml/_examples/example.go
-gopkg/src/github.com/BurntSushi/toml/_examples/example.toml
-gopkg/src/github.com/BurntSushi/toml/_examples/hard.toml
-gopkg/src/github.com/BurntSushi/toml/_examples/implicit.toml
-gopkg/src/github.com/BurntSushi/toml/_examples/invalid-apples.toml
-gopkg/src/github.com/BurntSushi/toml/_examples/invalid.toml
-gopkg/src/github.com/BurntSushi/toml/_examples/readme1.toml
-gopkg/src/github.com/BurntSushi/toml/_examples/readme2.toml
-gopkg/src/github.com/BurntSushi/toml/cmd/toml-test-decoder/COPYING
-gopkg/src/github.com/BurntSushi/toml/cmd/toml-test-decoder/README.md
-gopkg/src/github.com/BurntSushi/toml/cmd/toml-test-decoder/main.go
-gopkg/src/github.com/BurntSushi/toml/cmd/toml-test-encoder/COPYING
-gopkg/src/github.com/BurntSushi/toml/cmd/toml-test-encoder/README.md
-gopkg/src/github.com/BurntSushi/toml/cmd/toml-test-encoder/main.go
-gopkg/src/github.com/BurntSushi/toml/cmd/tomlv/COPYING
-gopkg/src/github.com/BurntSushi/toml/cmd/tomlv/README.md
-gopkg/src/github.com/BurntSushi/toml/cmd/tomlv/main.go
-gopkg/src/github.com/BurntSushi/toml/decode.go
-gopkg/src/github.com/BurntSushi/toml/decode_meta.go
-gopkg/src/github.com/BurntSushi/toml/decode_test.go
-gopkg/src/github.com/BurntSushi/toml/doc.go
-gopkg/src/github.com/BurntSushi/toml/encode.go
-gopkg/src/github.com/BurntSushi/toml/encode_test.go
-gopkg/src/github.com/BurntSushi/toml/encoding_types.go
-gopkg/src/github.com/BurntSushi/toml/encoding_types_1.1.go
-gopkg/src/github.com/BurntSushi/toml/lex.go
-gopkg/src/github.com/BurntSushi/toml/parse.go
-gopkg/src/github.com/BurntSushi/toml/session.vim
-gopkg/src/github.com/BurntSushi/toml/type_check.go
-gopkg/src/github.com/BurntSushi/toml/type_fields.go
diff -r 540e26419805 -r 0219cc28afd5 www/go-toml-burntsushi/buildlink3.mk
--- a/www/go-toml-burntsushi/buildlink3.mk      Mon Jun 07 09:47: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:36 rillig Exp $
-
-BUILDLINK_TREE+=       go-toml-burntsushi
-
-.if !defined(GO_TOML_BURNTSUSHI_BUILDLINK3_MK)
-GO_TOML_BURNTSUSHI_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-toml-burntsushi=  ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-toml-burntsushi?=       build
-
-BUILDLINK_API_DEPENDS.go-toml-burntsushi+=             go-toml-burntsushi>=0.2.0
-BUILDLINK_PKGSRCDIR.go-toml-burntsushi?=               ../../www/go-toml-burntsushi
-
-.endif  # GO_TOML_BURNTSUSHI_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-toml-burntsushi
diff -r 540e26419805 -r 0219cc28afd5 www/go-toml-burntsushi/distinfo
--- a/www/go-toml-burntsushi/distinfo   Mon Jun 07 09:47:32 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2018/11/18 08:52:08 ryoon Exp $
-
-SHA1 (toml-0.3.1.tar.gz) = aad2b76bcf2b902c4ac1a58b8ccb93f89d95c660
-RMD160 (toml-0.3.1.tar.gz) = 79a8ccc3882dda3f5cbb42765345dee96f7927ef
-SHA512 (toml-0.3.1.tar.gz) = 75801d0263a68613233f3b18e35b000e1aeb5322015c0f032598d9447122fc45b1854741ce6ce9fb4d5a064546ad26f3d6384710bd8e6e1229ed2d4551524852
-Size (toml-0.3.1.tar.gz) = 42077 bytes



Home | Main Index | Thread Index | Old Index