pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-commonmarker0
Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov  3 05:15:28 UTC 2025
Added Files:
        pkgsrc/textproc/ruby-commonmarker0: ALTERNATIVES DESCR Makefile PLIST
            distinfo
Log Message:
textproc/ruby-commonmarker0: add package version 0.23.12
ruby-commonmarker0 is version 0.x package and ruby-commonmarker will be
updated later.
This package is required by ruby-redmin60.
Changes from current ruby-commonmarker 0.23.10:
0.23.11 (2024-11-20)
* Merge pull request #320 from jhawthorn/c-api-stable-memory-leaks;
  [0.x] Fix memory leaks of string buffers
0.23.12 (2025-09-17)
* Support GCC15; use append_cflags instead of modifying CFLAGS directly
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ruby-commonmarker0/ALTERNATIVES \
    pkgsrc/textproc/ruby-commonmarker0/DESCR \
    pkgsrc/textproc/ruby-commonmarker0/Makefile \
    pkgsrc/textproc/ruby-commonmarker0/PLIST \
    pkgsrc/textproc/ruby-commonmarker0/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/ruby-commonmarker0/ALTERNATIVES
diff -u /dev/null pkgsrc/textproc/ruby-commonmarker0/ALTERNATIVES:1.1
--- /dev/null   Mon Nov  3 05:15:28 2025
+++ pkgsrc/textproc/ruby-commonmarker0/ALTERNATIVES     Mon Nov  3 05:15:27 2025
@@ -0,0 +1 @@
+bin/commonmarker @PREFIX@/bin/commonmarker0@RUBY_SUFFIX@
Index: pkgsrc/textproc/ruby-commonmarker0/DESCR
diff -u /dev/null pkgsrc/textproc/ruby-commonmarker0/DESCR:1.1
--- /dev/null   Mon Nov  3 05:15:28 2025
+++ pkgsrc/textproc/ruby-commonmarker0/DESCR    Mon Nov  3 05:15:27 2025
@@ -0,0 +1,7 @@
+CommonMarker
+
+Ruby wrapper for libcmark-gfm, GitHub's fork of the reference parser for
+CommonMark.  It passes all of the C tests, and is therefore spec-complete.
+It also includes extensions to the CommonMark spec as documented in the
+[itHub Flavored Markdown spec, such as support for tables, strikethroughs,
+and autolinking.
Index: pkgsrc/textproc/ruby-commonmarker0/Makefile
diff -u /dev/null pkgsrc/textproc/ruby-commonmarker0/Makefile:1.1
--- /dev/null   Mon Nov  3 05:15:28 2025
+++ pkgsrc/textproc/ruby-commonmarker0/Makefile Mon Nov  3 05:15:27 2025
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2025/11/03 05:15:27 taca Exp $
+
+DISTNAME=      commonmarker-0.23.12
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/commonmarker/&0/}
+CATEGORIES=    textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/gjtorikian/commonmarker
+COMMENT=       CommonMark parser and renderer written in C, wrapped in Ruby
+LICENSE=       mit
+
+OVERRIDE_GEMSPEC+=     :executables commonmarker=commonmarker0 \
+                       :files bin/commonmarker=bin/commonmarker0
+RUBYGEM_OPTIONS+=      --format-executable
+
+pre-configure:
+       ${TEST} -f ${WRKSRC}/bin/commonmarker0 || \
+               ${MV} ${WRKSRC}/bin/commonmarker ${WRKSRC}/bin/commonmarker0
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/ruby-commonmarker0/PLIST
diff -u /dev/null pkgsrc/textproc/ruby-commonmarker0/PLIST:1.1
--- /dev/null   Mon Nov  3 05:15:28 2025
+++ pkgsrc/textproc/ruby-commonmarker0/PLIST    Mon Nov  3 05:15:27 2025
@@ -0,0 +1,90 @@
+@comment $NetBSD: PLIST,v 1.1 2025/11/03 05:15:27 taca Exp $
+bin/commonmarker0${RUBY_SUFFIX}
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/commonmarker/commonmarker.${RUBY_DLEXT}
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/commonmarker0
+${GEM_LIBDIR}/commonmarker.gemspec
+${GEM_LIBDIR}/ext/commonmarker/arena.c
+${GEM_LIBDIR}/ext/commonmarker/autolink.c
+${GEM_LIBDIR}/ext/commonmarker/autolink.h
+${GEM_LIBDIR}/ext/commonmarker/blocks.c
+${GEM_LIBDIR}/ext/commonmarker/buffer.c
+${GEM_LIBDIR}/ext/commonmarker/buffer.h
+${GEM_LIBDIR}/ext/commonmarker/case_fold_switch.inc
+${GEM_LIBDIR}/ext/commonmarker/chunk.h
+${GEM_LIBDIR}/ext/commonmarker/cmark-gfm-core-extensions.h
+${GEM_LIBDIR}/ext/commonmarker/cmark-gfm-extension_api.h
+${GEM_LIBDIR}/ext/commonmarker/cmark-gfm-extensions_export.h
+${GEM_LIBDIR}/ext/commonmarker/cmark-gfm.h
+${GEM_LIBDIR}/ext/commonmarker/cmark-gfm_export.h
+${GEM_LIBDIR}/ext/commonmarker/cmark-gfm_version.h
+${GEM_LIBDIR}/ext/commonmarker/cmark.c
+${GEM_LIBDIR}/ext/commonmarker/cmark_ctype.c
+${GEM_LIBDIR}/ext/commonmarker/cmark_ctype.h
+${GEM_LIBDIR}/ext/commonmarker/commonmark.c
+${GEM_LIBDIR}/ext/commonmarker/commonmarker.c
+${GEM_LIBDIR}/ext/commonmarker/commonmarker.h
+${GEM_LIBDIR}/ext/commonmarker/config.h
+${GEM_LIBDIR}/ext/commonmarker/core-extensions.c
+${GEM_LIBDIR}/ext/commonmarker/entities.inc
+${GEM_LIBDIR}/ext/commonmarker/ext_scanners.c
+${GEM_LIBDIR}/ext/commonmarker/ext_scanners.h
+${GEM_LIBDIR}/ext/commonmarker/extconf.rb
+${GEM_LIBDIR}/ext/commonmarker/footnotes.c
+${GEM_LIBDIR}/ext/commonmarker/footnotes.h
+${GEM_LIBDIR}/ext/commonmarker/houdini.h
+${GEM_LIBDIR}/ext/commonmarker/houdini_href_e.c
+${GEM_LIBDIR}/ext/commonmarker/houdini_html_e.c
+${GEM_LIBDIR}/ext/commonmarker/houdini_html_u.c
+${GEM_LIBDIR}/ext/commonmarker/html.c
+${GEM_LIBDIR}/ext/commonmarker/html.h
+${GEM_LIBDIR}/ext/commonmarker/inlines.c
+${GEM_LIBDIR}/ext/commonmarker/inlines.h
+${GEM_LIBDIR}/ext/commonmarker/iterator.c
+${GEM_LIBDIR}/ext/commonmarker/iterator.h
+${GEM_LIBDIR}/ext/commonmarker/latex.c
+${GEM_LIBDIR}/ext/commonmarker/linked_list.c
+${GEM_LIBDIR}/ext/commonmarker/man.c
+${GEM_LIBDIR}/ext/commonmarker/map.c
+${GEM_LIBDIR}/ext/commonmarker/map.h
+${GEM_LIBDIR}/ext/commonmarker/node.c
+${GEM_LIBDIR}/ext/commonmarker/node.h
+${GEM_LIBDIR}/ext/commonmarker/parser.h
+${GEM_LIBDIR}/ext/commonmarker/plaintext.c
+${GEM_LIBDIR}/ext/commonmarker/plugin.c
+${GEM_LIBDIR}/ext/commonmarker/plugin.h
+${GEM_LIBDIR}/ext/commonmarker/references.c
+${GEM_LIBDIR}/ext/commonmarker/references.h
+${GEM_LIBDIR}/ext/commonmarker/registry.c
+${GEM_LIBDIR}/ext/commonmarker/registry.h
+${GEM_LIBDIR}/ext/commonmarker/render.c
+${GEM_LIBDIR}/ext/commonmarker/render.h
+${GEM_LIBDIR}/ext/commonmarker/scanners.c
+${GEM_LIBDIR}/ext/commonmarker/scanners.h
+${GEM_LIBDIR}/ext/commonmarker/scanners.re
+${GEM_LIBDIR}/ext/commonmarker/strikethrough.c
+${GEM_LIBDIR}/ext/commonmarker/strikethrough.h
+${GEM_LIBDIR}/ext/commonmarker/syntax_extension.c
+${GEM_LIBDIR}/ext/commonmarker/syntax_extension.h
+${GEM_LIBDIR}/ext/commonmarker/table.c
+${GEM_LIBDIR}/ext/commonmarker/table.h
+${GEM_LIBDIR}/ext/commonmarker/tagfilter.c
+${GEM_LIBDIR}/ext/commonmarker/tagfilter.h
+${GEM_LIBDIR}/ext/commonmarker/tasklist.c
+${GEM_LIBDIR}/ext/commonmarker/tasklist.h
+${GEM_LIBDIR}/ext/commonmarker/utf8.c
+${GEM_LIBDIR}/ext/commonmarker/utf8.h
+${GEM_LIBDIR}/ext/commonmarker/xml.c
+${GEM_LIBDIR}/lib/commonmarker.rb
+${GEM_LIBDIR}/lib/commonmarker/commonmarker.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/commonmarker/config.rb
+${GEM_LIBDIR}/lib/commonmarker/node.rb
+${GEM_LIBDIR}/lib/commonmarker/node/inspect.rb
+${GEM_LIBDIR}/lib/commonmarker/renderer.rb
+${GEM_LIBDIR}/lib/commonmarker/renderer/html_renderer.rb
+${GEM_LIBDIR}/lib/commonmarker/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/textproc/ruby-commonmarker0/distinfo
diff -u /dev/null pkgsrc/textproc/ruby-commonmarker0/distinfo:1.1
--- /dev/null   Mon Nov  3 05:15:28 2025
+++ pkgsrc/textproc/ruby-commonmarker0/distinfo Mon Nov  3 05:15:27 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/11/03 05:15:27 taca Exp $
+
+BLAKE2s (commonmarker-0.23.12.gem) = 0e47eee3974f542775ed3ce8f663e4c30e16ed849f18eb91749ff758a8fa4c59
+SHA512 (commonmarker-0.23.12.gem) = f9790d2ac1401333aa34db01c805da5506eb8007e411827ede2913521f3a1e084fa142dabca4c4d05baa81885a15a8c8e43d41775afecaa2e9b52a9f49301e44
+Size (commonmarker-0.23.12.gem) = 152576 bytes
Home |
Main Index |
Thread Index |
Old Index