pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(graphics/revealjs) Add new package for presentation tool, in HTML+CSS
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara (CF-SX3) <makoto%ki.nu@localhost>
Pushed By: mef
Date: Sun Mar 24 20:23:54 2019 +0900
Changeset: 1e483f98adaf6b2f3ea275060013af7dcee45fde
Added Files:
revealjs/DESCR
revealjs/MESSAGE
revealjs/Makefile
revealjs/PLIST
revealjs/distinfo
Log Message:
(graphics/revealjs) Add new package for presentation tool, in HTML+CSS
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1e483f98adaf6b2f3ea275060013af7dcee45fde
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
revealjs/DESCR | 2 +
revealjs/MESSAGE | 7 ++++
revealjs/Makefile | 31 ++++++++++++++++
revealjs/PLIST | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
revealjs/distinfo | 6 +++
5 files changed, 154 insertions(+)
diffs:
diff --git a/revealjs/DESCR b/revealjs/DESCR
new file mode 100644
index 0000000000..d11d68c8a2
--- /dev/null
+++ b/revealjs/DESCR
@@ -0,0 +1,2 @@
+A framework for easily creating beautiful presentations using HTML.
+[Check out the live demo](http://revealjs.com/).
diff --git a/revealjs/MESSAGE b/revealjs/MESSAGE
new file mode 100644
index 0000000000..8a64d9e2d0
--- /dev/null
+++ b/revealjs/MESSAGE
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD$
+Try following after install
+ - rsync -avH ${PREFIX}/share/${PKGNAME}/test/examples /tmp
+ - open the URL with your browser
+ file:///tmp/examples
+===========================================================================
diff --git a/revealjs/Makefile b/revealjs/Makefile
new file mode 100644
index 0000000000..bd32a594a8
--- /dev/null
+++ b/revealjs/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+VERSION= 3.7.0
+DISTNAME= reveal.js-${VERSION}
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GITHUB:=hakimel/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/hakimel/reveal.js/
+COMMENT= Presentation tool with html/css
+LICENSE= mit
+
+NO_BUILD= yes
+
+INSTALL_DIR= ${PREFIX}/share/
+
+SUBST_CLASSES+= path
+SUBST_STAGE.path= post-patch
+SUBST_FILES.path= test/examples/*.html
+
+SUBST_SED.path= -e "s|href=\"\.\.\/\.\.\/|href=\"${INSTALL_DIR}/${PKGNAME}/|"
+SUBST_SED.path+= -e "s|src=\"\.\.\/\.\.\/|src=\"${INSTALL_DIR}/${PKGNAME}/|"
+SUBST_SED.path+= -e "s|src: \'\.\.\/\.\.\/|src: \'${INSTALL_DIR}/${PKGNAME}/|"
+
+do-install:
+ mkdir ${DESTDIR}${PREFIX}/share/revealjs/
+ ${CP} -pr ${WRKSRC} ${DESTDIR}${PREFIX}/share/
+ find ${DESTDIR}${PREFIX}/share/${PKGNAME}/lib -type f -perm 0755 -exec chmod -x '{}' \;
+ find ${DESTDIR}${PREFIX}/share/${PKGNAME}/plugin -type f -perm 0755 -exec chmod -x '{}' \;
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/revealjs/PLIST b/revealjs/PLIST
new file mode 100644
index 0000000000..41afc77df6
--- /dev/null
+++ b/revealjs/PLIST
@@ -0,0 +1,108 @@
+@comment $NetBSD$
+share/${PKGNAME}/.gitignore
+share/${PKGNAME}/.travis.yml
+share/${PKGNAME}/CONTRIBUTING.md
+share/${PKGNAME}/Gruntfile.js
+share/${PKGNAME}/LICENSE
+share/${PKGNAME}/README.md
+share/${PKGNAME}/bower.json
+share/${PKGNAME}/css/print/paper.css
+share/${PKGNAME}/css/print/pdf.css
+share/${PKGNAME}/css/reveal.css
+share/${PKGNAME}/css/reveal.scss
+share/${PKGNAME}/css/theme/README.md
+share/${PKGNAME}/css/theme/beige.css
+share/${PKGNAME}/css/theme/black.css
+share/${PKGNAME}/css/theme/blood.css
+share/${PKGNAME}/css/theme/league.css
+share/${PKGNAME}/css/theme/moon.css
+share/${PKGNAME}/css/theme/night.css
+share/${PKGNAME}/css/theme/serif.css
+share/${PKGNAME}/css/theme/simple.css
+share/${PKGNAME}/css/theme/sky.css
+share/${PKGNAME}/css/theme/solarized.css
+share/${PKGNAME}/css/theme/source/beige.scss
+share/${PKGNAME}/css/theme/source/black.scss
+share/${PKGNAME}/css/theme/source/blood.scss
+share/${PKGNAME}/css/theme/source/league.scss
+share/${PKGNAME}/css/theme/source/moon.scss
+share/${PKGNAME}/css/theme/source/night.scss
+share/${PKGNAME}/css/theme/source/serif.scss
+share/${PKGNAME}/css/theme/source/simple.scss
+share/${PKGNAME}/css/theme/source/sky.scss
+share/${PKGNAME}/css/theme/source/solarized.scss
+share/${PKGNAME}/css/theme/source/white.scss
+share/${PKGNAME}/css/theme/template/mixins.scss
+share/${PKGNAME}/css/theme/template/settings.scss
+share/${PKGNAME}/css/theme/template/theme.scss
+share/${PKGNAME}/css/theme/white.css
+share/${PKGNAME}/demo.html
+share/${PKGNAME}/index.html
+share/${PKGNAME}/js/reveal.js
+share/${PKGNAME}/lib/css/zenburn.css
+share/${PKGNAME}/lib/font/league-gothic/LICENSE
+share/${PKGNAME}/lib/font/league-gothic/league-gothic.css
+share/${PKGNAME}/lib/font/league-gothic/league-gothic.eot
+share/${PKGNAME}/lib/font/league-gothic/league-gothic.ttf
+share/${PKGNAME}/lib/font/league-gothic/league-gothic.woff
+share/${PKGNAME}/lib/font/source-sans-pro/LICENSE
+share/${PKGNAME}/lib/font/source-sans-pro/source-sans-pro-italic.eot
+share/${PKGNAME}/lib/font/source-sans-pro/source-sans-pro-italic.ttf
+share/${PKGNAME}/lib/font/source-sans-pro/source-sans-pro-italic.woff
+share/${PKGNAME}/lib/font/source-sans-pro/source-sans-pro-regular.eot
+share/${PKGNAME}/lib/font/source-sans-pro/source-sans-pro-regular.ttf
+share/${PKGNAME}/lib/font/source-sans-pro/source-sans-pro-regular.woff
+share/${PKGNAME}/lib/font/source-sans-pro/source-sans-pro-semibold.eot
+share/${PKGNAME}/lib/font/source-sans-pro/source-sans-pro-semibold.ttf
+share/${PKGNAME}/lib/font/source-sans-pro/source-sans-pro-semibold.woff
+share/${PKGNAME}/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot
+share/${PKGNAME}/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf
+share/${PKGNAME}/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff
+share/${PKGNAME}/lib/font/source-sans-pro/source-sans-pro.css
+share/${PKGNAME}/lib/js/classList.js
+share/${PKGNAME}/lib/js/head.min.js
+share/${PKGNAME}/lib/js/html5shiv.js
+share/${PKGNAME}/package.json
+share/${PKGNAME}/plugin/highlight/highlight.js
+share/${PKGNAME}/plugin/markdown/example.html
+share/${PKGNAME}/plugin/markdown/example.md
+share/${PKGNAME}/plugin/markdown/markdown.js
+share/${PKGNAME}/plugin/markdown/marked.js
+share/${PKGNAME}/plugin/math/math.js
+share/${PKGNAME}/plugin/multiplex/client.js
+share/${PKGNAME}/plugin/multiplex/index.js
+share/${PKGNAME}/plugin/multiplex/master.js
+share/${PKGNAME}/plugin/multiplex/package.json
+share/${PKGNAME}/plugin/notes-server/client.js
+share/${PKGNAME}/plugin/notes-server/index.js
+share/${PKGNAME}/plugin/notes-server/notes.html
+share/${PKGNAME}/plugin/notes/notes.html
+share/${PKGNAME}/plugin/notes/notes.js
+share/${PKGNAME}/plugin/print-pdf/print-pdf.js
+share/${PKGNAME}/plugin/search/search.js
+share/${PKGNAME}/plugin/zoom-js/zoom.js
+share/${PKGNAME}/test/examples/assets/image1.png
+share/${PKGNAME}/test/examples/assets/image2.png
+share/${PKGNAME}/test/examples/barebones.html
+share/${PKGNAME}/test/examples/embedded-media.html
+share/${PKGNAME}/test/examples/math.html
+share/${PKGNAME}/test/examples/slide-backgrounds.html
+share/${PKGNAME}/test/examples/slide-transitions.html
+share/${PKGNAME}/test/qunit-2.5.0.css
+share/${PKGNAME}/test/qunit-2.5.0.js
+share/${PKGNAME}/test/simple.md
+share/${PKGNAME}/test/test-markdown-element-attributes.html
+share/${PKGNAME}/test/test-markdown-element-attributes.js
+share/${PKGNAME}/test/test-markdown-external.html
+share/${PKGNAME}/test/test-markdown-external.js
+share/${PKGNAME}/test/test-markdown-options.html
+share/${PKGNAME}/test/test-markdown-options.js
+share/${PKGNAME}/test/test-markdown-slide-attributes.html
+share/${PKGNAME}/test/test-markdown-slide-attributes.js
+share/${PKGNAME}/test/test-markdown.html
+share/${PKGNAME}/test/test-markdown.js
+share/${PKGNAME}/test/test-pdf.html
+share/${PKGNAME}/test/test-pdf.js
+share/${PKGNAME}/test/test.html
+share/${PKGNAME}/test/test.js
+@pkgdir share/revealjs
diff --git a/revealjs/distinfo b/revealjs/distinfo
new file mode 100644
index 0000000000..2df7a87733
--- /dev/null
+++ b/revealjs/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (reveal.js-3.7.0.tar.gz) = ee703aed833aa8c7695ec70a3b49da66b73762ee
+RMD160 (reveal.js-3.7.0.tar.gz) = b7395014b135ed15fce92e49c821908764771c18
+SHA512 (reveal.js-3.7.0.tar.gz) = 978a288f08c450b99597e505a109c3255651695fbe9d57548adc274c089c04275d3a9b65b90d32d34f8281424805070f95f621f147327f382c03b27750b0f088
+Size (reveal.js-3.7.0.tar.gz) = 1682060 bytes
Home |
Main Index |
Thread Index |
Old Index