[Midnightbsd-cvs] mports [21148] trunk/devel: add py-colorama

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 13 10:09:07 EDT 2016


Revision: 21148
          http://svnweb.midnightbsd.org/mports/?rev=21148
Author:   laffer1
Date:     2016-03-13 10:08:07 -0400 (Sun, 13 Mar 2016)
Log Message:
-----------
add py-colorama

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py-colorama/
    trunk/devel/py-colorama/Makefile
    trunk/devel/py-colorama/distinfo
    trunk/devel/py-colorama/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-03-13 14:06:16 UTC (rev 21147)
+++ trunk/devel/Makefile	2016-03-13 14:08:07 UTC (rev 21148)
@@ -417,6 +417,7 @@
 SUBDIR += py-bcdoc
 SUBDIR += py-boto
 SUBDIR += py-botocore
+SUBDIR += py-colorama
 SUBDIR += py-dbus
 SUBDIR += py-fileutils
 SUBDIR += py-gdata

Added: trunk/devel/py-colorama/Makefile
===================================================================
--- trunk/devel/py-colorama/Makefile	                        (rev 0)
+++ trunk/devel/py-colorama/Makefile	2016-03-13 14:08:07 UTC (rev 21148)
@@ -0,0 +1,19 @@
+# Created by: Alexey V. Degtyarev <alexey at renatasystems.org>
+# $FreeBSD: head/devel/py-colorama/Makefile 383070 2015-04-02 20:56:14Z pi $
+# $MidnightBSD$
+
+PORTNAME=	colorama
+PORTVERSION=	0.3.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Cross-platform API to print colored terminal text from Python apps
+
+LICENSE=	bsd3
+
+USES=		python:2
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-colorama/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-colorama/distinfo
===================================================================
--- trunk/devel/py-colorama/distinfo	                        (rev 0)
+++ trunk/devel/py-colorama/distinfo	2016-03-13 14:08:07 UTC (rev 21148)
@@ -0,0 +1,2 @@
+SHA256 (colorama-0.3.3.tar.gz) = eb21f2ba718fbf357afdfdf6f641ab393901c7ca8d9f37edd0bee4806ffa269c
+SIZE (colorama-0.3.3.tar.gz) = 22765


Property changes on: trunk/devel/py-colorama/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-colorama/pkg-descr
===================================================================
--- trunk/devel/py-colorama/pkg-descr	                        (rev 0)
+++ trunk/devel/py-colorama/pkg-descr	2016-03-13 14:08:07 UTC (rev 21148)
@@ -0,0 +1,10 @@
+Makes ANSI escape character sequences, for producing colored terminal text and
+cursor positioning, work under MS Windows.
+
+ANSI escape character sequences have long been used to produce colored terminal
+text and cursor positioning on Unix and Macs. Colorama makes this work on
+Windows, too. It also provides some shortcuts to help generate ANSI sequences,
+and works fine in conjunction with any other ANSI sequence generation library,
+such as Termcolor.
+
+WWW: https://pypi.python.org/pypi/colorama


Property changes on: trunk/devel/py-colorama/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list