svn commit: r303753 - in head/graphics: . py-poppler-qt4

Max Brazhnikov makc at FreeBSD.org
Thu Sep 6 14:01:55 UTC 2012


Author: makc
Date: Thu Sep  6 14:01:54 2012
New Revision: 303753
URL: http://svn.freebsd.org/changeset/ports/303753

Log:
  Add new port graphics/py-poppler-qt4:
  
  Python bindings for poppler-qt4.
  
  WWW: http://python-poppler-qt4.googlecode.com
  
  PR:		based on ports/171223
  Submitted by:	Martin Dieringer <martin.dieringer at gmx.de>

Added:
  head/graphics/py-poppler-qt4/
  head/graphics/py-poppler-qt4/Makefile   (contents, props changed)
  head/graphics/py-poppler-qt4/distinfo   (contents, props changed)
  head/graphics/py-poppler-qt4/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Thu Sep  6 13:11:36 2012	(r303752)
+++ head/graphics/Makefile	Thu Sep  6 14:01:54 2012	(r303753)
@@ -827,6 +827,7 @@
     SUBDIR += py-pillow
     SUBDIR += py-png
     SUBDIR += py-poppler
+    SUBDIR += py-poppler-qt4
     SUBDIR += py-pycha
     SUBDIR += py-pydot
     SUBDIR += py-pyglet

Added: head/graphics/py-poppler-qt4/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-poppler-qt4/Makefile	Thu Sep  6 14:01:54 2012	(r303753)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	poppler-qt4
+PORTVERSION=	0.16.2
+CATEGORIES=	graphics python
+MASTER_SITES=	GOOGLE_CODE
+PROJECTHOST=	python-poppler-qt4
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	python-${PORTNAME}-${PORTVERSION}
+
+MAINTAINER=	martin.dieringer at gmx.de
+COMMENT=	Python bindings for poppler-qt4
+
+BUILD_DEPENDS=	${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip \
+		${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \
+		${PYTHON_SITELIBDIR}/PyQt4/QtXml.so:${PORTSDIR}/textproc/py-qt4-xml
+LIB_DEPENDS=	poppler-qt4:${PORTSDIR}/graphics/poppler-qt4
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_EGGINFO=	python_poppler_qt4-${PORTVERSION}-py${PYTHON_VER}.egg-info
+
+PLIST_FILES=	${PYTHON_SITELIBDIR:S;${PREFIX}/;;}/popplerqt4.so
+
+.include <bsd.port.mk>

Added: head/graphics/py-poppler-qt4/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-poppler-qt4/distinfo	Thu Sep  6 14:01:54 2012	(r303753)
@@ -0,0 +1,2 @@
+SHA256 (python-poppler-qt4-0.16.2.tar.gz) = a37cf5f946633cf1d513d9f3c96d40fbc7e069f8d0ffe191e09196fb774efca5
+SIZE (python-poppler-qt4-0.16.2.tar.gz) = 13513

Added: head/graphics/py-poppler-qt4/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-poppler-qt4/pkg-descr	Thu Sep  6 14:01:54 2012	(r303753)
@@ -0,0 +1,3 @@
+Python bindings for poppler-qt4.
+
+WWW: http://python-poppler-qt4.googlecode.com



More information about the svn-ports-all mailing list