pkgsrc-WIP-changes archive

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

direnv: add direnv at version 2.8.1



Module Name:	pkgsrc-wip
Committed By:	Terin Stock <terinjokes%gmail.com@localhost>
Pushed By:	terinjokes
Date:		Fri Apr 15 16:39:59 2016 -0700
Changeset:	635c019d5e9edac6ba438c0beb1d6b41fc73cc1e

Added Files:
	direnv/DESCR
	direnv/Makefile
	direnv/PLIST
	direnv/distinfo

Log Message:
direnv: add direnv at version 2.8.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=635c019d5e9edac6ba438c0beb1d6b41fc73cc1e

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

diffstat:
 direnv/DESCR    |  4 ++++
 direnv/Makefile | 23 +++++++++++++++++++++++
 direnv/PLIST    |  4 ++++
 direnv/distinfo |  6 ++++++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/direnv/DESCR b/direnv/DESCR
new file mode 100644
index 0000000..b94d8c4
--- /dev/null
+++ b/direnv/DESCR
@@ -0,0 +1,4 @@
+direnv is an environment switcher for the shell. It knows how to hook into bash,
+zsh, tcsh and fish shell to load or unload environment variables depending on
+the current directory. This allows to have project-specific environment
+variables and not clutter the "~/.profile" file.
diff --git a/direnv/Makefile b/direnv/Makefile
new file mode 100644
index 0000000..a8a529a
--- /dev/null
+++ b/direnv/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	direnv-2.8.1
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=direnv/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	terin%terinstock.com@localhost
+HOMEPAGE=	http://direnv.net/
+COMMENT=	Environment switcher for the shell
+LICENSE=	mit
+
+BUILD_DEPENDS+=	go>=1.6:../../lang/go
+
+USE_TOOLS+=	gmake
+
+do-install:
+	${INSTALL_PROGRAM_DIR} ${DESTDIR}/${PREFIX}/bin
+	${INSTALL_MAN_DIR} ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/direnv ${DESTDIR}/${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/man/*.1 ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/direnv/PLIST b/direnv/PLIST
new file mode 100644
index 0000000..f21ec46
--- /dev/null
+++ b/direnv/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/direnv
+man/man1/direnv-stdlib.1
+man/man1/direnv.1
diff --git a/direnv/distinfo b/direnv/distinfo
new file mode 100644
index 0000000..3e14f57
--- /dev/null
+++ b/direnv/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (direnv-2.8.1.tar.gz) = 46ca5e298deadd017aacf3e1b7ca692df9ed9363
+RMD160 (direnv-2.8.1.tar.gz) = 05e50ccdd717644289832b6d9c021071179eda1c
+SHA512 (direnv-2.8.1.tar.gz) = 5f88b98dc86b37241677a71ecca73152460f6c15f73570d604d6fb5593581ca0a3b8e6e5caafb5a995776d156bc18b6a9d50e8aab9bf66650c54733c7a84815c
+Size (direnv-2.8.1.tar.gz) = 39292 bytes


Home | Main Index | Thread Index | Old Index