diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2010-03-09 09:15:33 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2010-03-09 09:15:33 +0000 |
commit | 2034681fb25671d430b2a25eeb1b5769e93802c8 (patch) | |
tree | 5091f074acc3f232639e31ce4c89a8cd56b58973 /math/p5-Math-Gradient | |
parent | 54f85c496b11f8c2dcf4bc18ea151ffb34b118e3 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Gradient')
-rw-r--r-- | math/p5-Math-Gradient/Makefile | 22 | ||||
-rw-r--r-- | math/p5-Math-Gradient/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-Gradient/pkg-descr | 7 | ||||
-rw-r--r-- | math/p5-Math-Gradient/pkg-plist | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/math/p5-Math-Gradient/Makefile b/math/p5-Math-Gradient/Makefile new file mode 100644 index 000000000000..276bd204b60d --- /dev/null +++ b/math/p5-Math-Gradient/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: math/p5-Math-Gradient +# Date created: 09 March 2010 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Math-Gradient +PORTVERSION= 0.04 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz + +MAINTAINER= perl@FreeBSD.org +COMMENT= Calculating gradients for color transitions and the like + +PERL_CONFIGURE= yes + +MAN3= Math::Gradient.3 + +.include <bsd.port.mk> diff --git a/math/p5-Math-Gradient/distinfo b/math/p5-Math-Gradient/distinfo new file mode 100644 index 000000000000..40afbe45bf59 --- /dev/null +++ b/math/p5-Math-Gradient/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-Gradient-0.04.tgz) = 4324edf09a8f684153ac0079f8507a0b +SHA256 (Math-Gradient-0.04.tgz) = 0b8fb5b3be303ee22b582f7b97edf7ed79799d7a473649ef12a14a1796d47d2d +SIZE (Math-Gradient-0.04.tgz) = 4068 diff --git a/math/p5-Math-Gradient/pkg-descr b/math/p5-Math-Gradient/pkg-descr new file mode 100644 index 000000000000..663446df20e2 --- /dev/null +++ b/math/p5-Math-Gradient/pkg-descr @@ -0,0 +1,7 @@ +Math::Gradient is used to calculate smooth transitions between numerical +values (also known as a "Gradient"). I wrote this module mainly to mix +colours, but it probably has several other applications. Methods are +supported to handle both basic and multiple-point gradients, both with +scalars and arrays. + +WWW: http://search.cpan.org/dist/Math-Gradient/ diff --git a/math/p5-Math-Gradient/pkg-plist b/math/p5-Math-Gradient/pkg-plist new file mode 100644 index 000000000000..0a5a8581d1cd --- /dev/null +++ b/math/p5-Math-Gradient/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Math/Gradient.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Gradient/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Gradient +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math |