mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to 0.38
- Update pkg-descr - Take maintainership Changes: https://github.com/scour-project/scour/blob/master/HISTORY.md
This commit is contained in:
parent
073f5b8af7
commit
129593b45e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545378
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user