svn commit: r544860 - in head/devel: . py-blessed
Yuri Victorovich
yuri at FreeBSD.org
Fri Aug 14 02:57:15 UTC 2020
Author: yuri
Date: Fri Aug 14 02:57:14 2020
New Revision: 544860
URL: https://svnweb.freebsd.org/changeset/ports/544860
Log:
New port: devel/py-blessed: Easy, practical library for making terminal apps
Added:
head/devel/py-blessed/
head/devel/py-blessed/Makefile (contents, props changed)
head/devel/py-blessed/distinfo (contents, props changed)
head/devel/py-blessed/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Fri Aug 14 02:42:55 2020 (r544859)
+++ head/devel/Makefile Fri Aug 14 02:57:14 2020 (r544860)
@@ -4193,6 +4193,7 @@
SUBDIR += py-bitarray
SUBDIR += py-bitstring
SUBDIR += py-black
+ SUBDIR += py-blessed
SUBDIR += py-blessings
SUBDIR += py-blinker
SUBDIR += py-blist
Added: head/devel/py-blessed/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-blessed/Makefile Fri Aug 14 02:57:14 2020 (r544860)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= blessed
+DISTVERSION= 1.17.9
+CATEGORIES= devel
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri at FreeBSD.org
+COMMENT= Easy, practical library for making terminal apps
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wcwidth>0:devel/py-wcwidth@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/py-blessed/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-blessed/distinfo Fri Aug 14 02:57:14 2020 (r544860)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1597373474
+SHA256 (blessed-1.17.9.tar.gz) = 0d497a5be8a808b7300c00bf8303e7ba9fd11f6063a67bb924a475e5bfa7a9bb
+SIZE (blessed-1.17.9.tar.gz) = 6648453
Added: head/devel/py-blessed/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-blessed/pkg-descr Fri Aug 14 02:57:14 2020 (r544860)
@@ -0,0 +1,5 @@
+Blessed is an easy, practical library for making terminal apps, by providing
+an elegant, well-documented interface to Colors, Keyboard input, and screen
+position and Location capabilities.
+
+WWW: https://github.com/jquast/blessed
More information about the svn-ports-all
mailing list