aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Gradient
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2010-03-09 09:15:33 +0000
committerAnton Berezin <tobez@FreeBSD.org>2010-03-09 09:15:33 +0000
commit2034681fb25671d430b2a25eeb1b5769e93802c8 (patch)
tree5091f074acc3f232639e31ce4c89a8cd56b58973 /math/p5-Math-Gradient
parent54f85c496b11f8c2dcf4bc18ea151ffb34b118e3 (diff)
downloadports-2034681fb25671d430b2a25eeb1b5769e93802c8.tar.gz
ports-2034681fb25671d430b2a25eeb1b5769e93802c8.zip
Add math/p5-Math-Gradient 0.04, a Perl module to calculate smooth
transitions between numerical values.
Notes
Notes: svn path=/head/; revision=250756
Diffstat (limited to 'math/p5-Math-Gradient')
-rw-r--r--math/p5-Math-Gradient/Makefile22
-rw-r--r--math/p5-Math-Gradient/distinfo3
-rw-r--r--math/p5-Math-Gradient/pkg-descr7
-rw-r--r--math/p5-Math-Gradient/pkg-plist5
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