From owner-svn-ports-all@FreeBSD.ORG Thu Mar 12 14:58:02 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E6ACC53; Thu, 12 Mar 2015 14:58:02 +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 0FB925F6; Thu, 12 Mar 2015 14:58:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2CEw1lA041770; Thu, 12 Mar 2015 14:58:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2CEw1Lf041763; Thu, 12 Mar 2015 14:58:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503121458.t2CEw1Lf041763@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Mar 2015 14:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381097 - in head/devel: . py-curtsies 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-1 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: Thu, 12 Mar 2015 14:58:02 -0000 Author: sunpoet Date: Thu Mar 12 14:58:00 2015 New Revision: 381097 URL: https://svnweb.freebsd.org/changeset/ports/381097 QAT: https://qat.redports.org/buildarchive/r381097/ Log: - Add py-curtsies 0.1.19 Curtsies is a curses-like terminal wrapper, with colored strings. WWW: https://pypi.python.org/pypi/curtsies WWW: https://github.com/thomasballinger/curtsies Added: head/devel/py-curtsies/ head/devel/py-curtsies/Makefile (contents, props changed) head/devel/py-curtsies/distinfo (contents, props changed) head/devel/py-curtsies/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 12 14:47:35 2015 (r381096) +++ head/devel/Makefile Thu Mar 12 14:58:00 2015 (r381097) @@ -3763,6 +3763,7 @@ SUBDIR += py-coverage SUBDIR += py-crcmod SUBDIR += py-ctags + SUBDIR += py-curtsies SUBDIR += py-cxx SUBDIR += py-d2to1 SUBDIR += py-daemon Added: head/devel/py-curtsies/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-curtsies/Makefile Thu Mar 12 14:58:00 2015 (r381097) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= curtsies +PORTVERSION= 0.1.19 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Curses-like terminal wrapper, with colored strings + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blessings>=1.5:${PORTSDIR}/devel/py-blessings + +USE_PYTHON= autoplist distutils +USES= python + +.include Added: head/devel/py-curtsies/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-curtsies/distinfo Thu Mar 12 14:58:00 2015 (r381097) @@ -0,0 +1,2 @@ +SHA256 (curtsies-0.1.19.tar.gz) = 69d70c8ceec61c20cb380fe16263be64547e73b604121ab4c867b75133908937 +SIZE (curtsies-0.1.19.tar.gz) = 43593 Added: head/devel/py-curtsies/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-curtsies/pkg-descr Thu Mar 12 14:58:00 2015 (r381097) @@ -0,0 +1,4 @@ +Curtsies is a curses-like terminal wrapper, with colored strings. + +WWW: https://pypi.python.org/pypi/curtsies +WWW: https://github.com/thomasballinger/curtsies