pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ruby-github-markup: Update to 4.0.2
Module Name: pkgsrc-wip
Committed By: Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By: steleto
Date: Wed Nov 1 23:36:32 2023 +0900
Changeset: ec4fdeb3cb672a791044208f3032ba701db55b4c
Modified Files:
ruby-github-markup/Makefile
ruby-github-markup/PLIST
ruby-github-markup/distinfo
Log Message:
ruby-github-markup: Update to 4.0.2
4.0.2 - 2023-10-10
- Add support for .mdx files in markdown
4.0.1 - 2022-03-07
- Update to commonmarker 0.18.3; There isn't a version on RubyGems for
this, so this is pointing to a tag version on GitHub
4.0.0 - 2021-03-31
- Drop support for Python 2 in RST rendering #1456
3.0.5 - 2020-11-12
- Add commonmarker_exts to commonmarker options #1268
- Check whether filename is set when rendering Asciidoc. #1290
3.0.4 - 2019-04-03
- Expose options in #render_s #1249
- Upgrade to Asciidoctor 2.0.x #1264
3.0.3 - 2018-12-17
- Temporarily remove support for POD6 #1248
3.0.2 - 2018-12-12
- Add support for POD6 #1173
3.0.1 - 2018-10-19
- Remove linguist-detected RMarkdown files from the Markdown renderer #1237
3.0.0 - 2018-10-18
- Allow passing options through to CommonMarker #1236
- Symlink option is now a keyword arg #1236
2.0.2 - 2018-10-15
- Don't render rmd files as Markdown #1235
2.0.1 - 2018-06-29
- Create anchor for every =item directive in POD files #1165
2.0.0 - 2018-01-31
- Remove filesystem access #1157
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ec4fdeb3cb672a791044208f3032ba701db55b4c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ruby-github-markup/Makefile | 2 +-
ruby-github-markup/PLIST | 16 +++++++++++-----
ruby-github-markup/distinfo | 6 +++---
3 files changed, 15 insertions(+), 9 deletions(-)
diffs:
diff --git a/ruby-github-markup/Makefile b/ruby-github-markup/Makefile
index 7e57fb6ea8..ff403e863c 100644
--- a/ruby-github-markup/Makefile
+++ b/ruby-github-markup/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= github-markup-1.7.0
+DISTNAME= github-markup-4.0.2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff --git a/ruby-github-markup/PLIST b/ruby-github-markup/PLIST
index 84ada3f52a..11a4dc5b4e 100644
--- a/ruby-github-markup/PLIST
+++ b/ruby-github-markup/PLIST
@@ -1,10 +1,13 @@
@comment $NetBSD$
bin/github-markup
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.dockerignore
+${GEM_LIBDIR}/.github/workflows/ci.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.kick
-${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CODE_OF_CONDUCT.md
${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/Dockerfile
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/HISTORY.md
${GEM_LIBDIR}/LICENSE
@@ -14,6 +17,7 @@ ${GEM_LIBDIR}/bin/github-markup
${GEM_LIBDIR}/github-markup.gemspec
${GEM_LIBDIR}/lib/github-markup.rb
${GEM_LIBDIR}/lib/github/commands/pod2html
+${GEM_LIBDIR}/lib/github/commands/pod62html
${GEM_LIBDIR}/lib/github/commands/rest2html
${GEM_LIBDIR}/lib/github/markup.rb
${GEM_LIBDIR}/lib/github/markup/command_implementation.rb
@@ -33,6 +37,8 @@ ${GEM_LIBDIR}/test/markups/README.creole
${GEM_LIBDIR}/test/markups/README.creole.html
${GEM_LIBDIR}/test/markups/README.directives.rst
${GEM_LIBDIR}/test/markups/README.directives.rst.html
+${GEM_LIBDIR}/test/markups/README.hidetitle.asciidoc
+${GEM_LIBDIR}/test/markups/README.hidetitle.asciidoc.html
${GEM_LIBDIR}/test/markups/README.litcoffee
${GEM_LIBDIR}/test/markups/README.litcoffee.html
${GEM_LIBDIR}/test/markups/README.markdown
@@ -47,18 +53,18 @@ ${GEM_LIBDIR}/test/markups/README.pod
${GEM_LIBDIR}/test/markups/README.pod.html
${GEM_LIBDIR}/test/markups/README.rdoc
${GEM_LIBDIR}/test/markups/README.rdoc.html
-${GEM_LIBDIR}/test/markups/README.rmd
-${GEM_LIBDIR}/test/markups/README.rmd.html
${GEM_LIBDIR}/test/markups/README.rst
${GEM_LIBDIR}/test/markups/README.rst.html
${GEM_LIBDIR}/test/markups/README.rst.txt
${GEM_LIBDIR}/test/markups/README.rst.txt.html
${GEM_LIBDIR}/test/markups/README.textile
${GEM_LIBDIR}/test/markups/README.textile.html
+${GEM_LIBDIR}/test/markups/README.toc.asciidoc
+${GEM_LIBDIR}/test/markups/README.toc.asciidoc.html
${GEM_LIBDIR}/test/markups/README.toc.rst
${GEM_LIBDIR}/test/markups/README.toc.rst.html
${GEM_LIBDIR}/test/markups/README.txt
${GEM_LIBDIR}/test/markups/README.txt.html
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
-@pkgdir lib/ruby/gems/2.6.0/extensions
-@pkgdir lib/ruby/gems/2.6.0/build_info
+@pkgdir lib/ruby/gems/3.2.0/plugins
+@pkgdir lib/ruby/gems/3.2.0/extensions
diff --git a/ruby-github-markup/distinfo b/ruby-github-markup/distinfo
index 1d397b5978..cdc1993486 100644
--- a/ruby-github-markup/distinfo
+++ b/ruby-github-markup/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-RMD160 (github-markup-1.7.0.gem) = f9a5707929458e655e74644dc6c4e2c8cf78c6fa
-SHA512 (github-markup-1.7.0.gem) = 25c9908403c52a8d511788698b6992248768db0da93a87e48ae077d41719957dd0c1ca9146980f98cc038d3d6ed18446463bc6bde3808a8c9f096e8b284125d1
-Size (github-markup-1.7.0.gem) = 30720 bytes
+BLAKE2s (github-markup-4.0.2.gem) = 528ab6630514a22fec5cffe6c766ce43a3e58ffe4bb286fdaa8c7375dd6f2d9c
+SHA512 (github-markup-4.0.2.gem) = 5ab1a1ab0c08cbb89e51cc389402082133e1d00f9a3c1d2f96256e73391404278a9e6f7b6257234f73ef43de0e78a9bcab969375385cea61b9ca8a3cacdca9b6
+Size (github-markup-4.0.2.gem) = 34816 bytes
Home |
Main Index |
Thread Index |
Old Index