1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
cea34d4832 - strict python version to 2.x only (doesn't work with python3)
- fix portlint warning (remove dot from COMMENT)
- add LICENSE (BSD)
- py-numpy only needed on runtime stage, so move it to RUN_DEPENDS
- add some tabs to Makefile header and pkg-descr
- do not try to remove directories that we didn't install
- bump PORTREVISION

PR:		168815
Submitted by:	rm (myself)
Approved by:    maintainer timeout (2 weeks)
2012-06-21 05:15:08 +00:00
Martin Wilke
9ee62d2604 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
2011-02-05 10:49:59 +00:00