Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 18:42:07 +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: r546398 - in head/devel: . py-ansi
Message-ID:  <202008271842.07RIg7nn017067@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Aug 27 18:42:07 2020
New Revision: 546398
URL: https://svnweb.freebsd.org/changeset/ports/546398

Log:
  Add py-ansi 0.1.5
  
  It provides various ANSI escape codes, used in moving the cursor in a text
  console or rendering coloured text.
  
  WWW: https://github.com/tehmaze/ansi

Added:
  head/devel/py-ansi/
  head/devel/py-ansi/Makefile   (contents, props changed)
  head/devel/py-ansi/distinfo   (contents, props changed)
  head/devel/py-ansi/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Aug 27 18:40:30 2020	(r546397)
+++ head/devel/Makefile	Thu Aug 27 18:42:07 2020	(r546398)
@@ -4050,6 +4050,7 @@
     SUBDIR += py-aiortc
     SUBDIR += py-amalgamate
     SUBDIR += py-aniso8601
+    SUBDIR += py-ansi
     SUBDIR += py-antlr4-python3-runtime
     SUBDIR += py-anyconfig
     SUBDIR += py-anyjson

Added: head/devel/py-ansi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-ansi/Makefile	Thu Aug 27 18:42:07 2020	(r546398)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ansi
+PORTVERSION=	0.1.5
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	ANSI cursor movement and graphics
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-ansi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-ansi/distinfo	Thu Aug 27 18:42:07 2020	(r546398)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1598456543
+SHA256 (ansi-0.1.5.tar.gz) = 0e5ca4681479e3159c89dfdfa90ed7794437ffaf956afba9b72697d297b6530b
+SIZE (ansi-0.1.5.tar.gz) = 4261

Added: head/devel/py-ansi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-ansi/pkg-descr	Thu Aug 27 18:42:07 2020	(r546398)
@@ -0,0 +1,4 @@
+It provides various ANSI escape codes, used in moving the cursor in a text
+console or rendering coloured text.
+
+WWW: https://github.com/tehmaze/ansi



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