pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/go-godotenv devel/go-godotenv: Import version 1.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ad382b95e27
branches:  trunk
changeset: 385070:1ad382b95e27
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Sep 10 23:54:31 2018 +0000

description:
devel/go-godotenv: Import version 1.2.0

A Go port of the Ruby dotenv project, which loads env vars from a .env
file. It can be used as a library (for loading in env for your own
daemons etc) or as a bin command.

diffstat:

 devel/go-godotenv/DESCR    |   3 +++
 devel/go-godotenv/Makefile |  19 +++++++++++++++++++
 devel/go-godotenv/PLIST    |  15 +++++++++++++++
 devel/go-godotenv/distinfo |   6 ++++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r e0efabcd7160 -r 1ad382b95e27 devel/go-godotenv/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-godotenv/DESCR   Mon Sep 10 23:54:31 2018 +0000
@@ -0,0 +1,3 @@
+A Go port of the Ruby dotenv project, which loads env vars from a .env
+file. It can be used as a library (for loading in env for your own
+daemons etc) or as a bin command.
diff -r e0efabcd7160 -r 1ad382b95e27 devel/go-godotenv/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-godotenv/Makefile        Mon Sep 10 23:54:31 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/09/10 23:54:31 minskim Exp $
+
+DISTNAME=      godotenv-1.2.0
+PKGNAME=       go-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=joho/}
+GITHUB_PROJECT=        ${PKGBASE:S/^go-//}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://godoc.org/github.com/joho/godotenv
+COMMENT=       Go port of the Ruby dotenv library
+LICENSE=       mit
+
+GO_DIST_BASE=  ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=    github.com/joho/godotenv
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e0efabcd7160 -r 1ad382b95e27 devel/go-godotenv/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-godotenv/PLIST   Mon Sep 10 23:54:31 2018 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2018/09/10 23:54:31 minskim Exp $
+bin/godotenv
+gopkg/pkg/${GO_PLATFORM}/github.com/joho/godotenv.a
+gopkg/pkg/${GO_PLATFORM}/github.com/joho/godotenv/autoload.a
+gopkg/src/github.com/joho/godotenv/LICENCE
+gopkg/src/github.com/joho/godotenv/README.md
+gopkg/src/github.com/joho/godotenv/autoload/autoload.go
+gopkg/src/github.com/joho/godotenv/cmd/godotenv/cmd.go
+gopkg/src/github.com/joho/godotenv/fixtures/equals.env
+gopkg/src/github.com/joho/godotenv/fixtures/exported.env
+gopkg/src/github.com/joho/godotenv/fixtures/invalid1.env
+gopkg/src/github.com/joho/godotenv/fixtures/plain.env
+gopkg/src/github.com/joho/godotenv/fixtures/quoted.env
+gopkg/src/github.com/joho/godotenv/godotenv.go
+gopkg/src/github.com/joho/godotenv/godotenv_test.go
diff -r e0efabcd7160 -r 1ad382b95e27 devel/go-godotenv/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-godotenv/distinfo        Mon Sep 10 23:54:31 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/09/10 23:54:31 minskim Exp $
+
+SHA1 (godotenv-1.2.0.tar.gz) = b4846138ed82cdca55ac920c68d7919e941de5b4
+RMD160 (godotenv-1.2.0.tar.gz) = 53af708fc0234b78e7a7c3f4206c26cc7c4c32a2
+SHA512 (godotenv-1.2.0.tar.gz) = fc5df01d7c73ba3979b0a9abedf915460ea37f6e9e722bc9e16172fab368d31501f779cf2250d99cffdcc0c8932056f6c7c38d86fba90f762911b2cf2bbe260d
+Size (godotenv-1.2.0.tar.gz) = 9239 bytes



Home | Main Index | Thread Index | Old Index