Date: Mon, 4 Jan 2016 00:26:16 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405203 - in head/graphics: . py-exifread Message-ID: <201601040026.u040QG0u005668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Mon Jan 4 00:26:15 2016 New Revision: 405203 URL: https://svnweb.freebsd.org/changeset/ports/405203 Log: Add port of py-ExifRead -- yet another method of accessing EXIF information in image-files. Required for MediaGoblin. Added: head/graphics/py-exifread/ head/graphics/py-exifread/Makefile (contents, props changed) head/graphics/py-exifread/distinfo (contents, props changed) head/graphics/py-exifread/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Jan 3 23:53:38 2016 (r405202) +++ head/graphics/Makefile Mon Jan 4 00:26:15 2016 (r405203) @@ -826,6 +826,7 @@ SUBDIR += py-django-easy-thumbnails SUBDIR += py-editobj SUBDIR += py-exif + SUBDIR += py-exifread SUBDIR += py-exiv2 SUBDIR += py-freeimagepy SUBDIR += py-gchartwrapper Added: head/graphics/py-exifread/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-exifread/Makefile Mon Jan 4 00:26:15 2016 (r405203) @@ -0,0 +1,18 @@ +# Created by: Mikhail Teterin <mi@aldan.algebra.com> +# $FreeBSD$ + +PORTNAME= ExifRead +PORTVERSION= 2.1.2 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= mi@aldan.algebra.com +COMMENT= Read Exif metadata from tiff and jpeg files + +LICENSE= BSD + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/graphics/py-exifread/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-exifread/distinfo Mon Jan 4 00:26:15 2016 (r405203) @@ -0,0 +1,2 @@ +SHA256 (ExifRead-2.1.2.tar.gz) = 79e244f2eb466709029e8806fe5e2cdd557870c3db5f68954db0ef548d9320ad +SIZE (ExifRead-2.1.2.tar.gz) = 33159 Added: head/graphics/py-exifread/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-exifread/pkg-descr Mon Jan 4 00:26:15 2016 (r405203) @@ -0,0 +1,6 @@ +Easy to use Python module to extract Exif metadata from tiff and +jpeg files. + +Originally written by Gene Cash & Thierry Bousch. + +WWW: https://github.com/ianare/exif-py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601040026.u040QG0u005668>