- 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
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2013-11-22 19:07:32 +00:00
parent b7ffdb5d78
commit 9937b95e54
7 changed files with 17 additions and 13 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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}

View File

@@ -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