From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 1 20:50:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3E7E106564A for ; Sun, 1 Jun 2008 20:50:04 +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 81D6C8FC17 for ; Sun, 1 Jun 2008 20:50:04 +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 m51Ko4nW095913 for ; Sun, 1 Jun 2008 20:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m51Ko4nS095912; Sun, 1 Jun 2008 20:50:04 GMT (envelope-from gnats) Resent-Date: Sun, 1 Jun 2008 20:50:04 GMT Resent-Message-Id: <200806012050.m51Ko4nS095912@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denis Barov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E34921065670 for ; Sun, 1 Jun 2008 20:42:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C36B48FC1A for ; Sun, 1 Jun 2008 20:42:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m51KeRv5006529 for ; Sun, 1 Jun 2008 20:40:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m51KeRTO006528; Sun, 1 Jun 2008 20:40:27 GMT (envelope-from nobody) Message-Id: <200806012040.m51KeRTO006528@www.freebsd.org> Date: Sun, 1 Jun 2008 20:40:27 GMT From: Denis Barov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124193: [NEW PORT] graphics/py-exiv2 python bindings to exiv2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 20:50:04 -0000 >Number: 124193 >Category: ports >Synopsis: [NEW PORT] graphics/py-exiv2 python bindings to exiv2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 01 20:50:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Denis Barov >Release: FreeBSD 6,7,8 >Organization: Yandex >Environment: FreeBSD lifeorb.yandex.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Wed May 21 03:41:08 UTC 2008 root@lifeorb.yandex.ru:/usr/obj/usr/RELENG_7/src/sys/LIFEORB i386 >Description: New port graphics/py-exiv2 . py-exiv2 is a python bindings to exiv2 (graphics/exiv2) >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # graphics/py-exiv2/ # graphics/py-exiv2/Makefile # graphics/py-exiv2/distinfo # graphics/py-exiv2/pkg-descr # graphics/py-exiv2/pkg-plist # echo c - graphics/py-exiv2/ mkdir -p graphics/py-exiv2/ > /dev/null 2>&1 echo x - graphics/py-exiv2/Makefile sed 's/^X//' >graphics/py-exiv2/Makefile << 'END-of-graphics/py-exiv2/Makefile' X# New ports collection makefile for: py-exiv2 X# Date created: 2008-06-01 X# Whom: Michael Johnson X# X# $FreeBSD:$ X# X XPORTNAME= exiv2 XPORTVERSION= 0.1.2 XCATEGORIES= graphics python XMASTER_SITES= http://tilloy.net/dev/pyexiv2/releases/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= py${PORTNAME}-${PORTVERSION} X XMAINTAINER= dindin@dindin.ru XCOMMENT= Python bindings for exiv2 X XLIB_DEPENDS= exiv2.3:${PORTSDIR}/graphics/exiv2\ X boost_python.4:${PORTSDIR}/devel/boost-python X XWRKSRC= ${WRKDIR}/py${PORTNAME} XUSE_PYTHON= yes XUSE_GMAKE= yes XUSE_BZIP2= yes XUSE_SCONS= yes XUSE_LDCONFIG= yes XSCONS_ENV+= PREFIX=${PREFIX} CPPPATH=${PREFIX}/inlude LIBPATH=${PREFIX}/lib XSCONS_BUILDENV= ${SCONS_ENV} XSCONS_ARGS+= prefix=${PREFIX} use_env=1 X Xpost-patch: X ${REINPLACE_CMD} -e 's|python_inc_path\]|python_inc_path,\ X "${PREFIX}/include"\]|' -e 's|LIBS=libs|LIBS=libs,\ X LIBPATH=\"${PREFIX}/lib\"|'\ X ${WRKSRC}/src/SConscript X X.include END-of-graphics/py-exiv2/Makefile echo x - graphics/py-exiv2/distinfo sed 's/^X//' >graphics/py-exiv2/distinfo << 'END-of-graphics/py-exiv2/distinfo' XMD5 (pyexiv2-0.1.2.tar.bz2) = 246dae9b4eca5d2fe2a4e3762e13fac1 XSHA256 (pyexiv2-0.1.2.tar.bz2) = b28109f0607b5c3f020e73274a540e5f19ce8b164a9953d0ff2f9229764d7ae2 XSIZE (pyexiv2-0.1.2.tar.bz2) = 35796 END-of-graphics/py-exiv2/distinfo echo x - graphics/py-exiv2/pkg-descr sed 's/^X//' >graphics/py-exiv2/pkg-descr << 'END-of-graphics/py-exiv2/pkg-descr' XPython bindings for Cairo X XWWW: http://cairographics.org/ END-of-graphics/py-exiv2/pkg-descr echo x - graphics/py-exiv2/pkg-plist sed 's/^X//' >graphics/py-exiv2/pkg-plist << 'END-of-graphics/py-exiv2/pkg-plist' X%%PYTHON_SITELIBDIR%%/libpyexiv2.so X%%PYTHON_SITELIBDIR%%/pyexiv2.py END-of-graphics/py-exiv2/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: