mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Add graphics/p5-Color-Scheme 1.02, a Perl module that helps in
generating pleasant color schemes.
This commit is contained in:
parent
c763de111f
commit
41e1eee13c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240700
@ -568,6 +568,7 @@
|
||||
SUBDIR += p5-Chart-PNGgraph
|
||||
SUBDIR += p5-Color-Library
|
||||
SUBDIR += p5-Color-Rgb
|
||||
SUBDIR += p5-Color-Scheme
|
||||
SUBDIR += p5-GD
|
||||
SUBDIR += p5-GD-Arrow
|
||||
SUBDIR += p5-GD-Barcode
|
||||
|
25
graphics/p5-Color-Scheme/Makefile
Normal file
25
graphics/p5-Color-Scheme/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: graphics/p5-Color-Scheme
|
||||
# Date created: 02 September 2009
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Color-Scheme
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Color
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Generate pleasant color schemes
|
||||
|
||||
BUILD_DEPENDS= p5-Test-Differences>=0.47:${PORTSDIR}/devel/p5-Test-Differences
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Color::Scheme.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-Color-Scheme/distinfo
Normal file
3
graphics/p5-Color-Scheme/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Color-Scheme-1.02.tar.gz) = 35fe8a1bdba56714413e12d3bb6f2757
|
||||
SHA256 (Color-Scheme-1.02.tar.gz) = a9f37b09b18850a484b3224fc0ee19b45ab66e48f9124c0738a19862f5f2cfd8
|
||||
SIZE (Color-Scheme-1.02.tar.gz) = 11589
|
7
graphics/p5-Color-Scheme/pkg-descr
Normal file
7
graphics/p5-Color-Scheme/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module is a Perl implementation of Color Schemes 2
|
||||
(http://wellstyled.com/tools/colorscheme2/), a color scheme generator.
|
||||
Start by visiting the Color Schemes 2 web site and playing with the
|
||||
colors. When you want to generate those schemes on the fly, begin using
|
||||
this module.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Color-Scheme/
|
5
graphics/p5-Color-Scheme/pkg-plist
Normal file
5
graphics/p5-Color-Scheme/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Color/Scheme.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Scheme/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Scheme
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Color
|
||||
@dirrmtry %%SITE_PERL%%/Color
|
Loading…
Reference in New Issue
Block a user