svn commit: r459606 - in head/graphics: . py-yaswfp

Antoine Brodin antoine at FreeBSD.org
Sun Jan 21 13:30:47 UTC 2018


Author: antoine
Date: Sun Jan 21 13:30:43 2018
New Revision: 459606
URL: https://svnweb.freebsd.org/changeset/ports/459606

Log:
  New port: graphics/py-yaswfp
  
  Yet Another SWF Parser.
  
  WWW: https://github.com/facundobatista/yaswfp

Added:
  head/graphics/py-yaswfp/
  head/graphics/py-yaswfp/Makefile   (contents, props changed)
  head/graphics/py-yaswfp/distinfo   (contents, props changed)
  head/graphics/py-yaswfp/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Jan 21 13:20:31 2018	(r459605)
+++ head/graphics/Makefile	Sun Jan 21 13:30:43 2018	(r459606)
@@ -918,6 +918,7 @@
     SUBDIR += py-traitsui
     SUBDIR += py-wand
     SUBDIR += py-webcolors
+    SUBDIR += py-yaswfp
     SUBDIR += pygts
     SUBDIR += pymorph
     SUBDIR += pysvg

Added: head/graphics/py-yaswfp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-yaswfp/Makefile	Sun Jan 21 13:30:43 2018	(r459606)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	yaswfp
+PORTVERSION=	0.9.3
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	antoine at 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>

Added: head/graphics/py-yaswfp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-yaswfp/distinfo	Sun Jan 21 13:30:43 2018	(r459606)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1515625397
+SHA256 (yaswfp-0.9.3.tar.gz) = 6171057367476bbb511ae1ff95f0963f86079dd2fcb0e9771c6d9763ed351c8d
+SIZE (yaswfp-0.9.3.tar.gz) = 29845

Added: head/graphics/py-yaswfp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-yaswfp/pkg-descr	Sun Jan 21 13:30:43 2018	(r459606)
@@ -0,0 +1,3 @@
+Yet Another SWF Parser.
+
+WWW: https://github.com/facundobatista/yaswfp


More information about the svn-ports-head mailing list