Add graphics/p5-Color-Palette 0.091400, a Perl module to handle sets of
named colors.
This commit is contained in:
parent
e692521432
commit
c61d81a4d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240704
@ -567,6 +567,7 @@
|
||||
SUBDIR += p5-Chart-Graph
|
||||
SUBDIR += p5-Chart-PNGgraph
|
||||
SUBDIR += p5-Color-Library
|
||||
SUBDIR += p5-Color-Palette
|
||||
SUBDIR += p5-Color-Rgb
|
||||
SUBDIR += p5-Color-Scheme
|
||||
SUBDIR += p5-GD
|
||||
|
30
graphics/p5-Color-Palette/Makefile
Normal file
30
graphics/p5-Color-Palette/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: graphics/p5-Color-Palette
|
||||
# Date created: 02 September 2009
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Color-Palette
|
||||
PORTVERSION= 0.091400
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Color
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Handle sets of named colors in Perl
|
||||
|
||||
BUILD_DEPENDS= p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
|
||||
p5-Graphics-Color>=0.21:${PORTSDIR}/graphics/p5-Graphics-Color \
|
||||
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
||||
p5-Moose.pm>=0:${PORTSDIR}/devel/p5-Moose
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Color::Palette.3 \
|
||||
Color::Palette::Schema.3 \
|
||||
Color::Palette::Types.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-Color-Palette/distinfo
Normal file
3
graphics/p5-Color-Palette/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Color-Palette-0.091400.tar.gz) = 3fdbf70d5d2bbc8124b25021815b29f0
|
||||
SHA256 (Color-Palette-0.091400.tar.gz) = 7456debd71d2bd89383e43b72e31bdc6b8f37efd055d4986985e02697e612fe5
|
||||
SIZE (Color-Palette-0.091400.tar.gz) = 11813
|
5
graphics/p5-Color-Palette/pkg-descr
Normal file
5
graphics/p5-Color-Palette/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The libraries in the Color-Palette distribution are meant to make it
|
||||
easy to build sets of named colors, and to write applications that can
|
||||
define and validate the color names they required.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Color-Palette/
|
8
graphics/p5-Color-Palette/pkg-plist
Normal file
8
graphics/p5-Color-Palette/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/Color/Palette.pm
|
||||
%%SITE_PERL%%/Color/Palette/Schema.pm
|
||||
%%SITE_PERL%%/Color/Palette/Types.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Palette/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Palette
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Color
|
||||
@dirrmtry %%SITE_PERL%%/Color/Palette
|
||||
@dirrmtry %%SITE_PERL%%/Color
|
Loading…
Reference in New Issue
Block a user