From owner-cvs-all@FreeBSD.ORG Sun Jun 1 22:34:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70EBA1065674; Sun, 1 Jun 2008 22:34:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 508B78FC1C; Sun, 1 Jun 2008 22:34:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m51MYENH019125; Sun, 1 Jun 2008 22:34:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m51MYEHN019124; Sun, 1 Jun 2008 22:34:14 GMT (envelope-from miwi) Message-Id: <200806012234.m51MYEHN019124@repoman.freebsd.org> From: Martin Wilke Date: Sun, 1 Jun 2008 22:34:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/py-exiv2 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 22:34:14 -0000 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)