aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-scour
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-08-19 16:21:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-08-19 16:21:14 +0000
commit129593b45e12fbea175b639fef1b7b08032996aa (patch)
tree6065c8eb111f1826afb4243255246e39597a5366 /textproc/py-scour
parent073f5b8af7b859261b8a4bf8c5b75f8faf1021bf (diff)
downloadports-129593b45e12fbea175b639fef1b7b08032996aa.tar.gz
ports-129593b45e12fbea175b639fef1b7b08032996aa.zip
Update to 0.38
- Update pkg-descr - Take maintainership Changes: https://github.com/scour-project/scour/blob/master/HISTORY.md
Notes
Notes: svn path=/head/; revision=545378
Diffstat (limited to 'textproc/py-scour')
-rw-r--r--textproc/py-scour/Makefile8
-rw-r--r--textproc/py-scour/distinfo6
-rw-r--r--textproc/py-scour/pkg-descr15
3 files changed, 17 insertions, 12 deletions
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 <bsd.port.mk>
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