File:  [cvs.NetBSD.org] / pkgsrc / converters / orcus / PLIST
Revision 1.10: download - view: text, annotated - select for diffs
Sat Feb 5 04:14:31 2022 UTC (2 years, 10 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, HEAD
orcus: Update to 0.17.2

Changelog:
orcus 0.17.2

* ods

  * fixed a bug where the state of style:cell-protect="none" was not
    explicitly pushed, thereby having had the same effect as not having this
    attribute.  After the fix, style:cell-protect="none" will explicitly push
    the hidden state to false, locked state to false, and the formula-hidden
    state to false.

orcus 0.17.1

* general

  * addressed a number of coverity issues.

  * removed a variety of compiler warnings.

* ods

  * re-generated sax parser tokens from ODF v1.3.

  * revised the style import code to only push style attributes that are
    actually specified in the XML.

* xls-xml

  * revised the XML structure validation strategy to ignore any mis-placed
    elements and their sub structures rather than aborting the import.

orcus 0.17.0

* general

  * set the baseline C++ version to 17.

  * cleaned up the public API to replace pstring with std::string_view, union
    with std::variant, and boost::optional with std::optional.  With this
    change, the public API no longer has dependency on boost.

* spreadsheet document

  * switched to using ixion::model_iterator for horizontal iteration of cells
    instead of using mdds::mtv::collection.

  * fixed a bug where exporting a spreadsheet document containing adjacent
    merged cells regions to html incorrectly exported the merged cell areas.

* xlsx

  * cached cell values are now correctly loaded from the file.

* sax parser

  * utf-8 names are now allowed as element and attribute names.

* css parser

  * unquoted utf-8 property values are now allowed.

* orcus-json

  * fixed segmentation fault when using --mode structure with the Windows
    build.

  * added yaml output option.

* xml-map

  * fixed a bug where mapping of an XML document with namespace aliases
    sometimes corrupts the alias values.

* python

  * added orcus.FormulaTokenOp enum type which describes type formula token
    operator types in a more finer grained manner.

* documentation

  * added notes to how to use orcus-xml and orcus-json to map XML and JSON
    documents to spreadsheet documents.

@comment $NetBSD: PLIST,v 1.10 2022/02/05 04:14:31 ryoon Exp $
bin/orcus-css-dump
bin/orcus-csv
bin/orcus-detect
bin/orcus-gnumeric
bin/orcus-json
bin/orcus-mso-encryption
bin/orcus-ods
bin/orcus-styles-ods
bin/orcus-xls-xml
bin/orcus-xlsx
bin/orcus-xml
bin/orcus-yaml
bin/orcus-zip-dump
include/liborcus-0.17/orcus/base64.hpp
include/liborcus-0.17/orcus/cell_buffer.hpp
include/liborcus-0.17/orcus/config.hpp
include/liborcus-0.17/orcus/css_document_tree.hpp
include/liborcus-0.17/orcus/css_parser.hpp
include/liborcus-0.17/orcus/css_parser_base.hpp
include/liborcus-0.17/orcus/css_selector.hpp
include/liborcus-0.17/orcus/css_types.hpp
include/liborcus-0.17/orcus/csv_parser.hpp
include/liborcus-0.17/orcus/csv_parser_base.hpp
include/liborcus-0.17/orcus/detail/parser_token_buffer.hpp
include/liborcus-0.17/orcus/detail/thread.hpp
include/liborcus-0.17/orcus/dom_tree.hpp
include/liborcus-0.17/orcus/env.hpp
include/liborcus-0.17/orcus/exception.hpp
include/liborcus-0.17/orcus/format_detection.hpp
include/liborcus-0.17/orcus/global.hpp
include/liborcus-0.17/orcus/info.hpp
include/liborcus-0.17/orcus/interface.hpp
include/liborcus-0.17/orcus/json_document_tree.hpp
include/liborcus-0.17/orcus/json_global.hpp
include/liborcus-0.17/orcus/json_parser.hpp
include/liborcus-0.17/orcus/json_parser_base.hpp
include/liborcus-0.17/orcus/json_parser_thread.hpp
include/liborcus-0.17/orcus/json_structure_tree.hpp
include/liborcus-0.17/orcus/measurement.hpp
include/liborcus-0.17/orcus/orcus_csv.hpp
include/liborcus-0.17/orcus/orcus_gnumeric.hpp
include/liborcus-0.17/orcus/orcus_import_ods.hpp
include/liborcus-0.17/orcus/orcus_import_xlsx.hpp
include/liborcus-0.17/orcus/orcus_json.hpp
include/liborcus-0.17/orcus/orcus_ods.hpp
include/liborcus-0.17/orcus/orcus_xls_xml.hpp
include/liborcus-0.17/orcus/orcus_xlsx.hpp
include/liborcus-0.17/orcus/orcus_xml.hpp
include/liborcus-0.17/orcus/parser_base.hpp
include/liborcus-0.17/orcus/parser_global.hpp
include/liborcus-0.17/orcus/sax_ns_parser.hpp
include/liborcus-0.17/orcus/sax_parser.hpp
include/liborcus-0.17/orcus/sax_parser_base.hpp
include/liborcus-0.17/orcus/sax_token_parser.hpp
include/liborcus-0.17/orcus/sax_token_parser_thread.hpp
include/liborcus-0.17/orcus/spreadsheet/auto_filter.hpp
include/liborcus-0.17/orcus/spreadsheet/config.hpp
include/liborcus-0.17/orcus/spreadsheet/document.hpp
include/liborcus-0.17/orcus/spreadsheet/export_interface.hpp
include/liborcus-0.17/orcus/spreadsheet/factory.hpp
include/liborcus-0.17/orcus/spreadsheet/import_interface.hpp
include/liborcus-0.17/orcus/spreadsheet/import_interface_pivot.hpp
include/liborcus-0.17/orcus/spreadsheet/import_interface_view.hpp
include/liborcus-0.17/orcus/spreadsheet/pivot.hpp
include/liborcus-0.17/orcus/spreadsheet/shared_strings.hpp
include/liborcus-0.17/orcus/spreadsheet/sheet.hpp
include/liborcus-0.17/orcus/spreadsheet/styles.hpp
include/liborcus-0.17/orcus/spreadsheet/types.hpp
include/liborcus-0.17/orcus/spreadsheet/view.hpp
include/liborcus-0.17/orcus/spreadsheet/view_types.hpp
include/liborcus-0.17/orcus/stream.hpp
include/liborcus-0.17/orcus/string_pool.hpp
include/liborcus-0.17/orcus/threaded_json_parser.hpp
include/liborcus-0.17/orcus/threaded_sax_token_parser.hpp
include/liborcus-0.17/orcus/tokens.hpp
include/liborcus-0.17/orcus/types.hpp
include/liborcus-0.17/orcus/xml_namespace.hpp
include/liborcus-0.17/orcus/xml_structure_tree.hpp
include/liborcus-0.17/orcus/xml_writer.hpp
include/liborcus-0.17/orcus/yaml_document_tree.hpp
include/liborcus-0.17/orcus/yaml_parser.hpp
include/liborcus-0.17/orcus/yaml_parser_base.hpp
include/liborcus-0.17/orcus/zip_archive.hpp
include/liborcus-0.17/orcus/zip_archive_stream.hpp
lib/liborcus-0.17.la
lib/liborcus-mso-0.17.la
lib/liborcus-parser-0.17.la
lib/liborcus-spreadsheet-model-0.17.la
lib/pkgconfig/liborcus-0.17.pc
lib/pkgconfig/liborcus-spreadsheet-model-0.17.pc

CVSweb <webmaster@jp.NetBSD.org>