Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2013 07:40:38 -0600
From:      Mark Felder <feld@feld.me>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/176068: [NEW PORT] math/py27-munkres: A Python implementation of the munkres algorithm
Message-ID:  <E1U5G6A-0002Mg-4t@feld.me>
Resent-Message-ID: <201302121350.r1CDo2DA088133@freefall.freebsd.org>

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

>Number:         176068
>Category:       ports
>Synopsis:       [NEW PORT] math/py27-munkres: A Python implementation of the munkres algorithm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 12 13:50:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     feld
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD mwi1.coffeenet.org 9.1-RELEASE FreeBSD 9.1-RELEASE #6 r243808: Mon Dec  3 07:51:34
>Description:
A python implementation of the munkres algorithm

WWW: http://software.clapper.org/munkres/

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-munkres
#	py-munkres/pkg-plist
#	py-munkres/pkg-descr
#	py-munkres/Makefile
#	py-munkres/distinfo
#
echo c - py-munkres
mkdir -p py-munkres > /dev/null 2>&1
echo x - py-munkres/pkg-plist
sed 's/^X//' >py-munkres/pkg-plist << '9c6f664fa65ed19054052e334a66c0f5'
X%%PYTHON_SITELIBDIR%%/munkres.py
X%%PYTHON_SITELIBDIR%%/munkres.pyc
X%%PYTHON_SITELIBDIR%%/munkres.pyo
9c6f664fa65ed19054052e334a66c0f5
echo x - py-munkres/pkg-descr
sed 's/^X//' >py-munkres/pkg-descr << 'ce351d99630f237965983d3205a91d69'
XA python implementation of the munkres algorithm
X
XWWW: http://software.clapper.org/munkres/
ce351d99630f237965983d3205a91d69
echo x - py-munkres/Makefile
sed 's/^X//' >py-munkres/Makefile << 'dac0ced6f56eeaef67532a0137982b8d'
X# $FreeBSD$
X
XPORTNAME=	munkres
XPORTVERSION=	1.0.5.4
XCATEGORIES=	math python
XMASTER_SITES=	https://github.com/bmc/${PORTNAME}/archive/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	release-${PORTVERSION}
X
XMAINTAINER=	feld@feld.me
XCOMMENT=	A Python implementation of the munkres algorithm
X
XLICENSE=	BSD
XLICENSE_FILE=	${WRKSRC}/LICENSE
X
XFETCH_ARGS=	"-pRr"
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
XWRKSRC=	${WRKDIR}/${PORTNAME}-${DISTNAME}
X
X.include <bsd.port.mk>
dac0ced6f56eeaef67532a0137982b8d
echo x - py-munkres/distinfo
sed 's/^X//' >py-munkres/distinfo << '7ba69ff103ac16be3301fd8e0d958dc7'
XSHA256 (release-1.0.5.4.tar.gz) = 0d04ba605868601fd48ad7f41891c8e29f7260011d4c4e39060614baa51148af
XSIZE (release-1.0.5.4.tar.gz) = 14423
7ba69ff103ac16be3301fd8e0d958dc7
exit
--- .shar ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1U5G6A-0002Mg-4t>