svn commit: r440214 - in head/graphics: . py-djvulibre

Martin Wilke miwi at FreeBSD.org
Sat May 6 04:03:38 UTC 2017


Author: miwi
Date: Sat May  6 04:03:36 2017
New Revision: 440214
URL: https://svnweb.freebsd.org/changeset/ports/440214

Log:
  A set of Python bindings for the DjVuLibre library, an open source
  implementation of DjVu.
  
  WWW: https://pypi.python.org/pypi/python-djvulibre
  WWW: http://jwilk.net/software/python-djvulibre
  
  PR:		219078
  Submitted by:	Yuri Victorovich <yuri at rawbw.com>

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat May  6 04:00:16 2017	(r440213)
+++ head/graphics/Makefile	Sat May  6 04:03:36 2017	(r440214)
@@ -838,6 +838,7 @@
     SUBDIR += py-cairocffi
     SUBDIR += py-chart
     SUBDIR += py-django-easy-thumbnails
+    SUBDIR += py-djvulibre
     SUBDIR += py-editobj
     SUBDIR += py-exif
     SUBDIR += py-exifread

Added: head/graphics/py-djvulibre/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-djvulibre/Makefile	Sat May  6 04:03:36 2017	(r440214)
@@ -0,0 +1,24 @@
+# Created by: Yuri Victorovich <yuri at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	python-djvulibre
+PORTVERSION=	0.8
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at rawbw.com
+COMMENT=	Python support for the DjVu image format
+
+LICENSE=	GPLv2
+
+BUILD_DEPENDS=	cython:lang/cython
+LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre
+
+USES=		python:2 pkgconfig
+USE_PYTHON=	autoplist distutils
+
+post-patch:
+	@${REINPLACE_CMD} -e "s|'python'|'${PYTHON_CMD}'|g" ${WRKSRC}/setup.py
+
+.include <bsd.port.mk>

Added: head/graphics/py-djvulibre/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-djvulibre/distinfo	Sat May  6 04:03:36 2017	(r440214)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1493964367
+SHA256 (python-djvulibre-0.8.tar.gz) = 9d6bf3143fa540e8ce330949c9edff7847ad7cd715f7c02e2991212873a5f31b
+SIZE (python-djvulibre-0.8.tar.gz) = 85436

Added: head/graphics/py-djvulibre/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-djvulibre/pkg-descr	Sat May  6 04:03:36 2017	(r440214)
@@ -0,0 +1,5 @@
+A set of Python bindings for the DjVuLibre library, an open source
+implementation of DjVu.
+
+WWW: https://pypi.python.org/pypi/python-djvulibre
+WWW: http://jwilk.net/software/python-djvulibre


More information about the svn-ports-all mailing list