aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2015-11-13 21:07:59 +0800
committerwg <wg@FreeBSD.org>2015-11-13 21:07:59 +0800
commitfacac54b11e81329d321198413e2d26790b8b788 (patch)
tree2e3a7af37abf3b14c2ae41f6b039197323e212bf /devel
parent785ef3384da3dfc25c1e3a9afd33de42d25188a2 (diff)
downloadfreebsd-ports-gnome-facac54b11e81329d321198413e2d26790b8b788.tar.gz
freebsd-ports-gnome-facac54b11e81329d321198413e2d26790b8b788.tar.zst
freebsd-ports-gnome-facac54b11e81329d321198413e2d26790b8b788.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
Diffstat (limited to 'devel')
-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