diff options
-rw-r--r-- | graphics/p5-CAD-Drawing/Makefile | 17 | ||||
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Algorithm-CurveFit/Makefile | 7 | ||||
-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 8d8bebc47805..ea53dbc23049 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 441772ac7c72..de3c0938c0c2 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 baba48d63d63..dcc1a730274d 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 ada5957e50bb..564a02242a33 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 dfc2099a995b..dfc2099a995b 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 f6c6b98ac3c2..f6c6b98ac3c2 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 4b25e3104bfb..4b25e3104bfb 100644 --- a/math/p5-MatrixReal/pkg-plist +++ b/math/p5-Math-MatrixReal/pkg-plist |