diff options
author | Diane Bruce <db@FreeBSD.org> | 2020-03-19 11:47:34 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2020-03-19 11:47:34 +0000 |
commit | 8493368583fb8965ac8b973dd9d33060539d59f1 (patch) | |
tree | 6b66af44ecc938253bf260651ae2fa9c07e5eeab /graphics | |
parent | 050686d569293d5b19049803a1b60b023dd90010 (diff) | |
download | ports-8493368583fb8965ac8b973dd9d33060539d59f1.tar.gz ports-8493368583fb8965ac8b973dd9d33060539d59f1.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/py-svg_path/Makefile | 21 | ||||
-rw-r--r-- | graphics/py-svg_path/distinfo | 3 | ||||
-rw-r--r-- | graphics/py-svg_path/pkg-descr | 6 |
4 files changed, 31 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index e0ae7dc96057..8e976f52d552 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -865,6 +865,7 @@ SUBDIR += py-soya3d SUBDIR += py-spectra SUBDIR += py-stltools + SUBDIR += py-svg_path SUBDIR += py-svgwrite SUBDIR += py-termtosvg SUBDIR += py-toyplot diff --git a/graphics/py-svg_path/Makefile b/graphics/py-svg_path/Makefile new file mode 100644 index 000000000000..379b1a029ebf --- /dev/null +++ b/graphics/py-svg_path/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= svg_path +PORTVERSION= 4.0.2 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= svg.path-${PORTVERSION} + +MAINTAINER= db@FreeBSD.org +COMMENT= SVG path objects and parser + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/graphics/py-svg_path/distinfo b/graphics/py-svg_path/distinfo new file mode 100644 index 000000000000..bbdcb0688584 --- /dev/null +++ b/graphics/py-svg_path/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1584576249 +SHA256 (svg.path-4.0.2.tar.gz) = 4bd627ec6526cd5da14f3c6a51205d930187db2d8992aed626825492c033b195 +SIZE (svg.path-4.0.2.tar.gz) = 22880 diff --git a/graphics/py-svg_path/pkg-descr b/graphics/py-svg_path/pkg-descr new file mode 100644 index 000000000000..e8a406ea58c6 --- /dev/null +++ b/graphics/py-svg_path/pkg-descr @@ -0,0 +1,6 @@ +svg.path + +svg.path is a collection of objects that implement the different path commands +in SVG, and a parser for SVG path definitions. + +WWW: https://pypi.org/project/svg.path/ |