Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2006 16:09:20 -0600 (MDT)
From:      "Aaron Dalton" <aaron@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98326: Update Port: math/p5-MatrixReal 1.9->2.01
Message-ID:  <200606012209.k51M9Kmd013765@moondance.itsy-bitsy.net>
Resent-Message-ID: <200606012220.k51MKCHL078375@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98326
>Category:       ports
>Synopsis:       Update Port: math/p5-MatrixReal 1.9->2.01
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 22:20:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
- Update from v1.9 to v2.01
- Update pkg-descr

Changes in v2.01 - msouth
Fri Aug 19 23:40:24 EDT 2005
----------------------------
    * Changed versioning format to leading zero after the
      dot to make more minor versions possible this time
    * Integration of Math::MatrixReal::Ext1 0.07
        * merged new_from_cols and new_from_rows into one private
          function which is called by wrappers with the old
          names
        * added tests to exercise all of the known failure modes
          in new_from_{rows,cols} calls
    * Fixes for POD
        * added a much needed =over 4 to the start of the POD
        * removed tabs
    * reformatted indentation of the all of the code to 4 space
      indent (from a mixture of tabs, 8 space, 4 space, and 2 space)
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/p5-MatrixReal/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	6 Jul 2003 04:29:38 -0000	1.10
+++ Makefile	1 Jun 2006 22:09:10 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/math/p5-MatrixReal/Makefile,v 1.10 2003/07/06 04:29:38 kuriyama Exp $
 
 PORTNAME=	MatrixReal
-PORTVERSION=	1.9
+PORTVERSION=	2.01
 CATEGORIES=	math perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Math
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/math/p5-MatrixReal/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	22 Jan 2006 12:56:38 -0000	1.5
+++ distinfo	1 Jun 2006 22:09:10 -0000
@@ -1,3 +1,3 @@
-MD5 (Math-MatrixReal-1.9.tar.gz) = 4df6e63d0e9ff902f1af5dc430a0b483
-SHA256 (Math-MatrixReal-1.9.tar.gz) = d5181e4a48663a4b92c34a747ce7e86272200f1b4f1b6db9dda2c4f91784565f
-SIZE (Math-MatrixReal-1.9.tar.gz) = 52631
+MD5 (Math-MatrixReal-2.01.tar.gz) = 5733ae2ca48b8624de86b1764ed7a270
+SHA256 (Math-MatrixReal-2.01.tar.gz) = bb3b29fe2502c99b36019e07d61f8dc567d569896416f0137e2654b72084ea82
+SIZE (Math-MatrixReal-2.01.tar.gz) = 56216
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/math/p5-MatrixReal/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	6 Jul 2003 04:29:38 -0000	1.2
+++ pkg-descr	1 Jun 2006 22:09:10 -0000
@@ -15,8 +15,7 @@
 It also has an implementation of Kleene's algorithm for finding minimal
 costs for paths in a graph.
 
-This is Math:MatrixReal version 1.2
-
 WWW: http://search.cpan.org/dist/Math-MatrixReal/
-
--- sander
+Authors: Steffen Beyer <sb@engelschall.com>
+         Rodolphe Ortalo <ortalo@laas.fr>
+         Jonathan Leto <jonathan@leto.net>
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606012209.k51M9Kmd013765>