mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Add p5-Graphics-Color, device and library agnostic color spaces.
Graphics color is a device and library agnostic system for creating and manipulating colors in various color spaces. WWW: http://search.cpan.org/dist/Graphics-Color/
This commit is contained in:
parent
22d1890a97
commit
e74eae441d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219485
@ -519,6 +519,7 @@
|
||||
SUBDIR += p5-GraphViz
|
||||
SUBDIR += p5-GraphViz-Data-Structure
|
||||
SUBDIR += p5-GraphViz-Traverse
|
||||
SUBDIR += p5-Graphics-Color
|
||||
SUBDIR += p5-Graphics-ColorNames
|
||||
SUBDIR += p5-Graphics-ColorNames-WWW
|
||||
SUBDIR += p5-Image-Caa
|
||||
|
34
graphics/p5-Graphics-Color/Makefile
Normal file
34
graphics/p5-Graphics-Color/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# Ports collection makefile for: p5-Graphics-Color
|
||||
# Date created: 2008/08/30
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Graphics-Color
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= Device and library agnostic color spaces
|
||||
|
||||
BUILD_DEPENDS= p5-Moose>=0.25:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-Geometry-Primitive>=0:${PORTSDIR}/graphics/p5-Geometry-Primitive \
|
||||
p5-MooseX-Clone>=0:${PORTSDIR}/devel/p5-MooseX-Clone \
|
||||
p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \
|
||||
p5-Pod-Coverage-Moose>=0:${PORTSDIR}/devel/p5-Pod-Coverage-Moose
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= Graphics::Color.3 \
|
||||
Graphics::Color::CMYK.3 \
|
||||
Graphics::Color::Equal.3 \
|
||||
Graphics::Color::HSL.3 \
|
||||
Graphics::Color::RGB.3 \
|
||||
Graphics::Color::YIQ.3 \
|
||||
Graphics::Color::YUV.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-Graphics-Color/distinfo
Normal file
3
graphics/p5-Graphics-Color/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Graphics-Color-0.12.tar.gz) = 8b98faa61856d468ca8121d3df7760f1
|
||||
SHA256 (Graphics-Color-0.12.tar.gz) = fccddc0a19c84a254a0e56e86f30aa8625f8362d948490366bc20e045a50c888
|
||||
SIZE (Graphics-Color-0.12.tar.gz) = 24357
|
4
graphics/p5-Graphics-Color/pkg-descr
Normal file
4
graphics/p5-Graphics-Color/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Graphics color is a device and library agnostic system for creating and
|
||||
manipulating colors in various color spaces.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Graphics-Color/
|
12
graphics/p5-Graphics-Color/pkg-plist
Normal file
12
graphics/p5-Graphics-Color/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Color/.packlist
|
||||
%%SITE_PERL%%/Graphics/Color.pm
|
||||
%%SITE_PERL%%/Graphics/Color/CMYK.pm
|
||||
%%SITE_PERL%%/Graphics/Color/Equal.pm
|
||||
%%SITE_PERL%%/Graphics/Color/HSL.pm
|
||||
%%SITE_PERL%%/Graphics/Color/RGB.pm
|
||||
%%SITE_PERL%%/Graphics/Color/YIQ.pm
|
||||
%%SITE_PERL%%/Graphics/Color/YUV.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Color
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics
|
||||
@dirrmtry %%SITE_PERL%%/Graphics/Color
|
||||
@dirrmtry %%SITE_PERL%%/Graphics
|
Loading…
Reference in New Issue
Block a user