Bug 153183

Summary: New port: graphic/mahotas Efficient Image Processing Library for Python
Product: Ports & Packages Reporter: Scrootie <sawp>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Scrootie 2010-12-15 18:50:11 UTC
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/

Fix: New port. Is installing and uinstalling with this files.
Convert .txt to .shar

Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-12-15 20:07:38 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-17 08:40:36 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"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2010-12-17 08:42:29 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!