From owner-svn-ports-head@freebsd.org Tue Oct 13 21:19:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DA5EA125D2; Tue, 13 Oct 2015 21:19:01 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF5971AD4; Tue, 13 Oct 2015 21:19:00 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9DLIxNo071173; Tue, 13 Oct 2015 21:18:59 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9DLIx8K071168; Tue, 13 Oct 2015 21:18:59 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201510132118.t9DLIx8K071168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Tue, 13 Oct 2015 21:18:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399222 - in head/graphics: . py-gphoto2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 21:19:01 -0000 Author: makc Date: Tue Oct 13 21:18:59 2015 New Revision: 399222 URL: https://svnweb.freebsd.org/changeset/ports/399222 Log: Add new port graphics/py-gphoto2: Python bindings for libgphoto2. WWW: http://pypi.python.org/pypi/gphoto2/ Added: head/graphics/py-gphoto2/ head/graphics/py-gphoto2/Makefile (contents, props changed) head/graphics/py-gphoto2/distinfo (contents, props changed) head/graphics/py-gphoto2/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Oct 13 20:59:51 2015 (r399221) +++ head/graphics/Makefile Tue Oct 13 21:18:59 2015 (r399222) @@ -834,6 +834,7 @@ SUBDIR += py-gimp SUBDIR += py-glewpy SUBDIR += py-goocanvas + SUBDIR += py-gphoto2 SUBDIR += py-graph SUBDIR += py-graph-core SUBDIR += py-graph-dot Added: head/graphics/py-gphoto2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-gphoto2/Makefile Tue Oct 13 21:18:59 2015 (r399222) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= gphoto2 +PORTVERSION= 1.2.0 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= python-gphoto2 + +MAINTAINER= makc@FreeBSD.org +COMMENT= Python bindings for libgphoto2 + +LICENSE= GPLv3 + +LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 + +USES= pkgconfig python +USE_PYTHON= autoplist concurrent distutils + +OPTIONS_DEFINE= DOCS EXAMPLES + +post-patch: + ${REINPLACE_CMD} \ + -e 's|share/python-gphoto2/examples|${EXAMPLESDIR:S,${PREFIX}/,,}|' \ + -e 's|share/python-gphoto2|${DOCSDIR:S,${PREFIX}/,,}|' \ + ${WRKSRC}/setup.py + +.include Added: head/graphics/py-gphoto2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-gphoto2/distinfo Tue Oct 13 21:18:59 2015 (r399222) @@ -0,0 +1,2 @@ +SHA256 (python-gphoto2/gphoto2-1.2.0.tar.gz) = 444277aacbd48d6262057da76a71c6da8824b752ac49c00640a5f4e6bba066a0 +SIZE (python-gphoto2/gphoto2-1.2.0.tar.gz) = 925837 Added: head/graphics/py-gphoto2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-gphoto2/pkg-descr Tue Oct 13 21:18:59 2015 (r399222) @@ -0,0 +1,3 @@ +python-gphoto2 provides Python interface to libgphoto2. + +WWW: http://pypi.python.org/pypi/gphoto2/