diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-01-21 21:30:43 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-01-21 21:30:43 +0800 |
commit | 5b9a9d57acdbb3a62e14fe24c936df9d6d4be540 (patch) | |
tree | fddac351c052ce7b13498473c8e319663bc1b998 /graphics | |
parent | 873908ed2985ff4880a2ac0cf74afb0dad96e1d2 (diff) | |
download | freebsd-ports-gnome-5b9a9d57acdbb3a62e14fe24c936df9d6d4be540.tar.gz freebsd-ports-gnome-5b9a9d57acdbb3a62e14fe24c936df9d6d4be540.tar.zst freebsd-ports-gnome-5b9a9d57acdbb3a62e14fe24c936df9d6d4be540.zip |
New port: graphics/py-yaswfp
Yet Another SWF Parser.
WWW: https://github.com/facundobatista/yaswfp
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/py-yaswfp/Makefile | 19 | ||||
-rw-r--r-- | graphics/py-yaswfp/distinfo | 3 | ||||
-rw-r--r-- | graphics/py-yaswfp/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index bade286c5bed..f71adebc4b7f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -918,6 +918,7 @@ SUBDIR += py-traitsui SUBDIR += py-wand SUBDIR += py-webcolors + SUBDIR += py-yaswfp SUBDIR += pygts SUBDIR += pymorph SUBDIR += pysvg diff --git a/graphics/py-yaswfp/Makefile b/graphics/py-yaswfp/Makefile new file mode 100644 index 000000000000..802b332bdada --- /dev/null +++ b/graphics/py-yaswfp/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= yaswfp +PORTVERSION= 0.9.3 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Yet Another SWF Parser + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +NO_ARCH= yes +USES= python:3.4+ +USE_PYTHON= autoplist concurrent distutils + +.include <bsd.port.mk> diff --git a/graphics/py-yaswfp/distinfo b/graphics/py-yaswfp/distinfo new file mode 100644 index 000000000000..51090d0f274e --- /dev/null +++ b/graphics/py-yaswfp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1515625397 +SHA256 (yaswfp-0.9.3.tar.gz) = 6171057367476bbb511ae1ff95f0963f86079dd2fcb0e9771c6d9763ed351c8d +SIZE (yaswfp-0.9.3.tar.gz) = 29845 diff --git a/graphics/py-yaswfp/pkg-descr b/graphics/py-yaswfp/pkg-descr new file mode 100644 index 000000000000..989e281e9c95 --- /dev/null +++ b/graphics/py-yaswfp/pkg-descr @@ -0,0 +1,3 @@ +Yet Another SWF Parser. + +WWW: https://github.com/facundobatista/yaswfp |