svn commit: r381097 - in head/devel: . py-curtsies
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Mar 12 14:58:02 UTC 2015
Author: sunpoet
Date: Thu Mar 12 14:58:00 2015
New Revision: 381097
URL: https://svnweb.freebsd.org/changeset/ports/381097
QAT: https://qat.redports.org/buildarchive/r381097/
Log:
- Add py-curtsies 0.1.19
Curtsies is a curses-like terminal wrapper, with colored strings.
WWW: https://pypi.python.org/pypi/curtsies
WWW: https://github.com/thomasballinger/curtsies
Added:
head/devel/py-curtsies/
head/devel/py-curtsies/Makefile (contents, props changed)
head/devel/py-curtsies/distinfo (contents, props changed)
head/devel/py-curtsies/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Mar 12 14:47:35 2015 (r381096)
+++ head/devel/Makefile Thu Mar 12 14:58:00 2015 (r381097)
@@ -3763,6 +3763,7 @@
SUBDIR += py-coverage
SUBDIR += py-crcmod
SUBDIR += py-ctags
+ SUBDIR += py-curtsies
SUBDIR += py-cxx
SUBDIR += py-d2to1
SUBDIR += py-daemon
Added: head/devel/py-curtsies/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-curtsies/Makefile Thu Mar 12 14:58:00 2015 (r381097)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= curtsies
+PORTVERSION= 0.1.19
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Curses-like terminal wrapper, with colored strings
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blessings>=1.5:${PORTSDIR}/devel/py-blessings
+
+USE_PYTHON= autoplist distutils
+USES= python
+
+.include <bsd.port.mk>
Added: head/devel/py-curtsies/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-curtsies/distinfo Thu Mar 12 14:58:00 2015 (r381097)
@@ -0,0 +1,2 @@
+SHA256 (curtsies-0.1.19.tar.gz) = 69d70c8ceec61c20cb380fe16263be64547e73b604121ab4c867b75133908937
+SIZE (curtsies-0.1.19.tar.gz) = 43593
Added: head/devel/py-curtsies/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-curtsies/pkg-descr Thu Mar 12 14:58:00 2015 (r381097)
@@ -0,0 +1,4 @@
+Curtsies is a curses-like terminal wrapper, with colored strings.
+
+WWW: https://pypi.python.org/pypi/curtsies
+WWW: https://github.com/thomasballinger/curtsies
More information about the svn-ports-all
mailing list