pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b69850a5528c
branches:  trunk
changeset: 454236:b69850a5528c
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Jun 07 09:56:31 2021 +0000

description:
go-toml-pelletier: remove.

This was only an indirect dependency of www/hugo.

diffstat:

 www/Makefile                        |   3 +-
 www/go-toml-pelletier/DESCR         |   5 ----
 www/go-toml-pelletier/Makefile      |  24 -------------------
 www/go-toml-pelletier/PLIST         |  46 -------------------------------------
 www/go-toml-pelletier/buildlink3.mk |  17 -------------
 www/go-toml-pelletier/distinfo      |   6 ----
 6 files changed, 1 insertions(+), 100 deletions(-)

diffs (135 lines):

diff -r a158b33bb34d -r b69850a5528c www/Makefile
--- a/www/Makefile      Mon Jun 07 09:54:25 2021 +0000
+++ b/www/Makefile      Mon Jun 07 09:56:31 2021 +0000
@@ -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-parse
 SUBDIR+=       go-spritewell
 SUBDIR+=       go-tocss
-SUBDIR+=       go-toml-pelletier
 SUBDIR+=       go-urlesc
 SUBDIR+=       go-webhooks
 SUBDIR+=       goaccess
diff -r a158b33bb34d -r b69850a5528c www/go-toml-pelletier/DESCR
--- a/www/go-toml-pelletier/DESCR       Mon Jun 07 09:54:25 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 a158b33bb34d -r b69850a5528c www/go-toml-pelletier/Makefile
--- a/www/go-toml-pelletier/Makefile    Mon Jun 07 09:54:25 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r a158b33bb34d -r b69850a5528c www/go-toml-pelletier/PLIST
--- a/www/go-toml-pelletier/PLIST       Mon Jun 07 09:54:25 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r a158b33bb34d -r b69850a5528c www/go-toml-pelletier/buildlink3.mk
--- a/www/go-toml-pelletier/buildlink3.mk       Mon Jun 07 09:54:25 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r a158b33bb34d -r b69850a5528c www/go-toml-pelletier/distinfo
--- a/www/go-toml-pelletier/distinfo    Mon Jun 07 09:54:25 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: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



Home | Main Index | Thread Index | Old Index