svn commit: r502269 - head/x11/py-pyscreenshot
Steve Wills
swills at FreeBSD.org
Wed May 22 13:36:39 UTC 2019
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
More information about the svn-ports-all
mailing list