svn commit: r418458 - in head/graphics: . py-imageio

Kevin Lo kevlo at FreeBSD.org
Wed Jul 13 02:56:51 UTC 2016


Author: kevlo
Date: Wed Jul 13 02:56:49 2016
New Revision: 418458
URL: https://svnweb.freebsd.org/changeset/ports/418458

Log:
  Import py-imageio 1.5.
  
  Imageio is a Python library that provides an easy interface to read and
  write a wide range of image data, including animated images, volumetric data,
  and scientific formats.

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Wed Jul 13 01:55:18 2016	(r418457)
+++ head/graphics/Makefile	Wed Jul 13 02:56:49 2016	(r418458)
@@ -842,6 +842,7 @@
     SUBDIR += py-graph-dot
     SUBDIR += py-graphy
     SUBDIR += py-gvgen
+    SUBDIR += py-imageio
     SUBDIR += py-imagesize
     SUBDIR += py-mcomix
     SUBDIR += py-ming

Added: head/graphics/py-imageio/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-imageio/Makefile	Wed Jul 13 02:56:49 2016	(r418458)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	imageio
+PORTVERSION=	1.5
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	kevlo at FreeBSD.org
+COMMENT=	Python library for reading and writing image, video formats
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libfreeimage.so:graphics/freeimage
+RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
+		${PYNUMPY}
+
+USES=		python zip
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/py-imageio/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-imageio/distinfo	Wed Jul 13 02:56:49 2016	(r418458)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468312984
+SHA256 (imageio-1.5.zip) = 37ab7ad6ca37905cee6b3535a0dba21506647d663b4414089b85b20e2b9f985d
+SIZE (imageio-1.5.zip) = 3269874

Added: head/graphics/py-imageio/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-imageio/pkg-descr	Wed Jul 13 02:56:49 2016	(r418458)
@@ -0,0 +1,5 @@
+Imageio is a Python library that provides an easy interface to read and 
+write a wide range of image data, including animated images, volumetric data,
+and scientific formats.
+
+WWW: http://imageio.github.io/


More information about the svn-ports-head mailing list