diff options
author | mat <mat@FreeBSD.org> | 2017-04-25 23:58:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-04-25 23:58:50 +0800 |
commit | 85883dc1fb3c085ce9b9ac8860caaa7e254de570 (patch) | |
tree | d9fa15d1f612dd7740a5f00a64eeba7811ee50ca /databases/py-varstack | |
parent | e9fd38455fc03b1bc41b8ad3cbf42bd954188907 (diff) | |
download | freebsd-ports-gnome-85883dc1fb3c085ce9b9ac8860caaa7e254de570.tar.gz freebsd-ports-gnome-85883dc1fb3c085ce9b9ac8860caaa7e254de570.tar.zst freebsd-ports-gnome-85883dc1fb3c085ce9b9ac8860caaa7e254de570.zip |
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
Diffstat (limited to 'databases/py-varstack')
-rw-r--r-- | databases/py-varstack/Makefile | 20 | ||||
-rw-r--r-- | databases/py-varstack/distinfo | 3 | ||||
-rw-r--r-- | databases/py-varstack/pkg-descr | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/databases/py-varstack/Makefile b/databases/py-varstack/Makefile new file mode 100644 index 000000000000..75e54e793deb --- /dev/null +++ b/databases/py-varstack/Makefile @@ -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> diff --git a/databases/py-varstack/distinfo b/databases/py-varstack/distinfo new file mode 100644 index 000000000000..56e737537638 --- /dev/null +++ b/databases/py-varstack/distinfo @@ -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 diff --git a/databases/py-varstack/pkg-descr b/databases/py-varstack/pkg-descr new file mode 100644 index 000000000000..35d08a972c60 --- /dev/null +++ b/databases/py-varstack/pkg-descr @@ -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 |