Bug 153183 - New port: graphic/mahotas Efficient Image Processing Library for Python
Summary: New port: graphic/mahotas Efficient Image Processing Library for Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-15 18:50 UTC by Scrootie
Modified: 2010-12-17 08:50 UTC (History)
0 users

See Also:


Attachments
file.shar (2.05 KB, text/plain)
2010-12-15 18:50 UTC, Scrootie
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!