diff options
author | novel <novel@FreeBSD.org> | 2017-01-08 14:18:03 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2017-01-08 14:18:03 +0800 |
commit | 16d9e8bde23ae3f17915933a6772732cc043f638 (patch) | |
tree | aa11f32bb5a49f8b15366386bd9128b3670c6e22 /misc | |
parent | ee3395197458eb334a21376d26dffaad322e6896 (diff) | |
download | freebsd-ports-gnome-16d9e8bde23ae3f17915933a6772732cc043f638.tar.gz freebsd-ports-gnome-16d9e8bde23ae3f17915933a6772732cc043f638.tar.zst freebsd-ports-gnome-16d9e8bde23ae3f17915933a6772732cc043f638.zip |
Add py-crudini 0.9, utility for manipulating ini files.
PR: 215851
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/py-crudini/Makefile | 20 | ||||
-rw-r--r-- | misc/py-crudini/distinfo | 3 | ||||
-rw-r--r-- | misc/py-crudini/pkg-descr | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 10df32eea6d2..78a4ea037ed8 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -371,6 +371,7 @@ SUBDIR += proxyper SUBDIR += pspresent SUBDIR += py-YABT + SUBDIR += py-crudini SUBDIR += py-fuzzy SUBDIR += py-glance SUBDIR += py-osd diff --git a/misc/py-crudini/Makefile b/misc/py-crudini/Makefile new file mode 100644 index 000000000000..7e85ab90233c --- /dev/null +++ b/misc/py-crudini/Makefile @@ -0,0 +1,20 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= crudini +PORTVERSION= 0.9 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Utility for manipulating ini files + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iniparse>=0.3.2:devel/py-iniparse + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/misc/py-crudini/distinfo b/misc/py-crudini/distinfo new file mode 100644 index 000000000000..cab821492113 --- /dev/null +++ b/misc/py-crudini/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1483638567 +SHA256 (crudini-0.9.tar.gz) = 10512a5a2f7b54b42e48a1d00f0c6398947c2ba6c264b9fdef86677f0e949fd3 +SIZE (crudini-0.9.tar.gz) = 24026 diff --git a/misc/py-crudini/pkg-descr b/misc/py-crudini/pkg-descr new file mode 100644 index 000000000000..65006ad31a14 --- /dev/null +++ b/misc/py-crudini/pkg-descr @@ -0,0 +1,4 @@ +Crudini is the utility for handling ini files from the command line and +shell scripts. + +WWW: http://pypi.python.org/pypi/crudini |