textproc/ruby-kramdown-rfc2629: update to 1.3.37
1.3.37 Contributors can be annotated with text that will be added to the Contributors section after their contact information. The text is entered in the "contribution" entry of the contact information for a contributor. It is markdown and can contain paragraph breaks and other markup, as shown below (with some author information as context, which is not shown in the rendering). Note that YAML has the "|" syntax that is strongly recommended for entering markdown text into YAML entries. 1.3.36 new: kramdown-rfc-cache-i-d-bibxml 1.3.35 revert to <artwork> if "artwork-align" is set … Bizarrely, RFCXMLv3 does not allow an "align" attribute on <sourcecode>, while it does on <artwork>. This, together with the automatic assignment of <sourcecode> to appropriately classed code blocks added in 1.3.34, creates a backwards compatibility problem. This is now worked around by reverting to <artwork> for any code blocks that do have "artwork-align"/"sourcecode-align" inline attributes, regardless of type. So if you want your source code to turn up as <sourcecode>, do not center/right-adjust any more. 1.3.34 map most codeblock classes to <sourcecode> instead of <artwork> RFCXMLv3 introduces a second element for verbatim text beyond <artwork>, the <sourcecode> element. So kramdown-rfc needs to decide whether a codeblock turns into <sourcecode> or into <artwork>. 1.3.34 now maps all code blocks with a language given to sourcecode, except if the language is one of (ascii-art binary-art call-flow hex-dump svg). (This exception list was appropriated from RFC 7991; the current xml2rfc documentation doesn't mention call-flow or hex-dump.) 1.3.33 KRAMDOWN_NO_TARGETS: let xml2rfc fill in the targets for RFC and I-D 1.3.32 o xperimental persistent connections to use this: * gem install net-http-persistent (this is not an enforced dependency of the gem!) * Set environment variable KRAMDOWN_PERSISTENT to any value KRAMDOWN_PERSISTENT= kdrfc -3chi foo.md o Mark can_anchor as unused in the stand_alone: true code.
This commit is contained in:
parent
5a426e0c98
commit
03ecfb2683
4 changed files with 11 additions and 8 deletions
|
@ -1,4 +1,5 @@
|
|||
bin/doilit @PREFIX@/bin/doilit@RUBY_SUFFIX@
|
||||
bin/kdrfc @PREFIX@/bin/kdrfc@RUBY_SUFFIX@
|
||||
bin/kramdown-rfc-cache-i-d-bibxml @PREFIX@/bin/kramdown-rfc-cache-i-d-bibxml@RUBY_SUFFIX@
|
||||
bin/kramdown-rfc-extract-markdown @PREFIX@/bin/kramdown-rfc-extract-markdown@RUBY_SUFFIX@
|
||||
bin/kramdown-rfc2629 @PREFIX@/bin/kramdown-rfc2629@RUBY_SUFFIX@
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2021/02/14 13:45:00 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2021/03/07 13:55:41 taca Exp $
|
||||
|
||||
DISTNAME= kramdown-rfc2629-1.3.31
|
||||
DISTNAME= kramdown-rfc2629-1.3.37
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2021/02/03 15:29:47 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2021/03/07 13:55:41 taca Exp $
|
||||
bin/doilit${RUBY_SUFFIX}
|
||||
bin/kdrfc${RUBY_SUFFIX}
|
||||
bin/kramdown-rfc-cache-i-d-bibxml${RUBY_SUFFIX}
|
||||
bin/kramdown-rfc-extract-markdown${RUBY_SUFFIX}
|
||||
bin/kramdown-rfc2629${RUBY_SUFFIX}
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
|
@ -8,6 +9,7 @@ ${GEM_LIBDIR}/LICENSE
|
|||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/bin/doilit
|
||||
${GEM_LIBDIR}/bin/kdrfc
|
||||
${GEM_LIBDIR}/bin/kramdown-rfc-cache-i-d-bibxml
|
||||
${GEM_LIBDIR}/bin/kramdown-rfc-extract-markdown
|
||||
${GEM_LIBDIR}/bin/kramdown-rfc2629
|
||||
${GEM_LIBDIR}/data/encoding-fallbacks.txt
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.5 2021/02/14 13:45:00 taca Exp $
|
||||
$NetBSD: distinfo,v 1.6 2021/03/07 13:55:41 taca Exp $
|
||||
|
||||
SHA1 (kramdown-rfc2629-1.3.31.gem) = 6b6db7f55b7175e3e02f04f9707dc4ec816f6e53
|
||||
RMD160 (kramdown-rfc2629-1.3.31.gem) = da968ccce1a188c89bc7a9584561f78509363dcf
|
||||
SHA512 (kramdown-rfc2629-1.3.31.gem) = b99aaff68ffc4970525f4732cc73629bc37e1bc8a8f521f3693fdeb9fbf1676393ebd7dce7b783c57aacd8c72693d8fbea1444bc31966ab3ae202e41ed051259
|
||||
Size (kramdown-rfc2629-1.3.31.gem) = 42496 bytes
|
||||
SHA1 (kramdown-rfc2629-1.3.37.gem) = 8b342ed6b22f35b07ac7b434216e446288da41eb
|
||||
RMD160 (kramdown-rfc2629-1.3.37.gem) = 2cf61bbe4dc630e12991ce4c0aa40711ed801e9e
|
||||
SHA512 (kramdown-rfc2629-1.3.37.gem) = 5d0d73e2487cffe1943b876674d37e7b34c50153ff43e54a6f05f8b1da698a8094a74b714a8834bb8a1882e34fb3f32825e8e6cac66fceb5aa0187df9526c8a7
|
||||
Size (kramdown-rfc2629-1.3.37.gem) = 44544 bytes
|
||||
SHA1 (patch-lib_kramdown-rfc2629.rb) = f9d200908675d904cb56373dc8c407bd61008760
|
||||
|
|
Loading…
Reference in a new issue