From owner-svn-ports-head@FreeBSD.ORG Fri Nov 22 19:07:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C4EEEEF; Fri, 22 Nov 2013 19:07:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A8AA2805; Fri, 22 Nov 2013 19:07:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAMJ7XY8010166; Fri, 22 Nov 2013 19:07:33 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAMJ7Wf5010161; Fri, 22 Nov 2013 19:07:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311221907.rAMJ7Wf5010161@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Nov 2013 19:07:32 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 19:07:33 -0000 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 # $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