Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 2010 08:50:06 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/153183: commit references a PR
Message-ID:  <201012170850.oBH8o6fQ050968@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/153183; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153183: commit references a PR
Date: Fri, 17 Dec 2010 08:40:36 +0000 (UTC)

 wen         2010-12-17 08:40:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics             Makefile 
   Added files:
     graphics/mahotas     Makefile distinfo pkg-descr pkg-plist 
   Log:
   Mahotas is an Image Processing Library for Python.
   It includes a couple of algorithms implemented in C++ for speed while
   operating in numpy arrays.
   
   Notable algorithms:
    - watershed.
    - thresholding.
    - convex points calculations.
    - hit & miss. thinning.
    - Zernike & Haralick features.
    - freeimage based numpy image loading (requires freeimage libraries
   to be installed).
    - Release the GIL in morphological functions
    - Convolution
   
   WWW: http://packages.python.org/mahotas/
   
   PR:             ports/153183
   Submitted by:   Pedro Garcia Freitas <sawp@sawp.com.br>
   
   Revision  Changes    Path
   1.1368    +1 -0      ports/graphics/Makefile
   1.1       +24 -0     ports/graphics/mahotas/Makefile (new)
   1.1       +2 -0      ports/graphics/mahotas/distinfo (new)
   1.1       +16 -0     ports/graphics/mahotas/pkg-descr (new)
   1.1       +142 -0    ports/graphics/mahotas/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012170850.oBH8o6fQ050968>