Index: head/x11/py-pyscreenshot/Makefile =================================================================== --- head/x11/py-pyscreenshot/Makefile (revision 502268) +++ head/x11/py-pyscreenshot/Makefile (revision 502269) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= pyscreenshot PORTVERSION= 0.5.1 +PORTREVISION= 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 Index: head/x11/py-pyscreenshot/pkg-descr =================================================================== --- head/x11/py-pyscreenshot/pkg-descr (revision 502268) +++ head/x11/py-pyscreenshot/pkg-descr (revision 502269) @@ -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