Port details |
- py-colorama Cross-platform colored terminal text
- 0.4.6 devel =5 0.4.6Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2013-05-10 20:44:20
- Last Update: 2024-09-18 06:13:13
- Commit Hash: 3e23c58
- People watching this port, also watch:: py39-pysocks, py311-docutils, py311-six, py311-pytz, py39-pycparser
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/tartley/colorama
- Description:
- Colorama makes ANSI escape character sequences (for producing colored terminal
text and cursor positioning) work under MS Windows.
ANSI escape character sequences have long been used to produce colored terminal
text and cursor positioning on Unix and Macs. Colorama makes this work on
Windows, too, by wrapping stdout, stripping ANSI sequences it finds (which would
appear as gobbledygook in the output), and converting them into the appropriate
win32 calls to modify the state of the terminal. On other platforms, Colorama
does nothing.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-colorama/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-colorama
- pkg install py311-colorama
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-colorama listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-colorama
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1702038352
SHA256 (colorama-0.4.6.tar.gz) = 08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44
SIZE (colorama-0.4.6.tar.gz) = 27697
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>=0.25.1 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- cad/apio
- devel/py-protobuf-compiler
- finance/freqtrade
- math/mathicsscript
- misc/py-ascii-magic
- sysutils/conan
- www/py-semiphemeral
- for Run
-
- cad/apio
- comms/py-pyocd
- comms/py-spsdk
- databases/py-dbt-core
- deskutils/dosage
- devel/commitizen
- devel/py-awscli
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-colorama
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.6 18 Sep 2024 06:13:13 |
Po-Chuan Hsieh (sunpoet) |
devel/py-colorama: Update COMMENT and pkg-descr |
0.4.6 15 Sep 2024 07:18:22 |
Po-Chuan Hsieh (sunpoet) |
devel/py-colorama: Take maintainership |
0.4.6 14 Sep 2024 22:42:01 |
Guangyuan Yang (ygy) |
devel/py-colorama: drop maintainership |
0.4.6 21 Feb 2024 15:11:28 |
Po-Chuan Hsieh (sunpoet) |
devel/py-colorama: Update version requirement of BUILD_DEPENDS
Approved by: portmgr (blanket)
With hat: python |
0.4.6 01 Jan 2024 17:22:25 |
Thierry Thomas (thierry) |
devel/py-colorama: upgrade to 0.4.6
PR: 275790
Approved by: maintainer’s time-out |
0.4.5 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.4.5 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4.5 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.4.5 09 Jul 2022 21:20:27 |
Guangyuan Yang (ygy) |
devel/py-colorama: Update to 0.4.5
Changelog: https://github.com/tartley/colorama/blob/master/CHANGELOG.rst |
0.4.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.4 22 Mar 2021 10:17:44 |
danfe |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
0.4.4 31 Dec 2020 12:03:03 |
kai |
devel/py-colorama: Fix build with Python 3.6
* Backport PR #294 [1] from upstream repository to enable default UTF-8
encoding in setup.py which fixes the build issue with Python 3.6.
PR: 252294, 251240 [2]
Submitted by: John W. O'Brien [1]
Reported by: Dani <i.dani@outlook.com> [2]
Reviewed by: koobs, ygy
Approved by: portmgr (blanket: build fix) |
0.4.4 29 Dec 2020 13:21:38 |
antoine |
Drop python 2.7 support from a few ports |
0.4.4 20 Nov 2020 08:13:14 |
ygy |
devel/py-colorama: Update to 0.4.4
PR: 251240
Approved by: lwhsu |
0.4.3 12 Apr 2020 01:49:50 |
yuri |
devel/py-colorama: Update 0.4.1 -> 0.4.3
Also fix WWW.
PR: 245119
Approved by: ygy (maintainer timeout; 14 days) |
0.4.1 17 Jul 2019 10:28:23 |
egypcio |
devel/py-colorama: update 0.3.9 to 0.4.1
PR: 238260
Approved by: portmgr (maintainer timeout: > 2 weeks), koobs
MFH: 2019Q2 |
0.3.9 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
0.3.9 27 Mar 2018 02:51:13 |
ygy |
- Update devel/py-colorama to 0.3.9
- Take maintainership
PR: 224169
Approved by: woodsb02, alexey@renatasystems.org (maintainer timeout, 3 months)
Differential Revision: https://reviews.freebsd.org/D14852 |
0.3.7 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.3.7 19 Apr 2017 15:30:28 |
lifanov |
update devel/py-colorama to 0.3.7
PR: 218563
Approved by: Alexey Degtyarev <alexey@renatasystems.org> (maintainer) |
0.3.3 03 Apr 2017 13:20:36 |
skreuzer |
Add python3 version of devel/py-colorama
Set architecture neutral
Add LICENSE_FILE
PR: 217479
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
Approved by: maintainer timeout (1 month) |
0.3.3 02 Apr 2015 20:56:15 |
pi |
devel/py-colorama: 0.2.5 -> 0.3.3
Changes:
https://github.com/tartley/colorama/blob/master/CHANGELOG.rst
PR: 198605
Submitted by: Maxim Filimonov <che@bein.link>
Approved by: alexey@renatasystems.org (maintainer timeout) |
0.2.5 22 Dec 2014 17:12:27 |
feld |
Update "BSD" license in devel category |
0.2.5 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.2.5 24 Nov 2013 14:52:29 |
alexey |
* Use PYDISTUTILS_AUTOPLIST
* STAGE support
Approved by: wg (mentor) |
0.2.5 20 Nov 2013 20:51:25 |
sunpoet |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
0.2.5 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.2.5 10 May 2013 20:44:04 |
rm |
Makes ANSI escape character sequences, for producing colored terminal text and
cursor positioning, work under MS Windows.
ANSI escape character sequences have long been used to produce colored terminal
text and cursor positioning on Unix and Macs. Colorama makes this work on
Windows, too. It also provides some shortcuts to help generate ANSI sequences,
and works fine in conjunction with any other ANSI sequence generation library,
such as Termcolor.
WWW: http://pypi.python.org/pypi/colorama
PR: 178352
Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org> |