SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,5 @@
This module defines RGB values for common color names. The intention
is to (1) provide a common module that authors can use with other
modules to specify colors; and (2) free module authors from having
to "re-invent the wheel" whenever they decide to give the users the
option of specifying a color by name rather than RGB value.

View file

@ -0,0 +1,12 @@
${P5SITE}/Graphics/
${P5SITE}/Graphics/ColorNames/
${P5SITE}/Graphics/ColorNames.pm
${P5SITE}/Graphics/ColorNames/HTML.pm
${P5SITE}/Graphics/ColorNames/Netscape.pm
${P5SITE}/Graphics/ColorNames/Windows.pm
${P5SITE}/Graphics/ColorNames/X.pm
@man man/man3p/Graphics::ColorNames.3p
@man man/man3p/Graphics::ColorNames::HTML.3p
@man man/man3p/Graphics::ColorNames::Netscape.3p
@man man/man3p/Graphics::ColorNames::Windows.3p
@man man/man3p/Graphics::ColorNames::X.3p