From owner-svn-ports-head@freebsd.org Sun Jan 8 06:18:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF557CA594B; Sun, 8 Jan 2017 06:18:04 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9812717EE; Sun, 8 Jan 2017 06:18:04 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v086I3Us018027; Sun, 8 Jan 2017 06:18:03 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v086I30w018023; Sun, 8 Jan 2017 06:18:03 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201701080618.v086I30w018023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 8 Jan 2017 06:18:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430855 - in head/misc: . py-crudini X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2017 06:18:05 -0000 Author: novel Date: Sun Jan 8 06:18:03 2017 New Revision: 430855 URL: https://svnweb.freebsd.org/changeset/ports/430855 Log: Add py-crudini 0.9, utility for manipulating ini files. PR: 215851 Submitted by: Alexander Nusov Added: head/misc/py-crudini/ head/misc/py-crudini/Makefile (contents, props changed) head/misc/py-crudini/distinfo (contents, props changed) head/misc/py-crudini/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Jan 8 05:39:54 2017 (r430854) +++ head/misc/Makefile Sun Jan 8 06:18:03 2017 (r430855) @@ -371,6 +371,7 @@ SUBDIR += proxyper SUBDIR += pspresent SUBDIR += py-YABT + SUBDIR += py-crudini SUBDIR += py-fuzzy SUBDIR += py-glance SUBDIR += py-osd Added: head/misc/py-crudini/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-crudini/Makefile Sun Jan 8 06:18:03 2017 (r430855) @@ -0,0 +1,20 @@ +# Created by: Alexander Nusov +# $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 Added: head/misc/py-crudini/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-crudini/distinfo Sun Jan 8 06:18:03 2017 (r430855) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483638567 +SHA256 (crudini-0.9.tar.gz) = 10512a5a2f7b54b42e48a1d00f0c6398947c2ba6c264b9fdef86677f0e949fd3 +SIZE (crudini-0.9.tar.gz) = 24026 Added: head/misc/py-crudini/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-crudini/pkg-descr Sun Jan 8 06:18:03 2017 (r430855) @@ -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