Commit graph

6296 commits

Author SHA1 Message Date
wiz
fd59004a98 + discount. 2013-04-04 09:42:53 +00:00
wiz
2e57806670 Import discount-2.1.6 as textproc/discount, packaged for wip
by zecrazytux and fhajny.

Markdown is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid XHTML (or HTML).

The overriding design goal for Markdown's formatting syntax is to make
it as readable as possible. The idea is that a Markdown-formatted
document should be publishable as-is, as plain text, without looking
like it's been marked up with tags or formatting instructions. While
Markdown's syntax has been influenced by several existing text-to-HTML
filters, the single biggest source of inspiration for Markdown's
syntax is the format of plain text email.

Original Markdown implementation is written in Perl. Discount provides a
Markdown CLI tool and a library, written in C.
2013-04-04 09:40:22 +00:00
wen
1f5e1d3e12 Update to 0.97
Upstream changes:
0.97	- 2013-03-30, H.Merijn Brand
    * Regain the speed from 0.91 (buffer back to 1k)
    * Minor cleanup in XS code
    * Add diag_verbose attribute

0.96	- 2013-03-26, H.Merijn Brand
    * No need to require Test::Harness if unused (RT#82693)
    * parse ("") should return one empty field, not undef
    * Now that we know the record number, show it in auto_diag

0.95	- 2013-01-13, H.Merijn Brand
    * Introduce allow_unquoted_escape as workaround for RT#81295
    * Update copyright to 2013
    * Introduce print_hr () for RT#76143
    * Dropped plans to support EBCDIC
2013-04-03 08:11:17 +00:00
markd
e597d79260 Update to 2.9.0
* Better error handling on the Client::LocalSocketClient
* New DataStream class which shares code between the server and client
* New boolean option "emptyGraphs" in the Virtuoso backend, which can
  enable/disable checks for empty graphs
* New boolean option "fakeBooleans" in the virtuoso backend, which can
  enable/disable fake boolean support
* Client and Server code optimizations
2013-04-03 07:41:37 +00:00
markd
25ed9df4d6 Update to 0.10.0
0.10.0
    02/11/2012 - trueg
           Added nmm:TVSeason and friends to make TV seasons fully
 qualified resources.
    02/28/2012 - Evgeny Egorochkin
           Fixed nmo:messageHeader cardinality restriction.

0.9.0
    01/05/2012 - trueg
           Added properties nfo:depicts and nfo:depiction
           Made nmm:artwork a subproperty of nfo:depiction

    12/13/2011 - trueg
           Added nrl:DefiningProperty and nrl:NonDefiningProperty

    12/12/2011 - trueg
           Set nao:userVisible on the following classes and properties:
              nao:score
              nao:hasSubResource
              nao:hasSuperResource
              nrl:Graph
              rdf:Property
              rdfs:Class
              rdfs:Resource
              nie:hasPart
              nie:isPartOf
              nfo:hasHash
              nuao:Event

    08/23/2011 - trueg
           Added class nfo:LocalFileDataObject


0.8.1
    11/25/2011 - trueg
           Fixed domain of nmm:setSize to nmm:MusicAlbum

0.8.0
    08/18/2011 - trueg
           Made nfo:FileName a sub-property of nao:prefLabel

    08/14/2011 - trueg
           Added nfo:WebDataObject

    08/05/2011 - trueg
           Fixed range of nexif:orientation
           Added nmm:setNumber and nmm:setSize

    07/24/2011 - trueg
           Added nmm:albumTrackCount

    07/15/2011 - trueg
           nmm:MusicPiece is a subclass of nfo:Audio instead of nfo:Media
           Added focus event handling:
              nuao:FocusEvent
              nuao:totalFocusDuration
              nuao:initiatingAgent
              nuao:targettedResource
           pimo:person is a sub-class of nao:Party
           Added nfo:colorCount and nfo:paletteSize

    06/27/2011 - trueg
           Made ncal:comment a subproperty of nie:comment

    06/14/2011 - grundleborg
           Added new more specific way of specifying the IM
 availability status:
              nco:imStatusType
              nco:IMStatusType
              nco:IMStatusTypeOffline
              nco:IMStatusTypeAvailable
              nco:IMStatusTypeAway
              nco:IMStatusTypeExtendedAway
              nco:IMStatusTypeHidden
              nco:IMStatusTypeBusy
              nco:IMStatusTypeUnknown

    06/05/2011 - trueg
           Added nie:modified and nie:contentModified

    05/24/2011 - trueg
           Fixed ranges of
              nmm:albumPeakGain
              nmm:trackGain
              nmm:trackPeakGain
              nmm:albumGain

0.7.1
    06/14/2011 - trueg
           Fixed domain of nao:maintainedBy
2013-04-03 07:27:28 +00:00
rodent
1fa7c00d14 Update saxon to 9.4.0.7. No ChangeLog in distfile, but changes are listed
here: http://www.saxonica.com/documentation/changes/intro.xml
package now has a 1 entry PLIST, passes pkglint, and requires Java2.
Update provided from pkgsrc-wip. This commit resolves PR pkg/47151.
2013-04-03 00:39:18 +00:00
rodent
6d47ba609c Update py-docutils to 0.10. Resolves PR pkg/47372. From RELEASE-NOTES:
Docutils 0.10 is compatible with Python versions from 2.4 to 3.2.

    General:

        SmartQuotes transform for typographic quotes and dashes.

        docutils/math, docutils/error_reporting.py, and docutils/urischemes.py moved to the utils package. Code importing these modules needs to adapt, e.g.:

        try:
            import docutils.math as math
        except ImportError:
            import docutils.utils.math as math

        enhanced math and error handling.

    docutils/io.py
        FileInput/FileOutput: no system-exit on IOError. The handle_io_errors option is ignored.

    docutils/writers/html4css1/__init__.py
        Use <code> tag for inline "code", do not drop nested inline nodes (syntax highlight tokens).
        Customizable MathJax URL (based on patch by Dmitry Shachnev).
        No line break after opening inline math tag.
    docutils/writers/latex2e/__init__.py, docutils/writers/xetex/__init__.py
        Fix section numbering by LaTeX.
    docutils/writers/s5_html/__init__.py
        Fix [ 3556388 ] Mathjax does not work with rst2s5.
2013-04-02 03:05:03 +00:00
wiz
c88876181d revbump for libzip shlib major change. 2013-04-01 16:03:48 +00:00
obache
11942a54c1 missing recursive bump from poppler-0.22.2 shlib major change. 2013-03-31 08:13:27 +00:00
wiz
1ea8ca06d4 Keep in sync with OpenBSD: add octeon port.
From jmc@openbsd.
2013-03-26 20:26:18 +00:00
taca
a8a59578da Update ruby-multi_json to 1.7.0.
1.7.0
-----
* [Add load_options/dump_options to MultiJson](a153956be6)
* [MultiJson does not modify arguments](58525b01c4)
* [Enable quirks_mode by default for json_gem/json_pure adapters](1fd4e6635c)
* [Add JrJackson adapter](4dd86fa963)
* [Raise ArgumentError on bad adapter input](911a3756bd)
2013-03-17 16:25:16 +00:00
wiz
1b958d477e Update to 3.1.0:
3.1.0 (2013-02-10)
==================

Features added
--------------

* GH#89: lxml.html.clean allows overriding the set of attributes that it
  considers 'safe'.  Patch by Francis Devereux.

Bugs fixed
----------

* LP#1104370: ``copy.copy(el.attrib)`` raised an exception.  It now returns
  a copy of the attributes as a plain Python dict.

* GH#95: When used with namespace prefixes, the  ``el.find*()`` methods
  always used the first namespace mapping that was provided for each
  path expression instead of using the one that was actually passed
  in for the current run.

* LP#1092521, GH#91: Fix undefined C symbol in Python runtimes compiled
  without threading support.  Patch by Ulrich Seidl.

Other changes
-------------


3.1beta1 (2012-12-21)
=====================

Features added
--------------

* New build-time option ``--with-unicode-strings`` for Python 2 that
  makes the API always return Unicode strings for names and text
  instead of byte strings for plain ASCII content.

* New incremental XML file writing API ``etree.xmlfile()``.

* E factory in lxml.objectify is callable to simplify the creation of
  tags with non-identifier names without having to resort to getattr().

Bugs fixed
----------

* When starting from a non-namespaced element in lxml.objectify, searching
  for a child without explicitly specifying a namespace incorrectly found
  namespaced elements with the requested local name, instead of restricting
  the search to non-namespaced children.

* GH#85: Deprecation warnings were fixed for Python 3.x.

* GH#33: lxml.html.fromstring() failed to accept bytes input in Py3.

* LP#1080792: Static build of libxml2 2.9.0 failed due to missing file.

Other changes
-------------

* The externally useless class ``_ObjectifyElementMakerCaller`` was
  removed from the module API of lxml.objectify.

* LP#1075622: lxml.builder is faster for adding text to elements with
  many children.  Patch by Anders Hammarquist.
2013-03-17 15:47:15 +00:00
taca
53b94d85eb Update pear-Console_Table to 1.1.5 and add LICENSE.
* Use mb_strwidth() instead of mb_strlen() to determine lengths of multi-byte
  strings (Bug #19423).
2013-03-16 03:49:35 +00:00
wiz
aad04992c7 Update to 2.0.9:
2013-02-26 Raptor2 Version 2.0.9 Released

   Added full parsing and serializing support for Turtle Terse RDF Triple
   Language W3C Candidate Recommendation 19 February 2013
   Added CMake build framework for building Raptor on Microsoft (Daniel
   Richard G.)
   Made a few minor fixes and improvements
   Fixed reported issues: 0000499, 0000508, 0000520, 0000521 and 0000526
2013-03-15 21:51:45 +00:00
wiz
a36579429b Add -l in another place. Found by jmc@openbsd. 2013-03-14 19:37:33 +00:00
wiz
48be373076 Mention that -l is in default flags. Noted by jmc@openbsd. 2013-03-14 19:24:54 +00:00
wiz
c71380c698 Report correct line for duplicate RCS Ids.
Noted by jmc@openbsd.org.
Bump version.
2013-03-14 18:01:12 +00:00
taca
3bf7cb3fd3 Update ruby-tilt to 1.3.5.
## 1.3.5 (2013-03-06)

* Fixed extension for PlainTemplate (judofyr)
* Improved local variables regexp (#174, razorinc)
* Added CHANGELOG.md
2013-03-14 16:15:01 +00:00
taca
4dd056f586 Update ruby-textpow to 1.3.1.
A few bug fixes.
2013-03-14 16:13:52 +00:00
taca
796bbcbb2e Update ruby-multi_json to 1.6.1.
1.6.1
-----
* [Revert "Use JSON.generate instead of #to_json"](https://github.com/intridea/multi_json/issues/86)
2013-03-14 16:12:43 +00:00
taca
2f50f51ea8 Update ruby-mab to 0.0.3
Chantes aren't available.
2013-03-14 16:11:29 +00:00
taca
11e9e9dea2 Update ruby-libxml to 2.6.0.
== 2.6.0 / 2013-02-16 Charlie Savage

* Fix uninitialized constant LibXML::XML::Error::I18N (NameError) that occurred
  with older versions of libxml.
* Various updates/fixes to new XML::Writer class and update how flushing works
  (julp)
2013-03-12 15:37:53 +00:00
taca
c88d9bb7d6 Update ruby-haml to 4.0.0.
## 4.0.0

* The Haml exectutable now accepts an `--autoclose` option. You can now
  specify a list of tags that should be autoclosed

* The `:ruby` filter no longer redirects $stdout to the Haml document, as this
  is not thread safe. Instead it provides a `haml_io` local variable, which is
  an IO object that writes to the document.

* HTML5 is now the default output format rather than XHTML. This was already
  the default on Rails 3+, so many users will notice no difference.

* The :sass filter now wraps its output in a script tag, as do the new :less and
  :scss filters. The :coffee filter wraps its output in a script tag.

* Haml now supports only Rails 3 and above, and Ruby 1.8.7 and above. If you
  still need support for Rails 2 and Ruby 1.8.6, please use Haml 3.1.x which
  will continue to be maintained for bug fixes.

* The :javascript and :css filters no longer add CDATA tags when the format is
  html4 or html5. This can be overridden by setting the `cdata` option to
  `true`. CDATA tags are always added when the format is xhtml.

* HTML2Haml has been extracted to a separate gem, creatively named "html2haml".

* The `:erb` filter now uses Rails's safe output buffer to provide XSS safety.

* Haml's internals have been refactored to move the parser, compiler and options
  handling into independent classes, rather than including them all in the
  Engine module. You can also specify your own custom Haml parser or compiler
  class in Haml::Options in order to extend or modify Haml reasonably easily.

* Add an {file:REFERENCE.md#hyphenate_data_attrs-option `:hyphenate_data_attrs`
  option} that converts underscores to hyphens in your HTML5 data keys. This is
  a language change from 3.1 and is enabled by default.
  (thanks to [Andrew Smith](https://github.com/fullsailor))

* All Hash attribute values are now treated as HTML5 data, regardless of key.
  Previously only the "data" key was treated this way. Allowing arbitrary keys
  means you can now easily use this feauture for Aria attributes, among other
  uses.
  (thanks to [Elvin Efendi](https://github.com/ElvinEfendi))

* Added `remove_whitespace` option to always remove all whitespace around Haml
  tags. (thanks to [Tim van der Horst](https://github.com/vdh))

* Haml now flattens deeply nested data attribute hashes. For example:

  `.foo{:data => {:a => "b", :c => {:d => "e", :f => "g"}}}`

  would render to:

  `<div class='foo' data-a='b' data-c-d='e' data-c-f='g'></div>`

  (thanks to [Péter Pál Koszta](https://github.com/koszta))

* Filters that rely on third-party template engines are now implemented using
  [Tilt](github.com/rtomayko/tilt). Several new filters have been added, namely
  SCSS (:scss), LessCSS, (:less), and Coffeescript (:coffee/:coffeescript).

  Though the list of "official" filters is kept intentionally small, Haml comes
  with a helper method that makes adding support for other Tilt-based template
  engines trivial.

  As of 4.0, Haml will also ship with a "haml-contrib" gem that includes useful
  but less-frequently used filters and helpers. This includes several additional
  filters such as Nokogiri, Yajl, Markaby, and others.

* Generate object references based on `#to_key` if it exists in preference to
  `#id`.

* Performance improvements.
  (thanks to [Chris Heald](https://github.com/cheald))

* Helper `list_of` takes an extra argument that is rendered into list item
  attributes.
  (thanks  [Iain Barnett](http://iainbarnett.me.uk/))

* Fix parser to allow lines ending with `some_method?` to be a Ruby multinline.
  (thanks to [Brad Ediger](https://github.com/bradediger))

* Always use :xhtml format when the mime_type of the rendered template is
  'text/xml'.
  (thanks to [Stephen Bannasch](https://github.com/stepheneb))

* html2haml now includes an `--html-attributes` option.
  (thanks [Stefan Natchev](https://github.com/snatchev))

* Fix for inner whitespace removal in loops.
  (thanks [Richard Michael](https://github.com/richardkmichael))

* Use numeric character references rather than HTML entities when escaping
  double quotes and apostrophes in attributes. This works around some bugs in
  Internet Explorer earlier than version 9.
  (thanks [Doug Mayer](https://github.com/doxavore))

* Fix multiline silent comments: Haml previously did not allow free indentation
  inside multline silent comments.

* Fix ordering bug with partial layouts on Rails.
  (thanks [Sam Pohlenz](https://github.com/spohlenz))

* Add command-line option to suppress script evaluation.

* It's now possible to use Rails's asset helpers inside the Sass and SCSS
  filters. Note that to do so, you must make sure sass-rails is loaded in
  production, usually by moving it out of the assets gem group.

* The Haml project now uses [semantic versioning](http://semver.org/).

## 3.2.0

The Haml 3.2 series was released only as far as 3.2.0.rc.4, but then was
renamed to Haml 4.0 when the project adopted semantic versioning.

## 3.1.8

* Fix for line numbers reported from exceptions in nested blocks
  (thanks to Grant Hutchins & Sabrina Staedt).
2013-03-12 15:36:09 +00:00
taca
500d8dd89c Update ruby-coderay to 1.0.9.
Changes in 1.0.9

* Fix Ruby scanner: Ruby 1.9 hash syntax { key: value } is highlighted
  correctly. [GH #106, thanks to Seth Vargo]
* Fix HTML scanner: Accept DTDs. [GH #83]
* Fix PHP scanner: Accept Unicode. [GH #40, thanks to Lance Li]
2013-03-12 15:33:48 +00:00
obache
6fb6a48e20 Update p5-XML-TreeBuilder to 4.1.
based on PR pkg/47636.

Mar 13 2011 Jeff Fearn <Jeff.Fearn@gmail.com>
   Release 4.1

   Doc typo fixes. (Ansgar Burchardt) RT #66404
   Use same version in all packages for CPAN indexing. RT #66111
   Moved perlcritic tests to xt/author
   Fix Authors is all PM files

Nov 24 2010  Jeff Fearn <Jeff.Fearn@gmail.com>

   Release 4.0

   Added NoExpand option to allow entities to be left untouched in xml.
   Added ErrorContext option to allow better reporting of error locations.
   Expanded tests to test these options.
   Added EncodeAmp option to encode unencoded ampersans on parsing.
   Switched to Module::Build
   Added Perl::Critic tests
   Fixed Perl::Critic complaints
   Switched t/10main.t to Test::More
   Added create_makefile_pl to Build.pl
   Bumped HTML::Element req to 4.1 for proper entity handling
2013-03-11 12:26:13 +00:00
wiz
e6bd15d1e2 Stop looking at cat pages. 2013-03-10 22:14:40 +00:00
tez
88c9a4f688 Fix for CVE-2013-0338 & CVE-2013-0339
from https://git.gnome.org/browse/libxml2/commit/?id=23f05e0c33987d6605387b300c4be5da2120a7ab

bump PKGREVISION
2013-03-08 23:59:31 +00:00
wiz
5f23098395 Add librumpclient. 2013-03-08 08:28:41 +00:00
wiz
614f262963 + libpnf. 2013-03-07 21:54:24 +00:00
wiz
130579d4f4 Add libmj and libnetpgpverify. 2013-03-07 06:38:43 +00:00
wiz
327a701c1d Fix some incorrect warnings about 'new sentence, new line'. Ride bump. 2013-03-06 22:21:36 +00:00
wiz
e52b5800c5 Do not warn about () in literal strings or when used as macro argument.
Ride bump.
2013-03-06 22:09:01 +00:00
wiz
94f3a42c56 Add libmandoc. Ride bump. 2013-03-06 21:43:43 +00:00
wiz
9102af90b3 Warn about unknown libraries. Bump version to 1.19. 2013-03-06 21:26:45 +00:00
obache
b5c8021256 Update Pygments to 1.6.
Version 1.6
-----------
(released Feb 3, 2013)

- Lexers added:

  * Dylan console (PR#149)
  * Logos (PR#150)
  * Shell sessions (PR#158)

- Fix guessed lexers not receiving lexer options (#838).

- Fix unquoted HTML attribute lexing in Opa (#841).

- Fixes to the Dart lexer (PR#160).


Version 1.6rc1
--------------
(released Jan 9, 2013)

- Lexers added:

  * AspectJ (PR#90)
  * AutoIt (PR#122)
  * BUGS-like languages (PR#89)
  * Ceylon (PR#86)
  * Croc (new name for MiniD)
  * CUDA (PR#75)
  * Dg (PR#116)
  * IDL (PR#115)
  * Jags (PR#89)
  * Julia (PR#61)
  * Kconfig (#711)
  * Lasso (PR#95, PR#113)
  * LiveScript (PR#84)
  * Monkey (PR#117)
  * Mscgen (PR#80)
  * NSIS scripts (PR#136)
  * OpenCOBOL (PR#72)
  * QML (PR#123)
  * Puppet (PR#133)
  * Racket (PR#94)
  * Rdoc (PR#99)
  * Robot Framework (PR#137)
  * RPM spec files (PR#124)
  * Rust (PR#67)
  * Smali (Dalvik assembly)
  * SourcePawn (PR#39)
  * Stan (PR#89)
  * Treetop (PR#125)
  * TypeScript (PR#114)
  * VGL (PR#12)
  * Visual FoxPro (#762)
  * Windows Registry (#819)
  * Xtend (PR#68)

- The HTML formatter now supports linking to tags using CTags files, when the
  python-ctags package is installed (PR#87).

- The HTML formatter now has a "linespans" option that wraps every line in a
  <span> tag with a specific id (PR#82).

- When deriving a lexer from another lexer with token definitions, definitions
  for states not in the child lexer are now inherited.  If you override a state
  in the child lexer, an "inherit" keyword has been added to insert the base
  state at that position (PR#141).

- The C family lexers now inherit token definitions from a common base class,
  removing code duplication (PR#141).

- Use "colorama" on Windows for console color output (PR#142).

- Fix Template Haskell highlighting (PR#63).

- Fix some S/R lexer errors (PR#91).

- Fix a bug in the Prolog lexer with names that start with 'is' (#810).

- Rewrite Dylan lexer, add Dylan LID lexer (PR#147).

- Add a Java quickstart document (PR#146).

- Add a "external/autopygmentize" file that can be used as .lessfilter (#802).
2013-03-03 07:31:30 +00:00
tron
19fd9a3b46 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
obache
2635fd04b7 Update ruby-tilt to 1.3.4.
1.3.4 (2013-02-28)
 * Support RDoc 4.0 (#168, judofyr)
 * Add mention of Org-Mode support (#165, aslakknutsen)
 * Add AsciiDoctorTemplate (#163, #164, aslakknutsen)
 * Add PlainTextTemplate (nathanaeljones)
 * Restrict locals to valid variable names (#158, thinkerbot)
 * ERB: Improve trim mode support (#156, ssimeonov)
 * Add CSVTemplate (#153, alexgb)
 * Remove special case for 1.9.1 (#147, guilleiguaran)
 * Add allows_script? method to Template (#143, bhollis)
 * Default to using Redcarpet2 (#139, DAddYE)
 * Allow File/Tempfile as filenames (#134, jamesotron)
 * Add EtanniTemplate (#131, manveru)
 * Support RDoc 3.10 (#112, timfel)
 * Less: Options are now being passed to the parser (#106, cowboyd)
2013-03-02 02:30:13 +00:00
obache
3ace0f3172 Update mecab to 0.996.
2013-02-18 MeCab 0.996
* fixes missing linkage with iconv.
* Add function to generate new CSV file from adding costs and left/right context
  ID of CVS for user's dictionary.
* Add Lattice::set_result() method for generated analysis result to Lattice
2013-01-24 MeCab 0.995
* Reimplementation of partial analysis function
* Add API for partial analysis function (Lattice:set_boundary_constrant,
  Lattice::set_feature_constranit)
2013-02-28 12:31:37 +00:00
jperkin
1b7dba1c62 Don't use -export-symbols-regex, it breaks non-GNU linkers and results in the
wrong SONAME being set, in this case to '../librarian/.libs/librarian.so'.

Fixes a number of packages and PR#37842.

Bump PKGREVISION, binary package needs to be updated.
2013-02-23 22:17:01 +00:00
shattered
088e18038c Update homepage URLs. 2013-02-22 19:59:05 +00:00
ryoon
e6f3889355 Update to 2.2.1
* Fix MASTER_SITES, sf.net no longer has distfile.
* Fix HOMEPAGE.

Changelog:
* Change command name to markdown_py from markdown.
* Drop python 2.3 and 2.4 support.
* Many bugfixes.
2013-02-19 19:41:28 +00:00
kleink
bc9f660c30 Update p5-Text-vFile-asData to 0.08.
0.08    Monday 28th January, 2013
        Merge fix from Ashley Willis - Only " should get special
        treatment as a quote character.
        https://github.com/richardc/perl-text-vfile-asdata/pull/1
2013-02-19 19:04:33 +00:00
dholland
384132a8a7 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
wen
1c2b481aca Update to 3.25
Upstream changes:
2013-02-16   David E. Wheeler <david@justatheory.org>
	* Release 3.25

	Improved the warning when "=item" types mismatch within one
	"=over"/"=back" block.

2013-02-14   David E. Wheeler <david@justatheory.org>
	* Release 3.24

	Fixed corner case bug for unlikely scenario in which non-UTF-8
	text could be parsed as UTF-8. Grant McLean.

	XHTML IDs can no longer end with punctuation. Thanks to Smylers
	for the patch.

	Fixed test failure on Perl 5.6.2.

	Changed the default installation location from "perl" to "site" on
	5.12 and higher, since as of that version of Perl, dual-life
	modules no longer need to be installed in "perl" to replace
	in-core versions. Patch from tzccinct.

	Fixed hash order dependency test failures on Perl 5.17. Thanks to
	Yves Orton for the patch.

	Inlined the code that tries to guess a Pod file's encoding. This
	reduces the time Pod::Simple takes to build the core Perl
	documentation by 15-20%. Thanks to Dagfinn Ilmari Mannsåker for
	the patch!

	Added a warning when "=item" types mismatch within one
	"=over"/"=back" block. Marc Green/Google Summer of Code, with
	assist from RJBS.

	Fixed regression introduced in 3.22 in which "C< >" tags were
	incorrectly treated as verbatim text in table of contents items
	emitted by Pod::Simple::XHTML. Thanks to Randy Stauner for the
	report and to Thomas Sibley for the fix!

	Loosened up the matching of "L< >" tags for man pages so that they
	allow names with dots, underscores, and any other chararacters
	other than "/", just so long as they end in '[(][-a-zA-Z0-9]+[)]'.
	Thanks to Dave Rolsky and Kevin Ryde for the reports (RT #82975 &
	RT #82972).

	Fixed inverted mapping of "keyboard" to "kbd" in
	Pod::Simple::HTML. Thanks to Robert Boisvert for the bug report
	(RT #79201).

	Added two new Tagmap entries to Pod::Simple::HTML: "preformat"
	maps to "pre", and "teletype" maps to "tt". Suggested by Robert
	Boisvert (RT #79201).

	"X< >" tags are now ignored by the pull parser when it searches
	for titles, as is any trailing whitespace. Thanks to Patrice Dumas
	for the report (RT #74389).
2013-02-17 12:57:07 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
5f461dbea7 Recursive bump for png-1.6. 2013-02-16 11:18:48 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
shattered
e0a5c1b4d8 Update to 0.8.6. Changes:
- fixed a bug in ezxml_add_child() that can occur when adding tags out of order
- for consistency, ezxml_set_attr() now returns the tag given
- added ezxml_move() and supporting functions ezxml_cut() and ezxml_insert()
- fixed a bug where parsing an empty file could cause a segfault
2013-02-15 19:17:20 +00:00
obache
07659b9b8d recursive bump from boost-lib shlib update. 2013-02-15 11:53:59 +00:00
taca
3145cbbfb5 Update ruby-multi_json to 1.6.0.
1.6.0
-----
* [Add gson.rb support](https://github.com/intridea/multi_json/pull/71)
* [Add MultiJson.default_options](https://github.com/intridea/multi_json/pull/70)
* [Add MultiJson.with_adapter](https://github.com/intridea/multi_json/pull/67)
* [Stringify all possible keys for ok_json](https://github.com/intridea/multi_json/pull/66)
* [Alias `MultiJson::DecodeError` to `MultiJson::LoadError`](https://github.com/intridea/multi_json/pull/79)
2013-02-13 16:17:51 +00:00