mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add p5-Color-Calc.
This commit is contained in:
parent
b45adbdaf7
commit
d7ae115a22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333079
@ -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
|
||||
|
20
graphics/p5-Color-Calc/Makefile
Normal file
20
graphics/p5-Color-Calc/Makefile
Normal 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>
|
2
graphics/p5-Color-Calc/distinfo
Normal file
2
graphics/p5-Color-Calc/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Color-Calc-1.073.tar.gz) = f474253f0017691fc8473e0bcd3e6b7de4948a81fa90d39dee2e4eedb2f12323
|
||||
SIZE (Color-Calc-1.073.tar.gz) = 26949
|
4
graphics/p5-Color-Calc/pkg-descr
Normal file
4
graphics/p5-Color-Calc/pkg-descr
Normal 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/
|
9
graphics/p5-Color-Calc/pkg-plist
Normal file
9
graphics/p5-Color-Calc/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user