diff --git a/textproc/py-scour/Makefile b/textproc/py-scour/Makefile index 8637587f6ee0..9300300d0f15 100644 --- a/textproc/py-scour/Makefile +++ b/textproc/py-scour/Makefile @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= scour -PORTVERSION= 0.37 +PORTVERSION= 0.38 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= SVG scrubber +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Scour SVG Optimizer LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include diff --git a/textproc/py-scour/distinfo b/textproc/py-scour/distinfo index 01eca7ed4c62..89c19037d7c6 100644 --- a/textproc/py-scour/distinfo +++ b/textproc/py-scour/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539833465 -SHA256 (scour-0.37.tar.gz) = 963113779c6877cbdd99bb6ea30ac0576dbe8b4156459ac62e579f8d22726116 -SIZE (scour-0.37.tar.gz) = 49554 +TIMESTAMP = 1597846851 +SHA256 (scour-0.38.tar.gz) = cf50a13dcdf8cfe1861f0ce334f413604e376a7681c5b181e15322f43c3befcd +SIZE (scour-0.38.tar.gz) = 52932 diff --git a/textproc/py-scour/pkg-descr b/textproc/py-scour/pkg-descr index 9c9296f56244..ee8316f38988 100644 --- a/textproc/py-scour/pkg-descr +++ b/textproc/py-scour/pkg-descr @@ -1,8 +1,13 @@ -Scour is a Python tool that takes an SVG file and produces a cleaner -and more concise file. It is intended to be used after exporting to -SVG with a GUI editor, such as Inkscape or Adobe Illustrator. +Scour is an SVG optimizer/cleaner that reduces the size of scalable vector +graphics by optimizing structure and removing unnecessary data written in +Python. -Scour was originally developed by Jeff "codedread" Schiller and Louis -Simard. Development is now maintained by Tobias "oberstet" Oberstein. +It can be used to create streamlined vector graphics suitable for web +deployment, publishing/sharing or further processing. + +The goal of Scour is to output a file that renderes identically at a fraction of +the size by removing a lot of redundant information created by most SVG editors. +Optimization options are typically lossless but can be tweaked for more +agressive cleaning. WWW: https://github.com/scour-project/scour