Up to [cvs.NetBSD.org] / pkgsrc / textproc / R-xml2
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Wed Nov 23 16:21:10 2022 UTC (2 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
massive revision bump after textproc/icu update
Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 28 11:36:08 2022 UTC (7 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
*: recursive bump for perl 5.36
Revision 1.10 / (download) - annotate - [select for diffs], Mon Apr 18 19:12:09 2022 UTC (9 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
revbump for textproc/icu update
Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 8 16:06:42 2021 UTC (14 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
revbump for icu and libffi
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 5 12:55:25 2021 UTC (20 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.7: +7 -3
lines
Diff to previous 1.7 (colored)
(textproc/R-xml2) Updated 1.2.2 to 1.3.2 # xml2 1.3.2 * `read_html()` and `read_xml()` now error if passed strings of length greater than one (#121) * `read_xml.raw()` had an inadvertent regression in 1.3.0 and is now again fixed (#300) * Compilation fix on macOS 10.15.4 (@kevinushey, #296) # xml2 1.3.1 * `read_html()` now again works with HTML files with non-ASCII encodings (#293). # xml2 1.3.0 * Removes the Rcpp dependency # xml2 1.2.5 * Fix compilation issue on macOS versions after High Sierra when not using homebrew supplied libxml2 # xml2 1.2.4 * Fix potential dangling pointer with internal `asXmlChar()` function (@michaelquinn32, #287). * `as_xml_document()` now handles cases with text nodes trailing normal nodes (#274). * `xml_add_child()` can now create nodes with a `par` attribute. These previously errored due to partial name matching of the `parent` function in the internal `create_node()` function. (@jennybc, #285) * `libxml2_version()` now returns a semantic version rather than alphanumeric version, so "2.9.10" > "2.9.9" (#277)
Revision 1.7 / (download) - annotate - [select for diffs], Mon May 24 19:54:22 2021 UTC (20 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
*: recursive bump for perl 5.34
Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 21 11:42:45 2021 UTC (21 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
revbump for textproc/icu
Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 5 09:09:12 2020 UTC (2 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
*: Recursive revbump from textproc/icu-68.1
Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 31 18:11:40 2020 UTC (2 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 2 08:24:49 2020 UTC (2 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Revbump for icu
Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 11 13:23:21 2019 UTC (3 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 9 18:31:06 2019 UTC (3 years, 6 months ago) by brook
Branch: MAIN
R-xml2: initial commit Work with XML files using a simple, consistent interface. Built on top of the 'libxml2' C library.