[78132] trunk/dports/perl

ryandesign at macports.org ryandesign at macports.org
Sun Apr 24 23:23:26 PDT 2011


Revision: 78132
          http://trac.macports.org/changeset/78132
Author:   ryandesign at macports.org
Date:     2011-04-24 23:23:26 -0700 (Sun, 24 Apr 2011)
Log Message:
-----------
p5-algorithm-munkres: new port, version 0.08; see #29246

Added Paths:
-----------
    trunk/dports/perl/p5-algorithm-munkres/
    trunk/dports/perl/p5-algorithm-munkres/Portfile

Added: trunk/dports/perl/p5-algorithm-munkres/Portfile
===================================================================
--- trunk/dports/perl/p5-algorithm-munkres/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-algorithm-munkres/Portfile	2011-04-25 06:23:26 UTC (rev 78132)
@@ -0,0 +1,22 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         Algorithm-Munkres 0.08
+platforms           darwin
+maintainers         bioperl.org:jason
+supported_archs     noarch
+
+description         This is a Perl extension for Munkres' solution to \
+                    classical Assignment problem for square and rectangular matrices
+
+long_description    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.
+
+checksums           sha1    93c2177a71ea8bec22f32ad85ab22be7f4c17d81 \
+                    rmd160  96fb0117e82251398e551704ffaa83b6f1de824e


Property changes on: trunk/dports/perl/p5-algorithm-munkres/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110424/6c8c9027/attachment.html>


More information about the macports-changes mailing list