Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2019 23:23:10 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517170 - in head/graphics: . py-vips
Message-ID:  <201911092323.xA9NNAg8006686@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Nov  9 23:23:10 2019
New Revision: 517170
URL: https://svnweb.freebsd.org/changeset/ports/517170

Log:
  - Add new port graphics/py-vips
  
  This module wraps the libvips image processing library.

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Nov  9 23:02:09 2019	(r517169)
+++ head/graphics/Makefile	Sat Nov  9 23:23:10 2019	(r517170)
@@ -880,6 +880,7 @@
     SUBDIR += py-termtosvg
     SUBDIR += py-toyplot
     SUBDIR += py-traitsui
+    SUBDIR += py-vips
     SUBDIR += py-wand
     SUBDIR += py-webcolors
     SUBDIR += py-willow

Added: head/graphics/py-vips/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-vips/Makefile	Sat Nov  9 23:23:10 2019	(r517170)
@@ -0,0 +1,25 @@
+# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	vips
+PORTVERSION=	2.1.8
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	py${PORTNAME}-${PORTVERSION}
+
+MAINTAINER=	danilo@FreeBSD.org
+COMMENT=	Binding for the libvips image processing library
+
+LICENSE=	MIT
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR}
+LIB_DEPENDS=	libvips.so:graphics/vips
+
+USES=		gnome pkgconfig python
+
+USE_GNOME=	glib20
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/graphics/py-vips/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-vips/distinfo	Sat Nov  9 23:23:10 2019	(r517170)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1573304441
+SHA256 (pyvips-2.1.8.tar.gz) = 8992acde85331c08bf4cd0b8213d99bc65c523fc67eade93820d600de138ad04
+SIZE (pyvips-2.1.8.tar.gz) = 34356

Added: head/graphics/py-vips/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-vips/pkg-descr	Sat Nov  9 23:23:10 2019	(r517170)
@@ -0,0 +1,3 @@
+This module wraps the libvips image processing library.
+
+WWW: https://pypi.org/project/pyvips/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911092323.xA9NNAg8006686>