Tested in amd64 8-STABLE tinderbox. The Python binding for Sane is part of Python Imaging Library. The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. The main distribution site for this software is: WWW: http://www.pythonware.com/products/pil/index.htm The PIL handbook is not included in this distribution; to get the latest version, check: http://www.pythonware.com/library.htm Fix: Patch attached with submission follows:
Here is new shar: http://www.cnmc.tw/~buganini/py-sane.patch.txt Changes: rename to py-sane RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.7:${PORTSDIR}/graphics/py-imaging
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2011-09-30 20:36:56 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/py-sane Makefile distinfo pkg-descr pkg-plist graphics/py-sane/files patch-setup.py Log: Add py-sane 2.0, the Python binding for Sane. PR: ports/159544 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> Approved by: miwi, wen (mentors implicit) Revision Changes Path 1.1447 +1 -0 ports/graphics/Makefile 1.1 +31 -0 ports/graphics/py-sane/Makefile (new) 1.1 +2 -0 ports/graphics/py-sane/distinfo (new) 1.1 +19 -0 ports/graphics/py-sane/files/patch-setup.py (new) 1.1 +15 -0 ports/graphics/py-sane/pkg-descr (new) 1.1 +4 -0 ports/graphics/py-sane/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"
State Changed From-To: open->closed New port added. Thanks!