summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2018-08-17Pullup ticket #5801 - requested by tacabsiegert1-2/+1
archivers/php-zip: reset revision databases/php-mssql: reset revision databases/php-pdo_dblib: reset revision databases/php-pdo_sqlite: reset revision textproc/php-intl: reset revision www/ap-php: reset revision www/php-curl: reset revision www/php-fpm: reset revision Revisions pulled up: - archivers/php-zip/Makefile 1.22 - databases/php-mssql/Makefile 1.31 - databases/php-pdo_dblib/Makefile 1.28 - databases/php-pdo_sqlite/Makefile 1.31-1.32 - textproc/php-intl/Makefile 1.37-1.38 - www/ap-php/Makefile 1.40-1.41 - www/php-curl/Makefile 1.39 - www/php-fpm/Makefile 1.24-1.25 --- Module Name: pkgsrc Committed By: ryoon Date: Fri Jul 20 03:34:33 UTC 2018 Modified Files: pkgsrc/databases/php-pdo_sqlite: Makefile pkgsrc/textproc/php-intl: Makefile pkgsrc/www/ap-php: Makefile pkgsrc/www/php-fpm: Makefile Log Message: Recursive revbump from textproc/icu-62.1 --- Module Name: pkgsrc Committed By: taca Date: Fri Jul 20 13:33:03 UTC 2018 Modified Files: pkgsrc/archivers/php-zip: Makefile pkgsrc/databases/php-mssql: Makefile pkgsrc/databases/php-pdo_dblib: Makefile pkgsrc/databases/php-pdo_sqlite: Makefile pkgsrc/textproc/php-intl: Makefile pkgsrc/www/ap-php: Makefile pkgsrc/www/php-curl: Makefile pkgsrc/www/php-fpm: Makefile Log Message: lang/php: reset PKGREVISION Reset PKGREVISION with all php's version updates.
2018-06-29textproc/sary: Fix build problem on NetBSD 8.0_RC2taca4-1/+130
* Avoid name confliction: index() and sort(). * Add including <string.h> for string functions. * Avoid using deprecated glib function: g_strcasecmp().
2018-06-28ruby-nokogiri: Fix build since last update.jperkin1-3/+4
2018-06-27icu: fix build on armeb by adding it to the long list of archs that existmaya2-1/+18
and don't have 80bit float types. PR pkg/53408
2018-06-24*: recursive bump for poppler-0.66.0 updatewiz1-2/+2
2018-06-24py-lxml: updated to 4.2.2adam2-7/+7
4.2.2: Bugs fixed * GH266: Fix sporadic crash during GC when parse-time schema validation is used and the parser participates in a reference cycle. * GH265: lxml no longer links against zlib as a shared library, only on static builds.
2018-06-24p5-ack: update to 2.24.wiz2-7/+7
2.24 Thu Jun 21 22:41:49 CDT 2018 ==================================== No changes since 2.23_03. 2.23_03 Fri Jun 15 23:18:42 CDT 2018 ==================================== [ENHANCEMENTS] Added --ts for Typescript. [FIXES] ack would stop searching if there was a file called "0" in the current directory where ack was invoked. (GH #667) 2.23_02 Sat Jan 6 23:53:03 CST 2018 ==================================== [FIXES] t/ack-n.t was not calling lists_match() correctly. [ENHANCEMENTS] Added an optimization to make ack only do a line-by-line search of a file if there's a match somewhere in the file. This gives ack a 20-30% in timings of common cases. 2.23_01 ==================================== Broken. Deleted.
2018-06-24p5-Test-YAML: update to 1.07.wiz2-8/+7
1.07 Sat Jun 16 16:09:09 CEST 2018 - Add a test so that cpan clients don't return "NOTESTS" (PR#4 tinita)
2018-06-22nokogiri: update to 1.8.3.tsutsui3-8/+11
Upstream changes (from CHANGELOG.md): # 1.8.3 / 2018-06-16 ## Security Notes [MRI] Behavior in libxml2 has been reverted which caused CVE-2018-8048 (loofah gem), CVE-2018-3740 (sanitize gem), and CVE-2018-3741 (rails-html-sanitizer gem). The commit in question is here: > https://github.com/GNOME/libxml2/commit/960f0e2 and more information is available about this commit and its impact here: > https://github.com/flavorjones/loofah/issues/144 This release simply reverts the libxml2 commit in question to protect users of Nokogiri's vendored libraries from similar vulnerabilities. If you're offended by what happened here, I'd kindly ask that you comment on the upstream bug report here: > https://bugzilla.gnome.org/show_bug.cgi?id=769760 ## Dependencies * [MRI] libxml2 is updated from 2.9.7 to 2.9.8 ## Features * Node#classes, #add_class, #append_class, and #remove_class are added. * NodeSet#append_class is added. * NodeSet#remove_attribute is a new alias for NodeSet#remove_attr. * NodeSet#each now returns an Enumerator when no block is passed (Thanks, @park53kr!) * [JRuby] General improvements in JRuby implementation (Thanks, @kares!) ## Bug fixes * CSS attribute selectors now gracefully handle queries using integers. [#711] * Handle ASCII-8BIT encoding on fragment input [#553] * Handle non-string return values within `Reader` [#898] * [JRuby] Allow Node#replace to insert Comment and CDATA nodes. [#1666] * [JRuby] Stability and speed improvements to `Node`, `Sax::PushParser`, and the JRuby implementation [#1708, #1710, #1501]
2018-06-21syntax-highlighting: update to 5.47.0markd3-8/+8
* Perl6: Add support for extensions .pl6, .p6, or .pm6 * DoxygenLua: fix closing comment blocks (bug 394184) * Add pgf to the latex-ish file formats (same format as tikz) * Add postgresql keywords * Highlighting for OpenSCAD * debchangelog: add Cosmic Cuttlefish * cmake: Fix DetectChar warning about escaped backslash * Pony: fix identifier and keyword * Lua: updated for Lua5.3
2018-06-21sonnet: update to 5.47.0markd2-7/+6
changes unknown
2018-06-21kcompletion: update to 5.47.0markd2-7/+6
changes unknown
2018-06-21kcodecs: update to 5.47.0markd2-7/+6
changes unknown
2018-06-21kapidox: update to 5.47.0markd1-5/+5
changes unknown
2018-06-20libxml2: Fix for CVE-2018-9251tez3-2/+22
from https://bugzilla.gnome.org/show_bug.cgi?id=794914
2018-06-19py-natsort: updated to 5.3.2adam2-7/+7
5.3.2: Fix bug that prevented install on old versions of setuptools. Revert layout from src/natsort/ back to natsort/ to make user testing simpler.
2018-06-19Add p5-PPIx-QuoteLikewen1-1/+2
2018-06-19Import PPIx-QuoteLike-0.005 as p5-PPIx-QuoteLike.wen3-0/+28
PPIx::QuoteLike parses Perl string literals and things that are reasonably like string literals. Its real reason for being is to find interpolated variables for Perl::Critic policies and similar code.
2018-06-17*: bump PKGREVISION for poppler 0.65.0 shlib version bumpwiz1-2/+2
2018-06-15Enable xfpt, sdop and aspic.prlw11-1/+4
2018-06-15Add aspic 1.05prlw15-0/+64
Aspic is a program that processes a textual description of a line art graphic, and converts it into a form that is suitable for inclusion in another document. The default output format is Encapsulated PostScript, but there is also support for Scalable Vector Graphics (SVG), and there is legacy support for the SGCAL text processor.
2018-06-15Add sdop 0.80prlw14-0/+82
SDoP is a Simple DocBook Processor. It reads DocBook XML input and writes PostScript output. This version has some support for almost all the elements that are part of Simplified DocBook. The main omissions are support for bibliographies, multiple authors, subtables within tables, and some element attributes.
2018-06-15Add xfpt 0.09prlw15-0/+80
xfpt is a program that reads a marked-up ASCII source file, and converts it into XML. It was written with DocBook XML in mind, but can also be used for other forms of XML. Unlike AsciiDoc, xfpt does not try to produce XML from a document that is also usable as a freestanding ASCII document. The input for xfpt is very definitely "marked up". This makes it less ambiguous for large and/or complicated documents. xfpt is also much faster than AsciiDoc because it is written in C and does not rely on pattern matching.
2018-06-15py-pytoml: updated to 0.1.16adam2-7/+7
0.1.16: Bug fixes.
2018-06-15py-sphinx-rtd-theme: updated to 0.4.0adam3-16/+32
v0.4.0 This version made some changes to how JS and CSS were included when the theme is used on Read the Docs. Fixes - Do not rely on readthedocs.org for CSS/JS - Color accessibility improvements on the left navigation Other Changes - Write theme version and build date at top of JavaScript and CSS - Changed code and literals to use a native font stack - Fix small styling issues
2018-06-15py-openpyxl: updated to 2.5.4adam3-11/+11
2.5.4: Fix: Cannot read files with 3D charts. Fix: Merged cells take a long time to parse Minor changes Improve read support for pivot tables and don't always create a Filters child for filterColumn objects. Support folding rows
2018-06-12textproc/Makefile: Add go-globminskim1-1/+2
2018-06-12textproc/go-glob: Import version 0.2.3minskim5-0/+115
Go globbing library.
2018-06-12Revbump all Go packages after lang/go update.bsiegert8-16/+16
2018-06-10Update to 2.05wen2-8/+8
Upstream changes: 2.05 2010-06-06 16:38:00 - Add CJK support (usausat) - Add unicode box support (pjsg)
2018-06-10Update to 0.70wen2-7/+7
Upstream changes: 0.70 Sat Jun 9 21:53:05 CEST 2018 - Fix format specifier/argument mismatch PR#79 @a3f++ - Travis CI: Test on Perl 5.26 PR#80 @a3f++ - Fix a C90-compatibility issue PR#81 @stphnlyd++
2018-06-08Updated textproc/qore-yaml-module to version 0.6 .nros4-261/+316
Changes from release notes: * improved the description for the DESERIALIZATION-ERROR exception for non-deserializable message bodies from HTTP servers with error responses * added the YamlRpcConnection class to the YamlRpcClient module * updated the DataStreamClient module for complex types and new internal RestClient API changes * updated the DataStreamUtil module for complex types * fixed a bug deserializing single-quoted strings; also serialized "!number" values will always include the tag to avoid potential future ambiguity * improved argument error messages with RPC calls in the YamlRpcHandler module
2018-06-08Updated textproc/qore-json-module to version 1.7 .nros5-33/+129
Removed patch-src_ql__json.qpp fixed upstream. Changes from release notes: * deprecated support for the non-published JSON-RPC 1.1 protocol * added support for JSON-RPC 2.0 * added the JsonRpcConnection user module * improved argument error messages with RPC calls in the JsonRpcHandler module * fixed date serialization to use ISO-8601 format (instead of near-ISO-8601 format) * parse_json() now ignores UTF-8 and Unicode BOMs at the start of passed JSON string * fixed a bug in request logging in the JsonRpcHandler module * fixed a bug serializing hash keys with embedded quotes
2018-06-08Updated textproc/qore-xml-module to version 1.4.1 .nros3-36/+792
Changes from release notes: * fixed a bug where the URI path was not respected when resolving SOAP calls * implemented supoprt for handling SOAP faults based on the exception err string (must correspond to the fault name) * implemented supoprt for handling SOAP faults in response messages with SOAP bindings * fixed a bug resolving namespaces in nested schemas with late resolution with overlapping namespace prefixes * fixed a type error in message generation * implemented the wsdl_set_global_compat_empty_string_is_nothing() function and the "compat_empty_string_is_nothing" option for the WebService class for backwards compatibility with older versions of the WSDL module * implemented the wsdl_set_global_compat_allow_any_header function and the "compat_allow_any_header" option for the WebService class for backwards compatibility with older versions of the WSDL module * fixed types when deserializing to eliminate performance penalties stripping types in large data structures * fixed soaputil to import XSDs automatically when parsing WSDLs * fixed a bug in make_xml() to support underscores at start of tags * added the InputStreamSaxIterator class * added the get_xml_value() function * exception raised when make_xml() called with multi list value passed for top level element * added support for XML comments (XPF_ADD_COMMENTS) * added missing support for DTD validation (parse_xml_with_dtd(),XmlDoc::validateDtd()) * added support for stripping namespace prefixes on element names when parsing XML * added a make_xml(hash, hash) variant that allows for more control over the XML output such as date serialization formats * added AbstractXmlIoInputCallback to provide an abstract API for resolving external schema references * extended XmlDoc::constructor with extra optional hash that allows for more control over the XML output such as date serialization formats * XSD-ERROR exception thrown during document validation against schema is now more verbose about what exactly failed * fixed a bug in Windows builds * added the SalesforceSoapConnection class * added support for logging messages in the SoapClient module * added the SoapConnection class * added API support for specifying the SOAP bindings in the WSDL to use * added support for logging messages in the SoapHandler module * fixed a bug in late resolution of complexTypes * fixed a bug handling empty complexType declarations * fixed a bug handling complexType extentions * fixed bugs handling elementFormDefault="qualified" declarations when the value differs between schemas * fixed a bug where xsi:type information was serialized when not necessary * added a more user-friendly exception when WSDLs are encountered with unsupported bindings * added WSDL::WSMessageHelper to generate sample messages * added support for multiple SOAP bindings in the WSDL including HTTP GET/POST bindings * fixed a bug in message serialization; all required elements must be present or an exception is thrown * fixed a bug handling base type extensions to complexTypes * improved argument error messages with RPC calls in the XmlRpcHandler module * fixed SOAP handler to produce correct URLs in WSDL * added documentation for the WSOperation class in the WSDL module * fixed SalesforceSoapClient::callOperation() in the SalesforceSoapClient module to respect the soapaction header * fixed a memory leak in XML-RPC parsing * supress emitting a SOAPAction header in requests if the binding gives an empty string * updated WSOperation::serializeRequest() to allow the SOAPAction header to be overridden in each request * respect XML generation flags in request generation in WSDL module * fixed parsing empty base64Binary and hexBinary elements * added the SoapClient::callOperation() method * updated SOAP response processing to throw an exception when the server responds with an error code * content-type in exceptional cases follows Soap version * fixed a bug in the SoapClient::constructor() where a WebService object was not supported * added SalesforceSoapClient user module * added Salesforce.com.qtest and accompanying WSDLs
2018-06-06Update to 0.29wen2-9/+9
Upstream changes: 0.29 Aaron Coburn 5/18/18 Add an add_tags_incrementally method for a more stream-based parsing mechanism. Updated email address.
2018-06-06Update to 0.79wen2-8/+7
Upstream changes: 0.79 30.05.2018 - fixed bug on full text search
2018-06-06Update to 0.61wen2-8/+7
Upstream changes: 0.61 2018-05-21 - Convert to Dist-Zilla
2018-06-06Update to 1.26wen2-7/+7
Upstream changes: 1.26 Fri May 18 21:57:20 CEST 2018 - Fix bug introduced in 1.25 - loading of quoted string with colon as sequence element (tinita, fixes issue#208) - Support zero indented block sequences (PR# 207 tinita)
2018-06-02Pick up the correct yaml-cpp version.joerg1-2/+2
2018-05-29py-sphinx: updated to 1.7.5adam2-7/+7
Release 1.7.5: Bugs fixed * html search: Upper characters problem in any other languages * apidoc: some subpackage is ignored if sibling subpackage contains a module starting with underscore * i18n doesn’t handle node.title correctly tat used for contents, topic, admonition, table and section. * i18n: literal blocks in bullet list are not translated * C++, raised TypeError on duplicate declaration. * C++, properly parse expr roles and give better error messages when (escaped) line breaks are present. * C++, properly use desc_addname nodes for prefixes of names. * C++, parse pack expansions in function calls. * * links on search page are broken when using dirhtml builder * autodoc: constructor method should not have return annotation * latex: deeply nested enumerated list which is beginning with non-1 causes LaTeX engine crashed * latex: shorthandoff is not set up for Brazil locale * i18n: Ignore dot-directories like .git/ in LC_MESSAGES/ * py domain: type field could not handle “None” as a type * latex: Incorrect escaping of curly braces in index entries * autodoc: Failed to extract document from a subclass of the class on mocked module * latex: glossary directive adds whitespace to each item * latex: Explicit labels on code blocks are duplicated * node.asdom() crashes if toctree has :numbered: option * autodoc: Parsing error when using dataclasses without default values * autodoc: crashed when handler for autodoc-skip-member raises an error * autodoc: crashed when subclass of mocked class are processed by napoleon module * sphinx-build crashes when error log contains a “%” character
2018-05-27libunistring: update to 0.9.10.wiz2-7/+7
New in 0.9.10: * The functions u8_casing_prefix_context, u8_casing_prefixes_context, u8_casing_suffix_context, u8_casing_suffixes_context, u16_casing_prefix_context, u16_casing_prefixes_context, u16_casing_suffix_context, u16_casing_suffixes_context, u32_casing_prefix_context, u32_casing_prefixes_context, u32_casing_suffix_context, u32_casing_suffixes_context, that are documented since version 0.9.1, are now actually implemented.
2018-05-27Use swig3 to get Perl bindings building again on NetBSD. Bumpschmonz3-9/+13
PKGREVISION.
2018-05-27textproc/Makefile: Add py-sphinx-autodoc-typehintsminskim1-1/+2
2018-05-27textproc/py-sphinx-autodoc-typehints: Import version 1.3.0minskim5-0/+60
This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions. This allows you to use type hints in a very natural fashion.
2018-05-24py-JWT: updated to 1.6.4adam2-7/+7
v1.6.4: Reverse an unintentional breaking API change to .decode()
2018-05-23hunspell: for wide character support, use ncursesw.wiz2-5/+6
The configure script checks for the library name and accepts only ncursesw. Bump PKGREVISION.
2018-05-23py-JWT: updated to 1.6.3adam3-8/+11
v1.6.3 Changed - All exceptions inherit from PyJWTError Added - Add type hints Docs - Added section to usage docs for jwt.get_unverified_header() - Update legacy instructions for using pycrypto
2018-05-21textproc/py-xlsxwriter: Update to 1.0.5.fhajny2-7/+7
- Added example of how to subclass the Workbook and Worksheet objects. - Added support for WMF and EMF image formats to the Worksheet :func:`add_image` method.
2018-05-17textproc/erlang-fast_yaml: Update to 1.0.14.fhajny2-7/+7
- Use http link to p1_utils dependency
2018-05-17textproc/erlang/fast_xml: Update to 1.1.30.fhajny2-7/+7
- Improve detection of rebar3 - Define p1_utils as application dependency