>Number: 153183 >Category: misc >Synopsis: New port: graphic/mahotas Efficient Image Processing Library >for Python >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 15 18:50:11 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Pedro Garcia Freitas >Release: 8.1-RELEASE >Organization: >Environment: FreeBSD freebsd 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 r...@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Mahotas is an Image Processing Library for Python. It includes a couple of algorithms implemented in C++ for speed while operating in numpy arrays.
WWW: http://packages.python.org/mahotas/ >How-To-Repeat: >Fix: New port. Is installing and uinstalling with this files. Convert .txt to .shar Patch attached with submission follows: # 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: # # Makefile # distinfo # pkg-descr # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# New ports collection makefile for: py-mahotas X# Date created: 2010-12-14 X# Whom: Pedro Garcia Freitas <s...@sawp.com.br> X# X# $FreeBSD$ X# X XPORTNAME= mahotas XPORTVERSION= 0.6.1 XCATEGORIES= graphics python XMASTER_SITES= http://pypi.python.org/packages/source/m/mahotas/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= s...@sawp.com.br XCOMMENT= An Efficient Image Processing Library for Python X XBUILD_DEPENDS+= ${PYNUMPY} XPYDISTUTILS_EGGINFO= ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-${PYTHON_VERSION:S/thon//}-${OPSYS}-${OSREL}-${ARCH}.egg-info XPYSETUP= ${WRKSRC}/setup.py X XUSE_GCC= 4.4+ XUSE_PYTHON= 2.4+ XUSE_PYDISTUTILS= yes X X.include <bsd.port.pre.mk> X X.include <bsd.port.post.mk> b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XMD5 (mahotas-0.6.1.tar.gz) = 1a605717a60850952bba4895a84b736d XSHA256 (mahotas-0.6.1.tar.gz) = d2eadfa55a60689d7d62c12688ec7acecd7cf10a4e7796a6e24a3457091bf992 XSIZE (x-tile-1.8.1.tar.gz) = 55084 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' XMahotas is an Image Processing Library for Python. XIt includes a couple of algorithms implemented in C++ for speed while operating in numpy arrays. X XNotable algorithms: X - watershed. X - thresholding. X - convex points calculations. X - hit & miss. thinning. X - Zernike & Haralick features. X - freeimage based numpy image loading (requires freeimage libraries to be installed). X - Release the GIL in morphological functions X - Convolution X X XWWW: http://packages.python.org/mahotas/ 7f9555c3c1089940396b503dd37f3979 exit >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"