Date: Fri, 22 Nov 2013 19:07:32 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334605 - in head: graphics/p5-CAD-Drawing math math/p5-Algorithm-CurveFit math/p5-Math-MatrixReal math/p5-MatrixReal Message-ID: <201311221907.rAMJ7Wf5010161@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 22 19:07:32 2013 New Revision: 334605 URL: http://svnweb.freebsd.org/changeset/ports/334605 Log: - 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 Added: head/math/p5-Math-MatrixReal/ - copied from r334563, head/math/p5-MatrixReal/ Deleted: head/math/p5-MatrixReal/ Modified: head/graphics/p5-CAD-Drawing/Makefile head/math/Makefile head/math/p5-Algorithm-CurveFit/Makefile head/math/p5-Math-MatrixReal/Makefile Modified: head/graphics/p5-CAD-Drawing/Makefile ============================================================================== --- head/graphics/p5-CAD-Drawing/Makefile Fri Nov 22 19:05:01 2013 (r334604) +++ head/graphics/p5-CAD-Drawing/Makefile Fri Nov 22 19:07:32 2013 (r334605) @@ -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 Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Nov 22 19:05:01 2013 (r334604) +++ head/math/Makefile Fri Nov 22 19:07:32 2013 (r334605) @@ -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 Modified: head/math/p5-Algorithm-CurveFit/Makefile ============================================================================== --- head/math/p5-Algorithm-CurveFit/Makefile Fri Nov 22 19:05:01 2013 (r334604) +++ head/math/p5-Algorithm-CurveFit/Makefile Fri Nov 22 19:07:32 2013 (r334605) @@ -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} Modified: head/math/p5-Math-MatrixReal/Makefile ============================================================================== --- head/math/p5-MatrixReal/Makefile Fri Nov 22 09:05:14 2013 (r334563) +++ head/math/p5-Math-MatrixReal/Makefile Fri Nov 22 19:07:32 2013 (r334605) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311221907.rAMJ7Wf5010161>