pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import beampy-0.4.2 as wip/py-beampy.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 25 09:41:03 2017 +0100
Changeset:	938f0fcb930ae727584ffc32582263ed51f33e6d

Added Files:
	py-beampy/DESCR
	py-beampy/Makefile
	py-beampy/PLIST
	py-beampy/distinfo

Log Message:
Import beampy-0.4.2 as wip/py-beampy.

Beampy is a python tool to create slide-show in svg that can be displayed with
HTML5 (tested on Firefox and Chromium) The size of slides is fixed, like in a
Latex Beamer document.

Beampy presentation output only one html file with every contents embedded.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=938f0fcb930ae727584ffc32582263ed51f33e6d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-beampy/DESCR    |   5 +++
 py-beampy/Makefile |  20 +++++++++
 py-beampy/PLIST    | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-beampy/distinfo |   6 +++
 4 files changed, 152 insertions(+)

diffs:
diff --git a/py-beampy/DESCR b/py-beampy/DESCR
new file mode 100644
index 0000000000..c85bb1af7d
--- /dev/null
+++ b/py-beampy/DESCR
@@ -0,0 +1,5 @@
+Beampy is a python tool to create slide-show in svg that can be displayed with
+HTML5 (tested on Firefox and Chromium) The size of slides is fixed, like in a
+Latex Beamer document.
+
+Beampy presentation output only one html file with every contents embedded.
diff --git a/py-beampy/Makefile b/py-beampy/Makefile
new file mode 100644
index 0000000000..9348ec9763
--- /dev/null
+++ b/py-beampy/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.4 2016/10/17 11:47:12 joerg Exp $
+
+GITHUB_PROJECT=	beampy
+GITHUB_TAG=	6994aa6e66f77b56e0bf6c1fa4cdd94e106e7b84
+# Upstream does not generate tags
+DISTNAME=	beampy-0.4.2
+CATEGORIES=	graphics
+MASTER_SITES=	${MASTER_SITE_GITHUB:=hchauvet/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/hchauvet/beampy
+COMMENT=	Tool to create slide-show in SVG
+LICENSE=	gnu-gpl-v3
+
+EXTRACT_USING=	bsdtar
+
+WRKSRC=		${WRKDIR}/beampy-${GITHUB_TAG}/
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-beampy/PLIST b/py-beampy/PLIST
new file mode 100644
index 0000000000..a40b527584
--- /dev/null
+++ b/py-beampy/PLIST
@@ -0,0 +1,121 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/beampy/__init__.py
+${PYSITELIB}/beampy/__init__.pyc
+${PYSITELIB}/beampy/__init__.pyo
+${PYSITELIB}/beampy/cache.py
+${PYSITELIB}/beampy/cache.pyc
+${PYSITELIB}/beampy/cache.pyo
+${PYSITELIB}/beampy/commands.py
+${PYSITELIB}/beampy/commands.pyc
+${PYSITELIB}/beampy/commands.pyo
+${PYSITELIB}/beampy/document.py
+${PYSITELIB}/beampy/document.pyc
+${PYSITELIB}/beampy/document.pyo
+${PYSITELIB}/beampy/exports.py
+${PYSITELIB}/beampy/exports.pyc
+${PYSITELIB}/beampy/exports.pyo
+${PYSITELIB}/beampy/functions.py
+${PYSITELIB}/beampy/functions.pyc
+${PYSITELIB}/beampy/functions.pyo
+${PYSITELIB}/beampy/geometry.py
+${PYSITELIB}/beampy/geometry.pyc
+${PYSITELIB}/beampy/geometry.pyo
+${PYSITELIB}/beampy/modules/__init__.py
+${PYSITELIB}/beampy/modules/__init__.pyc
+${PYSITELIB}/beampy/modules/__init__.pyo
+${PYSITELIB}/beampy/modules/animatesvg.py
+${PYSITELIB}/beampy/modules/animatesvg.pyc
+${PYSITELIB}/beampy/modules/animatesvg.pyo
+${PYSITELIB}/beampy/modules/arrow.py
+${PYSITELIB}/beampy/modules/arrow.pyc
+${PYSITELIB}/beampy/modules/arrow.pyo
+${PYSITELIB}/beampy/modules/biblio.py
+${PYSITELIB}/beampy/modules/biblio.pyc
+${PYSITELIB}/beampy/modules/biblio.pyo
+${PYSITELIB}/beampy/modules/code.py
+${PYSITELIB}/beampy/modules/code.pyc
+${PYSITELIB}/beampy/modules/code.pyo
+${PYSITELIB}/beampy/modules/core.py
+${PYSITELIB}/beampy/modules/core.pyc
+${PYSITELIB}/beampy/modules/core.pyo
+${PYSITELIB}/beampy/modules/figure.py
+${PYSITELIB}/beampy/modules/figure.pyc
+${PYSITELIB}/beampy/modules/figure.pyo
+${PYSITELIB}/beampy/modules/itemize.py
+${PYSITELIB}/beampy/modules/itemize.pyc
+${PYSITELIB}/beampy/modules/itemize.pyo
+${PYSITELIB}/beampy/modules/maketitle.py
+${PYSITELIB}/beampy/modules/maketitle.pyc
+${PYSITELIB}/beampy/modules/maketitle.pyo
+${PYSITELIB}/beampy/modules/svg.py
+${PYSITELIB}/beampy/modules/svg.pyc
+${PYSITELIB}/beampy/modules/svg.pyo
+${PYSITELIB}/beampy/modules/table.py
+${PYSITELIB}/beampy/modules/table.pyc
+${PYSITELIB}/beampy/modules/table.pyo
+${PYSITELIB}/beampy/modules/text.py
+${PYSITELIB}/beampy/modules/text.pyc
+${PYSITELIB}/beampy/modules/text.pyo
+${PYSITELIB}/beampy/modules/tikz.py
+${PYSITELIB}/beampy/modules/tikz.pyc
+${PYSITELIB}/beampy/modules/tikz.pyo
+${PYSITELIB}/beampy/modules/title.py
+${PYSITELIB}/beampy/modules/title.pyc
+${PYSITELIB}/beampy/modules/title.pyo
+${PYSITELIB}/beampy/modules/video.py
+${PYSITELIB}/beampy/modules/video.pyc
+${PYSITELIB}/beampy/modules/video.pyo
+${PYSITELIB}/beampy/renders.py
+${PYSITELIB}/beampy/renders.pyc
+${PYSITELIB}/beampy/renders.pyo
+${PYSITELIB}/beampy/scour/LICENSE
+${PYSITELIB}/beampy/scour/NOTICE
+${PYSITELIB}/beampy/scour/README.txt
+${PYSITELIB}/beampy/scour/__init__.py
+${PYSITELIB}/beampy/scour/__init__.pyc
+${PYSITELIB}/beampy/scour/__init__.pyo
+${PYSITELIB}/beampy/scour/release-notes.html
+${PYSITELIB}/beampy/scour/scour.py
+${PYSITELIB}/beampy/scour/scour.pyc
+${PYSITELIB}/beampy/scour/scour.pyo
+${PYSITELIB}/beampy/scour/svg_regex.py
+${PYSITELIB}/beampy/scour/svg_regex.pyc
+${PYSITELIB}/beampy/scour/svg_regex.pyo
+${PYSITELIB}/beampy/scour/svg_transform.py
+${PYSITELIB}/beampy/scour/svg_transform.pyc
+${PYSITELIB}/beampy/scour/svg_transform.pyo
+${PYSITELIB}/beampy/scour/yocto_css.py
+${PYSITELIB}/beampy/scour/yocto_css.pyc
+${PYSITELIB}/beampy/scour/yocto_css.pyo
+${PYSITELIB}/beampy/slide_render_functions.py
+${PYSITELIB}/beampy/slide_render_functions.pyc
+${PYSITELIB}/beampy/slide_render_functions.pyo
+${PYSITELIB}/beampy/statics/__init__.py
+${PYSITELIB}/beampy/statics/__init__.pyc
+${PYSITELIB}/beampy/statics/__init__.pyo
+${PYSITELIB}/beampy/statics/bokeh/bokeh.min.css
+${PYSITELIB}/beampy/statics/bokeh/bokeh.min.js
+${PYSITELIB}/beampy/statics/default_theme.py
+${PYSITELIB}/beampy/statics/default_theme.pyc
+${PYSITELIB}/beampy/statics/default_theme.pyo
+${PYSITELIB}/beampy/statics/footer_V2.html
+${PYSITELIB}/beampy/statics/header_V2.html
+${PYSITELIB}/beampy/statics/jquery.js
+${PYSITELIB}/beampy/themes/ComplicatedBlue_theme.py
+${PYSITELIB}/beampy/themes/ComplicatedBlue_theme.pyc
+${PYSITELIB}/beampy/themes/ComplicatedBlue_theme.pyo
+${PYSITELIB}/beampy/themes/SimpleBlue_theme.py
+${PYSITELIB}/beampy/themes/SimpleBlue_theme.pyc
+${PYSITELIB}/beampy/themes/SimpleBlue_theme.pyo
+${PYSITELIB}/beampy/themes/__init__.py
+${PYSITELIB}/beampy/themes/__init__.pyc
+${PYSITELIB}/beampy/themes/__init__.pyo
+${PYSITELIB}/beampy/themes/hipsterchic_theme.py
+${PYSITELIB}/beampy/themes/hipsterchic_theme.pyc
+${PYSITELIB}/beampy/themes/hipsterchic_theme.pyo
diff --git a/py-beampy/distinfo b/py-beampy/distinfo
new file mode 100644
index 0000000000..fa485c1c97
--- /dev/null
+++ b/py-beampy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/09/18 23:36:00 kamil Exp $
+
+SHA1 (beampy-0.4.2-6994aa6e66f77b56e0bf6c1fa4cdd94e106e7b84.tar.gz) = 4dac4194016eab5b771e22e2a776c570c7a14873
+RMD160 (beampy-0.4.2-6994aa6e66f77b56e0bf6c1fa4cdd94e106e7b84.tar.gz) = cf2f15cd80d07fe755e7aeface71e93ce9f79d96
+SHA512 (beampy-0.4.2-6994aa6e66f77b56e0bf6c1fa4cdd94e106e7b84.tar.gz) = ac88c2f8b4e1a6253d1ed4bf06faeee00ab940317d9dfd260874ac886f92d10f8a5c54d1cd21d553d08f434a19607a3bfd6119be3c6cdbffe081c95ef8a1c5a4
+Size (beampy-0.4.2-6994aa6e66f77b56e0bf6c1fa4cdd94e106e7b84.tar.gz) = 14203953 bytes


Home | Main Index | Thread Index | Old Index