From owner-freebsd-python@FreeBSD.ORG Sun Jun 1 22:40:03 2008 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31471106564A for ; Sun, 1 Jun 2008 22:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0AE7D8FC14 for ; Sun, 1 Jun 2008 22:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m51Me2lJ005281 for ; Sun, 1 Jun 2008 22:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m51Me2Q5005279; Sun, 1 Jun 2008 22:40:02 GMT (envelope-from gnats) Date: Sun, 1 Jun 2008 22:40:02 GMT Message-Id: <200806012240.m51Me2Q5005279@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/124193: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 22:40:03 -0000 The following reply was made to PR ports/124193; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/124193: commit references a PR Date: Sun, 1 Jun 2008 22:34:18 +0000 (UTC) miwi 2008-06-01 22:34:14 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/py-exiv2 Makefile distinfo pkg-descr pkg-plist Log: pyexiv2 is a python binding to exiv2, the C++ library for manipulation of EXIF and IPTC image metadata. It is a python module that allows your python scripts to read and write metadata (EXIF, IPTC, thumbnail) embedded in image files (JPEG, TIFF, ...). It is designed as a high level interface to the functionalities offered by exiv2 (and is built on top of it). Using python's built-in data types and standard modules, it provides easy manipulation of image metadata. WWW: http://tilloy.net/dev/pyexiv2/ PR: ports/124193 Submitted by: Denis Barov Revision Changes Path 1.1158 +1 -0 ports/graphics/Makefile 1.1 +37 -0 ports/graphics/py-exiv2/Makefile (new) 1.1 +3 -0 ports/graphics/py-exiv2/distinfo (new) 1.1 +10 -0 ports/graphics/py-exiv2/pkg-descr (new) 1.1 +2 -0 ports/graphics/py-exiv2/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"