summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2015-11-13 13:07:59 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2015-11-13 13:07:59 +0000
commitd540d00977e5e3aa765e619d0cb3a2878251d631 (patch)
tree2e3a7af37abf3b14c2ae41f6b039197323e212bf
parent6b1acfa02c0e0c8020dd98047355faf580033294 (diff)
downloadfreebsd-ports-d540d00977e5e3aa765e619d0cb3a2878251d631.zip
devel/py-termstyle: Dirt-simple terminal-colour library for python
Termstyle is a simple python library for adding coloured output to terminal (console) programs. The definitions come from ECMA-048, the "Control Functions for Coded Character Sets" standard. WWW: https://github.com/gfxmonk/termstyle
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-termstyle/Makefile18
-rw-r--r--devel/py-termstyle/distinfo2
-rw-r--r--devel/py-termstyle/pkg-descr5
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9791540c2ed7..b12058b9465b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4322,6 +4322,7 @@
SUBDIR += py-tconfpy
SUBDIR += py-tempstorage
SUBDIR += py-termcolor
+ SUBDIR += py-termstyle
SUBDIR += py-testgears
SUBDIR += py-testoob
SUBDIR += py-testtools
diff --git a/devel/py-termstyle/Makefile b/devel/py-termstyle/Makefile
new file mode 100644
index 000000000000..f30d4214488e
--- /dev/null
+++ b/devel/py-termstyle/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= termstyle
+PORTVERSION= 0.1.10
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= python-${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= wg@FreeBSD.org
+COMMENT= Dirt-simple terminal-colour library for python
+
+LICENSE= BSD3CLAUSE
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
diff --git a/devel/py-termstyle/distinfo b/devel/py-termstyle/distinfo
new file mode 100644
index 000000000000..88eb22249fe0
--- /dev/null
+++ b/devel/py-termstyle/distinfo
@@ -0,0 +1,2 @@
+SHA256 (python-termstyle-0.1.10.tar.gz) = f42a6bb16fbfc5e2c66d553e7ad46524ea833872f75ee5d827c15115fafc94e2
+SIZE (python-termstyle-0.1.10.tar.gz) = 4131
diff --git a/devel/py-termstyle/pkg-descr b/devel/py-termstyle/pkg-descr
new file mode 100644
index 000000000000..29acf76cf210
--- /dev/null
+++ b/devel/py-termstyle/pkg-descr
@@ -0,0 +1,5 @@
+Termstyle is a simple python library for adding coloured output to terminal
+(console) programs. The definitions come from ECMA-048, the "Control Functions
+for Coded Character Sets" standard.
+
+WWW: https://github.com/gfxmonk/termstyle