@comment $NetBSD$
share/${PKGNAME}/.github/CONTRIBUTING.md
share/${PKGNAME}/.github/FUNDING.yml
share/${PKGNAME}/.github/workflows/js.yml
share/${PKGNAME}/.gitignore
share/${PKGNAME}/.npmignore
share/${PKGNAME}/LICENSE
share/${PKGNAME}/README.md
share/${PKGNAME}/css/layout.scss
share/${PKGNAME}/css/print/paper.scss
share/${PKGNAME}/css/print/pdf.scss
share/${PKGNAME}/css/reveal.scss
share/${PKGNAME}/css/theme/README.md
share/${PKGNAME}/css/theme/source/beige.scss
share/${PKGNAME}/css/theme/source/black-contrast.scss
share/${PKGNAME}/css/theme/source/black.scss
share/${PKGNAME}/css/theme/source/blood.scss
share/${PKGNAME}/css/theme/source/dracula.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-contrast.scss
share/${PKGNAME}/css/theme/source/white.scss
share/${PKGNAME}/css/theme/template/exposer.scss
share/${PKGNAME}/css/theme/template/mixins.scss
share/${PKGNAME}/css/theme/template/settings.scss
share/${PKGNAME}/css/theme/template/theme.scss
share/${PKGNAME}/demo.html
share/${PKGNAME}/dist/reset.css
share/${PKGNAME}/dist/reveal.css
share/${PKGNAME}/dist/reveal.esm.js
share/${PKGNAME}/dist/reveal.esm.js.map
share/${PKGNAME}/dist/reveal.js
share/${PKGNAME}/dist/reveal.js.map
share/${PKGNAME}/dist/theme/beige.css
share/${PKGNAME}/dist/theme/black-contrast.css
share/${PKGNAME}/dist/theme/black.css
share/${PKGNAME}/dist/theme/blood.css
share/${PKGNAME}/dist/theme/dracula.css
share/${PKGNAME}/dist/theme/fonts/league-gothic/LICENSE
share/${PKGNAME}/dist/theme/fonts/league-gothic/league-gothic.css
share/${PKGNAME}/dist/theme/fonts/league-gothic/league-gothic.eot
share/${PKGNAME}/dist/theme/fonts/league-gothic/league-gothic.ttf
share/${PKGNAME}/dist/theme/fonts/league-gothic/league-gothic.woff
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/LICENSE
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.eot
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.ttf
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.woff
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.eot
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.ttf
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.woff
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.eot
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.ttf
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.woff
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.eot
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.ttf
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.woff
share/${PKGNAME}/dist/theme/fonts/source-sans-pro/source-sans-pro.css
share/${PKGNAME}/dist/theme/league.css
share/${PKGNAME}/dist/theme/moon.css
share/${PKGNAME}/dist/theme/night.css
share/${PKGNAME}/dist/theme/serif.css
share/${PKGNAME}/dist/theme/simple.css
share/${PKGNAME}/dist/theme/sky.css
share/${PKGNAME}/dist/theme/solarized.css
share/${PKGNAME}/dist/theme/white-contrast.css
share/${PKGNAME}/dist/theme/white.css
share/${PKGNAME}/dist/theme/white_contrast_compact_verbatim_headers.css
share/${PKGNAME}/examples/500-slides.html
share/${PKGNAME}/examples/assets/beeping.txt
share/${PKGNAME}/examples/assets/beeping.wav
share/${PKGNAME}/examples/assets/image1.png
share/${PKGNAME}/examples/assets/image2.png
share/${PKGNAME}/examples/auto-animate.html
share/${PKGNAME}/examples/backgrounds.html
share/${PKGNAME}/examples/barebones.html
share/${PKGNAME}/examples/layout-helpers.html
share/${PKGNAME}/examples/markdown.html
share/${PKGNAME}/examples/markdown.md
share/${PKGNAME}/examples/math.html
share/${PKGNAME}/examples/media.html
share/${PKGNAME}/examples/multiple-presentations.html
share/${PKGNAME}/examples/scroll.html
share/${PKGNAME}/examples/transitions.html
share/${PKGNAME}/gulpfile.js
share/${PKGNAME}/index.html
share/${PKGNAME}/js/components/playback.js
share/${PKGNAME}/js/config.js
share/${PKGNAME}/js/controllers/autoanimate.js
share/${PKGNAME}/js/controllers/backgrounds.js
share/${PKGNAME}/js/controllers/controls.js
share/${PKGNAME}/js/controllers/focus.js
share/${PKGNAME}/js/controllers/fragments.js
share/${PKGNAME}/js/controllers/jumptoslide.js
share/${PKGNAME}/js/controllers/keyboard.js
share/${PKGNAME}/js/controllers/location.js
share/${PKGNAME}/js/controllers/notes.js
share/${PKGNAME}/js/controllers/overview.js
share/${PKGNAME}/js/controllers/plugins.js
share/${PKGNAME}/js/controllers/pointer.js
share/${PKGNAME}/js/controllers/printview.js
share/${PKGNAME}/js/controllers/progress.js
share/${PKGNAME}/js/controllers/scrollview.js
share/${PKGNAME}/js/controllers/slidecontent.js
share/${PKGNAME}/js/controllers/slidenumber.js
share/${PKGNAME}/js/controllers/touch.js
share/${PKGNAME}/js/index.js
share/${PKGNAME}/js/reveal.js
share/${PKGNAME}/js/utils/color.js
share/${PKGNAME}/js/utils/constants.js
share/${PKGNAME}/js/utils/device.js
share/${PKGNAME}/js/utils/loader.js
share/${PKGNAME}/js/utils/util.js
share/${PKGNAME}/package-lock.json
share/${PKGNAME}/package.json
share/${PKGNAME}/plugin/highlight/highlight.esm.js
share/${PKGNAME}/plugin/highlight/highlight.js
share/${PKGNAME}/plugin/highlight/monokai.css
share/${PKGNAME}/plugin/highlight/plugin.js
share/${PKGNAME}/plugin/highlight/zenburn.css
share/${PKGNAME}/plugin/markdown/markdown.esm.js
share/${PKGNAME}/plugin/markdown/markdown.js
share/${PKGNAME}/plugin/markdown/plugin.js
share/${PKGNAME}/plugin/math/katex.js
share/${PKGNAME}/plugin/math/math.esm.js
share/${PKGNAME}/plugin/math/math.js
share/${PKGNAME}/plugin/math/mathjax2.js
share/${PKGNAME}/plugin/math/mathjax3.js
share/${PKGNAME}/plugin/math/plugin.js
share/${PKGNAME}/plugin/notes/notes.esm.js
share/${PKGNAME}/plugin/notes/notes.js
share/${PKGNAME}/plugin/notes/plugin.js
share/${PKGNAME}/plugin/notes/speaker-view.html
share/${PKGNAME}/plugin/search/plugin.js
share/${PKGNAME}/plugin/search/search.esm.js
share/${PKGNAME}/plugin/search/search.js
share/${PKGNAME}/plugin/zoom/plugin.js
share/${PKGNAME}/plugin/zoom/zoom.esm.js
share/${PKGNAME}/plugin/zoom/zoom.js
share/${PKGNAME}/test/assets/external-script-a.js
share/${PKGNAME}/test/assets/external-script-b.js
share/${PKGNAME}/test/assets/external-script-c.js
share/${PKGNAME}/test/assets/external-script-d.js
share/${PKGNAME}/test/simple.md
share/${PKGNAME}/test/test-auto-animate.html
share/${PKGNAME}/test/test-dependencies-async.html
share/${PKGNAME}/test/test-dependencies.html
share/${PKGNAME}/test/test-grid-navigation.html
share/${PKGNAME}/test/test-iframe-backgrounds.html
share/${PKGNAME}/test/test-iframes.html
share/${PKGNAME}/test/test-markdown.html
share/${PKGNAME}/test/test-multiple-instances-es5.html
share/${PKGNAME}/test/test-multiple-instances.html
share/${PKGNAME}/test/test-pdf.html
share/${PKGNAME}/test/test-plugins.html
share/${PKGNAME}/test/test-scroll.html
share/${PKGNAME}/test/test-state.html
share/${PKGNAME}/test/test.html
