Add p5-Color-Calc.

This commit is contained in:
Vanilla I. Shu 2013-11-07 10:45:23 +00:00
parent b45adbdaf7
commit d7ae115a22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333079
5 changed files with 36 additions and 0 deletions

View file

@ -640,6 +640,7 @@
SUBDIR += p5-Chart-Clicker
SUBDIR += p5-Chart-Graph
SUBDIR += p5-Chart-PNGgraph
SUBDIR += p5-Color-Calc
SUBDIR += p5-Color-Library
SUBDIR += p5-Color-Palette
SUBDIR += p5-Color-Rgb

View file

@ -0,0 +1,20 @@
# Created by: vanilla
# $FreeBSD$
PORTNAME= Color-Calc
PORTVERSION= 1.073
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Color
PKGNAMEPREFIX= p5-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Simple calculations with RGB colors
BUILD_DEPENDS= p5-Graphics-ColorNames-WWW>=1.13:${PORTSDIR}/graphics/p5-Graphics-ColorNames-WWW
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Color-Calc-1.073.tar.gz) = f474253f0017691fc8473e0bcd3e6b7de4948a81fa90d39dee2e4eedb2f12323
SIZE (Color-Calc-1.073.tar.gz) = 26949

View file

@ -0,0 +1,4 @@
The module implements simple calculations with RGB colors.
This can be used to create a full color scheme from a few colors.
WWW: http://search.cpan.org/dist/Color-Calc/

View file

@ -0,0 +1,9 @@
%%PERL5_MAN3%%/Color::Calc.3.gz
%%PERL5_MAN3%%/Color::Calc::WWW.3.gz
%%SITE_PERL%%/Color/Calc.pm
%%SITE_PERL%%/Color/Calc/WWW.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Calc/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Calc
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Color
@dirrmtry %%SITE_PERL%%/Color/Calc
@dirrmtry %%SITE_PERL%%/Color