Commit graph

5521 commits

Author SHA1 Message Date
obache
22b32314ab Update py-sphinx to 1.0.8.
While here,
* fixes egg-info `requires' information for python>2.6, with bump dependency on
  py-docutils with egg-info.

Release 1.0.8 (Sep 23, 2011)
============================

* #627: Fix tracebacks for AttributeErrors in autosummary generation.

* Fix the ``abbr`` role when the abbreviation has newlines in it.

* #727: Fix the links to search results with custom object types.

* #648: Fix line numbers reported in warnings about undefined
  references.

* #696, #666: Fix C++ array definitions and template arguments
  that are not type names.

* #633: Allow footnotes in section headers in LaTeX output.

* #616: Allow keywords to be linked via intersphinx.

* #613: Allow Unicode characters in production list token names.

* #720: Add dummy visitors for graphviz nodes for text and man.

* #704: Fix image file duplication bug.

* #677: Fix parsing of multiple signatures in C++ domain.

* #637: Ignore Emacs lock files when looking for source files.

* #544: Allow .pyw extension for importable modules in autodoc.

* #700: Use ``$(MAKE)`` in quickstart-generated Makefiles.

* #734: Make sidebar search box width consistent in browsers.

* #644: Fix spacing of centered figures in HTML output.

* #767: Safely encode SphinxError messages when printing them to
  sys.stderr.

* #611: Fix LaTeX output error with a document with no sections but
  a link target.

* Correctly treat built-in method descriptors as methods in autodoc.

* #706: Stop monkeypatching the Python textwrap module.

* #657: viewcode now works correctly with source files that have
  non-ASCII encoding.

* #669: Respect the ``noindex`` flag option in py:module directives.

* #675: Fix IndexErrors when including nonexisting lines with
  :rst:dir:`literalinclude`.

* #676: Respect custom function/method parameter separator strings.

* #682: Fix JS incompatibility with jQuery >= 1.5.

* #693: Fix double encoding done when writing HTMLHelp .hhk files.

* #647: Do not apply SmartyPants in parsed-literal blocks.

* C++ domain now supports array definitions.
2011-10-05 07:53:27 +00:00
obache
90e826ac01 Update py-docutils to 0.8.1.
While here,
* register egg-info.
* switch to use external roman.py module.
* set LICENSE.

Release 0.8.1 (2011-08-30)
==========================

* General:

  - Fix [ 3364658 ] (Change last file with Apache license to BSD-2-Clause)
    and [ 3395920 ] (correct copyright info for rst.el).

* docutils/test/

  -  Apply [ 3303733 ] and [ 3365041 ] to fix tests under py3k.

* docutils/writers/latex2e/__init__.py

  - Clean up Babel language setting. Restores Sphinx compatibility.

Release 0.8 (2011-07-07)
========================

* General:

  - Handle language codes according to `BCP 47`_.
  - If the specified language is not supported by Docutils,
    warn and fall back to English.
  - Math support: reStructuredText "math" role and directive,
    ``math`` and ``math_block`` doctree elements.
  - Decode command line arguments with the locale's preferred encoding
    (to allow, e.g., ``--title=Dornröschen``).
  - Orphaned "python" reader and "newlatex2e" writer moved to the sandbox.
  - New sub-module `error_reporting`: handle encoding/decoding errors
    when reporting exceptions.
  - Some additions to the Docutils core are released under the 2-Clause BSD
    license, see COPYING_ for details.

  .. _BCP 47: http://www.rfc-editor.org/rfc/bcp/bcp47.txt
  .. _COPYING: COPYING.html

* reStructuredText:

  - Most directives now support a "name" option that attaches a
    reference name.

  - Directive content may start on the first line also when the directive
    type accepts options.

* docs/dev/policies.txt:

  - Recommend the 2-Clause BSD license
    (http://www.spdx.org/licenses/BSD-2-Clause)
    for code that is kept under the author's copyright.

* tools/buildhtml.py:

  - Fix ``--local`` switch.

* Fix [ 3018371 ] Added Lithuanian mappings by Dalius Dobravolskas.

* docutils/writers/html4css1/__init__.py

  - Set "lang" argument for objects with class argument
    "language-<language tag>".
  - New setting "math-output" with support for HTML, MathML, and LaTeX.

* docutils/writers/latex2e/__init__.py

  - Fix [ 3043986 ] AttributeError using :local: with table of content.
  - Place title data in the document preamble.
  - Load `babel` package only if required.
  - Update list of supported languages.
  - New config setting "hyperref-options".
    No hard-coded "unicode" hyperref option (clash with xetex).
  - Set language for custom roles, paragraphs, block-quotes, and
    line-quotes with class argument "language-<language tag>".
  - Fix [ 3095603 ] wrong quotes output for russian and other languages.
  - Convert image URI to a local file path.
  - Apply [ 3148141 ] fix multicolumn support when a colspanning cell
    has more than one paragraph (Wolfgang Scherer).
  - \leavevmode before longtable only when needed (prevents spurious vspace)
  - do not advance table counter for tables without caption

* docutils/writers/xetex/__init__.py

  - New writer generating LaTeX code for compiling with ``xelatex``.

    A separate writer (inheriting from latex2e) instead of a ``--xetex``
    option allows separate config options for XeTeX vs. LaTeX2e.

* docutils/writers/manpage.py

  - Fix: BUG#3219183 - vertical space in definition lists containing markup.
  - Fix: vertical space cleaning for option group ``.``.

* tools/editors/emacs/rst.el:

  - Fix [ 3001100 ] does not handle spaces in filenames
    (thanks to Jakub Wilk)

* docutils/utils.py:

  - strip whitespace from stylesheet arguments
  - exclude combining chars from column_width
    (partial fix for [ 2926161 ])

* docutils/parsers/rst/directives/misc.py:

  - Fix [ 1830389 ] Replace not breaking on getting system_messages from
    nested_parse

* docutils/io.py:

  - Do not close() sys.stdin, sys.stdout, or sys.stderr. Prevents
    ``Exception ValueError: 'I/O operation on closed file.'`` with Python 3.
2011-10-05 07:47:28 +00:00
hiramatsu
29452b494c Add HOMEPAGE and LICENSE. 2011-10-04 15:37:36 +00:00
hiramatsu
09a68e751b Update p5-Text-CSV to 1.21.
Changes from previous:
1.21  Mon Dec 27 12:35:35 2010
  - updated the compatibility for Text::CSV_XS version 0.80
     * added getline_all() and getaline_hr_all()
     * added missing test file

1.20  Wed Oct 20 13:53:59 2010
  - couldn't parse the csv containing the column starting with '0'. (hiratara)
     * patched by hiratara
     * enhanced getline regexp (makamaka)
     * resolved a bug in bleadperl-fb85c04
  - added tests into t/71_pp.t (hiratara)

1.19  Sat Oct  2 14:15:59 2010
  - getline didn't work correctly with 0 or null containing lines
     (pointed by Bernhard Prott)
  - updated the compatibility for Text::CSV_XS version 0.74
     * real eol support for parsing streams (beyond \n, \r and \r\n)
     * clarify doc for always_quote to not quote undef fields
       and XS and PP incompatibility of UTF8 process for print and combine
2011-10-04 14:50:17 +00:00
obache
5f39ebac11 Update groonga to 1.2.6.
Release 1.2.6 - 2011/09/29
--------------------------

Improvements
^^^^^^^^^^^^

* Improved error message on type cast.
* Added geo point value validation on type cast.
* Supported :doc:`/tutorial/query_expansion`.
* Added `--query_expansion` option to
  :doc:`/commands/select` for query expansion.
* Added geometry conversion macro between degree and msec.
* Supported type cast in :doc:`/functions/geo_distance` ().
* Don't split tokens with full width space in command line. #986
* Supported conversion between TokyoGeoPoint and WGS84GeoPoint.
* Exported grn_geo_select_in_circle() and grn_geo_select_in_rectangle().
* Supported CentOS 6.
* Supported the current Debian GNU/Linux sid.
  Patch by SATOH Fumiyasu. GitHub#3

Fixes
^^^^^

* Fixed a bug that geo point is loaded as broken value.

Thanks
^^^^^^

* SATOH Fumiyasu


Release 1.2.5 - 2011/08/29
--------------------------

Improvements
^^^^^^^^^^^^

* Added experimental Windows installer support.
* Accepted "#" and "-" as a valid name characters. #1043
* Accepted all valid characters except "_" as the first character. #1043
* Supported `--each` for `[...]` form :doc:`/commands/load`. #1044
* Added documentation for :doc:`/suggest`.
* Supported threshold as `--frequency_threshold` and
  `--conditional_probability_threshold` options in all
  :doc:`/commands/suggest` types. #1042
* [groonga-suggest-httpd] Supported log reopen by SIGUSR1. #1048
* Supported string input for reference vector column value. #1051
* [groonga-suggest-httpd] Added `--n-lines-per-log-file`
  option that changes log line limitation for a file.
* [groonga-suggest-httpd] Added `p` parameter for
  `--conditional_probability_threshold`.
* Added GRN_CTX_PER_DB flag for grn_ctx_init() and grn_ctx_open(). #1053
* Exported grn_ctx_close(). #1035

Fixes
^^^^^

* Fixed a crash bug that invalid value is passed as match expression
  argument in :doc:`/commands/select`. #1047
* Fixed a bug that hash table cursor returns garbage records.
2011-10-04 06:36:19 +00:00
hiramatsu
8cd1e93b78 Add HOMEPAGE and LICENSE. 2011-10-04 05:41:22 +00:00
hiramatsu
9ade62ae2f Updated p5-Text-CSV_XS to 0.85.
Changes from previous:
2011-09-07 0.85 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * NAME / DISTNAME in Makefile.PL

2011-09-07 0.84 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * More cross-checks for META data

2011-08-07 0.83 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Fix spurious auto_diag warning (RT#69673)
    * Tested with 50 versions of perl, including 1.15.1

2011-05-01 0.82 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Doc fix (RT#66905, Peter Newman)
    * Documentation overhaul (pod links)

2011-03-07 0.81 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Add is_missing ()
    * Doc overhaul
    * Fix Build on OpenVMS (RT#65654, Martin P.J. Zinser)
    * Fix SetDiag () leak (RT#66453, Sven Scholing)

2010-12-24 0.80 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Implement getline_all () and getaline_hr_all ()
    * Fixed another parsing for eol = \r (RT#61525)

2010-11-26 0.79 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Use correct type for STRLEN (HP-UX/PA-RISC/32)
    * More code coverage
    * EOF unreliable when line-end missing at eof

2010-11-26 0.78 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Version 0.77 broke MacOS exported CSV files with only \r

2010-10-23 0.77 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Internals now use warn () instead of (void)fprintf (stderr, ...)
      Now the test in t/80_diag also passes on Windows
    * Better parsing for eol = \r and set as such (RT#61525)
    * Workaround for AIX cpp bug (RT#62388, Jan Dubois)

2010-10-09 0.76 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Windows doesn't support STDERR redirection as used in t/80_diag

2010-10-05 0.75 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Fixed undefinedness of $\ in print (RT#61880)

2010-09-29 0.74 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Spelling fixes
    * Real eol support for parsing streams (beyond \n, \r and \r\n)
    * Clarify doc for always_quote to not quote undef fields
    * Clarify UTF8 process for print () and combine ()
2011-10-04 04:45:22 +00:00
hiramatsu
712998f3d5 Updated to p5-XML-LibXML to 1.88.
This version properly handles error messages in recent textproc/libxml2.

See "Changes" file in the distfile for complete list of bug fixes.
2011-10-04 02:51:40 +00:00
minskim
7681981e36 Update markdown-mode to 1.8.1.
Major changes since 1.7:

- Improve syntax highlighting of preformatted text blocks to better
  distinguish them from list items with hanging indentation and nested
  list items.

- Match italic and bold text and inline code fragments across line
  breaks, within a single block, but prevent them from matching across
  blocks.

- Generally improve multi-line font lock by extending the search
  region to include full blocks.

- Fixed an issue, reported by Joost Kremners, where for multi-line
  lists, the position of the list marker was not being added to the
  list of possible indentation levels.

- Make indentation work when the previous line is not indented.

- Avoid a problem where indentation positions were getting skipped
  over when tab cycling.

- Fixed an issue when column 0 is the natural automatic indentation stop.

- Set tab width to 4, the natural tab width for Markdown documents.

- Stop announcing “TAB” in the minibuffer when tab is pressed.
2011-10-03 16:59:39 +00:00
ryoon
3ceb5bb2a9 Update to 1.0.1
Changelog:
Version 1.0.1 - September 2011, by Martin von Gagern

        Updated Polish, Ukrainian, Slovenian, Dutch, Finnish, Swedish and Czech translations

Version 1.0.0 - September 2011, by Martin von Gagern

        Changed major version to 1 to reflect maturity of the package
        Updated Dutch, French, Danish and Slovenian translations
        Added Ukrainian translation
        Improved error reporting in case a child process has problems
        Added tests to the test suite
        Updated gnulib
2011-10-03 13:55:37 +00:00
dholland
28db1ad0dd Remove varargs code. May fix build. XXX: this needs a lot more work 2011-10-03 07:21:15 +00:00
dholland
8891ed45e5 REPLACE_PYTHON 2011-10-01 20:39:28 +00:00
dholland
03269a5565 patch getline to avoid conflict with new standard getline 2011-10-01 12:08:55 +00:00
wiz
c61ec471cb Remove -Werror so this builds on -current.
While here, fix some pkglint warnings and set LICENSE.
2011-09-29 20:46:59 +00:00
dholland
ccda886590 doesn't work with python24. (could be patched) 2011-09-29 11:51:32 +00:00
markd
537c83a6ea Add a buildlink3.mk. 2011-09-27 10:44:17 +00:00
markd
14198b49d1 Add a buildlink3.mk 2011-09-27 10:43:32 +00:00
wiz
fcadca2a63 Mention that -x also searches in /usr/X11R7. Noted by jmc@openbsd. Bump date. 2011-09-26 12:46:29 +00:00
joerg
ec33aab29c Fix build & linkage 2011-09-25 20:11:11 +00:00
joerg
4965796c8e Wants PHP 5.3 2011-09-24 13:00:04 +00:00
joerg
7553630c56 Transitive closure for RUBY_VERSION_SUPPORTED=18. 2011-09-21 21:40:20 +00:00
joerg
0d2c5e9c8c Help configure in finding glibmm's doctools. 2011-09-21 16:07:15 +00:00
hiramatsu
4328226dad set LICENSE. 2011-09-16 22:54:19 +00:00
obache
6b21e3b35c Bump PKGREVISION from RUBY_VERSION_DEFAULT changes. 2011-09-16 02:26:44 +00:00
hans
f0b4b6c42d Remove stupid check for Sun make from configure. Fixes build on SunOS. 2011-09-14 17:47:38 +00:00
taca
8510758a94 Add and enable ruby-json-utils. 2011-09-13 15:22:15 +00:00
taca
2444d2949a Importing ruby-json-utils version 1.6.0 package.
This pacakge has separated from ruby-json-pure and it contains utilities
for handling JSON data.
2011-09-13 15:21:01 +00:00
taca
dce0cb64bc Update ruby-json package to 1.6.0.
2011-09-12 (1.6.0)
  * Extract utilities (prettifier and GUI-editor) in its own gem json-utils.
  * Split json/add/core into different files for classes to be serialised.
2011-09-13 15:15:18 +00:00
taca
3a06e37fe0 Update ruby-json-pure package to 1.6.0.
(Dependency to devel/ruby-spruz has gone to force coming ruby-json-utils.)

2011-09-12 (1.6.0)
  * Extract utilities (prettifier and GUI-editor) in its own gem json-utils.
  * Split json/add/core into different files for classes to be serialised.
2011-09-13 15:14:16 +00:00
taca
839061e253 Update ruby-libxml pacakge to 2.2.2.
= Release History

== 2.2.2 / 2011-08-13 Charlie Savage

* ++API CHANGE+++

Reader#relax_ng_validate now takes a RelaxNG object.  This is
what the documentation has always said it takes, but it previously
took a string.  In addition, it now returns true or false instead of 0 or -1.

Reader#schema_validate now takes a Schema object.  This is
what the documentation has always said it takes, but it previously
took a string.  In addition, it now returns true or false instead of 0 or -1.

Fixes GitHub issue #30.

* Added Parser::Context#close and HTMLParser::Context#close methods that
  allow the underlying io stream (file, string, etc) to be closed.  Once a
  parser is done parsing its data, it now calls one of these methods.
  This means that if you parse thousands of files at the same time,
  without running Ruby's garbage colllector, you won't get a too
  many files open error.  Fixes GitHub issue #29.

* Fixed bug where Node#inner_xml caused an error when it had no child nodes.
  Fixes GitHub issues #31

* Don't require 'rake' in the gemspec to avoid annoying Bunlder bugs
2011-09-12 13:45:52 +00:00
taca
335205a1f6 Update ruby-json and ruby-json-pure package to 1.5.4.
2011-08-31 (1.5.4)
  * Fix memory leak when used from multiple JRuby. (Patch by
    jfirebaugh@github).
  * Apply patch by Eric Wong <nocode@yhbt.net> that fixes garbage collection
    problem reported in https://github.com/flori/json/issues/46.
  * Add :quirks_mode option to parser and generator.
  * Add support for Rational and Complex number additions via json/add/complex
    and json/add/rational requires.
2011-09-12 13:42:29 +00:00
taca
a8469f3edd Update ruby-haml package to 3.1.3.
3.1.3

* Stop partial layouts from being displayed twice.
2011-09-12 13:39:52 +00:00
taca
dab08f67f5 Update ruby-diff-lcs package to 1.1.3.
== 1.1.3 / 2011-08-27
* Converted to 'hoe' for release.
* Converted tests to RSpec 2.
* Extracted the body of htmldiff into a class available from
  diff/lcs/htmldiff.
* Migrated development and issue tracking to GitHub.
* Bugs fixed:
  - Eliminated the explicit use of RubyGems in both bin/htmldiff and bin/ldiff.
    Resolves issue 4 (https://github.com/halostatue/diff-lcs/issues/4).
  - Eliminated Ruby warnings. Resolves issue 3
    (https://github.com/halostatue/diff-lcs/issues/3).
2011-09-12 13:38:16 +00:00
joerg
74c28a36b5 Kill some more uses of __weak_alias. This avoids duplicate symbol
definitions (weak and non-weak). GNU as silently discards the weak
symbol in this case, but LLVM is more strict.(weak and non-weak). GNU as
silently discards the weak symbol in this case, but LLVM is more strict.
2011-09-07 00:57:30 +00:00
wiz
b853c94418 Update to 1.11.7:
02-09-2011: version 1.11.7

Added demandoc utility for stripping away macros and escapes. This
replaces the historical deroff utility. Also improved the mdoc and
man manuals.

16-08-2011: version 1.11.6

Handling of tr macro in roff implemented. This makes Perl documentation
much more readable. Hyphenation is also now enabled in man format
documents. Many other general improvements have been implemented.
Furthermore, a 64-bit Windows binary is now available at mdocml-win64.zip
and a Mac OS X universal binary is available at mdocml-macosx.zip.

24-07-2011: version 1.11.5

Significant eqn improvements. mdocml can now parse arbitrary eqn
input (although few GNU extensions are accepted, nor is mixing
low-level roff with eqn). See the eqn manual for details. For the
time being, equations are rendered as simple in-line text. The
equation parser satisfies the language specified in the Second
Edition User's Guide.

This is also the first release featuring a distributed Windows
binary, available at /binaries/mdocml-win32.zip.

12-07-2011: version 1.11.4

Bug-fixes and clean-ups across all systems, especially in makewhatis
(note: still not connected to the general build and must be compiled
with make makewhatis) and the man parser.  This release was
significantly assisted by participants in OpenBSD's c2k11.  Thanks!

26-05-2011: version 1.11.3

Introduce locale-encoding of output with the -Tlocale output option
and Unicode escaped-character input.  See mandoc and mandoc_char,
respectively, for details.  This allows for non-ASCII characters
(e.g., \[u5000]) to be rendered in the locale's encoding, if said
environment supports wide-character encoding (if it does not,
-Tascii is used instead).  Locale support can be turned off at
compile time by removing -DUSE_WCHAR in the Makefile, in which case
-Tlocale is always a synonym for -Tascii.

Furthermore, multibyte-encoded documents, such as those in UTF-8,
may be on-the-fly recoded into mandoc input by using the newly-added
preconv utility.  Note: in the future, this feature may be integrated
into mandoc.

12-05-2011: version 1.11.2

Corrected some installation issues in version 1.11.1.  Further
migration to libmandoc.  Initial public release (this utility is
very much under development) of makewhatis, initially named mandoc-db.
This utility produces keyword databases of manual content mandoc-cgi,
mandoc-tools, which features semantic querying of manual content.
2011-09-06 09:49:01 +00:00
adam
d2f028f795 Changes 2.6:
* internal attributes now raise an internal attribute error now instead
  of returning an undefined.  This fixes problems when passing undefined
  objects to Python semantics expecting APIs.
* traceback support now works properly for PyPy.  (Tested with 1.4)
* implemented operator intercepting for sandboxed environments.  This
  allows application developers to disable builtin operators for better
  security.  (For instance limit the mathematical operators to actual
  integers instead of longs)
* groupby filter now supports dotted notation for grouping by attributes
  of attributes.
* scoped blocks not properly treat toplevel assignments and imports.
  Previously an import suddenly "disappeared" in a scoped block.
* automatically detect newer Python interpreter versions before loading code
  from bytecode caches to prevent segfaults on invalid opcodes.  The segfault
  in earlier Jinja2 versions here was not a Jinja2 bug but a limitation in
  the underlying Python interpreter.  If you notice Jinja2 segfaulting in
  earlier versions after an upgrade of the Python interpreter you don't have
  to upgrade, it's enough to flush the bytecode cache.  This just no longer
  makes this necessary, Jinja2 will automatically detect these cases now.
* the sum filter can now sum up values by attribute.  This is a backwards
  incompatible change.  The argument to the filter previously was the
  optional starting index which defaultes to zero.  This now became the
  second argument to the function because it's rarely used.
* like sum, sort now also makes it possible to order items by attribute.
* like sum and sort, join now also is able to join attributes of objects
  as string.
* the internal eval context now has a reference to the environment.
* added a mapping test to see if an object is a dict or an object with
  a similar interface.
2011-09-05 10:54:32 +00:00
obache
701e87be3d fix regression of executable suffix substitude in PLIST at last update.
noticed by joerg@ via private mail.
2011-09-01 15:01:12 +00:00
obache
3b02e35c98 fix comments.
openSUSE's patch name is libxml-CVE-2009-2414_CVE-2009-2616,
but it really fixes CVE-2009-2416 and CVE-2009-2414.
2011-09-01 14:42:09 +00:00
obache
24bccb6515 LICENSE=gnu-lgpl-v2. 2011-09-01 14:29:40 +00:00
obache
c67991bb10 Add a patch to fix CVE-2009-2414 and CVE-2009-2616,
taken from openSUSE 10.3 libxml-CVE-2009-2414_CVE-2009-2616.patch.

Bump PKGREVISION.
2011-09-01 14:29:04 +00:00
taca
5060d0c74a Update ruby-markaby to 0.7.2.
Compact changes are unavailable, please refer in detail:
https://github.com/markaby/markaby/commits/master
2011-08-25 15:42:05 +00:00
obache
92c274d16e Update ruby-tilt to 0.3.3.
* add support for mediawiki templates.
* yajl support
* and fixes,improvements
2011-08-25 11:30:44 +00:00
wiz
f19063d1dd Mark as not-for python-2.4 (it doesn't contain the file that is used here). 2011-08-22 12:40:38 +00:00
obache
29b21badb6 Update intltool to 0.41.1, for GNOME 2.30 release.
This release adds support for context on GtkBuilder UI elements, fixes for out-
of-source tree builds and a few intltool-update fixes for Windows and .py.in.
2011-08-21 11:23:14 +00:00
obache
c0d74b1db4 Revision history for Perl extension XML::Parser.
2.41 2011-06-01 (by Todd Rinaldo
    - Tests are cleaned. promoting to stable. No changes since 2.40_02

2.40_02 2011-05-31 (by Todd Rinaldo)
    - TODO some tests which fail in Free BSD due to improper expat CVE patch
      http://www.freebsd.org/cgi/query-pr.cgi?pr=157469

2.40_01 2011-05-24 (by Todd Rinaldo)
    - better installation instructions
    - Small spelling patches from Debian package - Thanks Nicholas Bamber
    - RT 68399 - Upgrade Devel::CheckLib to 0.93 to make it
      perl 5.14 compliant - qw()
    - RT 67207 - Stop doing tied on globs - Thanks sprout
    - RT 31319 - Fix doc links in POD for XML/Parser.pm
2011-08-21 11:03:07 +00:00
obache
2506248dca fix spelling error. 2011-08-21 09:46:48 +00:00
minskim
f2850400f2 Add ruby-albino. 2011-08-21 05:02:56 +00:00
minskim
9f57e174da Import ruby19-albino-1.3.3 as textproc/ruby-albino.
Albino is a ruby wrapper for pygmentize.  This project is an
extraction from GitHub.
2011-08-21 05:01:27 +00:00
minskim
199a1aa50d Add ruby-kramdown. 2011-08-21 05:01:04 +00:00
minskim
d739151867 Import ruby19-kramdown-0.13.3 as textproc/ruby-kramdown.
kramdown is a free GPL-licensed Ruby library for parsing and
converting a superset of Markdown.  It is completely written in Ruby,
supports standard Markdown (with some minor modifications) and various
extensions that have been made popular by the PHP Markdown Extra
package and Maruku.
2011-08-21 04:59:47 +00:00