summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2021-05-08Revbump all Go packages after go116 updatebsiegert16-32/+32
2021-05-08www/ruby-rails61: update to 6.1.3.2taca1-5/+5
Real changes are in www/ruby-actionpack61 only. ## Rails 6.1.3.2 (May 05, 2021) ## * Prevent open redirects by correctly escaping the host allow list CVE-2021-22903 * Prevent catastrophic backtracking during mime parsing CVE-2021-22902 * Prevent regex DoS in HTTP token authentication CVE-2021-22904 * Prevent string polymorphic route arguments. `url_for` supports building polymorphic URLs via an array of arguments (usually symbols and records). If a developer passes a user input array, strings can result in unwanted route helper calls. CVE-2021-22885 *Gannon McGibbon*
2021-05-08www/ruby-rails60: update to 6.0.3.7taca1-5/+5
Real changes are in www/ruby-actionpack60 only. ## Rails 6.0.3.7 (May 05, 2021) ## * Prevent catastrophic backtracking during mime parsing CVE-2021-22902 * Prevent regex DoS in HTTP token authentication CVE-2021-22904 * Prevent string polymorphic route arguments. `url_for` supports building polymorphic URLs via an array of arguments (usually symbols and records). If a developer passes a user input array, strings can result in unwanted route helper calls. CVE-2021-22885 *Gannon McGibbon*
2021-05-08py-humanize: updated to 3.5.0adam2-7/+7
3.5.0 Added Add intword processing for thousands Changed Update translation .po files with 'thousand' Remove generated translation binaries from repo
2021-05-07py-xlsxwriter: updated to 1.4.2adam2-7/+7
Release 1.4.2 - May 7 2021 -------------------------- * Added support for GIF image files (and in Excel 365, animated GIF files). Release 1.4.1 - May 6 2021 -------------------------- * Added support for dynamic arrays and new Excel 365 functions like UNIQUE and FILTER. See :func:`write_dynamic_array_formula`, :ref:`formula_dynamic_arrays` and :ref:`ex_dynamic_arrays`. * Added constructor option "use_future_functions" to enable newer Excel "future" functions in Formulas. See :ref:`formula_future`, and the :func:`Workbook` constructor.
2021-05-07py-relatorio: updated to 0.9.3adam2-7/+7
0.9.3: * Support empty image in opendocument * Add support for Python 3.9
2021-05-06py-pygments: updated to 2.9.0adam3-8/+35
Version 2.9.0 ------------- - Added lexers: * APDL, gcode * Kuin * NestedText * OMG IDL * TEAL * ThingsDB * WebAssembly - Updated lexers: * AMDGPU * APL * C/C++: Improve namespace handling * Chapel * Coq * Cython * Groovy * JavaScript * Julia * Octave: Allow multiline and block-percent comments * PowerShell: Improve lexing of ``:`` * PromQL * Python: Improve float parsing * Rust * Scala: Rewrite to support Scala3 * Swift * Terraform: Support 0.14 syntax * Velocity: Detect multi-line patterns - Add Pango formatter - Autopygmentize uses ``file`` first instead of ``pygments -N`` - Fix links - Fix issue with LaTeX formatter and ``minted`` - Improve alias order - Improve line number colors - Fix CTag related issue - Recognize ``.leex`` as Elixir templates - Updated `filename` handling in HTML formatter if `linenos='table'` * Previously the filename would be emitted within the `<td>` holding the code, but outside the `<pre>`. This would invariably break the alignment with line numbers. * Now if `filename` is specified, a separate `<tr>` is emitted before the table content which contains a single `<th>` with `colspan=2` so it spans both the line number and code columns. The filename is still within `<span class="filename">...</span>` so any existing styles should still apply, although the CSS path may need to change. * For an example of the new output format see `table_cls_step_1_start_1_special_0_noanchor_filename.html` in the `tests/html_linenos_expected_output/` directory. * For more details and discussion see the issue https://github.com/pygments/pygments/issues/1757 - Added styles: * Gruvbox light+dark
2021-05-05py-ICU: updated to 2.7.3adam2-7/+7
Version 2.7.2 -> 2.7.3 ---------------------- - added wrappers for LocaleMatcher.acceptLanguage|FromHTTP()
2021-05-04Add missing dependency on hs-aeson-prettypho2-2/+4
2021-05-04Add utf8-cpp 2.3.4prlw16-1/+69
UTF8-CPP: UTF-8 with C++ in a Portable Way Many C++ developers miss an easy and portable way of handling Unicode encoded strings. The original C++ Standard (known as C++98 or C++03) is Unicode agnostic. C++11 provides some support for Unicode on core language and library level: u8, u, and U character and string literals, char16_t and char32_t character types, u16string and u32string library classes, and codecvt support for conversions between Unicode encoding forms. In the meantime, developers use third party libraries like ICU, OS specific capabilities, or simply roll out their own solutions. In order to easily handle UTF-8 encoded Unicode strings, I came up with a small generic library. For anybody used to work with STL algorithms and iterators, it should be easy and natural to use. The code is freely available for any purpose - check out the license at the beginning of the utf8.h file. If you run into bugs or performance issues, please let me know and I'll do my best to address them.
2021-05-04Add PEGTL 2.8.3prlw16-1/+236
The Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency C++ header-only parser combinator library for creating parsers according to a Parsing Expression Grammar (PEG). Grammars are written as regular C++ code, created with template programming (not template meta programming), i.e. nested template instantiations that naturally correspond to the inductive definition of PEGs (and other parser-combinator approaches). A comprehensive set of parser rules that can be combined and extended by the user is included, as are mechanisms for debugging grammars, and for attaching user-defined actions to grammar rules.
2021-05-04py-prettytable: updated to 2.1.0adam2-9/+20
Release 2.1.0 Added Support formatting options in get_json_string() Changed Replace setuptools/pkg_resources with importlib.metadata for getting version Fixed Docs: Add documentation for align, max_width, etc. Docs: Remove reference to Python 2.x print statement in README Docs: Update get_html_string with thead and tbody tags
2021-05-04Add py-prettytable.fcambus1-1/+2
2021-05-04textproc/py-prettytable: import py38-prettytable-2.0.0.fcambus4-0/+44
PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. PrettyTable lets you control many aspects of the table, like the width of the column padding, the alignment of text within columns, which characters are used to draw the table border, whether you even want a border, and much more. You can control which subsets of the columns and rows are printed, and you can sort the rows by the value of a particular column.
2021-05-03*: Bump PKGREVISION for ghc-9.0.1pho117-175/+234
2021-05-03py-xmlschema: updated to 1.6.2adam2-7/+7
v1.6.2 * Fix for issue 245 (key/keyref with dynamic types) * Change default decoding of mixed content with only text to a string instead of a dictionary
2021-05-03py-elementpath: updated to 2.2.2adam3-8/+11
v2.2.2 * Fix issue sissaschool/xmlschema (assert with xsi:nil usage) * First implementation of XPath 3.0 fn:format-integer
2021-05-03hunspell: enable wide curses support by defaultwiz2-4/+4
Bump PKGREVISION.
2021-05-02p5-XML-Atom: Update to 0.43.kleink2-11/+9
0.43 2021-04-28 13:39:09 PDT * Use Digest::SHA instead of Digest::SHA1 # 13 * Fix tests when no '.' is in @INC # 14 * Enable expand_entities for XML::LibXML 2.0202 # 20 * Bump dependency for XML::LibXML * Bump dependency for XML::XPath and removed unnecessary override # 23
2021-05-02*: Use the tools framework for itstoolnia3-9/+6
Now it should be more obvious when a package needs it as a dependency, as it will fail loudly if it isn't declared as a tool. While here, some duplicate dependencies on itstool were removed from the MATE packages
2021-05-01Remove files/Setup.hs: mk/haskll.mk can now automatically handle thatpho2-7/+1
2021-05-01Remove files/Setup.hs: mk/haskll.mk can now automatically handle thatpho6-19/+3
2021-05-01asciidoc: Install default themes.nia2-4/+6
2021-05-01textproc/marisa: reset MAINTAINERtaca1-2/+2
Reset MAINTAINER since Takanori Ishihara (ishit@) passed away on 8th Oct. 2019.
2021-04-30textproc/paperoni: update to 0.4.0pin3-602/+752
This release adds the following new features: - Improved error handling during downloads - Printing summary tables for successful and failed downloads - Display progress bars for indicating download progress bars - Logging of errors to a log file This additionally has fixes bugs referenced in #10 Enjoy!
2021-04-29+ py27-cssselect2joerg1-1/+2
2021-04-29Preserve py27-cssselect2-0.2.2.joerg4-0/+69
2021-04-29+ py27-pyphenjoerg1-1/+2
2021-04-29Preserve py27-pyphen-0.9.5.joerg4-0/+102
2021-04-29+ py27-tinycss2joerg1-1/+2
2021-04-29Preserve py27-tinycss2-0.6.1.joerg4-0/+88
2021-04-28py-xlsxwriter: updated to 1.4.0adam3-8/+11
Release 1.4.0 - April 23 2021 ----------------------------- * Add fix for issue for where a y_axis font rotation of 0 was ignored.
2021-04-28py-sphinx-autoapi: updated to 1.8.1adam2-7/+7
v1.8.1 (2021-04-24) ------------------- Bug Fixes * Fixed type annotations being shown for only a single module.
2021-04-28py-cssselect2: updated to 0.4.1adam4-24/+30
Version 0.4.1 Fix PyPI description and various links. Version 0.4.0 Drop support of Python 3.5, add support of Python 3.9. Don’t crash on empty :not() selectors. New code structure, new packaging, new documentation. Version 0.3.0 Drop Python2 support. Improve packaging and testing.
2021-04-28py-tinycss2: updated to 1.1.0adam4-37/+32
Version 1.1.0 Drop support of Python 3.5, add support of Python 3.9. Fix ResourceWarning in tests. Use Python standard library’s HSL to RGB converter. Use GitHub Actions for tests. New code structure, new packaging, new documentation. Version 1.0.2 Don’t crash when indent tokens have no lowercase equivalent name. Version 1.0.1 Fix tests launched by CI. Parse “–” ident tokens correctly. Version 1.0.0 Drop Python 2.7, 3.3 and 3.4 support. Allow leading double dash syntax for ident tokens, allowing CSS variables to be parsed correctly. Test with PyPy3. Force tests to parse JSON files as UTF-8. Clean packaging.
2021-04-27p5-XML-LibXML: update to 2.0207.wiz2-11/+7
2.0207 2021-04-17 - Small cleanups: - https://github.com/shlomif/perl-XML-LibXML/pull/63 - Thanks to @Grinnz , @Kritzefitz and @atoomic .
2021-04-27p5-Text-CSV_XS: update to 1.46.wiz2-7/+7
1.46 - 2021-03-24, H.Merijn Brand * It's 2021 * New attribute comment_str (RFC 4180-bis) * New attribute skip_empty_rows (RFC 4180-bis) * http -> https in links in docs * Fix several issues with auto-detecting \r as EOL * Tested on perl-5.6.1 .. perl-5.32.1 and perl-5.33.8 (145) 1.45 - 2020-12-24, H.Merijn Brand * Update to Devel::PPPort-3.60 (3.59 was b0rked) * Allow adding to existing data in csv (out => $ref) * examples/csv2xlsx : -L # to limit records to export * examples/csv2xlsx : --de # for possible double-encoding fix * Update to Devel::PPPort-3.61 * Update to Devel::PPPort-3.62 * Add examples/csv-split * examples/csv2xlsx : Check if .xlsx is creatable before conversion * Small doc additions * Fix META issue for bugtracker
2021-04-27p5-Text-Balanced: update to 2.04.wiz2-8/+7
2.04 2020-12-11 - Fixed INSTALLDIRS to account for the @INC reordering change in Perl 5.12. See Perl RT#116479 for details. (Text-Balanced entered the perl core in Perl 5.7.1 so that's what the lower bound of the check should strictly be, but since we only support Perl 5.8.1 and higher anyway we do not need to check the lower bound. The upper bound is correctly Perl 5.11.0 since the @INC reordering change in question (Perl core commit #b9ba2fadb1) first appeared in Perl 5.11.0.) - Removed superfluous loading of SelfLoader. [<nick@ccl4.org>, CPAN RT#85572] - Minor documentation patch. [<whatever@davidnicol.com>, CPAN RT#52623] - Typo fixes. [<dsteinbrunner@pobox.com>, CPAN RT#85373] - Added optional Changes testing (skipped unless AUTHOR_TESTING). - Reformatted Changes file as per CPAN::Changes::Spec. - Added optional POD coverage testing (skipped unless AUTHOR_TESTING). - Added optional Perl::Critic testing (skipped unless AUTHOR_TESTING). - Made code Perl::Critic clean. - Included GitHub repository URLs in metadata now that source code has been uploaded to GitHub. - Included META.json file in addition to META.yml. - Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure that all parameters used are supported, to save jumping through hoops to support earlier versions. (This should not be a problem since ExtUtils::MakeMaker 6.64 is easily installed into Perl 5.8.1 and above, that being the whole point of the new choice of minimum supported Perl version.) - Set minimum required Perl version to 5.8.1. This is in line with the minimum requirement of the "Perl Toolchain".
2021-04-27p5-Data-HexDump: update to 0.04.wiz2-9/+8
0.04 2021-04-03 NEILB * Added Data::Peek to SEE ALSO, for DHexDump(). * SYNOPSIS wasn't a working example. * Fixed RT#61974 - couldn't dump "0", for example. 0.03 2021-04-02 NEILB * Developer release all green on CPAN Testers, so doing a stable release.
2021-04-27p5-Alien-Libxml2: update to 0.17.wiz2-13/+7
0.17 2020-11-02 12:03:28 -0700 - Bump required version of AB for bug fixes (gh#23, gh#24)
2021-04-27py-pyphen: updated to 0.10.0adam3-38/+11
0.10.0: Unknown changes
2021-04-26textproc: add py-epr-readerwiz1-1/+2
2021-04-26textproc/py-epr-reader: import py-epr-reader-2.4.10wiz4-0/+44
Terminal/CLI Epub reader written in Python with features: - Remembers last read file (just run `epr` without any argument) - Remembers last reading state for each file (per file saved state written to `$HOME/.config/epr/config` or `$HOME/.epr` respectively depending on availability) - Adjustable text area width - Adaptive to terminal resize - Supports EPUB3 (no audio support) - Secondary vim-like bindings - Supports opening images - Dark/Light colorscheme (depends on terminal color capability)
2021-04-26py-ICU: update to 2.7.2. fixes build with icu 69.1.nia2-8/+7
Version 2.7.1 -> 2.7.2 ---------------------- - worked around limitation of Visual Studio 2017 (cgohlke) - added missing test and samples files to distribution (foutrelis) Version 2.7 -> 2.7.1 -------------------- - added some tests for TimeZone classes - fixed bug w/FormattedNumberRange.getFirst|SecondDecimal() gone w/ ICU 68.1+ - fixed bug with VTimeZone.write() wrapper invoking VTimeZone.writeSimple() Version 2.6 -> 2.7 ------------------ - added wrapper for Locale.canonicalize() - added wrappers for MeasureUnit.product(), reciprocal(), getDimensionality() - added wrapper for MeasureUnit.forIdentifier() - implemented *, /, **, 1/m for MeasureUnit in terms of product and reciprocal - added wrappers for BasicTimeZone, RuleBasedTimeZone, VTimeZone - added wrappers for TimeZoneTransition, TimeZoneRule and its subclasses - added wrappers for DateTimeRule, DateRuleType, TimeRuleType - added support for ICU 69.1
2021-04-25py-xapian: regen PLIST due to new sphinx-generated filesnia2-4/+5
2021-04-25py-ICU: update HOMEPAGE, needs actually updatingnia1-2/+2
2021-04-25untex: remove dead download linkwiz1-3/+2
2021-04-25urlview: remove dead download linkwiz1-2/+1
2021-04-25spell-fr: remove dead download linkwiz1-3/+2
2021-04-25textproc: +hs-commonmark-pandocpho1-1/+2