Bug 154114 - New port: graphic/pymorph A collection of pure python implementations of many image morphology functions
Summary: New port: graphic/pymorph A collection of pure python implementations of many...
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-18 15:30 UTC by Scrootie
Modified: 2011-02-05 11:00 UTC (History)
0 users

See Also:


Attachments
file.shar (3.14 KB, text/plain)
2011-01-18 15:30 UTC, Scrootie
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scrootie 2011-01-18 15:30:09 UTC
PyMorph is a image morphology toolbox implements the basic binary and greyscale
morphology operations, working with numpy arrays representing images.

Includes basic operations for morphological image processing such as erode,
dilate, open, tophat opening, watershed and more.

WWW: http://pypi.python.org/pypi/pymorph

Fix: Please, rename pymorph.txt to pymorph.shar

Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2011-01-28 05:07:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-02-05 10:50:10 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-02-05 10:50:15 UTC
miwi        2011-02-05 10:49:59 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/pymorph     Makefile distinfo pkg-descr pkg-plist 
  Log:
  PyMorph is a image morphology toolbox implements the basic binary and greyscale
  morphology operations, working with numpy arrays representing images.
  
  Includes basic operations for morphological image processing such as erode,
  dilate, open, tophat opening, watershed and more.
  
  WWW: http://pypi.python.org/pypi/pymorph
  
  PR:             ports/154114
  Submitted by:   Pedro Garcia Freitas <sawp at sawp.com.br>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.1377    +1 -0      ports/graphics/Makefile
  1.1       +21 -0     ports/graphics/pymorph/Makefile (new)
  1.1       +2 -0      ports/graphics/pymorph/distinfo (new)
  1.1       +7 -0      ports/graphics/pymorph/pkg-descr (new)
  1.1       +29 -0     ports/graphics/pymorph/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"