From owner-svn-ports-all@freebsd.org Wed Oct 26 15:59:41 2016 Return-Path: Delivered-To: svn-ports-all@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 1448EC209BA; Wed, 26 Oct 2016 15:59:41 +0000 (UTC) (envelope-from jbeich@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 BDB76E0A; Wed, 26 Oct 2016 15:59:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9QFxdSG097904; Wed, 26 Oct 2016 15:59:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9QFxdZW097899; Wed, 26 Oct 2016 15:59:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610261559.u9QFxdZW097899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 26 Oct 2016 15:59:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424713 - in head/textproc: . py-colorclass 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.23 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: Wed, 26 Oct 2016 15:59:41 -0000 Author: jbeich Date: Wed Oct 26 15:59:39 2016 New Revision: 424713 URL: https://svnweb.freebsd.org/changeset/ports/424713 Log: devel/py-colorclass: add new port Based on: ports-mgmt/py-pytoport output Yet another ANSI color text library for Python. Provides "auto colors" for dark/light terminals. Works on Linux, OS X, and Windows. https://pypi.python.org/pypi/colorclass Added: head/textproc/py-colorclass/ head/textproc/py-colorclass/Makefile (contents, props changed) head/textproc/py-colorclass/distinfo (contents, props changed) head/textproc/py-colorclass/pkg-descr (contents, props changed) Modified: head/textproc/Makefile (contents, props changed) Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Oct 26 15:29:28 2016 (r424712) +++ head/textproc/Makefile Wed Oct 26 15:59:39 2016 (r424713) @@ -1218,6 +1218,7 @@ SUBDIR += py-bugzillatools SUBDIR += py-chardet SUBDIR += py-cloud_sptheme + SUBDIR += py-colorclass SUBDIR += py-creole SUBDIR += py-csvkit SUBDIR += py-dbfread Added: head/textproc/py-colorclass/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-colorclass/Makefile Wed Oct 26 15:59:39 2016 (r424713) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= colorclass +PORTVERSION= 2.2.0 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Colorful worry-free console applications + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/textproc/py-colorclass/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-colorclass/distinfo Wed Oct 26 15:59:39 2016 (r424713) @@ -0,0 +1,3 @@ +TIMESTAMP = 1477478547 +SHA256 (colorclass-2.2.0.tar.gz) = b05c2a348dfc1aff2d502527d78a5b7b7e2f85da94a96c5081210d8e9ee8e18b +SIZE (colorclass-2.2.0.tar.gz) = 17037 Added: head/textproc/py-colorclass/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-colorclass/pkg-descr Wed Oct 26 15:59:39 2016 (r424713) @@ -0,0 +1,4 @@ +Yet another ANSI color text library for Python. Provides "auto colors" for +dark/light terminals. Works on Linux, OS X, and Windows. + +WWW: https://pypi.python.org/pypi/colorclass