aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-05-22 13:36:38 +0000
committerSteve Wills <swills@FreeBSD.org>2019-05-22 13:36:38 +0000
commit8050d3c08d6a1fe62ef2238b5e5205464ba300af (patch)
treede8264d1cf0b838fbaa56f2a7acd4545c114bc03 /x11
parenta5ba6994d89e91629cd4af7d0362ef1f79ad83d8 (diff)
downloadports-8050d3c08d6a1fe62ef2238b5e5205464ba300af.tar.gz
ports-8050d3c08d6a1fe62ef2238b5e5205464ba300af.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/py-pyscreenshot/Makefile1
-rw-r--r--x11/py-pyscreenshot/pkg-descr9
2 files changed, 8 insertions, 2 deletions
diff --git a/x11/py-pyscreenshot/Makefile b/x11/py-pyscreenshot/Makefile
index 718a63d6d662..78e39a46fd1b 100644
--- a/x11/py-pyscreenshot/Makefile
+++ b/x11/py-pyscreenshot/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pyscreenshot
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= x11 python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/x11/py-pyscreenshot/pkg-descr b/x11/py-pyscreenshot/pkg-descr
index 7109dc11c403..13dc30b3f192 100644
--- a/x11/py-pyscreenshot/pkg-descr
+++ b/x11/py-pyscreenshot/pkg-descr
@@ -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