Date: Wed, 19 Aug 2020 16:21:14 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545378 - head/textproc/py-scour Message-ID: <202008191621.07JGLEUi072294@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Aug 19 16:21:14 2020 New Revision: 545378 URL: https://svnweb.freebsd.org/changeset/ports/545378 Log: Update to 0.38 - Update pkg-descr - Take maintainership Changes: https://github.com/scour-project/scour/blob/master/HISTORY.md Modified: head/textproc/py-scour/Makefile head/textproc/py-scour/distinfo head/textproc/py-scour/pkg-descr (contents, props changed) Modified: head/textproc/py-scour/Makefile ============================================================================== --- head/textproc/py-scour/Makefile Wed Aug 19 16:21:09 2020 (r545377) +++ head/textproc/py-scour/Makefile Wed Aug 19 16:21:14 2020 (r545378) @@ -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> Modified: head/textproc/py-scour/distinfo ============================================================================== --- head/textproc/py-scour/distinfo Wed Aug 19 16:21:09 2020 (r545377) +++ head/textproc/py-scour/distinfo Wed Aug 19 16:21:14 2020 (r545378) @@ -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 Modified: head/textproc/py-scour/pkg-descr ============================================================================== --- head/textproc/py-scour/pkg-descr Wed Aug 19 16:21:09 2020 (r545377) +++ head/textproc/py-scour/pkg-descr Wed Aug 19 16:21:14 2020 (r545378) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008191621.07JGLEUi072294>