From ff1764d9e9e7702795e5e63f9e5484c9640567f4 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 22 Dec 2010 20:22:30 +0000 Subject: [PATCH] import p5-Algorithm-Munkres 0.08 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. ok sthen@ --- devel/p5-Algorithm-Munkres/Makefile | 16 ++++++++++++++++ devel/p5-Algorithm-Munkres/distinfo | 5 +++++ devel/p5-Algorithm-Munkres/pkg/DESCR | 5 +++++ devel/p5-Algorithm-Munkres/pkg/PLIST | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 devel/p5-Algorithm-Munkres/Makefile create mode 100644 devel/p5-Algorithm-Munkres/distinfo create mode 100644 devel/p5-Algorithm-Munkres/pkg/DESCR create mode 100644 devel/p5-Algorithm-Munkres/pkg/PLIST diff --git a/devel/p5-Algorithm-Munkres/Makefile b/devel/p5-Algorithm-Munkres/Makefile new file mode 100644 index 00000000000..7fb9cd3b777 --- /dev/null +++ b/devel/p5-Algorithm-Munkres/Makefile @@ -0,0 +1,16 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2010/12/22 20:22:30 jasper Exp $ + +COMMENT= implementation of Munkres' solution to Assignment problem + +DISTNAME= Algorithm-Munkres-0.08 +CATEGORIES= devel + +# perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MODULES= cpan + +.include diff --git a/devel/p5-Algorithm-Munkres/distinfo b/devel/p5-Algorithm-Munkres/distinfo new file mode 100644 index 00000000000..a98405a56f8 --- /dev/null +++ b/devel/p5-Algorithm-Munkres/distinfo @@ -0,0 +1,5 @@ +MD5 (Algorithm-Munkres-0.08.tar.gz) = VjSSh1E/lVACcgyOJSNYKw== +RMD160 (Algorithm-Munkres-0.08.tar.gz) = lvsBF+giUTmOVRcE/6qDtvHegk4= +SHA1 (Algorithm-Munkres-0.08.tar.gz) = k8IXenHqi+wi8yrYWrIr5/TBfYE= +SHA256 (Algorithm-Munkres-0.08.tar.gz) = GWvNo5hLF5zt2EenwWZmtPl0HAf2EaZUkNnn9LelViY= +SIZE (Algorithm-Munkres-0.08.tar.gz) = 8608 diff --git a/devel/p5-Algorithm-Munkres/pkg/DESCR b/devel/p5-Algorithm-Munkres/pkg/DESCR new file mode 100644 index 00000000000..542e9582f59 --- /dev/null +++ b/devel/p5-Algorithm-Munkres/pkg/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/devel/p5-Algorithm-Munkres/pkg/PLIST b/devel/p5-Algorithm-Munkres/pkg/PLIST new file mode 100644 index 00000000000..babe1ae91c1 --- /dev/null +++ b/devel/p5-Algorithm-Munkres/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/22 20:22:30 jasper Exp $ +${P5SITE}/Algorithm/ +${P5SITE}/Algorithm/Munkres.pm +@man man/man3p/Algorithm::Munkres.3p