mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Commit b7f05445c0
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)
8 lines
468 B
Text
8 lines
468 B
Text
Color::Theme::Role is for class that wants to support color themes. Color theme
|
|
is represented as a structure according to the specification described in
|
|
Color::Theme.
|
|
|
|
Color themes are put in modules under Color::Theme::Themes:: (configurable using
|
|
color_theme_module_prefix attribute). Each color theme modules can contain one
|
|
or more color themes. The module must define a package global variable named
|
|
%color_themes that contain color themes keyed by their names.
|