aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-scour
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2017-01-04 12:27:46 +0000
committerAlberto Villa <avilla@FreeBSD.org>2017-01-04 12:27:46 +0000
commit87634b4793700c86c0569792cce9162487ee918d (patch)
tree14eb9f0351c4611690da499b3852bfb4a37db42a /textproc/py-scour
parentc871d59d2e0cca495be0e527de9fd59d22fe6109 (diff)
downloadports-87634b4793700c86c0569792cce9162487ee918d.tar.gz
ports-87634b4793700c86c0569792cce9162487ee918d.zip
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 was originally developed by Jeff "codedread" Schiller and Louis Simard. Development is now maintained by Tobias "oberstet" Oberstein. WWW: https://github.com/scour-project/scour
Notes
Notes: svn path=/head/; revision=430551
Diffstat (limited to 'textproc/py-scour')
-rw-r--r--textproc/py-scour/Makefile20
-rw-r--r--textproc/py-scour/distinfo3
-rw-r--r--textproc/py-scour/pkg-descr8
3 files changed, 31 insertions, 0 deletions
diff --git a/textproc/py-scour/Makefile b/textproc/py-scour/Makefile
new file mode 100644
index 000000000000..eccca63cdcc9
--- /dev/null
+++ b/textproc/py-scour/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= scour
+PORTVERSION= 0.35
+CATEGORIES= textproc python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= avilla@FreeBSD.org
+COMMENT= SVG scrubber
+
+LICENSE= APACHE20
+
+USE_GITHUB= yes
+GH_ACCOUNT= scour-project
+GH_TAGNAME= v${PORTVERSION}
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
diff --git a/textproc/py-scour/distinfo b/textproc/py-scour/distinfo
new file mode 100644
index 000000000000..d1f9c9dfae50
--- /dev/null
+++ b/textproc/py-scour/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1483477783
+SHA256 (scour-project-scour-0.35-v0.35_GH0.tar.gz) = 91a7dd0d721a3567b802c1b353ef451621594e628fe723cedb65cd4629fbc96f
+SIZE (scour-project-scour-0.35-v0.35_GH0.tar.gz) = 80981
diff --git a/textproc/py-scour/pkg-descr b/textproc/py-scour/pkg-descr
new file mode 100644
index 000000000000..9c9296f56244
--- /dev/null
+++ b/textproc/py-scour/pkg-descr
@@ -0,0 +1,8 @@
+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 was originally developed by Jeff "codedread" Schiller and Louis
+Simard. Development is now maintained by Tobias "oberstet" Oberstein.
+
+WWW: https://github.com/scour-project/scour