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 Add go-toml-pelletier package
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f167ffe59ab
branches: trunk
changeset: 366663:3f167ffe59ab
user: gavan <gavan%pkgsrc.org@localhost>
date: Thu Aug 17 01:49:58 2017 +0000
description:
Add go-toml-pelletier package
diffstat:
www/go-toml-pelletier/DESCR | 1 +
www/go-toml-pelletier/Makefile | 20 ++++++++++++++++
www/go-toml-pelletier/PLIST | 46 +++++++++++++++++++++++++++++++++++++
www/go-toml-pelletier/buildlink3.mk | 18 ++++++++++++++
www/go-toml-pelletier/distinfo | 6 ++++
5 files changed, 91 insertions(+), 0 deletions(-)
diffs (111 lines):
diff -r 6d537bad4c51 -r 3f167ffe59ab www/go-toml-pelletier/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-toml-pelletier/DESCR Thu Aug 17 01:49:58 2017 +0000
@@ -0,0 +1,1 @@
+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 6d537bad4c51 -r 3f167ffe59ab www/go-toml-pelletier/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-toml-pelletier/Makefile Thu Aug 17 01:49:58 2017 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2017/08/17 01:49:58 gavan Exp $
+
+DISTNAME= go-toml-1.0.0
+PKGNAME= ${DISTNAME:S/toml/toml-pelletier/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=pelletier/}
+CATEGORIES= www
+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
+
+.include "../../devel/go-buffruneio/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
+
diff -r 6d537bad4c51 -r 3f167ffe59ab www/go-toml-pelletier/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-toml-pelletier/PLIST Thu Aug 17 01:49:58 2017 +0000
@@ -0,0 +1,46 @@
+@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 6d537bad4c51 -r 3f167ffe59ab www/go-toml-pelletier/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-toml-pelletier/buildlink3.mk Thu Aug 17 01:49:58 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/08/17 01:49:58 gavan 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 6d537bad4c51 -r 3f167ffe59ab www/go-toml-pelletier/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-toml-pelletier/distinfo Thu Aug 17 01:49:58 2017 +0000
@@ -0,0 +1,6 @@
+$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