Date: Wed, 22 May 2019 13:36:38 +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: r502269 - head/x11/py-pyscreenshot Message-ID: <201905221336.x4MDacRa051016@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed May 22 13:36:38 2019 New Revision: 502269 URL: https://svnweb.freebsd.org/changeset/ports/502269 Log: x11/py-pyscreenshot: improve long description Modified: head/x11/py-pyscreenshot/Makefile (contents, props changed) head/x11/py-pyscreenshot/pkg-descr (contents, props changed) Modified: head/x11/py-pyscreenshot/Makefile ============================================================================== --- head/x11/py-pyscreenshot/Makefile Wed May 22 13:09:29 2019 (r502268) +++ head/x11/py-pyscreenshot/Makefile Wed May 22 13:36:38 2019 (r502269) @@ -2,6 +2,7 @@ PORTNAME= pyscreenshot PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/x11/py-pyscreenshot/pkg-descr ============================================================================== --- head/x11/py-pyscreenshot/pkg-descr Wed May 22 13:09:29 2019 (r502268) +++ head/x11/py-pyscreenshot/pkg-descr Wed May 22 13:36:38 2019 (r502269) @@ -1,4 +1,9 @@ -Pyscreenshot tries to allow to take screenshots without installing 3rd party -libraries. +The pyscreenshot module can be used to copy the contents of the screen to a PIL +or Pillow image memory using various back-ends. + +Features: +* Capturing the whole desktop +* Capturing an area +* saving to PIL or Pillow image memory WWW: https://github.com/ponty/pyscreenshot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905221336.x4MDacRa051016>