This module provides conversions between commonly used ways to express

colors. It provides conversions between color spaces such as RGB and
HSV, and it provides ways to look up colors by a name.

This class provides a base for subclasses which represent particular
color values in particular spaces. The base class provides methods to
represent the color in a few convenient forms, though subclasses may
provide more specific details for the space in question.

WWW: http://search.cpan.org/dist/Convert-Color/
This commit is contained in:
Jun Kuriyama 2011-02-26 06:27:37 +00:00
parent cf8e8b82a3
commit c95d3f131c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269744
5 changed files with 63 additions and 0 deletions

View file

@ -615,6 +615,7 @@
SUBDIR += p5-Color-Palette
SUBDIR += p5-Color-Rgb
SUBDIR += p5-Color-Scheme
SUBDIR += p5-Convert-Color
SUBDIR += p5-GD
SUBDIR += p5-GD-Arrow
SUBDIR += p5-GD-Barcode

View file

@ -0,0 +1,34 @@
# New ports collection makefile for: Convert::Color
# Date created: 26 Feb 2011
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Convert-Color
PORTVERSION= 0.07
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for color space conversions and named lookups
RUN_DEPENDS= \
p5-List-UtilsBy>0:${PORTSDIR}/devel/p5-List-UtilsBy
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Convert::Color.3 \
Convert::Color::CMY.3 \
Convert::Color::CMYK.3 \
Convert::Color::HSL.3 \
Convert::Color::HSV.3 \
Convert::Color::RGB.3 \
Convert::Color::RGB16.3 \
Convert::Color::RGB8.3 \
Convert::Color::VGA.3 \
Convert::Color::X11.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Convert-Color-0.07.tar.gz) = d9a015c5e6a06fbb655f11b55c35c54fc940736521fea2e1ca4f1c8bb9db6cfb
SIZE (Convert-Color-0.07.tar.gz) = 32387

View file

@ -0,0 +1,10 @@
This module provides conversions between commonly used ways to express
colors. It provides conversions between color spaces such as RGB and
HSV, and it provides ways to look up colors by a name.
This class provides a base for subclasses which represent particular
color values in particular spaces. The base class provides methods to
represent the color in a few convenient forms, though subclasses may
provide more specific details for the space in question.
WWW: http://search.cpan.org/dist/Convert-Color/

View file

@ -0,0 +1,16 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Color/.packlist
%%SITE_PERL%%/Convert/Color.pm
%%SITE_PERL%%/Convert/Color/CMY.pm
%%SITE_PERL%%/Convert/Color/CMYK.pm
%%SITE_PERL%%/Convert/Color/HSL.pm
%%SITE_PERL%%/Convert/Color/HSV.pm
%%SITE_PERL%%/Convert/Color/HueBased.pm
%%SITE_PERL%%/Convert/Color/RGB.pm
%%SITE_PERL%%/Convert/Color/RGB16.pm
%%SITE_PERL%%/Convert/Color/RGB8.pm
%%SITE_PERL%%/Convert/Color/VGA.pm
%%SITE_PERL%%/Convert/Color/X11.pm
@dirrm %%SITE_PERL%%/Convert/Color
@dirrmtry %%SITE_PERL%%/Convert
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Color
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert