Bug 131010 - [NEW PORT]math/p5-Algorithm-Munkres:Perl Extension for Munkres' Solution to Classical Assignment Problem
Summary: [NEW PORT]math/p5-Algorithm-Munkres:Perl Extension for Munkres' Solution to C...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-26 12:40 UTC by wenheping
Modified: 2009-01-26 15:40 UTC (History)
0 users

See Also:


Attachments
file.shar (2.42 KB, text/plain)
2009-01-26 12:40 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-01-26 12:40:01 UTC
Algorithm-Munkres is a perl extension for Munkres' solution to
classical Assignment problem for square and rectangular matrices
This module extends the solution of Assignment problem for square
matrices to rectangular matrices by padding zeros. Thus a rectangular
matrix is converted to square matrix by padding necessary zeros.

WWW:    http://search.cpan.org/dist/Algorithm-Munkres/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-26 12:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Philippe Audeoud freebsd_committer freebsd_triage 2009-01-26 15:23:27 UTC
Responsible Changed
From-To: miwi->jadawin

Free miwi
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-01-26 15:31:35 UTC
jadawin     2009-01-26 15:31:24 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/p5-Algorithm-Munkres Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  Algorithm-Munkres is a perl extension for Munkres' solution to
  classical Assignment problem for square and rectangular matrices
  This module extends the solution of Assignment problem for square
  matrices to rectangular matrices by padding zeros. Thus a rectangular
  matrix is converted to square matrix by padding necessary zeros.
  
  WWW:    http://search.cpan.org/dist/Algorithm-Munkres/
  
  PR:             ports/131010
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.580     +1 -0      ports/math/Makefile
  1.1       +22 -0     ports/math/p5-Algorithm-Munkres/Makefile (new)
  1.1       +3 -0      ports/math/p5-Algorithm-Munkres/distinfo (new)
  1.1       +7 -0      ports/math/p5-Algorithm-Munkres/pkg-descr (new)
  1.1       +5 -0      ports/math/p5-Algorithm-Munkres/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Philippe Audeoud freebsd_committer freebsd_triage 2009-01-26 15:31:57 UTC
State Changed
From-To: open->closed

New port added. Thanks!