pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-landslide



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sat Feb 25 14:53:49 UTC 2017

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-landslide/ALTERNATIVES \
    pkgsrc/www/py-landslide/DESCR pkgsrc/www/py-landslide/Makefile \
    pkgsrc/www/py-landslide/PLIST pkgsrc/www/py-landslide/distinfo

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

Added files:

Index: pkgsrc/www/py-landslide/ALTERNATIVES
diff -u /dev/null pkgsrc/www/py-landslide/ALTERNATIVES:1.1
--- /dev/null   Sat Feb 25 14:53:49 2017
+++ pkgsrc/www/py-landslide/ALTERNATIVES        Sat Feb 25 14:53:49 2017
@@ -0,0 +1 @@
+bin/landslide @PREFIX@/bin/landslide
Index: pkgsrc/www/py-landslide/DESCR
diff -u /dev/null pkgsrc/www/py-landslide/DESCR:1.1
--- /dev/null   Sat Feb 25 14:53:49 2017
+++ pkgsrc/www/py-landslide/DESCR       Sat Feb 25 14:53:49 2017
@@ -0,0 +1,3 @@
+Landslide generates a slideshow using from markdown, ReST, or textile.
+
+It builds off of Google's html5slides template.
Index: pkgsrc/www/py-landslide/Makefile
diff -u /dev/null pkgsrc/www/py-landslide/Makefile:1.1
--- /dev/null   Sat Feb 25 14:53:49 2017
+++ pkgsrc/www/py-landslide/Makefile    Sat Feb 25 14:53:49 2017
@@ -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"
Index: pkgsrc/www/py-landslide/PLIST
diff -u /dev/null pkgsrc/www/py-landslide/PLIST:1.1
--- /dev/null   Sat Feb 25 14:53:49 2017
+++ pkgsrc/www/py-landslide/PLIST       Sat Feb 25 14:53:49 2017
@@ -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
Index: pkgsrc/www/py-landslide/distinfo
diff -u /dev/null pkgsrc/www/py-landslide/distinfo:1.1
--- /dev/null   Sat Feb 25 14:53:49 2017
+++ pkgsrc/www/py-landslide/distinfo    Sat Feb 25 14:53:49 2017
@@ -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