summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2020-04-23py-readme_renderer: updated to 26.0adam2-8/+8
26.0: * Fix regression with image width/height attributes 25.0: * Support Python 3.7 and 3.8 * Drop support for Python 3.4 * Require Pygments>=2.5.1
2020-04-21Updated textproc/ocaml-tyxml to version 4.4.0.jaapb4-29/+10
This incorporates some minor changes.
2020-04-21Updated textproc/ocaml-markup to version 0.8.2.jaapb3-11/+10
Changes are minor, plus a license change to MIT.
2020-04-20libyaml: updated to 0.2.4adam2-9/+7
0.2.4: Add packaging/docker-dist to Makefile.am Fix logic for document end before directive
2020-04-19ispell-en_GB: needs yaccgutteridge1-1/+2
2020-04-19link-grammar: fix builds with older compilers (NetBSD 7, CentOS)gutteridge1-1/+6
2020-04-19One more step towards passing test. Still fails for long options tojoerg3-1/+41
ctags.
2020-04-18Partially revert the USE_TOOLS part of the last change. We don't handlejoerg1-2/+4
:test too well in replace.mk right now for this.
2020-04-18Regenjoerg1-1/+7
2020-04-18Deal with portability. Use :testjoerg3-9/+20
2020-04-17py-ICU: requires C++11gutteridge1-2/+2
2020-04-17ispell-en_GB: fix thinko in previous commitgutteridge1-2/+2
2020-04-17ispell-en_GB: fix SunOS buildgutteridge1-2/+3
2020-04-17link-grammar: add the upstream pull request to a patchgutteridge2-3/+4
2020-04-16py-jsonrpclib-pelix: Switch to egg.mkjs2-7/+7
2020-04-16link-grammar: fix macOS and SunOS buildsgutteridge3-1/+31
A vestigial reference to removed functionality was causing a failure to link on macOS and SunOS. Separately, an expectation about the presence of strtod_l(3) was causing a build failure on SunOS.
2020-04-15py-jsonrpclib-pelix: updated to 0.4.1adam2-10/+10
v0.4.1: Fixed a size computation issue in the request handler
2020-04-15halibut: update to 1.1nb5.wiz3-5/+14
Honor LDFLAGS. Fixes RELRO build.
2020-04-14Remove PYTHON_VERSIONS_INCOMPATIBLE=26 (python26 is no more)js1-3/+1
2020-04-14textproc/Makefile: Add py-jsonrpclib-pelixjs1-1/+2
2020-04-14Fix tabs vs. spaces issue I introduced just after review & lintjs1-2/+2
2020-04-14Import textproc/py-jsonrpclib-pelix from wipjs4-0/+57
This is a dependency of wip/electrum, with the goal of importing wip/electrum later on. This library is an implementation of the JSON-RPC specification. It supports both the original 1.0 specification, as well as the new (proposed) 2.0 spec, which includes batch submission, keyword arguments, etc.
2020-04-14textproc: Enable ruby-nokogumboryoon1-1/+2
2020-04-14textproc/ruby-nokogumbo: import ruby26-nokogumbo-2.0.2ryoon4-0/+74
Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and access the result as a Nokogiri parsed document.
2020-04-14textproc: Enable libstemmerryoon1-1/+2
2020-04-14textproc/libstemmer: import libstemmer-2.0.0ryoon7-0/+112
The snowball compiler and the stemming algorithms
2020-04-14py-jinja2: updated to 2.11.2adam2-9/+9
Version 2.11.2 Fix a bug that caused callable objects with __getattr__, like Mock to be treated as a contextfunction(). Update wordcount filter to trigger Undefined methods by wrapping the input in soft_unicode(). Fix a hang when displaying tracebacks on Python 32-bit. Showing an undefined error for an object that raises AttributeError on access doesn’t cause a recursion error. Revert changes to PackageLoader from 2.10 which removed the dependency on setuptools and pkg_resources, and added limited support for namespace packages. The changes caused issues when using Pytest. Due to the difficulty in supporting Python 2 and PEP 451 simultaneously, the changes are reverted until 3.0. Fix line numbers in error messages when newlines are stripped. The special namespace() assignment object in templates works in async environments. Fix whitespace being removed before tags in the middle of lines when lstrip_blocks is enabled. NativeEnvironment doesn’t evaluate intermediate strings during rendering. This prevents early evaluation which could change the value of an expression.
2020-04-12xerces-c: update to 3.2.3.wiz2-7/+7
Release Notes - Xerces-C++ - Version 3.2.3 ** Bug * [XERCESC-1963] - Custom HTTP headers missing with CURL NetAccessor * [XERCESC-2126] - Type Confusion from DTDGrammar to SchemaGrammar * [XERCESC-2146] - Patch to build with older GCC * [XERCESC-2155] - fix build without pthread * [XERCESC-2158] - XMLUTF8Transcoder: One multibyte UTF8 character is swallowed from the srcData when the resulting surrogate pair does not fit in toFill at the end * [XERCESC-2160] - Postpone freeing the memory being used by CURL * [XERCESC-2161] - No rule to make target '/src/xercesc/util/MsgLoaders/MsgCatalog/XercesMessages_en_US.Msg' * [XERCESC-2168] - Memory leak in ValueVectorOf * [XERCESC-2172] - There is an error in the parameters of the ThreadTtest8 script in Apache xerces-c++ XML's tests/script * [XERCESC-2176] - Incorrect symbolic links created for Linux static library and MacOS static and shared libraries * [XERCESC-2177] - invalid windows version check for `onXPOrLater` * [XERCESC-2180] - Handle surrogate pairs when reading a QName instead of ASSERTing * [XERCESC-2185] - Janitor.hpp fails to compile on Solaris with Solaris Studio 12.2 and 12.4 * [XERCESC-2186] - undef symbols on HPUX for ArrayJanitor * [XERCESC-2187] - DOM tests crash on AIX * [XERCESC-2189] - XMLChar with NEED_TO_GEN_TABLE has 2 buffer out of bounds reads * [XERCESC-2194] - Including Xerces_autoconf_config.hpp on Windows fails due to undefined ssize_t
2020-04-12py-docutils: updated to 0.16adam3-17/+8
Release 0.16: Docutils 0.15.x is the last version supporting Python 2.6, 3.3 and 3.4. Docutils 0.16.x supports Python 2.7 and Python >= 3.5 natively, without the use of the ``2to3`` tool. * reStructuredText: - Keep `backslash escapes`__ in the document tree. This allows, e.g., escaping of author-separators in `bibliographic fields`__. * LaTeX writer: - Informal titles of type "rubric" default to bold-italic and left aligned. - Deprecate ``\docutilsrole`` prefix for styling commands: use ``\DUrole`` instead. - Fix topic subtitle. - Add "latex writers" to the `config_section_dependencies`. - Ignore classes for `rubric` elements (class wrapper interferes with LaTeX formatting). * tools/buildhtml.py - New option "--html-writer" allows to select "html__" (default), "html4" or "html5". * docutils/io.py - Remove the `handle_io_errors` option from io.FileInput/Output. * docutils/nodes.py - If `auto_id_prefix`_ ends with "%", this is replaced with the tag name. * Various bugfixes and improvements (see HISTORY_).
2020-04-12Revbump all Go packages after default version switch to 1.14.bsiegert13-26/+26
2020-04-12libyaml: updated to 0.2.3adam2-13/+7
0.2.3: * Fixed typo. * Fix typo in comment * Use pointer to const for strings that aren't/shouldn't be modified * Squash a couple of warnings in example-deconstructor-alt * Fix spelling for error message * Make appveyor config be a hidden file * Add CHANGES file * Always output document end before directive (YAML 1.2 compatibility) * Output document end marker after open ended scalars * change cmake target name from libOFF.a to libyaml.a * include/yaml.h: fix comments * Fixed missing token in example * Avoid recursion in the document loader. * Support %YAML 1.2 directives * Change dllexport controlling macro to use _WIN32
2020-04-12Recursive revision bump after textproc/icu updateadam21-40/+42
2020-04-12libxml2: add icu optionadam2-3/+16
2020-04-12icu: updated to 66.1adam4-31/+24
ICU 66 It updates to Unicode 13 & CLDR 36.1. New, extra Q1 releases for low-risk integration of Unicode 13. ICU 65 It updates to CLDR 36 locale data with many additions and corrections, and some new measurement units. The Java LocaleMatcher API is improved, and ported to C++. For building ICU data, there are new filtering options, and new tracing support for data loading in ICU4C.
2020-04-11py-jsbeautifier: updated to 1.11.0adam2-9/+9
v1.11.0 Closed Issues Please bump mkdirp to fix mkdirp@0.5.1 vulnerability Support optional-chaining Please support es module Support new js proposals: optional-chaining & pipeline-operator Optional closing not implemented
2020-04-11cmark: dynamically link the executableadam2-1/+24
2020-04-11py-regex: updated to 2020.4.4adam2-7/+7
2020.4.4: Unknown changes
2020-04-11py-humanize: updated to 2.3.0adam3-10/+12
2.3.0: Added Spanish (Spain) locale
2020-04-08Updated textproc/ocaml-textutils to version 0.13.0.jaapb4-22/+10
The CHANGES.md file hasn't been updated, but changes seem minor.
2020-04-08fmtlib: updated to 6.2.0adam3-9/+10
6.2.0: * Improved error reporting when trying to format an object of a non-formattable type * Reduced library size by ~10%. * Always print decimal point if # is specified * Implemented the 'L' specifier for locale-specific numeric formatting to improve compatibility with std::format. The 'n' specifier is now deprecated and will be removed in the next major release. * Moved OS-specific APIs such as windows_error from fmt/format.h to fmt/os.h. You can define FMT_DEPRECATED_INCLUDE_OS to automatically include fmt/os.h from fmt/format.h for compatibility but this will be disabled in the next major release. * Added precision overflow detection in floating-point formatting. * Implemented detection of invalid use of fmt::arg. * Used type_identity to block unnecessary template argument deduction. * Improved UTF-8 handling * Added experimental dynamic argument storage * Made fmt::join accept initializer_list * Fixed handling of empty tuples * Fixed handling of output iterators in format_to_n * Fixed formatting of std::chrono::duration types to wide output * Added const begin and end overload to buffers * Added the ability to disable floating-point formatting via FMT_USE_FLOAT, FMT_USE_DOUBLE and FMT_USE_LONG_DOUBLE macros for extremely memory-constrained embedded system * Made FMT_STRING work with constexpr string_view * Implemented a minor optimization in the format string parser * Improved attribute detection * Improved documentation * Fixed symbol visibility on Linux when compiling with -fvisibility=hidden * Implemented various build configuration fixes and improvements * Fixed various warnings and compilation issues
2020-04-06html2text: update HOMEPAGEwiz1-2/+2
2020-04-06py-sphinx-autodoc-typehints: update to 1.10.3.wiz3-23/+14
1.10.3 ====== * Fixed ``TypeError`` (or wrong rendered class name) when an annotation is a generic class that has a ``name`` property 1.10.2 ====== * Fixed inner classes missing their parent class name(s) when rendered 1.10.1 ====== * Fixed ``KeyError`` when encountering mocked annotations (``autodoc_mock_imports``) 1.10.0 ====== * Rewrote the annotation formatting logic (fixes Python 3.5.2 compatibility regressions and an ``AttributeError`` regression introduced in v1.9.0) * Fixed decorator classes not being processed as classes 1.9.0 ===== * Added support for typing_extensions_ * Added the ``typehints_document_rtype`` option (PR by Simon-Martin Schröder) * Fixed metaclasses as annotations causing ``TypeError`` * Fixed rendering of ``typing.Literal`` * Fixed OSError when generating docs for SQLAlchemy mapped classes * Fixed unparametrized generic classes being rendered with their type parameters (e.g. ``Dict[~KT, ~VT]``) .. _typing_extensions: https://pypi.org/project/typing-extensions/ 1.8.0 ===== * Fixed regression which caused ``TypeError`` or ``OSError`` when trying to set annotations due to PR #87 * Fixed unintentional mangling of annotation type names * Added proper ``:py:data`` targets for ``NoReturn``, ``ClassVar`` and ``Tuple`` * Added support for inline type comments (like ``(int, str) -> None``) (PR by Bernát Gábor) * Use the native AST parser for type comment support on Python 3.8+ 1.7.0 ===== * Dropped support for Python 3.4 * Fixed unwrapped local functions causing errors (PR by Kimiyuki Onaka) * Fixed ``AttributeError`` when documenting the ``__init__()`` method of a data class * Added support for type hint comments (PR by Markus Unterwaditzer) * Added flag for rendering classes with their fully qualified names (PR by Holly Becker) 1.6.0 ===== * Fixed ``TypeError`` when formatting annotations from a class that inherits from a concrete generic type (report and tests by bpeake-illuscio) * Added support for ``typing_extensions.Protocol`` (PR by Ian Good) * Added support for ``typing.NewType`` (PR by George Leslie-Waksman) 1.5.2 ===== * Emit a warning instead of crashing when an unresolvable forward reference is encountered in type annotations 1.5.1 ===== * Fixed escape characters in parameter default values getting lost during signature processing * Replaced use of the ``config-inited`` event (which inadvertently required Sphinx 1.8) with the ``builder-inited`` event 1.5.0 ===== * The setting of the ``typing.TYPECHECKING`` flag is now configurable using the ``set_type_checking_flag`` option 1.4.0 ===== * The extension now sets ``typing.TYPECHECKING`` to ``True`` during setup to include conditional imports which may be used in type annotations * Fixed parameters with trailing underscores (PR by Daniel Knell) * Fixed KeyError with private methods (PR by Benito Palacios Sánchez) * Fixed deprecation warning about the use of formatargspec (PR by Y. Somda) * The minimum Sphinx version is now v1.7.0 1.3.1 ===== * Fixed rendering of generic types outside the typing module (thanks to Tim Poterba for the PR)
2020-04-06textproc/Makefile: + py-sphobjinvwiz1-1/+2
2020-04-06textproc/py-sphobjinv: import py-sphobjinv-2.0.1wiz5-0/+76
Toolkit for manipulation and inspection of Sphinx objects.inv files.
2020-04-06textproc/Makefile: + py-sphinx-autoapiwiz1-1/+2
2020-04-06textproc/py-sphinx-autoapi: import py-sphinx-autoapi-1.3.0wiz4-0/+136
Sphinx AutoAPI provides "autodoc" style documentation for multiple programming languages without needing to load, run, or import the project being documented.
2020-04-05libodfgen: Update to 0.1.7nia3-26/+17
libodfgen 0.1.7 - All: + switch to C++-11 + fuzzing: correct many problem + support more text's style attributes + add support for named's graphic style + ods/odt: try to retrieve some MathML equations - Chart: + support more attributes, - Spreadsheet: + allow external file reference + do not create invalid file if there is more than 26*26 columns - Other improvements and fixes.
2020-04-03groff: Now requires yacc due to ypp patch.jperkin1-2/+2
2020-04-03*: recursive bump for poppler-0.87wiz1-2/+2
2020-04-03hs-cassava-megaparsec: add missing DEPENDSwiz1-1/+3
Fixes build