From owner-svn-ports-head@freebsd.org Wed Oct 12 10:15:13 2016 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 D3A84C0D114; Wed, 12 Oct 2016 10:15:13 +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 8A84DF1B; Wed, 12 Oct 2016 10:15:13 +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 u9CAFCCk028209; Wed, 12 Oct 2016 10:15:12 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAFCHA028205; Wed, 12 Oct 2016 10:15:12 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121015.u9CAFCHA028205@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:15:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423842 - in head/devel: . py-cmd2 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: Wed, 12 Oct 2016 10:15:13 -0000 Author: novel Date: Wed Oct 12 10:15:12 2016 New Revision: 423842 URL: https://svnweb.freebsd.org/changeset/ports/423842 Log: Add py-cmd2 0.6.9, extra features for standard library cmd module. PR: 213337 Submitted by: Alexander Nusov Added: head/devel/py-cmd2/ head/devel/py-cmd2/Makefile (contents, props changed) head/devel/py-cmd2/distinfo (contents, props changed) head/devel/py-cmd2/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:13:21 2016 (r423841) +++ head/devel/Makefile Wed Oct 12 10:15:12 2016 (r423842) @@ -4058,6 +4058,7 @@ SUBDIR += py-clonedigger SUBDIR += py-cloudpickle SUBDIR += py-cluster + SUBDIR += py-cmd2 SUBDIR += py-cmdln SUBDIR += py-codecov SUBDIR += py-codegen Added: head/devel/py-cmd2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cmd2/Makefile Wed Oct 12 10:15:12 2016 (r423842) @@ -0,0 +1,16 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= cmd2 +PORTVERSION= 0.6.9 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Extra features for standard library cmd module + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-cmd2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cmd2/distinfo Wed Oct 12 10:15:12 2016 (r423842) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475870222 +SHA256 (cmd2-0.6.9.tar.gz) = ef09745c91dbc13344db6d81f4dea4c844bf2fabf3baf91fab1bb54e4b3bb328 +SIZE (cmd2-0.6.9.tar.gz) = 367057 Added: head/devel/py-cmd2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cmd2/pkg-descr Wed Oct 12 10:15:12 2016 (r423842) @@ -0,0 +1,3 @@ +Extra features for standard library cmd module. + +WWW: https://pypi.python.org/pypi/cmd2