pkgsrc-WIP-changes archive

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

Import py27-landslide-1.1.3 as wip/py-landslide.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 25 15:39:00 2017 +0100
Changeset:	45174091a15557c5e3512ab7c5ecee620096a162

Added Files:
	py-landslide/ALTERNATIVES
	py-landslide/DESCR
	py-landslide/Makefile
	py-landslide/PLIST
	py-landslide/distinfo

Log Message:
Import py27-landslide-1.1.3 as wip/py-landslide.

Landslide generates a slideshow using from markdown, ReST, or textile.

It builds off of Google's html5slides template.

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

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

diffstat:
 py-landslide/ALTERNATIVES |  1 +
 py-landslide/DESCR        |  3 +++
 py-landslide/Makefile     | 27 ++++++++++++++++++++
 py-landslide/PLIST        | 63 +++++++++++++++++++++++++++++++++++++++++++++++
 py-landslide/distinfo     |  6 +++++
 5 files changed, 100 insertions(+)

diffs:
diff --git a/py-landslide/ALTERNATIVES b/py-landslide/ALTERNATIVES
new file mode 100644
index 0000000000..44118e8093
--- /dev/null
+++ b/py-landslide/ALTERNATIVES
@@ -0,0 +1 @@
+bin/landslide @PREFIX@/bin/landslide
diff --git a/py-landslide/DESCR b/py-landslide/DESCR
new file mode 100644
index 0000000000..ef19d14d41
--- /dev/null
+++ b/py-landslide/DESCR
@@ -0,0 +1,3 @@
+Landslide generates a slideshow using from markdown, ReST, or textile.
+
+It builds off of Google's html5slides template.
diff --git a/py-landslide/Makefile b/py-landslide/Makefile
new file mode 100644
index 0000000000..fa4ccc7fc1
--- /dev/null
+++ b/py-landslide/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	landslide
+DISTNAME=	landslide-1.1.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=adamzap/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/adamzap/landslide/
+COMMENT=	Generate HTML5 slideshows from markdown, ReST, or textile
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-jinja2:../../textproc/py-jinja2
+DEPENDS+=	${PYPKGPREFIX}-pygments:../../textproc/py-pygments
+DEPENDS+=	${PYPKGPREFIX}-markdown:../../textproc/py-markdown
+DEPENDS+=	${PYPKGPREFIX}-docutils:../../textproc/py-docutils
+DEPENDS+=	${PYPKGPREFIX}-textile:../../textproc/py-textile
+
+post-install:
+	${MV} ${DESTDIR}${PREFIX}/bin/landslide \
+		${DESTDIR}${PREFIX}/bin/landslide-${PYVERSSUFFIX}
+
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-landslide/PLIST b/py-landslide/PLIST
new file mode 100644
index 0000000000..ca747fb02e
--- /dev/null
+++ b/py-landslide/PLIST
@@ -0,0 +1,63 @@
+@comment $NetBSD$
+bin/landslide-${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/entry_points.txt
+${PYSITELIB}/${EGG_FILE}/not-zip-safe
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/landslide/__init__.py
+${PYSITELIB}/landslide/__init__.pyc
+${PYSITELIB}/landslide/__init__.pyo
+${PYSITELIB}/landslide/__main__.py
+${PYSITELIB}/landslide/__main__.pyc
+${PYSITELIB}/landslide/__main__.pyo
+${PYSITELIB}/landslide/generator.py
+${PYSITELIB}/landslide/generator.pyc
+${PYSITELIB}/landslide/generator.pyo
+${PYSITELIB}/landslide/macro.py
+${PYSITELIB}/landslide/macro.pyc
+${PYSITELIB}/landslide/macro.pyo
+${PYSITELIB}/landslide/main.py
+${PYSITELIB}/landslide/main.pyc
+${PYSITELIB}/landslide/main.pyo
+${PYSITELIB}/landslide/parser.py
+${PYSITELIB}/landslide/parser.pyc
+${PYSITELIB}/landslide/parser.pyo
+${PYSITELIB}/landslide/rst.py
+${PYSITELIB}/landslide/rst.pyc
+${PYSITELIB}/landslide/rst.pyo
+${PYSITELIB}/landslide/tests.py
+${PYSITELIB}/landslide/tests.pyc
+${PYSITELIB}/landslide/tests.pyo
+${PYSITELIB}/landslide/themes/default/base.html
+${PYSITELIB}/landslide/themes/default/css/print.css
+${PYSITELIB}/landslide/themes/default/css/screen.css
+${PYSITELIB}/landslide/themes/default/js/slides.js
+${PYSITELIB}/landslide/themes/leapmotion/base.html
+${PYSITELIB}/landslide/themes/leapmotion/css/print.css
+${PYSITELIB}/landslide/themes/leapmotion/css/screen.css
+${PYSITELIB}/landslide/themes/leapmotion/js/slides.js
+${PYSITELIB}/landslide/themes/light/css/screen.css
+${PYSITELIB}/landslide/themes/ribbon/base.html
+${PYSITELIB}/landslide/themes/ribbon/css/defaults.scss
+${PYSITELIB}/landslide/themes/ribbon/css/print.css
+${PYSITELIB}/landslide/themes/ribbon/css/print.scss
+${PYSITELIB}/landslide/themes/ribbon/css/reset.scss
+${PYSITELIB}/landslide/themes/ribbon/css/screen.css
+${PYSITELIB}/landslide/themes/ribbon/css/screen.scss
+${PYSITELIB}/landslide/themes/ribbon/images/grid-16x10.png
+${PYSITELIB}/landslide/themes/ribbon/images/grid-4x3.png
+${PYSITELIB}/landslide/themes/ribbon/images/linen.png
+${PYSITELIB}/landslide/themes/ribbon/images/ribbon.svg
+${PYSITELIB}/landslide/themes/ribbon/js/slides.js
+${PYSITELIB}/landslide/themes/ribbon/license.txt
+${PYSITELIB}/landslide/themes/tango/css/background.png
+${PYSITELIB}/landslide/themes/tango/css/screen.css
+${PYSITELIB}/landslide/utils.py
+${PYSITELIB}/landslide/utils.pyc
+${PYSITELIB}/landslide/utils.pyo
+${PYSITELIB}/landslide/watcher.py
+${PYSITELIB}/landslide/watcher.pyc
+${PYSITELIB}/landslide/watcher.pyo
diff --git a/py-landslide/distinfo b/py-landslide/distinfo
new file mode 100644
index 0000000000..dfcd965f82
--- /dev/null
+++ b/py-landslide/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (landslide-1.1.3.tar.gz) = 07e5adbe9c0264a66c348a92aebea1d64f2baea2
+RMD160 (landslide-1.1.3.tar.gz) = 03eb20ea51997234a50b0aac0995f8b3ec286bd7
+SHA512 (landslide-1.1.3.tar.gz) = ba46dca4a93630ef700b2d5a6e1871d5ffbeb9943c165a00874ed9d931693c4b8d824658105792ca05e4d17d017066d4075b04c2a82d565749ee21670f8dc240
+Size (landslide-1.1.3.tar.gz) = 150998 bytes


Home | Main Index | Thread Index | Old Index