summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2011-07-29Update groonga to 1.2.4.obache5-80/+32
Release 1.2.4 - 2011/07/29 -------------------------- Improvements ^^^^^^^^^^^^ * Re-supported *BSD. (Reported by OBATA Akio) * Improved sed related portability. (Suggested by OBATA Akio) * Re-supported Visual C++ 2008. * Supported :doc:`commands/check` for hash table. * Ignored invalid _score in --sortby of :doc:`commands/select` for convenience. #1030 * Added document about :doc:`log`. * Supported ~/.editrc. * Supported ~/.groonga-history. Fixes ^^^^^ * Fixed broken libedit support. (Reported by Daiki Ueno) * Fixed source URL in *.spec (Reported by Daiki Ueno) * Fixed patricia trie cursor returns wrong records. * Added missing database lock clear for grn_obj_clear_lock() for database. * Fixed wrong record's column values deletion possible on record deletion.
2011-07-281.4.2:pettai2-8/+7
Bug: * [CPPXT-71] - Shorthand File CredentialResolver config fails to support use attribute * [CPPXT-73] - make distclean not removing pkgconfig files * [CPPXT-75] - sending SOAP 1.1 Fault to Shib Native SP ECP handler * [CPPXT-77] - Library init routines should be idempotent
2011-07-27Change MASTER_SITES to the new distribution pointpettai1-2/+2
2011-07-27Adjust pdfroff security patch to not use '-p' option to mktemp which istez3-6/+7
missing on some platforms. fixes PR#45181
2011-07-25Changes 4.8.1:adam8-51/+38
This is a maintenance release of ICU 4.8. No new APIs were added.
2011-07-24Bump verion PR#45170mef2-9/+7
2011-07-18 Tadamasa Teranishi <yw3t-trns@asahi-net.or.jp> * configure.in: Bumped version number to to 2.0.21. * configure.in (LTVERSION): Set "8:3:1". * man: update. * namazu.cgi: Fix IE6,7 cross-site scripting problem. * tests, pltests: Add New Tests. make check have passed by changing '$WATATI = ;' lines in pl/conf.pl for LANG=ja, except $MECAB is set.
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache4-8/+8
2011-07-19Fix many temporary file handling issues, including in pdfrofftez16-3/+430
(resolves CVE-2009-5044 / SA44999) Patches copied from: http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/groff/groff-1.20.1-owl-tmp.diff?rev=1.2 Modified for pkgsrc and excluded a documentaion change to doc/groff.texinfo that changes a `makeinfo' is too old warning into a fatal error. Added patch to make pdfroff.sh use -dSAFER See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538338 for details.
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