pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/go-godotenv
Module Name: pkgsrc
Committed By: minskim
Date: Mon Sep 10 23:54:31 UTC 2018
Added Files:
pkgsrc/devel/go-godotenv: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/go-godotenv/DESCR \
pkgsrc/devel/go-godotenv/Makefile pkgsrc/devel/go-godotenv/PLIST \
pkgsrc/devel/go-godotenv/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/go-godotenv/DESCR
diff -u /dev/null pkgsrc/devel/go-godotenv/DESCR:1.1
--- /dev/null Mon Sep 10 23:54:31 2018
+++ pkgsrc/devel/go-godotenv/DESCR Mon Sep 10 23:54:31 2018
@@ -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.
Index: pkgsrc/devel/go-godotenv/Makefile
diff -u /dev/null pkgsrc/devel/go-godotenv/Makefile:1.1
--- /dev/null Mon Sep 10 23:54:31 2018
+++ pkgsrc/devel/go-godotenv/Makefile Mon Sep 10 23:54:31 2018
@@ -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"
Index: pkgsrc/devel/go-godotenv/PLIST
diff -u /dev/null pkgsrc/devel/go-godotenv/PLIST:1.1
--- /dev/null Mon Sep 10 23:54:31 2018
+++ pkgsrc/devel/go-godotenv/PLIST Mon Sep 10 23:54:31 2018
@@ -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
Index: pkgsrc/devel/go-godotenv/distinfo
diff -u /dev/null pkgsrc/devel/go-godotenv/distinfo:1.1
--- /dev/null Mon Sep 10 23:54:31 2018
+++ pkgsrc/devel/go-godotenv/distinfo Mon Sep 10 23:54:31 2018
@@ -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