From owner-svn-ports-all@FreeBSD.ORG Fri Jul 18 01:55:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23D64F3; Fri, 18 Jul 2014 01:55:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 EB6602853; Fri, 18 Jul 2014 01:55:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6I1tg7h037284; Fri, 18 Jul 2014 01:55:42 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6I1tg2f037280; Fri, 18 Jul 2014 01:55:42 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201407180155.s6I1tg2f037280@svn.freebsd.org> From: Nicola Vitale Date: Fri, 18 Jul 2014 01:55:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362171 - in head/devel: . py-clint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 01:55:43 -0000 Author: nivit Date: Fri Jul 18 01:55:41 2014 New Revision: 362171 URL: http://svnweb.freebsd.org/changeset/ports/362171 QAT: https://qat.redports.org/buildarchive/r362171/ Log: Clint is a Python module filled with a set of awesome tools for developing command line applications. WWW: https://github.com/kennethreitz/clint Added: head/devel/py-clint/ head/devel/py-clint/Makefile (contents, props changed) head/devel/py-clint/distinfo (contents, props changed) head/devel/py-clint/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jul 18 01:53:41 2014 (r362170) +++ head/devel/Makefile Fri Jul 18 01:55:41 2014 (r362171) @@ -3593,6 +3593,7 @@ SUBDIR += py-cjson SUBDIR += py-cld SUBDIR += py-click + SUBDIR += py-clint SUBDIR += py-clonedigger SUBDIR += py-cmdln SUBDIR += py-cog Added: head/devel/py-clint/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-clint/Makefile Fri Jul 18 01:55:41 2014 (r362171) @@ -0,0 +1,23 @@ +# Created by: Nicola Vitale +# $FreeBSD$ + +PORTNAME= clint +PORTVERSION= 0.3.7 +#PORTREVISION= 0 +CATEGORIES= devel +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Python command-line application tools + +LICENSE= ISCL + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}args>=0.1.0:${PORTSDIR}/devel/py-args + +PYDISTUTILS_AUTOPLIST= yes + +USE_PYDISTUTILS= yes +USE_PYTHON= yes + +.include Added: head/devel/py-clint/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-clint/distinfo Fri Jul 18 01:55:41 2014 (r362171) @@ -0,0 +1,2 @@ +SHA256 (clint-0.3.7.tar.gz) = e2c100dafc9e2ad92c324b9b8a03999000e37795249f7e7f736d2e83389973b8 +SIZE (clint-0.3.7.tar.gz) = 25387 Added: head/devel/py-clint/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-clint/pkg-descr Fri Jul 18 01:55:41 2014 (r362171) @@ -0,0 +1,4 @@ +Clint is a Python module filled with a set of awesome tools for developing +command line applications. + +WWW: https://github.com/kennethreitz/clint