From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 15 18:50:12 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41FCF1065675 for ; Wed, 15 Dec 2010 18:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1DE008FC13 for ; Wed, 15 Dec 2010 18:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBFIoBY4036129 for ; Wed, 15 Dec 2010 18:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBFIoBeE036128; Wed, 15 Dec 2010 18:50:11 GMT (envelope-from gnats) Resent-Date: Wed, 15 Dec 2010 18:50:11 GMT Resent-Message-Id: <201012151850.oBFIoBeE036128@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Garcia Freitas Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F2861065675 for ; Wed, 15 Dec 2010 18:46:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 530078FC0C for ; Wed, 15 Dec 2010 18:46:20 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oBFIkJ38015799 for ; Wed, 15 Dec 2010 18:46:19 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id oBFIkJkV015798; Wed, 15 Dec 2010 18:46:19 GMT (envelope-from nobody) Message-Id: <201012151846.oBFIkJkV015798@red.freebsd.org> Date: Wed, 15 Dec 2010 18:46:19 GMT From: Pedro Garcia Freitas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/153183: New port: graphic/mahotas Efficient Image Processing Library for Python X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2010 18:50:12 -0000 >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 root@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 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= sawp@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 X X.include 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: