Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2015 14:58:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381097 - in head/devel: . py-curtsies
Message-ID:  <201503121458.t2CEw1Lf041763@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	curtsies
+PORTVERSION=	0.1.19
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@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



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