summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2016-02-08Pullup ticket #4914 - requested by joergbsiegert2-3/+7
textproc/mdocml: fix packaging issue Revisions pulled up: - textproc/mdocml/Makefile 1.53 - textproc/mdocml/distinfo 1.44 --- Module Name: pkgsrc Committed By: richard Date: Sat Jan 9 05:01:43 UTC 2016 Modified Files: pkgsrc/textproc/mdocml: distinfo Log Message: regen patch checksums for mdocml --- Module Name: pkgsrc Committed By: richard Date: Sat Jan 9 05:05:34 UTC 2016 Modified Files: pkgsrc/textproc/mdocml: Makefile Log Message: bump PKGREVISION for mdocml
2016-01-19Pullup ticket #4900 - requested by wizbsiegert3-9/+72
textproc/py-pygments: security fix Revisions pulled up: - textproc/py-pygments/Makefile 1.21-1.22 - textproc/py-pygments/distinfo 1.13 - textproc/py-pygments/patches/patch-img.py 1.1 --- Module Name: pkgsrc Committed By: wiz Date: Sun Jan 17 14:22:11 UTC 2016 Modified Files: pkgsrc/textproc/py-pygments: Makefile distinfo Added Files: pkgsrc/textproc/py-pygments/patches: patch-img.py Log Message: Fix for code-injection vulnerability (CVE-2015-8557) from upstream. From Rin Okuyama in PR 50661. --- Module Name: pkgsrc Committed By: wiz Date: Sun Jan 17 16:03:13 UTC 2016 Modified Files: pkgsrc/textproc/py-pygments: Makefile Log Message: Comment out py-sphinx build dependency since it introduces a cycle.
2016-01-18Pullup ticket #4894 - requested by tacabsiegert1-2/+1
databases/php-do_sqlite: PKGREVISION reset meta-pkgs/php55-extensions: PKGREVISION reset textproc/php-intl: PKGREVISION reset Revisions pulled up: - databases/php-pdo_sqlite/Makefile 1.20 - meta-pkgs/php55-extensions/Makefile 1.7 - textproc/php-intl/Makefile 1.21 --- Module Name: pkgsrc Committed By: taca Date: Fri Jan 8 03:31:21 UTC 2016 Modified Files: pkgsrc/databases/php-pdo_sqlite: Makefile pkgsrc/meta-pkgs/php55-extensions: Makefile pkgsrc/textproc/php-intl: Makefile Log Message: Reset PKGREVISION after all PHP updates.
2015-12-25More packages currently incompatible with php70.taca1-1/+3
2015-12-13Remove ruby-classifier which was replaced by ruby-classifier-reborn.taca4-47/+0
2015-12-13Delete ruby-classifier.taca1-2/+1
2015-12-13HOMEPAGE seems to gone.taca1-2/+2
2015-12-13Update php-mecab to 0.6.0.taca3-19/+23
2015-12-05: php-mecab 0.6.0 =========================== * Add support for PHP 7. * Add `MeCab` namespace classes and constants. * Non-namespace classes are not supported on PHP 7. * Non-namespace constants are not supported on PHP 7. * Procedural APIs (`mecab_*` functions) are not supported on PHP 7. * Non-namespace classes are deprecated on PHP 5. * PHP versions earlier than 5.3 are no longer supported. * MeCab versions earlier than 0.99 are no longer supported. * Removed features: * `$filter` callback argument of `mecab_split()` function. * The persistent resource.
2015-12-13Update ruby-xmlparser to 0.7.3.taca3-9/+9
Changes of version 0.7.3 fix PARAM_ENTITY_PARSING_* constants. fix gemspec for Ruby 2.0. Changes of version 0.7.2 revert once removed digest.rb.
2015-12-13Update ruby-classifier-reborn to 2.0.4.taca3-8/+25
v2.0.4 Major Enhancements * Classification thresholds can be enabled or disabled. The default is disabled. The threshold value can be set at initialization time or dynamically during processing (#47) * Made auto-categorization optional, defaulting to false (#45) * Added the ability to handle an array of classifications to the constructor (#44) * Classification with a threshold has been added to the api (#39) Minor Enhancements * Documentation around threshold usage (#54) * Fixed UTF-8 encoding for hasher.rb (#50) * Removed some unnecessary methods (#43) * Add optional CachedContentNode (GSL only) (#43) * Caches the transposed search_vector (#43) * Added custom marshal_ methods to not save the cache when dumping/loading (#43) * Optimized some numeric comparisons and iterators (#43) * Added cached calculation table when computing raw_vectors (#43) * If a category name is already a symbol, just return it (#45) * Various Hash improvements (#45) * Eliminated several Ruby :warning:s when run with RUBYOPT="-w" (#38) * Simple performance improvements for the Hasher process (#41) * Fixes for broken regex splitting for non-ascii characters and removal of the unused punctuation filter (#41) * Add multiple language stopwords with customizable stop word paths (#40) Bug Fixes * Fixed the bug where adding the same category a second time would clobber the category that was already there (#45) * Fixed deprecation warning for <=> in ls.rb (#33) * Remove references to Madeline in the README and replace it with Marshal or Redis (#32) Development Fixes * Added development dependency on mini_test and added 2.2 to travis.yml (#36)
2015-12-13Update ruby-nokogiri to 1.6.7.taca3-33/+36
=== 1.6.7 / 2015-11-29 ==== Notes This version supports native builds on Windows using the RubyInstaller DevKit. It also supports Ruby 2.2.x on Windows, as well as making several other improvements to the installation process on various platforms. This version also includes the security patches already applied in v1.6.6.3 and v1.6.6.4 to the vendored libxml2 and libxslt source. See #1374 and #1376 for details. ==== Features * Cross-built gems now have a proper ruby version requirement. (#1266) * Ruby 2.2.x is supported on Windows. * Native build is supported on Windows. * [MRI] libxml2 and libxslt `config.guess` files brought up to date. (#1326) (Thanks, @hernan-erasmo!) * [JRuby] fix error in validating files with jruby (#1355, #1361) (Thanks, @twalpole!) * [MRI, OSX] Patch to handle nonstandard location of `iconv.h`. (#1206, #1210, #1218, #1345) (Thanks, @neonichu!) ==== Bug Fixes * [JRuby] reset the namespace cache when replacing the document's innerHtml (#1265) (Thanks, @mkristian!) * [JRuby] Document#parse should support IO objects that respond to #read. (#1124) (Thanks, Jake Byman!) * [MRI] Duplicate-id errors when setting the `id` attribute on HTML documents are now silenced. (#1262) * [JRuby] SAX parser cuts texts in peices when quare brackets exist. (#1261) * [JRuby] Namespaced attributes aren't removed by remove_attribute. (#1299)
2015-12-13Update ruby-json-pure to 1.8.3.taca3-11/+8
2015-06-01 (1.8.3) * Fix potential memory leak, thx to nobu.
2015-12-13Bump PKGREVISION forszptvlfn4-8/+8
hs-primitive-0.6.1.0 || hs-vector-0.11.0.0 || hs-mwc-random-0.13.3.2 || hs-vector-algorithms-0.7.0.1
2015-12-13Add ${PYPKGPREFIX} to package name.markd1-1/+2
2015-12-12Fix ALTERNATIVES.taca2-3/+4
Bump PKGREVISION.
2015-12-12Fix ALTERNATIVES.taca2-4/+4
Bump PKGREVISION.
2015-12-11Using "type -t" is a pretty pointless bashism, even slowing things downjoerg7-2/+88
by adding additional forks. Fix and bump revision.
2015-12-11Remove unnecessary FILES_SUBST, already in there. Noted by taca.wiz1-2/+1
2015-12-11Add and enable markdown2social.jmmv1-1/+2
2015-12-11Initial addition of markdown2social, version 0.2:jmmv4-0/+58
The markdown2social utility converts simple Markdown documents to Google+ posts ready to be shared on the social network. There is room for writing output plugins for other target sites, but at the moment only Google+ is supported.
2015-12-11Don't install unreadable files. Bump revision.joerg1-1/+5
2015-12-11OpenBSD will remove man page symlinks and let man(1) find them viawiz2-8/+16
a database. Adapt code for that case using a patch from Ingo Schwarze. Bump version.
2015-12-11+ highway.wiz1-1/+2
2015-12-11Import highway-1.1.0 as textproc/highway.wiz4-0/+38
Provided by NONAKA Kimihiro in PR 50504. Highway ------- A fast pattern matching tool like pt and ag. Feature: - It can search the PATTERN from your source code very fast. - It can search also the PATTERN as a regular expression. - It supports UTF-8 and some Japanese encodings (Because I'm Japanese. EUC-JP and Shift_JIS is supported). - It ignores file patterns form your .gitignore by default.
2015-12-11Fix ALTERNATIVES file. Bump PKGREVISION.wiz2-2/+4
2015-12-10dirfd is missing on HP-UX. Don't include getopt.h -- no getopt_longjoerg6-7/+55
here.
2015-12-09Update p5-XML-LibXML to 2.0123:wiz2-7/+7
2.0123 2015-12-06 - Get rid of an undef-warning in XML::LibXML::Reader . - https://rt.cpan.org/Ticket/Display.html?id=106830 - Thanks to Rich for the report and testcase. - Apply patch from Debian for rewording the documentation. - https://rt.cpan.org/Ticket/Display.html?id=110116 - Some extra rewording has been done by SHLOMIF. - Thanks to Gregor Herrman and the Debian Team
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam34-68/+68
2015-12-05Update textproc/the_silver_searcher to 0.31.0.leot2-13/+10
pkgsrc changes: o Switch MASTER_SITES to the author's site (in order to avoid the various auto* tools) Changes: o Add support for Crystal file types o Add support for Racket file types o Add support for Standard ML file types o Add support for Elixir file type o Misc bugfixes
2015-12-02Update OpenBSD architectures.wiz2-8/+6
From jmc@OpenBSD. Bump version.
2015-12-02Mention bug report for two failing tests.wiz1-1/+3
2015-11-28Update to 1.22wen2-7/+7
Upstream changes: 1.22 2015-11-25 10:35:00 MANWAR - Fixed the debug level handling. - Updated pod document about the same. 1.21 2015-11-24 14:00:00 MANWAR - Fixed issue RT# 109562. 1.20 2015-11-24 MANWAR - Updated method PDF::Create::Page::string() to handle character/word spacing. (Thanks David Kitcher-Jones). - Updated method PDF::Create::Page::text() to handle font correctly. (Thanks David Kitcher-Jones). - Added new method PDF::Create::Page::block_text() to manage block of text. (Thanks David Kitcher-Jones). - Updated method PDF::Create::Page::block_text() to handle multiple paragraphs. (MANWAR) - Documented method text() and block_text(). (MANWAR)
2015-11-28Update to 0.53wen2-8/+7
Upstream changes: 0.50 Sat May 9 09:06:41 EDT 2015 - Improve performance of is_LsubsetR via patches submitted by Mich Rawson at New York Perl Hackathon (May 2 2015). 0.51 Thu May 14 21:49:00 EDT 2015 - Changes to List::Compare::Functional::is_LsubsetR introduced in v0.50 found to be buggy. See: https://rt.cpan.org/Ticket/Display.html?id=104452. Pending further investigation, reverted to v0.49 of List::Compare::Base::_Auxiliary; added two test files. 0.52 Thu May 21 21:57:18 EDT 2015 - v0.51 changes were not applied to master branch; apply them. Remove two hash-to-hash assignments in List::Compare::Base::_Auxiliary::_subset_subengine. 0.53 Sun Jun 7 10:49:24 MDT 2015 - Accept patch submitted by Paulo Custodio reworking, and correcting, changes originally published in 0.50.
2015-11-27Make really sure the local copy of boost and co is not used.joerg3-2/+19
2015-11-27Added textproc/freexl version 1.0.2adam1-1/+2
2015-11-27FreeXL is an open source library to extract valid data from within an Exceladam5-0/+52
(.xls) spreadsheet. FreeXL design goals: * to be simple and lightweight * to be stable, robust and efficient * to be easily and universally portable * completely ignoring any GUI-related oddity Note that the final goal means that FreeXL ignores at all fonts, sizes and alignments, and most formats. It ignores Pivot Table, Charts, Formulas, Visual Basic macros and so on. FreeXL is structurally simple and quite light-weight (typically 40-80K of object code, stripped).
2015-11-25Remove mk/find-prefix.mk usage from the textproc category.jperkin7-29/+15
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-23Remove 193 from RUBY_VERSION_SUPPORTED.taca5-10/+10
2015-11-23revert previous commit, sorry.szptvlfn2-5/+2
2015-11-23Bump PKGREVISIONszptvlfn2-2/+5
add missing lzmalib ( fix librsvg build ) -llzma, from libcroco-0.6.8/src/libcroco-0.6.la#20 pkgsrc/graphics/librsvg: ld: warning: liblzma.so.1, needed by /usr/pkgsrc/graphics/librsvg/work/.buildlink/lib/libcroco-0.6.so, not found (try using -rpath or -rpath-link) Shared object "liblzma.so.1" not found
2015-11-23Bump PKGREVISION for poppler shlib major bump.wiz1-2/+2
2015-11-23Update ruby-nokogiri to 1.6.8.4.taca3-8/+9
=== 1.6.6.4 / 2015-11-19 This version pulls in an upstream patche to the vendored libxml2 to address: * unclosed comment uninitialized access issue (#1376) This issue does not have a CVE assigned to it as this time.
2015-11-23Update xmlto to 0.28:wiz2-8/+7
Xmlto news ---------- 0.0.28 (stable) - fix broken temp files removal (introduced in 0.0.27) - links detection changed to elinks (new links options not compatible)
2015-11-23Udate py-libxml2 to 2.9.3 to match libxml2.wiz2-7/+7
2015-11-22Update libxml2 to 2.9.3.wiz9-359/+7
v2.9.3: Nov 20 2015 Security: CVE-2015-8242 Buffer overead with HTML parser in push mode (Hugh Davenport), CVE-2015-7500 Fix memory access error due to incorrect entities boundaries (Daniel Veillard), CVE-2015-7499-2 Detect incoherency on GROW (Daniel Veillard), CVE-2015-7499-1 Add xmlHaltParser() to stop the parser (Daniel Veillard), CVE-2015-5312 Another entity expansion issue (David Drysdale), CVE-2015-7497 Avoid an heap buffer overflow in xmlDictComputeFastQKey (David Drysdale), CVE-2015-7498 Avoid processing entities after encoding conversion failures (Daniel Veillard), CVE-2015-8035 Fix XZ compression support loop (Daniel Veillard), CVE-2015-7942-2 Fix an error in previous Conditional section patch (Daniel Veillard), CVE-2015-7942 Another variation of overflow in Conditional sections (Daniel Veillard), CVE-2015-1819 Enforce the reader to run in constant memory (Daniel Veillard) CVE-2015-7941_2 Cleanup conditional section error handling (Daniel Veillard), CVE-2015-7941_1 Stop parsing on entities boundaries errors (Daniel Veillard), Documentation: Correct spelling of "calling" (Alex Henrie), Fix a small error in xmllint --format description (Fabien Degomme), Avoid XSS on the search of xmlsoft.org (Daniel Veillard) Portability: threads: use forward declarations only for glibc (Michael Heimpold), Update Win32 configure.js to search for configure.ac (Daniel Veillard) Bug Fixes: Bug on creating new stream from entity (Daniel Veillard), Fix some loop issues embedding NEXT (Daniel Veillard), Do not print error context when there is none (Daniel Veillard), Avoid extra processing of MarkupDecl when EOF (Hugh Davenport), Fix parsing short unclosed comment uninitialized access (Daniel Veillard), Add missing Null check in xmlParseExternalEntityPrivate (Gaurav Gupta), Fix a bug in CData error handling in the push parser (Daniel Veillard), Fix a bug on name parsing at the end of current input buffer (Daniel Veillard), Fix the spurious ID already defined error (Daniel Veillard), Fix previous change to node sort order (Nick Wellnhofer), Fix a self assignment issue raised by clang (Scott Graham), Fail parsing early on if encoding conversion failed (Daniel Veillard), Do not process encoding values if the declaration if broken (Daniel Veillard), Silence clang's -Wunknown-attribute (Michael Catanzaro), xmlMemUsed is not thread-safe (Martin von Gagern), Fix support for except in nameclasses (Daniel Veillard), Fix order of root nodes (Nick Wellnhofer), Allow attributes on descendant-or-self axis (Nick Wellnhofer), Fix the fix to Windows locking (Steve Nairn), Fix timsort invariant loop re: Envisage article (Christopher Swenson), Don't add IDs in xmlSetTreeDoc (Nick Wellnhofer), Account for ID attributes in xmlSetTreeDoc (Nick Wellnhofer), Remove various unused value assignments (Philip Withnall), Fix missing entities after CVE-2014-3660 fix (Daniel Veillard), Revert "Missing initialization for the catalog module" (Daniel Veillard) Improvements: Reuse xmlHaltParser() where it makes sense (Daniel Veillard), xmlStopParser reset errNo (Daniel Veillard), Reenable xz support by default (Daniel Veillard), Recover unescaped less-than character in HTML recovery parsing (Daniel Veillard), Allow HTML serializer to output HTML5 DOCTYPE (Shaun McCance), Regression test for bug #695699 (Nick Wellnhofer), Add a couple of XPath tests (Nick Wellnhofer), Add Python 3 rpm subpackage (Tomas Radej), libxml2-config.cmake.in: update include directories (Samuel Martin), Adding example from bugs 738805 to regression tests (Daniel Veillard)
2015-11-20Update to 2.22ryoon2-8/+7
Changelog: * Noteworthy changes in release 2.22 (2015-11-01) [stable] ** Improvements Performance has improved for patterns containing very long strings, reducing preprocessing time for an N-byte regexp from O(N^2) to only slightly superlinear for most patterns. Before, a command like the following would take over a minute, but now, it takes less than a second: : | grep -f <(seq -s '' 99999) When building grep, 'configure' now uses PCRE's pkg-config module for configuration information, rather than attempting to guess it by hand. ** Bug fixes A DFA matcher bug made this command mistakenly print its input line: echo axb | grep -E '^x|x$' Likewise for this equivalent command: echo axb | grep -e '^x' -e 'x$' [bug introduced in grep-2.19 ] grep no longer reads from uninitialized memory or from beyond the end of the heap-allocated input buffer. This fix addressed CVE-2015-1345. [bug introduced in grep-2.19 ] With -z, '.' and '[^x]' in a pattern now consistently match newline. Previously, they sometimes matched newline, and sometimes did not. [bug introduced in grep-2.4] When the JIT stack is exhausted, grep -P now grows the stack rather than reporting an internal PCRE error. 'grep -D skip PATTERN FILE' no longer hangs if FILE is a fifo. [bug introduced in grep-2.12] --exclude and related options are now matched against entire command-line arguments, not against command-line components. [bug introduced in grep-2.6] Fix performance degradation of grep -Fw in unibyte locales. [bug introduced in grep-2.19 ]
2015-11-19Make it work without Internet access.asau1-1/+9
Transform DocBook XSLT URLs to point to local copies coming from textproc/docbook-xsl. This package should use XML Catalog, but doesn't for some unclear reason.
2015-11-18Allow ruby-toml to depend on ruby-parslet 1.6 and later.taca1-2/+5
Bump PKGREVISION.
2015-11-18Update ruby-nokogiri to 1.6.6.3.taca4-13/+20
pkgsrc change: Add pkg_alternatives support. === 1.6.6.3 / 2015-11-16 This version pulls in several upstream patches to the vendored libxml2 and libxslt to address: * CVE-2015-1819 * CVE-2015-7941_1 * CVE-2015-7941_2 * CVE-2015-7942 * CVE-2015-7942-2 * CVE-2015-8035 * CVE-2015-7995 See #1374 for details.
2015-11-18CPPFLAGS+=-D__EXTENSIONS__ permits build on SunOSrichard1-1/+3