pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import go-config-0.13.0 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Tue Jan 12 10:13:15 2021 +0100
Changeset: 4a114f7ecd688c724c7799450a7f9e98aa3f9ebc
Modified Files:
Makefile
Added Files:
go-config/DESCR
go-config/Makefile
go-config/PLIST
go-config/distinfo
Log Message:
Import go-config-0.13.0 to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4a114f7ecd688c724c7799450a7f9e98aa3f9ebc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
go-config/DESCR | 4 ++++
go-config/Makefile | 18 ++++++++++++++++++
go-config/PLIST | 21 +++++++++++++++++++++
go-config/distinfo | 6 ++++++
5 files changed, 50 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 0713cb7c1f..e0f16eb4f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1183,6 +1183,7 @@ SUBDIR+= go-cascadia
SUBDIR+= go-copier
SUBDIR+= go-circbuf
SUBDIR+= go-clir
+SUBDIR+= go-config
SUBDIR+= go-collectd
SUBDIR+= go-color
SUBDIR+= go-cyclo
diff --git a/go-config/DESCR b/go-config/DESCR
new file mode 100644
index 0000000000..060a9d5d8e
--- /dev/null
+++ b/go-config/DESCR
@@ -0,0 +1,4 @@
+This package implements a basic configuration
+file parser language whichn provides a structure
+similar to what you would find on Microsoft
+Windows INI files
diff --git a/go-config/Makefile b/go-config/Makefile
new file mode 100644
index 0000000000..5021880cba
--- /dev/null
+++ b/go-config/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= go-config-0.13.0
+GITHUB_PROJECT= config
+GITHUB_TAG= v${PKGVERSION_NOREV}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=revel/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/revel/config/
+COMMENT= Configuration file parser for INI format
+LICENSE= apache-2.0
+
+GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH= github.com/revel/${GITHUB_PROJECT}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-config/PLIST b/go-config/PLIST
new file mode 100644
index 0000000000..be962426b5
--- /dev/null
+++ b/go-config/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/revel/config.a
+gopkg/src/github.com/revel/config/Doc/AUTHORS.md
+gopkg/src/github.com/revel/config/Doc/CONTRIBUTORS.md
+gopkg/src/github.com/revel/config/Doc/LICENSE_Apache.txt
+gopkg/src/github.com/revel/config/Doc/NEWS.md
+gopkg/src/github.com/revel/config/README.md
+gopkg/src/github.com/revel/config/all_test.go
+gopkg/src/github.com/revel/config/config.go
+gopkg/src/github.com/revel/config/context.go
+gopkg/src/github.com/revel/config/error.go
+gopkg/src/github.com/revel/config/option.go
+gopkg/src/github.com/revel/config/read.go
+gopkg/src/github.com/revel/config/section.go
+gopkg/src/github.com/revel/config/testdata/app-invalid.conf
+gopkg/src/github.com/revel/config/testdata/conf-path1/app.conf
+gopkg/src/github.com/revel/config/testdata/conf-path2/app.conf
+gopkg/src/github.com/revel/config/testdata/source.cfg
+gopkg/src/github.com/revel/config/testdata/target.cfg
+gopkg/src/github.com/revel/config/type.go
+gopkg/src/github.com/revel/config/write.go
diff --git a/go-config/distinfo b/go-config/distinfo
new file mode 100644
index 0000000000..cb02040815
--- /dev/null
+++ b/go-config/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-config-0.13.0.tar.gz) = a433a2f8177739dfb87b1f907d9e635b4cfc8d64
+RMD160 (go-config-0.13.0.tar.gz) = 3fb150171d20bc6ffc348e7c2e9cc1a336cd79b8
+SHA512 (go-config-0.13.0.tar.gz) = c436b8a35e1715ba49590eb584a1f54ff1832f4407ea59794ab65681e63ef643da1f99aa226a299edb26d1df9cb4ec410c0a37437a1f46434481c939ede8bd42
+Size (go-config-0.13.0.tar.gz) = 15293 bytes
Home |
Main Index |
Thread Index |
Old Index