summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2019-09-02p5-Lingua-EN-Fathom: remove PLIST since PERL5_PACKLIST is in useadam1-4/+0
2019-09-02p5-Lingua-EN-Syllable: remove PLIST since PERL5_PACKLIST is in use; update ↵adam2-7/+3
HOMEPAGE
2019-09-02p5-HTML-FormatText-WithLinks: remove PLIST since PERL5_PACKLIST is in useadam2-10/+6
2019-09-02py-text-unidecode: updated to 1.3adam2-7/+7
1.3: text-unidecode is now dual-licensed under Artistic License and GPL 1 / GPL 2+, to cause less problems for distributions. Choose license which fits better. Declare Python 3.7 support, don't declare Python 3.3 support
2019-09-02bat: Update to 0.12.0fox2-442/+382
Changes since 0.11.0: Features * Binary file content can now be viewed with bat -A * bat can now be used as a man pager. * Add new style component to separate multiple --line-ranges * Added -L as an alias for --list-languages Bugfixes * Output looks unbalanced when using '--style=grid,numbers' without 'header' * issues with filenames starting with "cache" * Can't build cache with new theme without creating cache dir * --terminal-width -10 is parsed incorrectly Other * Added fish completions to DEB package New syntaxes * Emacs Org mode * requirements.txt * DotENV .env * SSH config syntax (-l ssh_config) * /etc/hosts * GraphQL * Verilog * SCSS and Sass * strace syntax Packaging * bat is now in the official Gentoo repositories * bat is now in the official Alpine Linux repositories * bat is in the official Fedora repositories
2019-08-31Add and enable p5-Text-MultiMarkdown.schmonz1-1/+2
2019-08-31Markdown is a text-to-HTML filter; it translates an easy-to-readschmonz4-0/+50
/ easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links. This module implements the MultiMarkdown markdown syntax extensions from <http://fletcherpenney.net/multimarkdown/>.
2019-08-31Fix checksum on new patch.schmonz1-2/+2
2019-08-30No need to support ruby22, from taca@.schmonz1-4/+2
2019-08-29Well actually ruby 22 and 25 both still install jquery.js.schmonz2-5/+8
2019-08-29With the latest ruby updates, jquery.js is only installed for ruby22-base.schmonz1-1/+2
2019-08-29Apply previous fix to PHP5 as well.schmonz2-1/+19
2019-08-29py-rebulk: updated to 1.0.1adam2-7/+7
1.0.1: Unknown changes
2019-08-29py-jsbeautifier: updated to 1.10.2adam2-7/+7
v1.10.2 Closed Issues Please update CodeMirror Addon Nested braces indentation v1.10.1 Closed Issues javascript fails to format when <?php > is first text inside <script> tag 414 Request-URI Too Large
2019-08-28Reorder includes in PHP bindings to fix SmartOS bulk build error:schmonz2-1/+19
"/usr/include/locale.h:53:12: error: 'lconv' is already declared in this scope" <https://trac.xapian.org/ticket/793>
2019-08-28Extend patch to a new function, re-fixing the Illumos build.schmonz2-5/+16
2019-08-28py-parse: updated to 1.12.1adam2-7/+7
1.12.1 Actually use the case_sensitive arg in compile
2019-08-27Match PLIST to reality. Tested on macOS with ruby 22, 24, 25, 26.schmonz2-18/+36
While here, actually do REPLACE_RUBY. Bump PKGREVISION.
2019-08-27syntax-highlighting: update to 5.61.0markd3-19/+8
5.61.0 TypeScript: fix keywords in conditional expressions Fix generator and test paths of CMake Add support for additional QML keywords not part of JavaScript Update cmake highlighting 5.60.0 Fortran: relicense to MIT Improve the Fortran fixed format syntax highlighting Fortran: implement free & fixed formats Fix CMake COMMAND nested paren highlighting Add more keywords and also support rr in gdb highlighter Detect comment lines early in GDB highlighter AppArmor: update syntax Julia: update syntax and add constants keywords CMake: Highlight the standard CMake environment variables Add syntax definition for ninja build CMake: Support for 3.15 features Jam: various improvements and fixes Lua: update for Lua54 and end of function as Keyword rather than Control C++: update for C++20 debchangelog: add Eoan Ermine 5.59.0 YAML: only comments after spaces and other improvements/fixes Markdown: use includeAttrib in code blocks fix highlighting of "\0" in C mode Tcsh: fix operators and keywords Add syntax definition for the Common Intermediate Language SyntaxHighlighter: Fix foreground color for text without special highlighting Add example app for printing highlighted text to pdf Markdown: Use color with higher contrast for lists Remove .conf extension from "INI Files" hl, to determine the highlighter using MIME type Perl: fix the // operator fix casing of UInt* types in Julia hl 5.58.0 Add syntax highlighting for fish shell AppArmor: don't highlight variable assignments and alias rules within profiles
2019-08-27sonnet: update to 5.61.0markd3-18/+8
changes unknown
2019-08-27kcompletion: update to 5.61.0markd1-5/+5
changes unknown
2019-08-27kcodecs: update to 5.61.0markd3-17/+8
changes unknown
2019-08-27kapidox: update to 5.61.0markd2-6/+30
changes unknown
2019-08-27py-validators: updated to 0.14.0adam2-7/+7
0.14.0: - Added new validators ipv4_cidr, ipv6_cidr
2019-08-27py-markovify: update HOMEPAGE, add USE_LANGUAGESadam1-2/+4
2019-08-26textproc/py-markovify: Sort PLIST entries.ng01-12/+12
2019-08-26Add textproc/py-markovify version 0.7.2ng05-1/+60
Markovify is a simple, extensible Markov chain generator. Right now, its primary use is for building Markov models of large corpora of text and generating random sentences from that. Its features include: * Simplicity. "Batteries included," but it is easy to override key methods. * Models can be stored as JSON, allowing you to cache your results and save them for later. * Text parsing and sentence generation methods are highly extensible, allowing you to set your own rules.
2019-08-26py-relatorio: updated to 0.9.0adam2-7/+7
0.9.0: * Support out parameter of render * Write opendocument stream directly to the ZipFile
2019-08-26py-acora: updated to 2.2adam2-10/+8
2.2: Update to work with CPython 3.7 by building with Cython 0.29.
2019-08-26py-xlsxwriter: updated to 1.2.0adam2-7/+7
Release 1.2.0: * Refactored exception handling around the workbook file :func:close() method to allow exceptions to be caught and handled. See :ref:ex_check_close. Also refactored the code to clean up temp files in the event of an exception. * Added the option to allow chart fonts to be rotated to 270 degrees to give a stacked orientation. See :ref:chart_fonts.
2019-08-25textproc/docbook2mdoc: Update to version 1.1.0 (from wip)ng03-17/+20
Adjust patch to new version. Remove expat bl3, upstream dropped the expat dependency by rewriting the code. ChangeLog: Changes in version 1.1.0, released on May 2, 2019 --- NEW PARSER FEATURES --- * Handle <funcparams> inside <paramdef> inside <funcprototype>. * Ignore <jobtitle> and <orgdiv> elements. --- NEW FORMATTER FEATURES -- * Write a comment "automatically generated" at the beginning. * Provide an -s command line option to override the section in .Dt. * Large numbers of improvements to horizontal and vertical whitespace. * End of sentence detection: new sentence, new line. * Drop trailing parentheses in <function> elements. * Print commas between Copyright years. Changes in version 1.0.2, released on April 29, 2019 --- NEW PARSER FEATURES --- * Handle <abstract>: better formatting of many non-<refentry> documents. * Handle <reference> like <section>. * Explicitly ignore <keycombo>. --- STRUCTURAL IMPROVEMENTS --- * Start a new module reorg.c, to edit and move around nodes. * Provide a new function pnode_alloc_text() to generate a text node. * Introduce an xmalloc.c module to automatically exit when out of memory. Changes in version 1.0.1, released on April 24, 2019 --- NEW PARSER FEATURES --- * Handle file inclusion via "<!ENTITY %". * Translate decimal character entities to Unicode escapes. * Handle <tag> like <sgmltag> and <markup>. --- RELIABILITY BUGFIX --- * Do not crash when an ignored element contains an attribute. --- FORMATTING IMPROVEMENTS --- * Correctly translate input to output line breaks in no-fill elements. * Improve spacing of text nodes inside macro arguments. * Better handle <void> as a child of <funcprototype>. * Better handle <info> as a child of <refentry>. * Correct delimiter spacing between <term> elements. * Insert a paragraph break after displays and after non-compact lists. --- THANKS TO --- * Stephen Gregoratto for a small patch and two bug reports. * Jan Stary for a bug report.
2019-08-25py-snowballstemmer: updated to 1.9.0adam3-10/+33
1.9.0: Unknown changes
2019-08-24Try to fix bulk-build PLIST problems I can't reproduce.schmonz2-51/+51
2019-08-24Revert wrong workaround and require py-packaging>=19.1nb1 explicitlyryoon1-4/+3
Bump PKGREVISION. From wiz@, thank you.
2019-08-23Fix runtime error when building docs in mail/notmuch, bump PKGREVISIONryoon1-1/+3
2019-08-23p5-YAML: updated to 1.29adam2-9/+8
1.29: Fix regex for alias to match the one for anchors 1.28: Security fix: only enable loading globs when $LoadCode is set
2019-08-22Recursive revbump from boost-1.71.0ryoon29-57/+58
2019-08-22py-jsonschema: updated to 3.0.2adam2-7/+7
v3.0.2 * Fixed a bug where 0 and False were considered equal by const and enum.
2019-08-20py-xlsxwriter: updated to 1.1.9adam2-7/+7
Release 1.1.9: * Another fix for issues where zipfile.py raises "ZIP does not support timestamps before 1980" exception.
2019-08-20py-openpyxl: updated to 2.6.3adam2-7/+7
2.6.3: Bugfixes * Fix 3D charts. * Minimum for holeSize in Doughnut charts too high * Warning for MergedCells with comments * Pagebreaks duplicated * Workbook has no default CellStyle
2019-08-17Update to 2019.8.11. From the changelog:schmonz3-9/+11
* Add support for wrapping list items. * Fix #201: handle &lrm;/&rlm; marks mid-text within stressed tags or right after stressed tags. * Feature #213: ``images_as_html`` config option to always generate an ``img`` html tag. preserves "height", "width" and "alt" if possible. * Remove support for end-of-life Pythons. Now requires Python 2.7 or 3.4+. * Remove support for retrieving HTML over the network. * Add ``__main__.py`` module to allow running the CLI using ``python -m html2text ...``. * Fix #238: correct spacing when a HTML entity follows a non-stressed tags which follow a stressed tag. * Remove unused or deprecated: * ``html2text.compat.escape()`` * ``html2text.config.RE_UNESCAPE`` * ``html2text.HTML2Text.replaceEntities()`` * ``html2text.HTML2Text.unescape()`` * ``html2text.unescape()`` * Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag.
2019-08-16oniguruma: update to 6.9.3.wiz2-7/+7
2019/08/06: Version 6.9.3 (secirity fix release) 2019/07/30: add ONIG_SYN_ALLOW_INVALID_CODE_END_OF_RANGE 2019/07/29: add STK_PREC_READ_START/END stack type 2019/07/29: Fix #147: Stack Exhaustion Problem caused by some parsing functions 2019/07/11: add a dictionary file for libfuzzer 2019/07/07: add harnesses directory 2019/07/05-2019/07/29: fix many problems found by libfuzzer programs 2019/06/27: deprecate onig_new_deluxe() 2019/06/27: Fix CVE-2019-13224: don't allow different encodings for onig_new_deluxe() 2019/06/27: Fix CVE-2019-13225: problem in converting if-then-else pattern
2019-08-14Recursive bump of all packages using Go after Go 1.12.8 update.bsiegert13-26/+26
2019-08-13py-docutils: updatede to 0.15.2adam4-41/+58
Release 0.15.2: * docutils/nodes.py - Fix 366: circular import when docutils nodes is iported before docutils.utils by putting import docutils.utils into astext. - Fix 366: as it is done in trunk Commit [r8294], moving the function. Release 0.15: * General - Dropped support for Python 2.4, 2.5, 3.1, and 3.2. - Infrastructure automation. * docs/ref/rst/restructuredtext.txt: - Document rST syntax change: Tokens like :this:example: are now valid field list names (instead of ordinary text). * docutils/io.py - Fix [ 348 ] Since Python 3.4, the 'U' universal newlines mode has been deprecated (thanks to hugovk). * docutils/languages/la.py docutils/parsers/rst/languages/la.py: - Apply [ 153 ] Korean mappings by Thomas Sungjin Kang. * docutils/nodes.py - Fix [ 251 ] system_message.copy() TypeError. - Element.copy() also copies document, line, and source attributes. * docutils/parsers/rst/__init__.py: - Apply [ 152 ] reset default role at end of document. * docutils/parsers/rst/states.py: - Allow embedded colons in field list field names. - Add rawsource attribute for text of inline elements. * docutils/parsers/rst/directives/html.py: - Fix bug 281: Remove escaping backslashes in meta directive content. * docutils/parsers/rst/directives/misc.py: - Don't convert tabs to spaces, if tab_width is negative in include directive with code option. * docutils/parsers/rst/directives/tables.py: - Apply patch 121: Add "width" option for the table directives. * docutils/transforms/frontmatter.py: - Add field name as class argument to generic docinfo fields unconditionally. * docutils/transforms/references.py: - Fix bug 331: fixed the "trim" options of the "unicode" directive. * docutils/utils/__init__.py: - Deprecate unique_combinations (obsoleted by itertools.combinations). * docutils/utils/smartquotes.py: - Fix bug 332: use open quote after whitespace, ZWSP, and ZWNJ. * docutils/writers/html5_polyglot/ - automatically add HTML5-compatible meta tags for docinfo items "authors", "date", and "copyright". * docutils/writers/_html_base.py - Fix bug 358: Non-breaking space removed from fixed-width literal. * docutils/writers/latex2e/__init__.py: - Fix bug 323: spurious \phantomsection and whitespace in parts['title']. - Fix bug 324: Invalid LaTeX for table with empty multicolumn cell. - Fixes to literal block handling.
2019-08-13py-parse_type: updated to 0.5.2adam2-8/+8
v0.5.2 py.requirements: Add twine v0.5.0 BUMP-VERSION: 0.5.0 (was: 0.4.3 / 0.4.2).
2019-08-13Update to 3.53. From the changelog:schmonz5-22/+22
- fixed out-of-range exception with repeated `AddKeyword` calls - added `KeywordFormatHints`, `Priority` and `Constraints` elements to syntax definitions - added Lua function `AddPersistentState` (https://gitlab.com/saalen/highlight/issues/112) - renamed md.lang to markdown.lang - added Fish syntax definition (thanks to James Lee) - makefile: added _FILE_OFFSET_BITS=64 flag - CLI: added optional fallback syntax to `--force` (https://gitlab.com/saalen/highlight/issues/126) - CLI: added option `--max-size` (https://gitlab.com/saalen/highlight/issues/127) - GUI: added multibyte path trace window - GUI: fixed superflouos creation of the same stylesheet file
2019-08-12py-cssselect: updated to 1.1.0adam2-7/+7
Version 1.1.0 * Support for the :scope selector, which allows to access immediate children of a selector. * Support for the |E syntax for type selectors without a namespace. * A new selector method, canonical, returns the CSS expression of the selector, as a string.
2019-08-12py-pytoml: updated to 0.1.21adam2-7/+7
0.1.21: Unknown changes
2019-08-11ruby-nokogiri: update to 1.10.4.tsutsui2-7/+7
Upstream changelog: https://github.com/sparklemotion/nokogiri/blob/v1.10.4/CHANGELOG.md # 1.10.4 / 2019-08-07 ### Security #### Address CVE-2019-5477 (#1915) A command injection vulnerability in Nokogiri v1.10.3 and earlier allows commands to be executed in a subprocess by Ruby's `Kernel.open` method. Processes are vulnerable only if the undocumented method `Nokogiri::CSS::Tokenizer#load_file` is being passed untrusted user input. This vulnerability appears in code generated by the Rexical gem versions v1.0.6 and earlier. Rexical is used by Nokogiri to generate lexical scanner code for parsing CSS queries. The underlying vulnerability was addressed in Rexical v1.0.7 and Nokogiri upgraded to this version of Rexical in Nokogiri v1.10.4. This CVE's public notice is https://github.com/sparklemotion/nokogiri/issues/1915
2019-08-11py-html5-parser: updated to 0.4.8adam3-7/+23
0.4.8: Unknown changes