Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2016 15:59:39 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424713 - in head/textproc: . py-colorclass
Message-ID:  <201610261559.u9QFxdZW097899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610261559.u9QFxdZW097899>