pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/py-colorama



Module Name:    pkgsrc
Committed By:   rodent
Date:           Fri Dec  5 14:52:52 UTC 2014

Added Files:
        pkgsrc/comms/py-colorama: DESCR Makefile PLIST distinfo

Log Message:
Import py27-colorama-0.3.2 as comms/py-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
otherwise show up as gobbledygook in your output), and converting them into the
appropriate win32 calls to modify the state of the terminal. On other platforms,
Colorama does nothing.

Colorama also provides some shortcuts to help generate ANSI sequences but works
fine in conjunction with any other ANSI sequence generation library, such as
Termcolor.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/comms/py-colorama/DESCR \
    pkgsrc/comms/py-colorama/Makefile pkgsrc/comms/py-colorama/PLIST \
    pkgsrc/comms/py-colorama/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index