svn commit: r474145 - in head/graphics: . py-svgwrite
Li-Wen Hsu
lwhsu at FreeBSD.org
Sun Jul 8 00:05:55 UTC 2018
Author: lwhsu
Date: Sun Jul 8 00:05:53 2018
New Revision: 474145
URL: https://svnweb.freebsd.org/changeset/ports/474145
Log:
Add graphics/py-svgwrite, Python library to create SVG drawings
Added:
head/graphics/py-svgwrite/
head/graphics/py-svgwrite/Makefile (contents, props changed)
head/graphics/py-svgwrite/distinfo (contents, props changed)
head/graphics/py-svgwrite/pkg-descr (contents, props changed)
Modified:
head/graphics/Makefile
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Sat Jul 7 23:40:51 2018 (r474144)
+++ head/graphics/Makefile Sun Jul 8 00:05:53 2018 (r474145)
@@ -946,6 +946,7 @@
SUBDIR += py-sorl-thumbnail
SUBDIR += py-soya3d
SUBDIR += py-stltools
+ SUBDIR += py-svgwrite
SUBDIR += py-toyplot
SUBDIR += py-traitsui
SUBDIR += py-wand
Added: head/graphics/py-svgwrite/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-svgwrite/Makefile Sun Jul 8 00:05:53 2018 (r474145)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= svgwrite
+PORTVERSION= 1.1.12
+CATEGORIES= graphics python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= lwhsu at 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>
Added: head/graphics/py-svgwrite/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-svgwrite/distinfo Sun Jul 8 00:05:53 2018 (r474145)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1530783355
+SHA256 (svgwrite-1.1.12.zip) = 968c99f193f34f0fa7f0b3e82f49b93789c7c45cd89ce190480f16020d41ab79
+SIZE (svgwrite-1.1.12.zip) = 171947
Added: head/graphics/py-svgwrite/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-svgwrite/pkg-descr Sun Jul 8 00:05:53 2018 (r474145)
@@ -0,0 +1,3 @@
+A Python library to create SVG drawings.
+
+WWW: http://github.com/mozman/svgwrite
More information about the svn-ports-head
mailing list