Commit graph

5427 commits

Author SHA1 Message Date
jym
7bc796a43c check-interpreter fix. Add patch-aa for dblatex interpreter fix, see
comment in file.
2011-07-04 23:08:22 +00:00
jym
5bf4ea1711 check-interpreter fix. Thank goodness REPLACE_INTERPRETER supports
globbing...
2011-07-04 01:13:30 +00:00
jym
ad45fc7d2c check-interpreter fix. 2011-07-03 21:25:50 +00:00
jym
c752e5a9ad check-interpreter fix. 2011-07-03 20:47:34 +00:00
markd
a2b9710f16 Fix build with current curl. 2011-07-02 01:24:28 +00:00
taca
81161310a8 Update ruby-nokogiri package to 1.5.0. (a leaf package)
* 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-07-01 15:10:04 +00:00
obache
6dbb7de650 Drop includion of curl/types.h.
It is deprecated header file since curl-2.12.0 and removed at curl-7.21.7.
fixes PR#45106.
2011-06-30 01:03:24 +00:00
taca
0e0a2f7b5e Add patches to use modern Ruby's API. Most of them are based on
patches of http://cvs.pld-linux.org/.

Bump PKGREVISION.
2011-06-19 16:01:52 +00:00
obache
8ca13db799 + p5-Text-WagnerFischer 2011-06-19 09:10:43 +00:00
obache
1968ace222 Import p5-Text-WagnerFischer-0.04 as textproc/p5-Text-WagnerFischer.
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-19 09:08:05 +00:00
taca
d1373e9104 Update ruby-haml package to 3.1.2.
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-19 07:59:18 +00:00
taca
bf247d7fb6 Update ruby-stringex package to 1.2.1.
Changes are unknown but encoding problem seems to be solved.
2011-06-19 03:40:08 +00:00
taca
7f2511da31 Update ruby-redcloth package to 4.2.7.
== 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-19 03:39:05 +00:00
taca
41467a5479 Update ruby-hpricot package to 0.8.4.
= 0.8.4
=== 28 February, 2011
* GH #21, #32, #33, #36: Fix for reported segfaults
2011-06-19 03:38:21 +00:00
taca
27c840b5f4 Update ruby-fastercsv package to 1.5.4.
* 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-19 03:37:12 +00:00
taca
715d250edf Update ruby-coderay pacakge to 0.9.8.
Changes are unknown.
2011-06-19 03:36:01 +00:00
taca
1a59852b09 Update ruby-bluecloth pacakge to 2.1.0.
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-19 03:35:05 +00:00
dholland
73fe3edcd0 REPLACE_PERL 2011-06-19 01:28:28 +00:00
schmonz
881cc67b05 Update to 1.05, and take MAINTAINER. From the changelog:
* 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-17 17:00:32 +00:00
taca
c4643393d3 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
41d473e99d 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
34b8ac9979 Support user-destdir. 2011-06-14 13:45:41 +00:00
obache
e1c2ed3fad Drop PYTHON_VERSION_ACCEPTED restriction, it was just "not accept python23". 2011-06-14 11:10:54 +00:00
obache
8fabe43dd1 Change MASTER_SITES, it's in old archive subdir now. 2011-06-14 10:57:37 +00:00
schnoebe
0102b73273 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
1aebd82434 Exactly pass OpenSP header and library locations to configure.
PR#45033.
2011-06-10 12:05:48 +00:00
obache
9572f6d892 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
schmonz
5868c1f8d1 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
6b36182e0b 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
4a29046189 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
f79ff180ee 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
4945b9d62f 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
7c6e267340 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
bf747f5671 Add missed tools to heirloom-awk and heirloom-grep, tested on Linux 2011-05-28 11:42:05 +00:00
cheusov
3d07d2b7a8 DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
cheusov
ff98790be9 add heirloom packages, oked by sponsors 2011-05-28 08:21:14 +00:00
cheusov
bd629e010e heirloom part 2011-05-28 08:19:29 +00:00
cheusov
f86e1ac6e5 heirloom part 2011-05-28 08:19:10 +00:00
cheusov
17331c2539 heirloom part 2011-05-28 08:18:50 +00:00
cheusov
2a5bb4bf93 heirloom part 2011-05-28 08:18:23 +00:00
cheusov
af02d2d79e heirloom part 2011-05-28 08:18:03 +00:00
cheusov
c523949c8a heirloom part 2011-05-28 08:17:44 +00:00
cheusov
803d8867ac heirloom part 2011-05-28 08:17:25 +00:00
cheusov
009f3d1ca7 heirloom part 2011-05-28 08:17:06 +00:00
cheusov
fa8a62f019 heirloom part 2011-05-28 08:16:47 +00:00
cheusov
0f868507d4 heirloom part 2011-05-28 08:16:28 +00:00
cheusov
d908fa9c22 heirloom part 2011-05-28 08:16:09 +00:00
cheusov
88b698f5b3 heirloom part 2011-05-28 08:15:50 +00:00
cheusov
3948a7dd6c heirloom part 2011-05-28 08:15:31 +00:00
cheusov
750d057c0c heirloom part 2011-05-28 08:15:12 +00:00