pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-landslide Import landslide-1.1.3 as www/py-land...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ddbf77ff0e25
branches: trunk
changeset: 359024:ddbf77ff0e25
user: kamil <kamil%pkgsrc.org@localhost>
date: Sat Feb 25 14:53:49 2017 +0000
description:
Import landslide-1.1.3 as www/py-landslide.
Landslide generates a slideshow using from markdown, ReST, or textile.
It builds off of Google's html5slides template.
diffstat:
www/py-landslide/ALTERNATIVES | 1 +
www/py-landslide/DESCR | 3 ++
www/py-landslide/Makefile | 27 ++++++++++++++++++
www/py-landslide/PLIST | 63 +++++++++++++++++++++++++++++++++++++++++++
www/py-landslide/distinfo | 6 ++++
5 files changed, 100 insertions(+), 0 deletions(-)
diffs (120 lines):
diff -r bc10b0c2c700 -r ddbf77ff0e25 www/py-landslide/ALTERNATIVES
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-landslide/ALTERNATIVES Sat Feb 25 14:53:49 2017 +0000
@@ -0,0 +1,1 @@
+bin/landslide @PREFIX@/bin/landslide
diff -r bc10b0c2c700 -r ddbf77ff0e25 www/py-landslide/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-landslide/DESCR Sat Feb 25 14:53:49 2017 +0000
@@ -0,0 +1,3 @@
+Landslide generates a slideshow using from markdown, ReST, or textile.
+
+It builds off of Google's html5slides template.
diff -r bc10b0c2c700 -r ddbf77ff0e25 www/py-landslide/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-landslide/Makefile Sat Feb 25 14:53:49 2017 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2017/02/25 14:53:49 kamil Exp $
+
+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 -r bc10b0c2c700 -r ddbf77ff0e25 www/py-landslide/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-landslide/PLIST Sat Feb 25 14:53:49 2017 +0000
@@ -0,0 +1,63 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/25 14:53:49 kamil Exp $
+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 -r bc10b0c2c700 -r ddbf77ff0e25 www/py-landslide/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-landslide/distinfo Sat Feb 25 14:53:49 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/25 14:53:49 kamil Exp $
+
+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