Commit graph

5408 commits

Author SHA1 Message Date
taca
183d31c88c Update ruby-nokogiri package to 1.4.5.
=== 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-16 15:34:12 +00:00
taca
0d2f6d09d1 Update ruby-json and ruby-json-pure pacakge to 1.5.2
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-15 15:14:24 +00:00
uebayasi
8bdc6b4a3d Support user-destdir. 2011-06-14 13:45:41 +00:00
obache
39a858b8e3 Drop PYTHON_VERSION_ACCEPTED restriction, it was just "not accept python23". 2011-06-14 11:10:54 +00:00
obache
17c30e3f98 Change MASTER_SITES, it's in old archive subdir now. 2011-06-14 10:57:37 +00:00
schnoebe
b0ec08d79f Update with a working MASTER_SITES, and to FETCH_USING curl,
since ftp does not handle https: URLs.
2011-06-12 11:59:20 +00:00
obache
ea66a41d6e Exactly pass OpenSP header and library locations to configure.
PR#45033.
2011-06-10 12:05:48 +00:00
obache
f38363508f recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
schmonz
915da173bc Update to 3.02. From the changelog:
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-09 06:21:38 +00:00
drochner
5f71fe1f66 update to 1.2.0
changes:
-minor feature additions
-bugfixes
also patch some portability problems to make the selftest succeed
2011-06-06 12:32:01 +00:00
drochner
9f72fbf90d addmore patches from upstream:
-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-06 12:09:01 +00:00
schnoebe
99bc47be9b Update textproc/lua-expat to 1.2.0.
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-04 23:13:40 +00:00
adam
5e9108203e Changes 4.8:
* 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-06-02 07:06:10 +00:00
obache
28f542c873 Update groonga to 1.2.2.
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-30 12:01:40 +00:00
cheusov
99c422aa88 Add missed tools to heirloom-awk and heirloom-grep, tested on Linux 2011-05-28 11:42:05 +00:00
cheusov
ea3beea076 DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
cheusov
3ecc2dac7f add heirloom packages, oked by sponsors 2011-05-28 08:21:14 +00:00
cheusov
f836c522b9 heirloom part 2011-05-28 08:19:29 +00:00
cheusov
4d88d10b68 heirloom part 2011-05-28 08:19:10 +00:00
cheusov
8b1c0c9b22 heirloom part 2011-05-28 08:18:50 +00:00
cheusov
e2a39b9617 heirloom part 2011-05-28 08:18:23 +00:00
cheusov
1a0c06d6f0 heirloom part 2011-05-28 08:18:03 +00:00
cheusov
d61c9a9779 heirloom part 2011-05-28 08:17:44 +00:00
cheusov
c371336376 heirloom part 2011-05-28 08:17:25 +00:00
cheusov
b2be3f7ff0 heirloom part 2011-05-28 08:17:06 +00:00
cheusov
f006e59d09 heirloom part 2011-05-28 08:16:47 +00:00
cheusov
a5758cbb6e heirloom part 2011-05-28 08:16:28 +00:00
cheusov
654beb6045 heirloom part 2011-05-28 08:16:09 +00:00
cheusov
2e783e2438 heirloom part 2011-05-28 08:15:50 +00:00
cheusov
5d6e5c45e6 heirloom part 2011-05-28 08:15:31 +00:00
cheusov
648383ff84 heirloom part 2011-05-28 08:15:12 +00:00
cheusov
d4154775cc heirloom part 2011-05-28 08:14:47 +00:00
cheusov
68cfa5c195 heirloom part 2011-05-28 08:14:28 +00:00
cheusov
8d4350ff48 heirloom part 2011-05-28 08:14:08 +00:00
cheusov
664881f1e7 heirloom part 2011-05-28 08:13:49 +00:00
cheusov
9c044f87fa heirloom part 2011-05-28 08:13:30 +00:00
cheusov
9ebdb71b5d heirloom part 2011-05-28 08:13:10 +00:00
cheusov
a6efded3fc heirloom part 2011-05-28 08:12:51 +00:00
cheusov
26e0f22b69 heirloom part 2011-05-28 08:12:31 +00:00
cheusov
0555fcefb9 heirloom part 2011-05-28 08:12:07 +00:00
cheusov
00388a1202 heirloom part 2011-05-28 08:11:47 +00:00
joerg
7f7c56ecbe Fix dependency patterns 2011-05-27 23:28:45 +00:00
jmmv
effd380bf9 Fix references to the perl interpreter to let this build. Bump revision to 2. 2011-05-27 19:54:23 +00:00
gls
297b6c0608 Update asciidoc to 8.6.5.
Release highlights:

    * The addition of an html5 backend to generate HTML 5 output. Apart from the
inclusion of audio and video block macros the html5 backend is functionally
identical to the xhtml11 backend.
    * A new flask theme for xhtml11 and html5 backends inspired by the Flask
website styling (see toc2 example in the next item below).
    * The new toc2 attribute generates a table of contents in the left hand
margin (xhtml11 and html5 backends).
    * a2x(1) now has a flexible mechanism for copying arbitrary resource files
to HTML based outputs#-#this is very handy for generating EPUB files with
embedded fonts and other resources.
          o The a2x(1) --resource option can be used to inject any file into
EPUB output documents e.g. CSS resources such as fonts and background images.
          o Explicitly specified resources are added to the EPUB OPF manifest
automatically.
          o You can explicitly specify file extension MIME types.
          o The enhanced resource processing works around a couple of DocBook
XSL bugs (see EPUB Notes).

Read the CHANGELOG for a full list of all additions, changes and bug fixes.
2011-05-27 18:51:48 +00:00
cheusov
27be6a76e6 +dikt, oked by sponsors 2011-05-23 21:08:45 +00:00
cheusov
0d2a7f9a83 Dictionary program for KDE accessing dictionary servers
via specialized protocol (RFC2229).
2011-05-23 21:07:12 +00:00
minskim
7da2712d29 Add ruby-classifier. 2011-05-23 18:12:56 +00:00
minskim
f9804d31ed Import ruby19-classifier-1.3.3 as textproc/ruby-classifier.
Classifier is a general classifier module for Ruby to allow Bayesian
and other types of classifications.
2011-05-23 18:11:23 +00:00
minskim
6975d9b7f9 Add ruby-fast-stemmer. 2011-05-23 02:58:20 +00:00
minskim
75b7ff3b12 Import ruby19-fast-stemmer-1.0.0 as textproc/ruby-fast-stemmer.
Fast-stemmer is simply a wrapping around multithreaded Porter stemming
algorithm.
2011-05-23 02:56:56 +00:00