Port details |
- p5-Color-Scheme Generate pleasant color schemes
- 1.08 graphics =2 1.08Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2009-09-02 08:42:55
- Last Update: 2023-01-30 13:02:06
- Commit Hash: 709cf62
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Color-Scheme
- Description:
- This module is a Perl implementation of Color Schemes 2
(http://wellstyled.com/tools/colorscheme2/), a color scheme generator.
Start by visiting the Color Schemes 2 web site and playing with the
colors. When you want to generate those schemes on the fly, begin using
this module.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Color-Scheme>0:graphics/p5-Color-Scheme
- To install the port:
- cd /usr/ports/graphics/p5-Color-Scheme/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/p5-Color-Scheme
- pkg install p5-Color-Scheme
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Color-Scheme
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1674590750
SHA256 (Color-Scheme-1.08.tar.gz) = 4ee71518ad67536c2c3cd5ad4fbbe1ba153c63af6fac79c6bb31d2c012976907
SIZE (Color-Scheme-1.08.tar.gz) = 25133
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- graphics/p5-Chart-Clicker
- for Run
-
- graphics/p5-Chart-Clicker
Configuration Options:
- No options to configure
- Options name:
- graphics_p5-Color-Scheme
- USES:
- perl5
- 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 |
1.08 30 Jan 2023 13:02:06 |
Po-Chuan Hsieh (sunpoet) |
graphics/p5-Color-Scheme: Update to 1.08
Changes: https://metacpan.org/dist/Color-Scheme/changes |
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) |
1.07 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 ) |
1.07 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.07 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.07 16 Sep 2018 00:07:40 |
sunpoet |
Update to 1.07
- Add LICENSE
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/Color-Scheme |
1.05_1 10 Sep 2018 11:17:00 |
des |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
1.05_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.05_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.05_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.05_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.05 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
1.05 30 Jan 2014 08:45:51 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.05 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.05 08 Sep 2013 16:20:06 |
tobez |
Update to 1.05.
Changes: http://search.cpan.org/dist/Color-Scheme/Changes |
1.04 05 Aug 2013 15:05:30 |
az |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
1.04 07 Jan 2013 09:28:44 |
tobez |
Update to 1.04.
Changes: http://search.cpan.org/dist/Color-Scheme/Changes |
1.03 12 Nov 2012 12:06:17 |
tobez |
Update to 1.03.
Changes file is not helpful.
Feature safe: yes |
1.02 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.02 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
1.02 02 Sep 2009 08:41:31 |
tobez |
Add graphics/p5-Color-Scheme 1.02, a Perl module that helps in
generating pleasant color schemes. |