summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2011-07-14add CONFLICTS (thanks wiz@ for the reminder)spz1-1/+4
add a missing LICENSE and fix a few COMMENT
2011-07-14Builds fine with Python 3.1 and is needed as dependency elsewhere.joerg1-3/+1
2011-07-12Update to 0.60.6.1:wiz4-24/+13
Update to Automake 1.10.3 Fix a bug which caused a race condition (leading to a likely crash) when two threads try to update the dictionary cache at the same time. Make it very clear that compiling Aspell with NDEBUG is a bad idea (see http://aspell.net/ndebug.html) by outputting a warning when building with NDEBUG defined. Numerous other minor updates and bug fixes.
2011-07-12Update to 20110609, changes not documented.wiz2-6/+6
2011-07-11update to 1.2.1drochner4-41/+6
changes: -bugfixes -portability fixes in selftest
2011-07-11Update groonga to 1.2.3.obache6-13/+70
Release 1.2.3 - 2011/06/29 -------------------------- Improvements ^^^^^^^^^^^^ * Added invalid table name check. #912 * Added groonga-query-log-analyzer that analyze query log. * groonga command shows failed command on error. * groonga command shows file name and line no on error. * Improved error message of :doc:`commands/column_create`. #952 * Added GRN_OBJ_TABLE_DAT_KEY, double array trie, table. (experimental) Fixes ^^^^^ * fix get command crash. (Reported by OBATA Akio) * fix elapsed time overflow in query log. #944
2011-07-10add p5-Encode-Localespz1-1/+2
2011-07-10perl5 module Encode::Locale - Determine the locale encodingspz3-0/+24
2011-07-09Add user-destdir support. Almost trivial except for one bug inthe installbsiegert3-7/+23
script.
2011-07-08update to 0.20.6drochner3-8/+8
changes: -schema updates -translation updates
2011-07-08update to 0.12.6drochner2-7/+7
changes: bugfixes
2011-07-04check-interpreter fix. Add patch-aa for dblatex interpreter fix, seejym3-8/+18
comment in file.
2011-07-04check-interpreter fix. Thank goodness REPLACE_INTERPRETER supportsjym1-1/+15
globbing...
2011-07-03check-interpreter fix.jym1-6/+8
2011-07-03check-interpreter fix.jym1-1/+3
2011-07-02Fix build with current curl.markd3-3/+18
2011-07-01Update ruby-nokogiri package to 1.5.0. (a leaf package)taca3-73/+13
* It fixes a critical bug in 1.4.6. == 1.5.0 / 2011-07-01 * Notes * See changelog from 1.4.7 * Features * extracted sets of Node::SaveOptions into Node::SaveOptions::DEFAULT_{X,H,XH}TML (refactor) * Bugfixes * default output of XML on JRuby is no longer formatted due to inconsistent whitespace handling. #415 * (JRuby) making empty NodeSets with null `nodes` member safe to operate on. #443 * Fix a bug in advanced encoding detection that leads to partially duplicated document when parsing an HTML file with unknown encoding. * Add support for <meta charset="...">. == 1.5.0 beta3 / 2010/12/02 * Notes * JRuby performance tuning * See changelog from 1.4.4 * Bugfixes * Node#inner_text no longer returns nil. (JRuby) #264 == 1.5.0 beta2 / 2010/07/30 * Notes * See changelog from 1.4.3 == 1.5.0 beta1 / 2010/05/22 * Notes * JRuby support is provided by a new pure-java backend. * Deprecations * Ruby 1.8.6 is deprecated. Nokogiri will install, but official support is ended. * LibXML 2.6.16 and earlier are deprecated. Nokogiri will refuse to install. * FFI support is removed. === 1.4.7 / 2011-07-01 * Bugfixes * Fix a bug in advanced encoding detection that leads to partially duplicated document when parsing an HTML file with unknown encoding. Thanks, Timothy Elliott (@ender672)! #478 === 1.4.6 / 2011-06-19 * Notes * This version is functionally identical to 1.4.5. * Ruby 1.8.6 support has been restored.
2011-06-30Drop includion of curl/types.h.obache4-1/+46
It is deprecated header file since curl-2.12.0 and removed at curl-7.21.7. fixes PR#45106.
2011-06-19Add patches to use modern Ruby's API. Most of them are based ontaca8-5/+728
patches of http://cvs.pld-linux.org/. Bump PKGREVISION.
2011-06-19+ p5-Text-WagnerFischerobache1-1/+2
2011-06-19Import p5-Text-WagnerFischer-0.04 as textproc/p5-Text-WagnerFischer.obache3-0/+32
PR#44976 by David H. Gutteridge. This module implements the Wagner-Fischer dynamic programming technique, used here to calculate the edit distance of two strings. The edit distance is a measure of the degree of proximity between two strings, based on "edits": the operations of substitutions, deletions or insertions needed to transform the string into the other one (and vice versa). The module is designed to be easily extensible by functioning as a base class for other modules.
2011-06-19Update ruby-haml package to 3.1.2.taca3-197/+253
3.1.1 * Update the vendored Sass to version 3.1.0. 3.1.0 * Don't add a type attribute to <script> and <style> tags generated by filters when :format is set to :html5. * Add an :escape_attrs option that allows attributes to either remain unescaped (for things like embedding PHP directives in Haml) or to be always escaped rather than #escape_onced. This can also be used from the command line via --no-escape-attrs. * Allow custom filters to be loaded from the command line. Backwards Incompatibilities - Must Read! * Get rid of the --rails flag for the haml executable. This flag hasn't been necessary since Rails 2.0. Existing Rails 2.0 installations will continue to work. * Drop support for Hpricot 0.7. 0.8 has been out for nearly two years. 3.0.25 Tagged on GitHub. * HTML-to-Haml conversion now works within Ruby even if Hpricot is loaded before haml/html.
2011-06-19Update ruby-stringex package to 1.2.1.taca2-12/+6
Changes are unknown but encoding problem seems to be solved.
2011-06-19Update ruby-redcloth package to 4.2.7.taca3-16/+23
== 4.2.7 / Febrary 10, 2011 * Fixed typo in gemspec to make case-sensitive require work. [Gabe da Silveira] * Tested installing the gem and requiring it with both cases on Ubuntu 8.04, 10.10 and OS X Version 10.6.6. * Have spaces around the en-dash in LaTeX [Benjamin Quorning] * Turned double-quote close to smart quotes in LaTeX [Jonathan D. Blake] === 4.2.6 / February 9, 2011 * Add case-sensitive require back into the gemspec. * Fix rdoc options in gemspec. === 4.2.5 / February 7, 2011 * Fix bundler and rubygems-test incompatibilities. Working around bug: https://github.com/carlhuda/bundler/issues/issue/1021 === 4.2.4 / February 7, 2011 * Add .gemtest to opt-in to rubygems-test program (gem install rubygems-test to participate) * Allow attributes to be set on hr and br tags [Jesse Stormier] * Fix dangling <li> [Stephen Bannasch] * Switch to bundler and rake-compiler for gem management/compilation * Fix invalid YAML for Ruby 1.9.2 [Aaron Patterson]
2011-06-19Update ruby-hpricot package to 0.8.4.taca2-7/+6
= 0.8.4 === 28 February, 2011 * GH #21, #32, #33, #36: Fix for reported segfaults
2011-06-19Update ruby-fastercsv package to 1.5.4.taca2-8/+6
* pkgsrc change: allow to install with ruby19-base. = Change Log Below is a complete listing of changes for each revision of FasterCSV. == 1.5.4 * Improved test coverage for the parser. * Improved documentation. * Fixed a bug that prevented <tt>^</tt> from being used as <tt>:quote_char</tt>. * Switched from abort() to throwing exceptions on Ruby 1.9.
2011-06-19Update ruby-coderay pacakge to 0.9.8.taca3-14/+8
Changes are unknown.
2011-06-19Update ruby-bluecloth pacakge to 2.1.0.taca3-25/+14
Not complete but from History.md: ## 2.0.11 [2011-02-10] Michael Granger <ged@FaerieMUD.org> Enhancements: * gem-testers support * Update to Discount 2.0.5 Bugfixes: * Removed unnecessary requires from top-level file * Fix for Windows devkit installs ## v2.0.10 [2011-02-09] Michael Granger <ged@FaerieMUD.org> Enhancements: Updated to Discount 2.0.4: * Added configuration options for all of Discount's extensions. * Worked around a Discount bug when rendering the same document twice (appends a \0)
2011-06-19REPLACE_PERLdholland1-1/+5
2011-06-17Update to 1.05, and take MAINTAINER. From the changelog:schmonz2-8/+7
* reordered Changes to be recent at the top * rewritten t/large_file.t to skip non-sparse file systems code borrowed from lfs.t in newer perl - coding done by Robert Buels
2011-06-16Update ruby-nokogiri package to 1.4.5.taca3-12/+12
=== 1.4.5 / 2011-06-15 * New Features * Nokogiri::HTML::Document#title accessor gets and sets the document title. * extracted sets of Node::SaveOptions into Node::SaveOptions::DEFAULT_{X,H,XH}TML (refactor) * Raise an exception if a string is passed to Nokogiri::XML::Schema#validate. #406 * Bugfixes * Node#serialize-and-friends now accepts a SaveOption object as the, erm, save object. * Nokogiri::CSS::Parser has-a Nokogiri::CSS::Tokenizer * [JRUBY+FFI only] Weak references are now threadsafe. #355 * Make direct start_element() callback (currently used for HTML::SAX::Parser) pass attributes in assoc array, just as emulated start_element() callback does. rel. #356 * HTML::SAX::Parser should call back a block given to parse*() if any, just as XML::SAX::Parser does. * Add further encoding detection to HTML parser that libxml2 does not do. * Document#remove_namespaces! now handles attributes with namespaces. #396 * XSLT::Stylesheet#transform no longer segfaults when handed a non-XML::Document. #452 * XML::Reader no longer segfaults when under GC pressure. #439
2011-06-15Update ruby-json and ruby-json-pure pacakge to 1.5.2taca7-30/+28
2011-05-11 (1.5.2) * Apply documentation patch by Cory Monty <cory.monty@gmail.com>. * Add gemspecs for json and json_pure. * Fix bug in jruby pretty printing. * Fix bug in object_class and array_class when inheriting from Hash or Array.
2011-06-14Support user-destdir.uebayasi1-1/+16
2011-06-14Drop PYTHON_VERSION_ACCEPTED restriction, it was just "not accept python23".obache1-2/+1
2011-06-14Change MASTER_SITES, it's in old archive subdir now.obache1-2/+2
2011-06-12Update with a working MASTER_SITES, and to FETCH_USING curl,schnoebe1-2/+4
since ftp does not handle https: URLs.
2011-06-10Exactly pass OpenSP header and library locations to configure.obache1-1/+3
PR#45033.
2011-06-10recursive bump from textproc/icu shlib major bump.obache6-12/+12
2011-06-09Update to 3.02. From the changelog:schmonz3-22/+20
3.02: * Use optparse for parsing and checking arguments * Encode all output as UTF-8 * Accept optional encoding for local file or URL * Use chardet for guessing local file character sets * Fix double-newlines inside code blocks 3.01: * Fix bug with unknown entities 3.0: * Add forward compatibility with Python3 2.40: * Update from sgmllib to HTMLParser so that valid XHTML doesn't fail
2011-06-06update to 1.2.0drochner4-6/+41
changes: -minor feature additions -bugfixes also patch some portability problems to make the selftest succeed
2011-06-06addmore patches from upstream:drochner4-8/+137
-fix more potential problems on reallocation failures (CVE-2011-1944) -Fix memory corruption also replace an error handling which doesn't recover from integer overflow bump PKGREV
2011-06-04Update textproc/lua-expat to 1.2.0.schnoebe2-9/+9
Required for updating chat/prosody to 0.8.1, which helps handle the "billion laughs" exploits on XML parsers and XMPP servers. Change log as recorded in the README: Version 1.2.0 [02/Jun/2011] * support for the StartDoctypeDecl handler * add parser:stop() to abort parsing inside a callback
2011-06-02Changes 4.8:adam6-34/+61
* CLDR 2.0: The CLDR 2.0 release contains numerous improvements and bug fixes approved by the CLDR committee, including much additional data for many languages. * Explicit parent locale support in data imported from CLDR. * MessageFormat and related classes (choice/plural/select) have been reimplemented, with several improvements and some incompatible changes. * Extended PluralFormat pattern syntax supports explicit-value forms and offsets. * Utility APIs in PluralRules (get some/all/unique keyword values) * Time zone API to return a list of available canonical system time zone IDs. * Time zone API to return a region. * Collation: Full implementation & public API for script reordering * Dictionary-type trie * GB18030-2005 update
2011-05-30Update groonga to 1.2.2.obache3-320/+565
Release 1.2.2 - 2011/05/29 -------------------------- Improvements ^^^^^^^^^^^^ * Added packages for Ubuntu 11.04 Natty Narwhal. * Removed packages for Ubuntu 10.10 Maverick Meerkat. * RPM: Split server related packages to groonga-server package. * suggest: Added target object name into error messages. * document: Started English support. (not completed yet.) * groonga-suggest-httpd: Added --disable-max-fd-check option. * groonga: Renamed :option:`--address <-a>` option to :option:`--bind-address`. * groonga-suggest-httpd: Renamed --address option to --bind-address. * Changed admin HTML install directory to $PREFIX/share/groonga/html/admin/ from $PREFIX/share/groonga/admin_html/. * groonga-suggest-httpd: Used "application/json" for JSON response instead of "text/javascript". * Windows: Used DLL relative path instead of executable file relative path. * MeCab: Added error message from MeCab on MeCab initialize error. * suggest: Added prefix_search parameter to suggest command. #909 * plugin: Added grn_plugin_get_system_plugins_dir() and grn_plugin_get_suffix() API. * Added grn_obj_is_builtin() API. * :doc:`/commands/load`: Added table name check. #934 * Showed invalid name context in error message. #935 Fixes ^^^^^ * Fixed a data breaking bug on multi process update. #890
2011-05-28Add missed tools to heirloom-awk and heirloom-grep, tested on Linuxcheusov1-1/+2
2011-05-28DESCR_SRC now contains full paths to DESCR filescheusov24-48/+48
2011-05-28add heirloom packages, oked by sponsorscheusov1-1/+25
2011-05-28heirloom partcheusov3-0/+20
2011-05-28heirloom partcheusov3-0/+18
2011-05-28heirloom partcheusov3-0/+22