diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2021-06-07 09:56:31 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2021-06-07 09:56:31 +0000 |
commit | 123ed7dd058f57147aa30073b83e719ffed50d6c (patch) | |
tree | ead78fb3a3465ed689fd1630f2b4b3cb4fb80f61 | |
parent | e6ff87adf6ec32137419153683bf231eae8c8e1e (diff) | |
download | pkgsrc-123ed7dd058f57147aa30073b83e719ffed50d6c.tar.gz |
go-toml-pelletier: remove.
This was only an indirect dependency of www/hugo.
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/go-toml-pelletier/DESCR | 5 | ||||
-rw-r--r-- | www/go-toml-pelletier/Makefile | 24 | ||||
-rw-r--r-- | www/go-toml-pelletier/PLIST | 46 | ||||
-rw-r--r-- | www/go-toml-pelletier/buildlink3.mk | 17 | ||||
-rw-r--r-- | www/go-toml-pelletier/distinfo | 6 |
6 files changed, 1 insertions, 100 deletions
diff --git a/www/Makefile b/www/Makefile index 256312053f3..2dccea6d196 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1550 2021/06/07 09:48:57 bsiegert Exp $ +# $NetBSD: Makefile,v 1.1551 2021/06/07 09:56:31 bsiegert Exp $ # COMMENT= Packages related to the World Wide Web @@ -138,7 +138,6 @@ SUBDIR+= go-mux SUBDIR+= go-parse SUBDIR+= go-spritewell SUBDIR+= go-tocss -SUBDIR+= go-toml-pelletier SUBDIR+= go-urlesc SUBDIR+= go-webhooks SUBDIR+= goaccess diff --git a/www/go-toml-pelletier/DESCR b/www/go-toml-pelletier/DESCR deleted file mode 100644 index f4910da2718..00000000000 --- a/www/go-toml-pelletier/DESCR +++ /dev/null @@ -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 --git a/www/go-toml-pelletier/Makefile b/www/go-toml-pelletier/Makefile deleted file mode 100644 index e092e88bb7e..00000000000 --- a/www/go-toml-pelletier/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.34 2021/06/06 12:19:03 bsiegert Exp $ - -DISTNAME= go-toml-1.0.0 -PKGNAME= ${DISTNAME:S/toml/toml-pelletier/} -PKGREVISION= 29 -MASTER_SITES= ${MASTER_SITE_GITHUB:=pelletier/} -CATEGORIES= www -GITHUB_PROJECT= go-toml -GITHUB_TAG= v${PKGVERSION_NOREV} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/pelletier/go-toml -COMMENT= TOML parser for Golang with reflection -LICENSE= mit - -GO_DIST_BASE= ${DISTNAME} -GO_SRCPATH= github.com/pelletier/go-toml - -REPLACE_BASH+= test.sh -USE_TOOLS+= bash:run - -.include "../../devel/go-buffruneio/buildlink3.mk" -.include "../../lang/go/go-package.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/go-toml-pelletier/PLIST b/www/go-toml-pelletier/PLIST deleted file mode 100644 index 52b8cb61d16..00000000000 --- a/www/go-toml-pelletier/PLIST +++ /dev/null @@ -1,46 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:49:58 gavan Exp $ -bin/cmd -bin/tomljson -bin/tomll -gopkg/pkg/${GO_PLATFORM}/github.com/pelletier/go-toml.a -gopkg/pkg/${GO_PLATFORM}/github.com/pelletier/go-toml/query.a -gopkg/src/github.com/pelletier/go-toml/LICENSE -gopkg/src/github.com/pelletier/go-toml/README.md -gopkg/src/github.com/pelletier/go-toml/cmd/test_program.go -gopkg/src/github.com/pelletier/go-toml/cmd/tomljson/main.go -gopkg/src/github.com/pelletier/go-toml/cmd/tomljson/main_test.go -gopkg/src/github.com/pelletier/go-toml/cmd/tomll/main.go -gopkg/src/github.com/pelletier/go-toml/doc.go -gopkg/src/github.com/pelletier/go-toml/doc_test.go -gopkg/src/github.com/pelletier/go-toml/example-crlf.toml -gopkg/src/github.com/pelletier/go-toml/example.toml -gopkg/src/github.com/pelletier/go-toml/keysparsing.go -gopkg/src/github.com/pelletier/go-toml/keysparsing_test.go -gopkg/src/github.com/pelletier/go-toml/lexer.go -gopkg/src/github.com/pelletier/go-toml/lexer_test.go -gopkg/src/github.com/pelletier/go-toml/marshal.go -gopkg/src/github.com/pelletier/go-toml/marshal_test.go -gopkg/src/github.com/pelletier/go-toml/marshal_test.toml -gopkg/src/github.com/pelletier/go-toml/parser.go -gopkg/src/github.com/pelletier/go-toml/parser_test.go -gopkg/src/github.com/pelletier/go-toml/position.go -gopkg/src/github.com/pelletier/go-toml/position_test.go -gopkg/src/github.com/pelletier/go-toml/query/doc.go -gopkg/src/github.com/pelletier/go-toml/query/lexer.go -gopkg/src/github.com/pelletier/go-toml/query/lexer_test.go -gopkg/src/github.com/pelletier/go-toml/query/match.go -gopkg/src/github.com/pelletier/go-toml/query/match_test.go -gopkg/src/github.com/pelletier/go-toml/query/parser.go -gopkg/src/github.com/pelletier/go-toml/query/parser_test.go -gopkg/src/github.com/pelletier/go-toml/query/query.go -gopkg/src/github.com/pelletier/go-toml/query/query_test.go -gopkg/src/github.com/pelletier/go-toml/query/tokens.go -gopkg/src/github.com/pelletier/go-toml/test.sh -gopkg/src/github.com/pelletier/go-toml/token.go -gopkg/src/github.com/pelletier/go-toml/token_test.go -gopkg/src/github.com/pelletier/go-toml/toml.go -gopkg/src/github.com/pelletier/go-toml/toml_test.go -gopkg/src/github.com/pelletier/go-toml/tomltree_create.go -gopkg/src/github.com/pelletier/go-toml/tomltree_create_test.go -gopkg/src/github.com/pelletier/go-toml/tomltree_write.go -gopkg/src/github.com/pelletier/go-toml/tomltree_write_test.go diff --git a/www/go-toml-pelletier/buildlink3.mk b/www/go-toml-pelletier/buildlink3.mk deleted file mode 100644 index aeb775567ef..00000000000 --- a/www/go-toml-pelletier/buildlink3.mk +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:37 rillig Exp $ - -BUILDLINK_TREE+= go-toml-pelletier - -.if !defined(GO_TOML_PELLETIER_BUILDLINK3_MK) -GO_TOML_PELLETIER_BUILDLINK3_MK:= - -BUILDLINK_CONTENTS_FILTER.go-toml-pelletier= ${EGREP} gopkg/ -BUILDLINK_DEPMETHOD.go-toml-pelletier?= build - -BUILDLINK_API_DEPENDS.go-toml-pelletier+= go-toml-pelletier>=1.0.0 -BUILDLINK_PKGSRCDIR.go-toml-pelletier?= ../../www/go-toml-pelletier - -.include "../../devel/go-buffruneio/buildlink3.mk" -.endif # GO_TOML_PELLETIER_BUILDLINK3_MK - -BUILDLINK_TREE+= -go-toml-pelletier diff --git a/www/go-toml-pelletier/distinfo b/www/go-toml-pelletier/distinfo deleted file mode 100644 index 36c2dcb115b..00000000000 --- a/www/go-toml-pelletier/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.1 2017/08/17 01:49:58 gavan Exp $ - -SHA1 (go-toml-1.0.0.tar.gz) = d8713ad797d37547d00c1439619d3332e0e98b0d -RMD160 (go-toml-1.0.0.tar.gz) = b05cff634d6a27487b14027aa3e26d6c53257160 -SHA512 (go-toml-1.0.0.tar.gz) = 13c52e2e99ce4aa932b3a81a33140982b61804a159ec4f2c87b5c187ed8db04abd0929e0b45703bcd0dadb35bd902ee1df2f09c35f833bcb9b4d7751b0b84b75 -Size (go-toml-1.0.0.tar.gz) = 47009 bytes |