aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Matrix
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-12-08 14:14:07 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-12-08 14:14:07 +0000
commit9b4c89fc1fb619c0f74714bd46a2b1a9decaccdf (patch)
treef8593249eccd153b4ec0f754183abecbd23bc54b /math/p5-Math-Matrix
parentca9f7390f7b1401e64ea64f5e7efc1b8a2170c62 (diff)
downloadports-9b4c89fc1fb619c0f74714bd46a2b1a9decaccdf.tar.gz
ports-9b4c89fc1fb619c0f74714bd46a2b1a9decaccdf.zip
Add math/p5-Math-Matrix 0.4, a Perl module that performs a number of
common matrix operations.
Notes
Notes: svn path=/head/; revision=150667
Diffstat (limited to 'math/p5-Math-Matrix')
-rw-r--r--math/p5-Math-Matrix/Makefile22
-rw-r--r--math/p5-Math-Matrix/distinfo3
-rw-r--r--math/p5-Math-Matrix/pkg-descr4
-rw-r--r--math/p5-Math-Matrix/pkg-plist5
4 files changed, 34 insertions, 0 deletions
diff --git a/math/p5-Math-Matrix/Makefile b/math/p5-Math-Matrix/Makefile
new file mode 100644
index 000000000000..8b93e9477d89
--- /dev/null
+++ b/math/p5-Math-Matrix/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: math/p5-Math-Matrix
+# Date created: 08 December 2005
+# Whom: Anton Berezin <tobez@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Math-Matrix
+PORTVERSION= 0.4
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Math
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= Math::Matrix - multiply and invert matrices
+
+PERL_CONFIGURE= yes
+
+MAN3= Math::Matrix.3
+
+.include <bsd.port.mk>
diff --git a/math/p5-Math-Matrix/distinfo b/math/p5-Math-Matrix/distinfo
new file mode 100644
index 000000000000..daa61cad6821
--- /dev/null
+++ b/math/p5-Math-Matrix/distinfo
@@ -0,0 +1,3 @@
+MD5 (Math-Matrix-0.4.tar.gz) = fad8f822e5e417ff12ccc2205eda206a
+SHA256 (Math-Matrix-0.4.tar.gz) = 710f77c8b471bbd822b790a845dddf47145468e84b9b52d2f0e8fe8d36982cf7
+SIZE (Math-Matrix-0.4.tar.gz) = 5676
diff --git a/math/p5-Math-Matrix/pkg-descr b/math/p5-Math-Matrix/pkg-descr
new file mode 100644
index 000000000000..8a503ebe5883
--- /dev/null
+++ b/math/p5-Math-Matrix/pkg-descr
@@ -0,0 +1,4 @@
+Math::Matrix is a Perl module that performs a number of common matrix
+operations.
+
+WWW: http://search.cpan.org/dist/Math-Matrix/
diff --git a/math/p5-Math-Matrix/pkg-plist b/math/p5-Math-Matrix/pkg-plist
new file mode 100644
index 000000000000..2b23e24906db
--- /dev/null
+++ b/math/p5-Math-Matrix/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Math/Matrix.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Matrix/.packlist
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Matrix 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true