aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-svgwrite
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2018-07-08 00:05:53 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2018-07-08 00:05:53 +0000
commitd8d32dfd401b03f55eeeda4612784b2bd5c3c9e1 (patch)
tree9d32850ca54392f984d4df5b57d8f91f296a36f4 /graphics/py-svgwrite
parentb9eb535e1073efedea80f605910e5a277e1cbb35 (diff)
downloadports-d8d32dfd401b03f55eeeda4612784b2bd5c3c9e1.tar.gz
ports-d8d32dfd401b03f55eeeda4612784b2bd5c3c9e1.zip
Add graphics/py-svgwrite, Python library to create SVG drawings
Notes
Notes: svn path=/head/; revision=474145
Diffstat (limited to 'graphics/py-svgwrite')
-rw-r--r--graphics/py-svgwrite/Makefile19
-rw-r--r--graphics/py-svgwrite/distinfo3
-rw-r--r--graphics/py-svgwrite/pkg-descr3
3 files changed, 25 insertions, 0 deletions
diff --git a/graphics/py-svgwrite/Makefile b/graphics/py-svgwrite/Makefile
new file mode 100644
index 000000000000..fe5d93263e7e
--- /dev/null
+++ b/graphics/py-svgwrite/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= svgwrite
+PORTVERSION= 1.1.12
+CATEGORIES= graphics python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= lwhsu@FeeeBSD.org
+COMMENT= Python library to create SVG drawings
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR}
+
+USES= python zip
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/graphics/py-svgwrite/distinfo b/graphics/py-svgwrite/distinfo
new file mode 100644
index 000000000000..42898e100f97
--- /dev/null
+++ b/graphics/py-svgwrite/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1530783355
+SHA256 (svgwrite-1.1.12.zip) = 968c99f193f34f0fa7f0b3e82f49b93789c7c45cd89ce190480f16020d41ab79
+SIZE (svgwrite-1.1.12.zip) = 171947
diff --git a/graphics/py-svgwrite/pkg-descr b/graphics/py-svgwrite/pkg-descr
new file mode 100644
index 000000000000..7b920856d35c
--- /dev/null
+++ b/graphics/py-svgwrite/pkg-descr
@@ -0,0 +1,3 @@
+A Python library to create SVG drawings.
+
+WWW: http://github.com/mozman/svgwrite