diff options
| author | Anton Berezin <tobez@FreeBSD.org> | 2009-09-02 08:41:31 +0000 |
|---|---|---|
| committer | Anton Berezin <tobez@FreeBSD.org> | 2009-09-02 08:41:31 +0000 |
| commit | 41e1eee13cbf01e5cbbb60867cb6a8b9ec130c77 (patch) | |
| tree | 2c577ed7e0345886eb867a21284768cbe93e8d78 /graphics | |
| parent | c763de111f5649a1616a1280ae8768b39524250d (diff) | |
Notes
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/Makefile | 1 | ||||
| -rw-r--r-- | graphics/p5-Color-Scheme/Makefile | 25 | ||||
| -rw-r--r-- | graphics/p5-Color-Scheme/distinfo | 3 | ||||
| -rw-r--r-- | graphics/p5-Color-Scheme/pkg-descr | 7 | ||||
| -rw-r--r-- | graphics/p5-Color-Scheme/pkg-plist | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index d5c1f82f97aa..d5ff6df3c3c0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -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 diff --git a/graphics/p5-Color-Scheme/Makefile b/graphics/p5-Color-Scheme/Makefile new file mode 100644 index 000000000000..c5f2c19c99a6 --- /dev/null +++ b/graphics/p5-Color-Scheme/Makefile @@ -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> diff --git a/graphics/p5-Color-Scheme/distinfo b/graphics/p5-Color-Scheme/distinfo new file mode 100644 index 000000000000..bdebf25b0ed2 --- /dev/null +++ b/graphics/p5-Color-Scheme/distinfo @@ -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 diff --git a/graphics/p5-Color-Scheme/pkg-descr b/graphics/p5-Color-Scheme/pkg-descr new file mode 100644 index 000000000000..d059d6548116 --- /dev/null +++ b/graphics/p5-Color-Scheme/pkg-descr @@ -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/ diff --git a/graphics/p5-Color-Scheme/pkg-plist b/graphics/p5-Color-Scheme/pkg-plist new file mode 100644 index 000000000000..16c7a4ab04c9 --- /dev/null +++ b/graphics/p5-Color-Scheme/pkg-plist @@ -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 |
