Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2017 15:58:50 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439403 - in head/databases: . py-varstack
Message-ID:  <201704251558.v3PFwo25053753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Apr 25 15:58:50 2017
New Revision: 439403
URL: https://svnweb.freebsd.org/changeset/ports/439403

Log:
  Varstack is a system that allows you to stack of layer a set of
  configuration variables and let definitions in the higher more specific
  levels of the stack override/extend the broader one in the lower levels.
  
  Sponsored by:	Absolight

Added:
  head/databases/py-varstack/
  head/databases/py-varstack/Makefile   (contents, props changed)
  head/databases/py-varstack/distinfo   (contents, props changed)
  head/databases/py-varstack/pkg-descr   (contents, props changed)
Modified:
  head/databases/Makefile   (contents, props changed)

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Tue Apr 25 14:50:34 2017	(r439402)
+++ head/databases/Makefile	Tue Apr 25 15:58:50 2017	(r439403)
@@ -799,6 +799,7 @@
     SUBDIR += py-tarantool
     SUBDIR += py-umemcache
     SUBDIR += py-unqlite
+    SUBDIR += py-varstack
     SUBDIR += py-whisper
     SUBDIR += py-xapian
     SUBDIR += py3-apsw

Added: head/databases/py-varstack/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-varstack/Makefile	Tue Apr 25 15:58:50 2017	(r439403)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	varstack
+PORTVERSION=	g.2015.10.22
+CATEGORIES=	databases python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python@FreeBSD.org
+COMMENT=	create stacked configuration structures
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+USE_GITHUB=	yes
+GH_ACCOUNT=	conversis
+GH_TAGNAME=	c9e6e5e
+
+.include <bsd.port.mk>

Added: head/databases/py-varstack/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-varstack/distinfo	Tue Apr 25 15:58:50 2017	(r439403)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1493135689
+SHA256 (conversis-varstack-g.2015.12.12-c9e6e5e_GH0.tar.gz) = 6e1578a07de5eca82f7e80f64e04814290c00a609b474d69a326fd299cd4c770
+SIZE (conversis-varstack-g.2015.12.12-c9e6e5e_GH0.tar.gz) = 14550

Added: head/databases/py-varstack/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-varstack/pkg-descr	Tue Apr 25 15:58:50 2017	(r439403)
@@ -0,0 +1,5 @@
+Varstack is a system that allows you to stack of layer a set of configuration
+variables and let definitions in the higher more specific levels of the stack
+override/extend the broader one in the lower levels.
+
+WWW: https://github.com/conversis/varstack



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704251558.v3PFwo25053753>