Date: Wed, 22 May 2019 01:08:43 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502238 - in head/x11: . py-pyscreenshot Message-ID: <201905220108.x4M18hFR056638@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed May 22 01:08:43 2019 New Revision: 502238 URL: https://svnweb.freebsd.org/changeset/ports/502238 Log: x11/py-pyscreenshot: create port Pyscreenshot tries to allow to take screenshots without installing 3rd party libraries. WWW: https://github.com/ponty/pyscreenshot Added: head/x11/py-pyscreenshot/ head/x11/py-pyscreenshot/Makefile (contents, props changed) head/x11/py-pyscreenshot/distinfo (contents, props changed) head/x11/py-pyscreenshot/pkg-descr (contents, props changed) Modified: head/x11/Makefile (contents, props changed) Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Tue May 21 23:45:46 2019 (r502237) +++ head/x11/Makefile Wed May 22 01:08:43 2019 (r502238) @@ -262,6 +262,7 @@ SUBDIR += printscreen SUBDIR += props SUBDIR += py-caffeine-ng + SUBDIR += py-pyscreenshot SUBDIR += py-pyvirtualdisplay SUBDIR += py-qt5-opengl SUBDIR += py-xcffib Added: head/x11/py-pyscreenshot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/py-pyscreenshot/Makefile Wed May 22 01:08:43 2019 (r502238) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= pyscreenshot +PORTVERSION= 0.5.1 +CATEGORIES= x11 python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +#DISTNAME= PyVirtualDisplay-${PORTVERSION} + +MAINTAINER= swills@FreeBSD.org +COMMENT= Python module for taking screenshots + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ + import:graphics/ImageMagick6 + +USES= python + +NO_ARCH= yes +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/x11/py-pyscreenshot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/py-pyscreenshot/distinfo Wed May 22 01:08:43 2019 (r502238) @@ -0,0 +1,3 @@ +TIMESTAMP = 1558437702 +SHA256 (pyscreenshot-0.5.1.tar.gz) = 19ec6d17a61c0cd4e7fcf3ab2685598a54b53dc781755393cc5f76dcb7bf359c +SIZE (pyscreenshot-0.5.1.tar.gz) = 16695 Added: head/x11/py-pyscreenshot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/py-pyscreenshot/pkg-descr Wed May 22 01:08:43 2019 (r502238) @@ -0,0 +1,4 @@ +Pyscreenshot tries to allow to take screenshots without installing 3rd party +libraries. + +WWW: https://github.com/ponty/pyscreenshot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905220108.x4M18hFR056638>