Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2020 13:57:17 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531117 - in head/games: . py-cbeams
Message-ID:  <202004081357.038DvHZA032941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Wed Apr  8 13:57:17 2020
New Revision: 531117
URL: https://svnweb.freebsd.org/changeset/ports/531117

Log:
  New port: games/py-cbeams
  
  cbeams is a command-line program which draws pretty animated colored
  circles in the terminal.
  
  WWW: https://github.com/tartley/cbeams

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

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Wed Apr  8 13:39:43 2020	(r531116)
+++ head/games/Makefile	Wed Apr  8 13:57:17 2020	(r531117)
@@ -717,6 +717,7 @@
     SUBDIR += puckman
     SUBDIR += pushover
     SUBDIR += pvpgn
+    SUBDIR += py-cbeams
     SUBDIR += py-fife
     SUBDIR += py-mnemosyne
     SUBDIR += py-sgflib

Added: head/games/py-cbeams/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/py-cbeams/Makefile	Wed Apr  8 13:57:17 2020	(r531117)
@@ -0,0 +1,31 @@
+# Created by: Mateusz Piotrowski <0mp@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	cbeams
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.0.0rc3-52
+DISTVERSIONSUFFIX=	-gda823c2
+CATEGORIES=	games python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
+# Loosen for the dependencies.
+PATCHFILES=	422477bc4c21a0e8ea95549e699edd0c94faa78d.patch:-p1
+
+MAINTAINER=	0mp@FreeBSD.org
+COMMENT=	Draw pretty animated colored circles in the terminal
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}blessings>=1.6:devel/py-blessings@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+
+USES=		python
+USE_GITHUB=	yes
+GH_ACCOUNT=	tartley
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/games/py-cbeams/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/py-cbeams/distinfo	Wed Apr  8 13:57:17 2020	(r531117)
@@ -0,0 +1,5 @@
+TIMESTAMP = 1586353340
+SHA256 (tartley-cbeams-v1.0.0rc3-52-gda823c2_GH0.tar.gz) = 3595c99564eb6fb7ddf98b7bb2f36e699055fb3e00c160bb12aeeb3da6601bb6
+SIZE (tartley-cbeams-v1.0.0rc3-52-gda823c2_GH0.tar.gz) = 25396
+SHA256 (422477bc4c21a0e8ea95549e699edd0c94faa78d.patch) = bbb5363561ff9417e020016ad84cd5287895f7d8e5071c89872b2d9d90b7bbb7
+SIZE (422477bc4c21a0e8ea95549e699edd0c94faa78d.patch) = 714

Added: head/games/py-cbeams/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/py-cbeams/pkg-descr	Wed Apr  8 13:57:17 2020	(r531117)
@@ -0,0 +1,12 @@
+cbeams is a command-line program which draws pretty animated colored circles in
+the terminal.
+
+The feeling of the generated visuals could be described
+with the following quote:
+
+>    I've seen things you people wouldn't believe. Attack ships on fire off the
+>    shoulder of Orion. I watched c-beams glitter in the dark, near the
+>    Tannhauser Gate. All those moments will be lost, in time, like tears in
+>    rain. Time to die.
+
+WWW: https://github.com/tartley/cbeams



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