svn commit: r502238 - in head/x11: . py-pyscreenshot

Alexey Dokuchaev danfe at freebsd.org
Wed May 22 07:09:47 UTC 2019


On Wed, May 22, 2019 at 01:08:43AM +0000, Steve Wills wrote:
> 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.

O'rly, no 3rd party libs?

> ...
> +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} \
> +		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
> +		import:graphics/ImageMagick6

Right, it would pull the whole ImageMagick on you instead.  This port is
misguiding users and should probably not be added to the collection.  Any
hand-written bindings around x11/imlib2 would fit the description better.

./danfe


More information about the svn-ports-head mailing list