pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/go-toml-pelletier



Module Name:    pkgsrc
Committed By:   gavan
Date:           Thu Aug 17 01:49:58 UTC 2017

Added Files:
        pkgsrc/www/go-toml-pelletier: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
Add go-toml-pelletier package


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/go-toml-pelletier/DESCR \
    pkgsrc/www/go-toml-pelletier/Makefile pkgsrc/www/go-toml-pelletier/PLIST \
    pkgsrc/www/go-toml-pelletier/buildlink3.mk \
    pkgsrc/www/go-toml-pelletier/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/go-toml-pelletier/DESCR
diff -u /dev/null pkgsrc/www/go-toml-pelletier/DESCR:1.1
--- /dev/null   Thu Aug 17 01:49:58 2017
+++ pkgsrc/www/go-toml-pelletier/DESCR  Thu Aug 17 01:49:58 2017
@@ -0,0 +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.
Index: pkgsrc/www/go-toml-pelletier/Makefile
diff -u /dev/null pkgsrc/www/go-toml-pelletier/Makefile:1.1
--- /dev/null   Thu Aug 17 01:49:58 2017
+++ pkgsrc/www/go-toml-pelletier/Makefile       Thu Aug 17 01:49:58 2017
@@ -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"
+
Index: pkgsrc/www/go-toml-pelletier/PLIST
diff -u /dev/null pkgsrc/www/go-toml-pelletier/PLIST:1.1
--- /dev/null   Thu Aug 17 01:49:58 2017
+++ pkgsrc/www/go-toml-pelletier/PLIST  Thu Aug 17 01:49:58 2017
@@ -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
Index: pkgsrc/www/go-toml-pelletier/buildlink3.mk
diff -u /dev/null pkgsrc/www/go-toml-pelletier/buildlink3.mk:1.1
--- /dev/null   Thu Aug 17 01:49:58 2017
+++ pkgsrc/www/go-toml-pelletier/buildlink3.mk  Thu Aug 17 01:49:58 2017
@@ -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
+
Index: pkgsrc/www/go-toml-pelletier/distinfo
diff -u /dev/null pkgsrc/www/go-toml-pelletier/distinfo:1.1
--- /dev/null   Thu Aug 17 01:49:58 2017
+++ pkgsrc/www/go-toml-pelletier/distinfo       Thu Aug 17 01:49:58 2017
@@ -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