aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Convert-Color-XTerm
Commit message (Collapse)AuthorAgeFilesLines
* graphics/p5-Convert-Color-XTerm: Cosmetic changePo-Chuan Hsieh2021-04-181-2/+3
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Add p5-Convert-Color-XTerm 0.05Sunpoet Po-Chuan Hsieh2017-10-104-0/+38
This subclass of Convert::Color::RGB8 provides lookup of the colors that xterm uses by default. Note that the module is not intelligent enough to actually parse the XTerm configuration on a machine, nor to query a running terminal for its actual colors. It simply implements the colors that are present as defaults in the XTerm source code. It implements the complete 256-color model in XTerm. WWW: http://search.cpan.org/dist/Convert-Color-XTerm/ Notes: svn path=/head/; revision=451663