summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-22 19:07:32 +0000
committersunpoet <sunpoet@FreeBSD.org>2013-11-22 19:07:32 +0000
commit673086b068f19dc332912645448081abebf00b85 (patch)
tree3cdef8d0cb4826e67e4e4486f0b39da3a8467b14
parent61f13e9f341e7473ec4c8059b0999266eb6c2dc6 (diff)
downloadFreeBSD-ports-673086b068f19dc332912645448081abebf00b85.zip
FreeBSD-ports-673086b068f19dc332912645448081abebf00b85.tar.gz
- Respect upstream naming: rename math/p5-MatrixReal to math/p5-Math-MatrixReal
- Bump PORTREVISION for math/p5-MatrixReal PORTNAME/path change - While I'm here: - Remove unnecessary DISTNAME and MASTER_SITE_SUBDIR - Add LICENSE - Sort *_DEPENDS
-rw-r--r--graphics/p5-CAD-Drawing/Makefile17
-rw-r--r--math/Makefile2
-rw-r--r--math/p5-Algorithm-CurveFit/Makefile7
-rw-r--r--math/p5-Math-MatrixReal/Makefile (renamed from math/p5-MatrixReal/Makefile)4
-rw-r--r--math/p5-Math-MatrixReal/distinfo (renamed from math/p5-MatrixReal/distinfo)0
-rw-r--r--math/p5-Math-MatrixReal/pkg-descr (renamed from math/p5-MatrixReal/pkg-descr)0
-rw-r--r--math/p5-Math-MatrixReal/pkg-plist (renamed from math/p5-MatrixReal/pkg-plist)0
7 files changed, 17 insertions, 13 deletions
diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile
index 8d8bebc..ea53dbc 100644
--- a/graphics/p5-CAD-Drawing/Makefile
+++ b/graphics/p5-CAD-Drawing/Makefile
@@ -3,7 +3,7 @@
PORTNAME= CAD-Drawing
PORTVERSION= 0.26
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,13 +11,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Methods to create, load, and save vector graphics
-RUN_DEPENDS= p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec \
- p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc \
- p5-MatrixReal>=0:${PORTSDIR}/math/p5-MatrixReal \
- convert:${PORTSDIR}/graphics/ImageMagick \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc \
+ p5-Math-Geometry-Planar>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar \
+ p5-Math-MatrixReal>=0:${PORTSDIR}/math/p5-Math-MatrixReal \
+ p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec \
p5-Stream>=0:${PORTSDIR}/devel/p5-Stream \
- p5-Math-Geometry-Planar>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+ ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
diff --git a/math/Makefile b/math/Makefile
index 441772a..de3c093 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -431,6 +431,7 @@
SUBDIR += p5-Math-MPC
SUBDIR += p5-Math-MPFR
SUBDIR += p5-Math-Matrix
+ SUBDIR += p5-Math-MatrixReal
SUBDIR += p5-Math-NumberCruncher
SUBDIR += p5-Math-Pari
SUBDIR += p5-Math-Polygon
@@ -474,7 +475,6 @@
SUBDIR += p5-Math-Vec
SUBDIR += p5-Math-VecStat
SUBDIR += p5-Math-VectorReal
- SUBDIR += p5-MatrixReal
SUBDIR += p5-NetCDF
SUBDIR += p5-Number-Compare
SUBDIR += p5-Number-Fraction
diff --git a/math/p5-Algorithm-CurveFit/Makefile b/math/p5-Algorithm-CurveFit/Makefile
index baba48d..dcc1a73 100644
--- a/math/p5-Algorithm-CurveFit/Makefile
+++ b/math/p5-Algorithm-CurveFit/Makefile
@@ -3,15 +3,18 @@
PORTNAME= Algorithm-CurveFit
PORTVERSION= 1.05
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= Algorithm
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Nonlinear Least Squares Fitting
-BUILD_DEPENDS= p5-MatrixReal>=0:${PORTSDIR}/math/p5-MatrixReal \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Math-MatrixReal>=0:${PORTSDIR}/math/p5-Math-MatrixReal \
p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic
RUN_DEPENDS:= ${BUILD_DEPENDS}
diff --git a/math/p5-MatrixReal/Makefile b/math/p5-Math-MatrixReal/Makefile
index ada5957..564a022 100644
--- a/math/p5-MatrixReal/Makefile
+++ b/math/p5-Math-MatrixReal/Makefile
@@ -1,13 +1,11 @@
# Created by: Sander Vesik <sander@haldjas.folklore.ee>
# $FreeBSD$
-PORTNAME= MatrixReal
+PORTNAME= Math-MatrixReal
PORTVERSION= 2.10
CATEGORIES= math perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
-DISTNAME= Math-${PORTNAME}-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module implementing a Matrix of Reals
diff --git a/math/p5-MatrixReal/distinfo b/math/p5-Math-MatrixReal/distinfo
index dfc2099..dfc2099 100644
--- a/math/p5-MatrixReal/distinfo
+++ b/math/p5-Math-MatrixReal/distinfo
diff --git a/math/p5-MatrixReal/pkg-descr b/math/p5-Math-MatrixReal/pkg-descr
index f6c6b98..f6c6b98 100644
--- a/math/p5-MatrixReal/pkg-descr
+++ b/math/p5-Math-MatrixReal/pkg-descr
diff --git a/math/p5-MatrixReal/pkg-plist b/math/p5-Math-MatrixReal/pkg-plist
index 4b25e31..4b25e31 100644
--- a/math/p5-MatrixReal/pkg-plist
+++ b/math/p5-Math-MatrixReal/pkg-plist
OpenPOWER on IntegriCloud