Commit graph

6296 commits

Author SHA1 Message Date
joerg
aa7d735f9a Mark a bunch of functions as void reflecting the lack of return values. 2012-11-19 03:05:04 +00:00
joerg
c9e4445cd2 Fix build with new libxml2 API. 2012-11-19 03:01:44 +00:00
asau
e74da60860 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-11-18 02:25:37 +00:00
joerg
7a8f93ea3e Fix namespace placement of operator <<. 2012-11-18 01:53:07 +00:00
joerg
2d4127811f Global constants may not have non-trivial constructors. 2012-11-16 20:08:25 +00:00
joerg
9f69b78b6f Fix an obvious infinite loop. Don't redefine variables. 2012-11-16 01:07:26 +00:00
adam
65e9dc66be Changes 1.16.43:
* Bug fixes.
2012-11-14 16:43:10 +00:00
bsiegert
b2569a20c2 Apply patch-ak only on systems other than Darwin. Fixes PR#47032
(which I reported).
2012-11-13 19:02:26 +00:00
jakllsch
f76d361c61 +py-prettytable 2012-11-11 21:36:16 +00:00
jakllsch
3dbc016a66 add py-prettytable 0.6.1
A simple Python library for easily displaying tabular data in a visually
appealing ASCII table format.
2012-11-11 21:35:17 +00:00
adam
6a371338f4 Changes 50.1:
* Unicode 6.2: Turkish Lira Sign, improved word & line segmentation (BreakIterator) for symbols
* CLDR 22.1: Data coverage & quality improved across all major languages; new short width type for weekday names; new zhuyin (Bopomofo) collation for Chinese; improved data for CompactDecimalFormat & RBNF
* Time zone data: 2012h
* Ordinal-number support in MessageFormat & PluralRules
* Deprecate setLocale(locale) in PluralFormat
* Dictionary-based break iterators (word segmentation):
* Support Chinese & Japanese, use more compact dictionary format, port all but Khmer support to Java
* Update Khmer dictionary
* Change Java util.ListFormat to text.ListFormatter and other updates, use CLDR data, port to C++
* Add updated IBM-eucJP and IBM-5233 converter
* Improve number formatting performance
* C++ GenderInfo: Effective combined gender of a list of people's genders (ported from Java)
* Thread safety support cannot be removed (see the Readme)
* Default compilers: Clang is now used if available (see the Readme)
* C++ Collator API cleanup, subclassing-API-breaking changes (see the Readme)
* Add option to genrb tool for writing java resource bundle files
* Time zone format APIs
2012-11-07 20:59:50 +00:00
gls
139405d310 Ensure interpreter is properly set in all places.
Implement test target to ease further updates.
2012-11-03 20:33:04 +00:00
joerg
0ba46a2a7f Apply some void love. 2012-11-01 19:26:14 +00:00
prlw1
96f6757701 Update yelp-xsl to 3.6.1
* Added support for depth attribute on section links
* Improved various bits of the build process (Colin Walters)
* Corrected jQuery.Syntax license info (Steve Magoun)
* Updated translations
2012-10-29 12:43:21 +00:00
prlw1
229219cda7 Update itstool to 1.2.0
* Added new "join mode" for multilingual XML formats
* Correctly handle ITS version attribute
* Better handling of multiple localization notes
* XML path markers are now in dedicated comments
* Show language code when failing to get translation from PO
* Added more regression tests
* Handle UTF-8 in attribute values
* Don't output non-translatable external ref messages
* Better error handling
2012-10-29 12:41:00 +00:00
joerg
b2427e50de Disable two warnings for Clang to unbreak -Werror. 2012-10-26 20:16:44 +00:00
cheusov
f5b2d08763 Fix build failure 2012-10-25 22:47:33 +00:00
cheusov
1fcc7c4033 Remove equeue from DEPENDS. This library is now a part of ocamlnet.
Discussed with jaapb@
2012-10-25 20:18:36 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
jaapb
dc07155ac5 Updated package to its latest version, 1.2.3, and cleaned up package by
adding license, making native code support conditional on the architecture as
in other OCaml packages and adding PLIST_VARS support.

Changelog (excluding bugfixes and changes to deal with new versions of other
packages):
-  1.2.1: Revised documentation
   Addition: Pxp_event.unwrap_document
   Addition: Pxp_dtd.Entity.lookup
   Addition: node method entity_id
   Addition: Pxp_event.close_entities
   Removed: Pxp_core_types_type, Pxp_type_anchor. Pxp_core_types  has now three
   submodules A, S, I taking over the roles
   Removed: E_pinstr_member. Instead, E_pinstr events are emitted
   Renaming, and addition: `Entry_content has been renamed to
   `Entry_element_content. A new `Entry_content with different  semantics has
   been added, now conforming to a standard production.
   Improvement: The parser also accepts a BOM as UTF-8 sequence.  Also, the
   autodetection of the encoding for UTF-16 has been  enhanced
-  1.2.0test*: New ~minimization option for the  [write] and [display] methods
   (user wish).
   Improvement: better control what is printed as DTD for  document#write and
   #display
-  1.1.95: Addition of ulex lexing.
   Revised namespace handling: There are now namespace_scope  objects keeping
   the scoping structure of the namespaces.  The namespace_info stuff has been
   removed. The "display"  methods can print XML while respecting the scoping
   structure.
   New exceptions Namespace_not_managed, Namespace_prefix_not_managed,
   Namespace_not_in_scope (all replacing Not_found). Methods  of
   namespace_manager may raise these exceptions.
   The event-based representation of XML is now symmetrical  to the tree-based
   representation, such that it is possible  to convert one representation into
   the other without loss.  The type of events had to be changed to achieve
   this effect.
   The new module Pxp_event contains functions for the event-based
   representation.
   Addition of pxp-pp, the PXP preprocessor.
-  1.1.94: The Pxp_reader module has been completely rewritten. This fixes some
   problems with relative URLs. - Pxp_yacc has been split up into four modules:
   Pxp_tree_parser contains now the parser API returning object trees,
   Pxp_dtd_parser is the parser API returning DTDs, Pxp_ev_parser is the
   event-based API, and Pxp_core_parser is the core of the parser. Pxp_yacc is
   still available as compatibility API. As part of the module redesign,
   Pxp_types includes now parts of its interface from Pxp_core_types_type. I
   hope this style of programming is comprehensible. - The event-based parser
   can now preprocess namespaces.
   Furthermore, there are normalization filters.
-  1.1.92: The whole lexing stuff has been restructured. There is a new tool,
   lexpp, that generates the lexers from only five files. Furthermore, much
   more 8 bit character sets are now supported as internal encodings. In
   previous versions of PXP, the internal representation of the XML trees was
   restricted to either UTF-8 or ISO-8859-1. Now, a number of additional
   encodings are supported, including the whole ISO-8859 series.
-  1.1.91: The curly braces can now even be used inside attributes, and escape
   from normal XML parsing.
   There is a new entry point Entry_expr for event-based parsing that expects
   either a single element, a single processing instruction, or a single
   comment, or whitespace. This allows more fine-grained control of what is
   parsed.
   There is now a "pull parser". In contrast to the "push parser" introduced in
   1.1.90, the calling order of parser and parser user have been inverted, i.e.
   the user calls the parser to get ("pull") the next event instead of letting
   the parser call back a user function ("push"). An interesting application is
   that O'Caml's lazy streams can be used to analyze events. An example can be
   found in examles/pullparser.
-  1.1.90: This version introduces a new event-based interface in Pxp_yacc. For
   start tags, end tags, data strings, and several other things that are found
   in the XML source so-called events are generated, and a user function is
   called for every event. See the directory examples/eventparser for examples.
   Another innovation is support for curly braces as escape characters. Inside
   elements, the left curly brace escapes from XML parsing and starts a foreign
   parser until the matching right curly brace is found:

   <element> ... { foreign syntax } ... </element>

   The curly braces are borrowed from the XQuery draft standard. They cannot
   yet be used inside attribute values. Curly braces are mostly useful in
   conjunction with event-based parsing, because it is not yet possible to
   include the "value" of the curly brace expression into XML trees.
   It is even possible to call the XML parser from the foreign parser as
   subparser. However, there not yet enough entry points for the event-based
   parser (e.g. you cannot parse just the following processing instruction,
   only misc* element misc* or whole documents are possible).
2012-10-24 13:15:32 +00:00
drochner
4989b8a4c6 add "test" target (it throws some errors) 2012-10-22 10:52:03 +00:00
wiz
96c5b5898c Update to 1.21:
[Changes for 1.21 - 2012-09-20]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.21_01 - 2012-06-22]

* Synchronize JSON::Syck with YAML::Syck version number
* Add DumpInto functions (YAML+Syck) which dump into
  a provided scalar instead of a newly allocated one
* Modify DumpFile functions to output directly to the
  specified file/filehandle instead of buffering all
  output in memory.
* Avoid modifying numbers into strings when emitting
2012-10-21 23:11:57 +00:00
wiz
ff16d9ec19 Update to 2.47:
$Revision: 2.47 $ $Date: 2012/08/15 05:36:16 $
! Encode.pm
  POD Fixes: Copyright and mail address
! Makefile.PL
  Added LICENSE => 'perl'
! lib/Encode/GSM0338.pm t/gsm0338.t
  REALLY fixed RT#75670: Wrong decoding for GSM 3.38 character \x09
  ucm/gsm0338.ucm is dropped from MANIFEST since 2.25
  but I was fixing the wrong file!
  https://rt.cpan.org/Ticket/Display.html?id=75670

! 2.46 2012/08/12 05:49:30
! Encode.pm
  Fixed: RT#78917 for I18N-Charset: Fails with Encode 2.45
  To be more exact, 2.45 broke Encode->encodings(':all')
  https://rt.cpan.org/Ticket/Display.html?id=78917

2.45 2012/08/05 23:08:49
! lib/Encode/Alias.pm
  Addressed RT#78125: Missed Mac Alias x-mac-ce
  https://rt.cpan.org/Ticket/Display.html?id=78125
! lib/Encode/Unicode/UTF7.pm
  Applied the patch in RT#76711
  https://rt.cpan.org/Ticket/Display.html?id=76711
! ucm/gsm0338.ucm
  Addressed RT#75670: Wrong decoding for GSM 3.38 character \x09
  https://rt.cpan.org/Ticket/Display.html?id=75670
! Encode.pm
  Applied the patch in RT#72519
  https://rt.cpan.org/Ticket/Display.html?id=72519
! Unicode/Unicode.xs
  t/Unicode.t
  Bug fixes in Unicode.xs by chansen
  https://github.com/dankogai/p5-encode/pull/5
! Encode.pm
  various POD improvements by daxim
  https://github.com/dankogai/p5-encode/pull/4
2012-10-21 23:10:14 +00:00
wiz
7965e42bd9 Update to 1.78:
1.78            Thu  6 Sep 13:17:28 IDT 2012
    - Add output_method method, update documentation of media_type
    (dorian@cpan).
        - Thanks, Dorian!
2012-10-21 22:31:56 +00:00
wiz
955ff7d3cc Update to 2.0007:
2.0007          Wed 17 Oct 18:38:37 IST 2012
    - Fix for build failures on Windows with Microsoft Visual C++.
        - https://rt.cpan.org/Ticket/Display.html?id=80229
        - Thanks to Desmond Daignault for the report and an initial patch.
        - Patch modified by Shlomi Fish

2.0006          Sat 13 Oct 22:27:54 IST 2012
    - When xml2-config returns several paths, the configuration failed.
    Fixed that.
        - https://rt.cpan.org/Public/Bug/Display.html?id=80167
        - Thanks to VOVKASM for the report and fix.

2.0005          Sat 13 Oct 13:18:48 IST 2012
    - Added t/style-trailing-space.t and removed trailing space.
    - Add a check for the existence of included C headers (*.h) files
    in Makefile.PL to avoid failed compilations.
        - Using Devel::CheckLib.
        - Thanks to its maintainers!

2.0004          Tue  7 Aug 23:04:55 IDT 2012
    - Add a way to specify a different compiler to be used in the
    "Makefile" by calling Makefile.PL with the CC environment variable
    set to the path to the alternate compiler.
        - This way we can use
        in order to compile faster.
    - LibXML.pm (_clone): Fix typo in line_numbers handling.
        - Thanks to Bernhard Reutner-Fischer for the report and fix.

2.0003          Fri 27 Jul 17:11:21 IDT 2012
    - Patch to a potential NULL dereference in xpath.c.
        - Thanks to Ville Skytt
    - Fix NodeList::item() calling a 1-indxed array reference.
        - See:
        - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/18
        - Thanks to Tim Brody
    - Add the scripts/tag-release.pl script to tag a release using
    Mercurial.

2.0002          Sun Jul  8 18:09:13 IDT 2012
    - Applied spelling fixes correction patch by
    Ville Skytt
        - Thanks, Ville!
2012-10-21 22:30:28 +00:00
wiz
2aab0e78fa Update to 3.0.1. Remove unnecessary setuptools dependency.
Mark as python3-ready.

3.0.1 (2012-10-14)
==================

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

* LP#1065924: Element proxies could disappear during garbage collection
  in PyPy without proper cleanup.

* GH#71: Failure to work with libxml2 2.6.x.

* LP#1065139: static MacOS-X build failed in Py3.


3.0 (2012-10-08)
================

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

* End-of-file handling was incorrect in iterparse() when reading from
  a low-level C file stream and failed in libxml2 2.9.0 due to its
  improved consistency checks.

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

* The build no longer uses Cython by default unless the generated C files
  are missing.  To use Cython, pass the option "--with-cython".  To ignore
  the fatal build error when Cython is required but not available (e.g. to
  run special setup.py commands that do not actually run a build), pass
  "--without-cython".


3.0beta1 (2012-09-26)
=====================

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

* Python level access to (optional) libxml2 memory debugging features
  to simplify debugging of memory leaks etc.

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

* Fix a memory leak in XPath by switching to Cython 0.17.1.

* Some tests were adapted to work with PyPy.

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

* The code was adapted to work with the upcoming libxml2 2.9.0 release.


3.0alpha2 (2012-08-23)
======================

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

* The ``.iter()`` method of elements now accepts ``tag`` arguments like
  ``"{*}name"`` to search for elements with a given local name in any
  namespace. With this addition, all combinations of wildcards now work
  as expected:
  ``"{ns}name"``, ``"{}name"``, ``"{*}name"``, ``"{ns}*"``, ``"{}*"``
  and ``"{*}*"``.  Note that ``"name"`` is equivalent to ``"{}name"``,
  but ``"*"`` is ``"{*}*"``.
  The same change applies to the ``.getiterator()``, ``.itersiblings()``,
  ``.iterancestors()``, ``.iterdescendants()``, ``.iterchildren()``
  and ``.itertext()`` methods;the ``strip_attributes()``,
  ``strip_elements()`` and ``strip_tags()`` functions as well as the
  ``iterparse()`` class.

* C14N allows specifying the inclusive prefixes to be promoted
  to top-level during exclusive serialisation.

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

* Passing long Unicode strings into the ``feed()`` parser interface
  failed to read the entire string.


3.0alpha1 (2012-07-31)
======================

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

* Initial support for building in PyPy (through cpyext).

* DTD objects gained an API that allows read access to their
  declarations.

* ``xpathgrep.py`` gained support for parsing line-by-line (e.g.
  from grep output) and for surrounding the output with a new root
  tag.

* ``E-factory`` in ``lxml.builder`` accepts subtypes of known data
  types (such as string subtypes) when building elements around them.

* Tree iteration and ``iterparse()`` with a selective ``tag``
  argument supports passing a set of tags.  Tree nodes will be
  returned by the iterators if they match any of the tags.

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

* The ``.find*()`` methods in ``lxml.objectify`` no longer use XPath
  internally, which makes them faster in many cases (especially when
  short circuiting after a single or couple of elements) and fixes
  some behavioural differences compared to ``lxml.etree``.  Note that
  this means that they no longer support arbitrary XPath expressions
  but only the subset that the ``ElementPath`` language supports.
  The previous implementation was also redundant with the normal
  XPath support, which can be used as a replacement.

* ``el.find('*')`` could accidentally return a comment or processing
  instruction that happened to be in the wrong spot.  (Same for the
  other ``.find*()`` methods.)

* The error logging is less intrusive and avoids a global setup where
  possible.

* Fixed undefined names in html5lib parser.

* ``xpathgrep.py`` did not work in Python 3.

* ``Element.attrib.update()`` did not accept an ``attrib`` of
  another Element as parameter.

* For subtypes of ``ElementBase`` that make the ``.text`` or ``.tail``
  properties immutable (as in objectify, for example), inserting text
  when creating Elements through the E-Factory feature of the class
  constructor would fail with an exception, stating that the text
  cannot be modified.

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

* The code base was overhauled to properly use 'const' where the API
  of libxml2 and libxslt requests it.  This also has an impact on the
  public C-API of lxml itself, as defined in ``etreepublic.pxd``, as
  well as the provided declarations in the ``lxml/includes/`` directory.
  Code that uses these declarations may have to be adapted.  On the
  plus side, this fixes several C compiler warnings, also for user
  code, thus making it easier to spot real problems again.

* The functionality of "lxml.cssselect" was moved into a separate PyPI
  package called "cssselect".  To continue using it, you must install
  that package separately.  The "lxml.cssselect" module is still
  available and provides the same interface, provided the "cssselect"
  package can be imported at runtime.

* Element attributes passed in as an ``attrib`` dict or as keyword
  arguments are now sorted by (namespaced) name before being created
  to make their order predictable for serialisation and iteration.
  Note that adding or deleting attributes afterwards does not take
  that order into account, i.e. setting a new attribute appends it
  after the existing ones.

* Several classes that are for internal use only were removed
  from the ``lxml.etree`` module dict:
  ``_InputDocument, _ResolverRegistry, _ResolverContext, _BaseContext,
  _ExsltRegExp, _IterparseContext, _TempStore, _ExceptionContext,
  __ContentOnlyElement, _AttribIterator, _NamespaceRegistry,
  _ClassNamespaceRegistry, _FunctionNamespaceRegistry,
  _XPathFunctionNamespaceRegistry, _ParserDictionaryContext,
  _FileReaderContext, _ParserContext, _PythonSaxParserTarget,
  _TargetParserContext, _ReadOnlyProxy, _ReadOnlyPIProxy,
  _ReadOnlyEntityProxy, _ReadOnlyElementProxy, _OpaqueNodeWrapper,
  _OpaqueDocumentWrapper, _ModifyContentOnlyProxy,
  _ModifyContentOnlyPIProxy, _ModifyContentOnlyEntityProxy,
  _AppendOnlyElementProxy, _SaxParserContext, _FilelikeWriter,
  _ParserSchemaValidationContext, _XPathContext,
  _XSLTResolverContext, _XSLTContext, _XSLTQuotedStringParam``

* Several internal classes can no longer be inherited from:
  ``_InputDocument, _ResolverRegistry, _ExsltRegExp, _ElementUnicodeResult,
  _IterparseContext, _TempStore, _AttribIterator, _ClassNamespaceRegistry,
  _XPathFunctionNamespaceRegistry, _ParserDictionaryContext,
  _FileReaderContext, _PythonSaxParserTarget, _TargetParserContext,
  _ReadOnlyPIProxy, _ReadOnlyEntityProxy, _OpaqueDocumentWrapper,
  _ModifyContentOnlyPIProxy, _ModifyContentOnlyEntityProxy,
  _AppendOnlyElementProxy, _FilelikeWriter, _ParserSchemaValidationContext,
  _XPathContext, _XSLTResolverContext, _XSLTContext, _XSLTQuotedStringParam,
  _XSLTResultTree, _XSLTProcessingInstruction``


2.3.6 (2012-09-28)
==================

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

* Passing long Unicode strings into the ``feed()`` parser interface
  failed to read the entire string.


2.3.5 (2012-07-31)
==================

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

* Crash when merging text nodes in ``element.remove()``.

* Crash in sax/target parser when reporting empty doctype.


2.3.4 (2012-03-26)
==================

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

* Crash when building an nsmap (Element property) with empty
  namespace URIs.

* Crash due to race condition when errors (or user messages) occur
  during threaded XSLT processing.

* XSLT stylesheet compilation could ignore compilation errors.

2.3.3 (2012-01-04)
==================

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

* ``lxml.html.tostring()`` gained new serialisation options
  ``with_tail`` and ``doctype``.

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

* Fixed a crash when using ``iterparse()`` for HTML parsing and
  requesting start events.

* Fixed parsing of more selectors in cssselect.  Whitespace before
  pseudo-elements and pseudo-classes is significant as it is a
  descendant combinator.
  "E :pseudo" should parse the same as "E \*:pseudo", not "E:pseudo".
  Patch by Simon Sapin.

* lxml.html.diff no longer raises an exception when hitting
  'img' tags without 'src' attribute.
2012-10-21 21:34:42 +00:00
cheusov
91fb1483ca Add CONFLICTS with groff 2012-10-21 21:24:44 +00:00
cheusov
bb97a98721 Add CONFLICTS with mdocml and ja-groff; Add LICENSE; Fix pkglint warning 2012-10-21 21:23:45 +00:00
drochner
6db913ab78 update to 0.6.7
changes:
* Fix 'green' colour
* Build fixes
2012-10-19 18:19:33 +00:00
taca
48459b03c2 Reset PKGREVISION by updating both php53 and php54. 2012-10-19 14:58:31 +00:00
wiz
e1d9bd0b71 Allow python-3.x. 2012-10-17 22:16:36 +00:00
wiz
3d55c462bf Use REPLACE_PYTHON to fix /usr/bin/env usage.
Allow python-3.x.
Bump PKGREVISION.
2012-10-17 22:14:44 +00:00
kleink
4c984ac7f4 Update p5-Text-vCard to 2.12:
2.12 Mon 10 Sep 2012 21:09:45 BST
    - perltidy everything
    - Adding base64 encode/decode (doriantaylor)
2012-10-16 10:00:05 +00:00
wiz
6d8a374424 Fix build with perl-5.16.
From macports.
2012-10-15 12:45:25 +00:00
ryoon
2b959f9077 Add json-c 2012-10-11 15:41:25 +00:00
ryoon
8db49df6a7 Import json-c-0.10 as textproc/json-c.
JSON-C implements a reference counting object model that allows
you to easily construct JSON objects in C, output them as JSON
formatted strings and parse JSON formatted strings back into the
C representation of JSON objects.
2012-10-11 15:40:40 +00:00
wen
93a52ba0f4 Update to 1.0.5
Based on PR #46593 submitted by Wen Heping(myself)

Upstream changes:
v1.0.5 - 2012-09-03
made automatic protocol links more strict: Only whitespace before and at the end are allowed.
Bugfix: Don't allow ftp:/broken (Only one slash) to be a link.

v1.0.4
html2rest: Handle double link/image substitution and raise better error messages
Bugfix in unittests (include test README file in python package). Thanks to Wen Heping for reporting this.


v1.0.3
Bugfix: AttributeError: 'module' object has no attribute 'interesting_cdata' from HTMLParser patch. Thanks to Wen Heping for reporting this.
Fix a bug in get_long_description() ReSt test for Py3k and his unittests.
Use Travis CI, too.

v1.0.2
Fix "AttributeError: 'NoneType' object has no attribute 'parent'" in html2creole.

v1.0.1
Fix "TypeError: expected string or buffer" in rest2html.
Bugfix in exception handling.

v1.0.0
Change API: Replace 'parser_kwargs' and 'emitter_kwargs' with separate arguments. (More information on API Wiki Page)

v0.9.2
Turn zip_safe in setup.py on and change unittests API.

v0.9.1
Many Bugfixes, tested with CPython 2.6, 2.7, 3.2 and PyPy v1.6

v0.9.0
Add Python v3 support (like http://python3porting.com/noconv.html strategy)
move unittests into creole/tests/
Tested with Python 2.7.1, 3.2 and PyPy v1.6.1 15798ab8cf48 jit

v0.8.5
Bugfix in html2creole: ignore links without href

v0.8.4
Bugfix in html parser if list tag has attributes: https://code.google.com/p/python-creole/issues/detail?id=19#c4

v0.8.3
Better error message if given string is not unicode: https://code.google.com/p/python-creole/issues/detail?id=19

v0.8.2
Bugfix in get_long_description() error handling (local variable 'long_description_origin' referenced before assignment)

v0.8.1
Bugfix for installation under python 2.5
Note: setup helper changed: rename GetLongDescription(...) to get_long_description(...)

v0.8
New GetLongDescription() helper for setup.py, see: https://code.google.com/p/python-creole/wiki/UseInSetup

v0.7.3
Bugfix in html2rest:
table without <th> header
new line after table
create reference hyperlinks in table cells intead of embedded urls.
Don't always use raise_unknown_node()
Add child content to raise_unknown_node()


v0.7.2
Activate ---- to <hr> in html2rest
Update demo.py

v0.7.1
Bugfix if docutils are not installed
API change: rest2html is now here: from creole.rest2html.clean_writer import rest2html

v0.7.0
NEW: Add a html2reStructuredText converter (only a subset of reSt supported)

v0.6.1
Bugfix: separate lines with one space in "wiki style line breaks" mode

v0.6
NEW: html2textile converter
some API changed!

v0.5
API changed:
Html2CreoleEmitter optional argument 'unknown_emit' takes now a callable for handle unknown html tags.
No macros used as default in creole2html converting.
We remove the support for callable macros. Only dict and modules are allowed.
remove unknown html tags is default behaviour in html2creole converting.

restructure and cleanup sourcecode files.

v0.4
only emit children of empty tags like div and span (contributed by Eric O'Connell)
remove inter wiki links and doesn't check the protocol

v0.3.3
Use  when {{{ ... }}} is inline and not <pre>, see: PyLucid Forum Thread
Bugfix in html2creole: insert newline before new list. TODO: apply to all block tags: issues 16

v0.3.2
Bugfix for spaces after Headline: issues 15

v0.3.1
Make argument 'block_rules' in Parser() optional

v0.3.0
creole2html() has the optional parameter 'blog_line_breaks' to switch from default blog to wiki line breaks

v0.2.8
bugfix in setup.py

v0.2.7
handle obsolete non-closed <br> tag

v0.2.6
bugfix in setup.py
Cleanup DocStrings
add unittests
2012-10-11 15:35:09 +00:00
drochner
f726f3b79f mark Python3 ready 2012-10-11 14:46:24 +00:00
wen
903cc9fbc8 Update to 0.9.1
Upstream changes:
Release 0.9.1 (2012-06-17)
==========================

* docutils/setup.py

  - Fix [ 3527842 ]. Under Python3, converted tests and tools were
    installed in the PYTHONPATH. Converted tests are now
    stored in ``test3/``, tools no longer need conversion.

    If you installed one of Docutils versions 0.7 ... 0.9 with
    ``setup.py install`` under Python3, remove the spurious
    ``test/`` and ``tools/`` directories in the site library root.

* docutils/test/

  - Make tests independent from the location of the ``test/`` directory.
  - Use converted sources (from the ``build/`` directory) for tests under
    Python3.

* docutils/tools/

  - Make tools compatible with both, Python 2 and 3 without 2to3-conversion.

* docutils/io.py

  - Fix writing binary data to sys.stdout under Python3 (allows
    ``rst2odt.py`` to be used with output redirection).

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

  - Fix [ 3525847 ]. Catch and report UnicodeEncodeError with
    ``locale == C`` and 8-bit char in path argument of `include` directive.

* docutils/test/alltests.py

  - class `Tee`: catch UnicodeError when writing to "ascii" stream or
    file under Python3.
2012-10-11 12:22:26 +00:00
wiz
f2a76e89a6 Update to 1.2.12:
Xapian-core 1.2.12 (2012-06-27):

build system:

* 1.2.11 had its library version information incorrectly set.  This resulted in
  the shared library having an incorrect SONAME - e.g. on Linux,
  libxapian.so.21 instead of libxapian.so.22.  This release has been made to
  fix this problem.

documentation:

* AUTHORS: Add the GSoC students.

Xapian-core 1.2.11 (2012-06-26):

API:

* Add new QueryParser::STEM_ALL_Z stemming strategy, which stems all terms and
  adds a Z prefix.  (Patch from Sehaj Singh Kalra, fixes ticket#562)

* Add TermGenerator::set_stemming_strategy() method, with strategies which
  correspond to those of QueryParser.  Based on patch from Sehaj Singh Kalra,
  with some tweaks for adding term positions in more cases.  (Fixes ticket#563)

* Correct "BM25Weight" to "TradWeight" in exception message from TradWeight.

* We were failing to call init() for user-defined Weight objects providing the
  term-independent weight.  These now get called with init(0.0).

* Xapian::Auto::open_stub() now throws a Xapian::DatabaseOpeningError exception
  if the stub file can't be opened.  Previously we failed to check for this
  condition, which resulted in us treating the file as empty.

testsuite:

* When the testsuite is using valgrind, we used to run remote servers under
  valgrind too (but with --tool=none) to get consistent behaviour as valgrind's
  emulation of x87 excess precision isn't exact.  Now we only do this if x87 FP
  instructions are actually in use (which means x86 architecture and configure
  run with --disable-sse).

* Make sure XAPIAN_MAX_CHANGESETS gets unset after replication testcases which
  set it, so further testcases don't waste time generating changesets.

* Improved test coverage (including more tests for closed databases -
  ticket#337).

brass backend:

* After closing the database, methods which try to use the termlist would throw
  FeatureUnavailableError with message "Database has no termlist", assuming
  that the termlist table not being open meant it wasn't present.  Fix to check
  if the postlist_table is open to determine which case we're in.

chert backend:

* After closing the database, methods which try to use the termlist would throw
  FeatureUnavailableError with message "Database has no termlist", assuming
  that the termlist table not being open meant it wasn't present.  Fix to check
  if the postlist_table is open to determine which case we're in.

inmemory backend:

* Check if the database is closed in metadata_keys_begin() for InMemory
  Databases.

build system:

* xapian-config: Don't interpret a missing .la file as meaning that we only
  have static libraries.

documentation:

* Fix API documentation for Query constructors - both XOR and ELITE_SET can
  take any number of subqueries, not only exactly two.

* Backport missing API documentation comments for operator++ and operator*
  methods or PositionIterator, PostingIterator and TermGenerator.

* docs/replication.rst: Update documentation - since 1.2.5, the value of
  XAPIAN_MAX_CHANGESETS determines how many changesets we keep.

* docs/admin_notes.rst: Correction - we don't "create a lock file", we "lock a
  file".

* Fix API documentation for TradWeight constructor - "k1" should be "k".

portability:

* configure: Overhaul handling of compilers which pretend to be GCC.  Clang
  is now detected, and we only pass it warning flags it actually understands.
  And we now check for symbol visibility support with Intel's compiler.

* configure: Solaris automatically pulls in library dependencies, so set
  link_all_deplibs_CXX=no there.

* configure: We now check -Bsymbolic-functions for all compilers.

* configure: Enable -Wdouble-promotion for GCC >= 4.6.

* Pass -ldl last when compiling zlib-vg.so, as that seems to be needed on
  Ubuntu 12.04.

* Fix incorrect use of "delete" which should be "delete []".  This is
  undefined behaviour in C++, though the type is POD, so in practice this
  probably worked OK on many platforms.

* In BM25Weight when k1 or b is zero (not the default), we used to multiply
  an uninitialised double by zero, which is undefined behaviour, but in
  practice will often give zero, leading to the desired results.

* xapian.h: Add check for Qt headers being included before us and defining
  'slots' as a macro - if they are, give a clear error advising how to work
  around this (previously compilation would fail with a confusing error).

Xapian-core 1.2.10 (2012-05-09):

API:

testsuite:

* apitest: Extend tradweight1 to test that TradWeight(0) means that wdf and
  document length don't affect the weight of a term.

* termgentest: Check that TermGenerator discards words > 64 bytes.

matcher:

* Don't count unweighted subqueries of MultiAndPostList in percentage
  calculations, as OP_FILTER maps to MultiAndPostList now.  (ticket#590)

brass backend:

* When compacting, if the output database is empty, don't write out a metainfo
  tag.  Take care not to divide by zero when computing the percentage size
  change for a table.

chert backend:

* When compacting, if the output database is empty, don't write out a metainfo
  tag.  Take care not to divide by zero when computing the percentage size
  change for a table.

documentation:

* API documentation:

 + Note version when Database::close() was added.

 + Fix switched lower and upper in API documentation for Weight methods
   get_doclength_lower_bound() and get_doclength_upper_bound().  Correct
   maximum to minimum in get_doclength_lower_bound() comment and note that this
   excludes zero length documents.  Fix "An lower" to "A lower".

* docs/admin_notes.html: Mention that postlist and termlist tables also hold
  value info for chert.  Mention that xapian-chert-update was removed in 1.3.0.
  Mention that you need to use copydatabase from 1.2.x to convert flint to
  chert.

* HACKING: Update section on patches to mention git (git diff and git
  format-patch), and using "-r" with normal diff, and also that ptardiff offers
  a nice way to diff against an unpacked tarball.

debug code:

* Fix use of AssertEq() on NULL, which doesn't compile, at least with recent
  GCC.

Xapian-core 1.2.9 (2012-03-08):

API:

* QueryParser: Fix FLAG_AUTO_SYNONYMS not to enable auto multi-word synonyms
  too (but in a different way to trunk so as to not break the ABI).

matcher:

* Fix issue with running AND, OR and XOR queries against a database with no
  documents in it - this was leading to a divide by zero, which led to
  MSet::get_matches_estimated() reporting 2147483648 on i386.

build system:

* Remove configure's --with-stlport and --with-stlport-compiler options, as
  they don't allow you to actually specify what you need to (at least to use
  the Debian STLport package), and instead document what to pass to configure
  to enable building with STLport (though it seems to no longer be actively
  maintained, and the debug mode (which is probably the most interesting
  feature now) doesn't seem to work on Debian stable).

documentation:

* Document that OP_ELITE_SET with non-term subqueries might pick subqueries
  which don't match anything.  Closes ticket#49.

* Document that you can define a static operator delete method in your subclass
  if deallocation needs to be handled specially.  (Closes ticket#554)

* Assorted minor documentation improvements.

portability:

* Address new warnings from GCC 4.6.

* Fix argument order when linking xapian-check to fix mingw build.
  (ticket#567)

* Add some missing explicit header includes to fix build with STLport.
2012-10-10 16:10:31 +00:00
wiz
b21ffe205d Update to 2.9.0: same changes as for libxml2 itself. 2012-10-10 16:07:19 +00:00
drochner
32f081a7e6 update to 0.6.6
changes: mem leak fixes
2012-10-10 14:45:34 +00:00
jaapb
1af094d3dd Added new ocaml-expat package to Makefile. 2012-10-10 11:26:43 +00:00
jaapb
777947c580 Initial commit of ocaml-expat package, version 0.9.1.
OCaml-expat is an OCaml binding for the expat XML library.
2012-10-10 11:25:57 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
jaapb
ff1184e506 Revision bump associated with the update of lang/ocaml to version 4. 2012-10-08 15:18:20 +00:00
wiz
7bead404dc Really remove py-FourSuite (only worked with python25). 2012-10-05 08:58:45 +00:00
jnemeth
8ff6cf1b0e add and enable py-FourSuite 2012-10-05 02:22:24 +00:00
tron
59da43d253 Add patch from Gentoo Linux to fix build with Perl 5.16. 2012-10-04 20:59:24 +00:00
wiz
4bc257ee6e Update to 3.9, which doesn't limit itself to python-2.6. 2012-10-04 20:16:31 +00:00
cheusov
4b97be0632 Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT) 2012-10-04 00:21:58 +00:00
cheusov
06a79af084 Self-conflict; ++pkgrevision 2012-10-03 23:55:20 +00:00
cheusov
11c7685b77 CONFLICTS between python modules 2012-10-03 23:40:35 +00:00
wiz
79434c2ac7 Update for python25 removal. 2012-10-03 22:14:00 +00:00
wiz
ed31f692a0 Remove py-gdick, since it only accepts python25. 2012-10-03 22:10:26 +00:00
wiz
d6c10bc8cf Remove py-Foursuite since it only accepts python25. 2012-10-03 22:09:48 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
marino
6f6998695c textproc/yamcha: Fix segfault bugs in pkemine + mktrie
The textproc/cabocha package has been failing on i386 DragonFly for
months.  This was caused by segaults in two utilities provided by yamcha:
pkemine and mktrie.

Google brought up some pastebin sniplets indicating others had run into
the same issue, confirming the fixes.  With the revised yamcha utilities,
textproc/cabocha builds nicely on DragonFly.
2012-10-03 14:40:23 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
ryoon
603269cbfb Update to 1.11
Changelog:
1.11 (2012/09/10)
 * regular expression operator has changed (Eric Leblond)
 * func: match with regexp (Eric Leblond)
 * func: now able to match in case of cast (Eric Leblond)
 * Missing file was not missing. (Eric Leblond)
 * Add missing file. (Eric Leblond)
 * Improve function match (Eric Leblond)

1.10 (2012/08/31)
 * vim: add support for search on "struct toto" (Eric Leblond)
 * Fix error message. (Eric Leblond)
 * Factorize version numbering. (Eric Leblond)

1.9 (2012/07/31)
 * Add --defined option. (Eric Leblond)
 * Add undefined option. (Eric Leblond)

1.8 (2012/03/05)
 * Fix CPP support. (Eric Leblond)

1.7 (2012/03/04)
 * Directory support: Move code to script (Eric Leblond)
 * Add support for directory recursion (Cyril Roelandt)
 * Fix a sentence. (Cyril Roelandt)
 * Replace "attribut" by "attribute". (Cyril Roelandt)
2012-10-01 13:12:21 +00:00
dholland
ff5c42e5c5 Replace undefined behavior in patch with defined behavior. PKGREVISION -> 2 2012-09-29 08:39:22 +00:00
taca
39af668c53 Fix build problem with libxml2 2.9.0. 2012-09-27 13:09:11 +00:00
obache
c580487448 missing parts of recursive revbump for gnutls update. 2012-09-23 10:47:45 +00:00
obache
60d04e9f1b Bump PKGREVISION from libyaml-0.1.4 ABI change (shlib major bump). 2012-09-22 11:43:28 +00:00
obache
abde70808f Bump PKGREVISION from libyaml-0.1.4 ABI change (shlib major bump). 2012-09-22 11:43:27 +00:00
obache
fca595fd0e apply missing the first hunk of the patch for PLIST in PR 46573. 2012-09-21 12:45:01 +00:00
obache
55972b8085 tabfy 2012-09-21 12:39:41 +00:00
darcy
ee378faf81 Update to version 0.9
Closes PR 46573
2012-09-20 12:43:50 +00:00
taca
6cb2315ac8 Remove support of ruby19 (Ruby 1.9.2). 2012-09-16 15:30:44 +00:00
taca
67d5033e67 Remove ruby-psych package (component of Ruby 1.9.2).
Although Ruby 1.9.2 is still supported version, Ruby 1.9.3 has enough
compatibility for pkgsrc's packages and migration terms on pkgsrc now
ended.

And it costs to supporing multiple versions of Ruby along with multiple
versions of Ruby on Rails, too.
2012-09-16 15:15:45 +00:00
taca
85cac341d5 Remove ruby-psych, ruby19 (Ruby 1.9.2) specific packages. 2012-09-16 15:14:56 +00:00
taca
bedd52704f Add and enable ruby-mab. 2012-09-16 14:46:58 +00:00
taca
649b04d399 Add ruby-mab package version 0.0.2.
Markup as Ruby

Mab let's you write HTML in plain Ruby.
2012-09-16 14:46:27 +00:00
taca
9cb58dbe7b Update ruby-json and ruby-json-pure to 1.7.5.
2012-08-17 (1.7.5)
  * Fix compilation of extension on older rubies.
2012-09-16 14:25:48 +00:00
taca
af0bad2c61 Update ruby-maruku to 0.6.1.
Changes are unavailable.
2012-09-16 14:24:12 +00:00
taca
3009f13d58 Update ruby-textpow to 1.3.0.
== 1.3.0 / 2012-08-19
* Ruby 1.8 and 1.9 support
* Tested, documented, refactored and made +faster+
* Added tons of syntax files
  {lib/textpow/syntax}[https://github.com/grosser/textpow/tree/master/lib/textpow/syntax]
* Most nested ("include") syntaxes work out of the box
* Includes all the syntaxes from ultraviolet to improve testability
2012-09-16 11:35:39 +00:00
taca
ebc0518070 Update ruby-ultraviolet to 1.0.0.
Changes are unavailable.
2012-09-16 11:32:01 +00:00
taca
73ef583ec7 Update ruby-nokogiri to 1.5.5.
== 1.5.5 / unreleased

* Features

  * Much-improved support for JRuby in 1.9 mode! Yay!

* Bugfixes

  * Regression in JRuby Nokogiri add_previous_sibling (1.5.0 -> 1.5.1) #691
    (Thanks, John Shahid!)
  * JRuby unable to create HTML doc if URL arg provided #674 (Thanks, John
    Shahid!)
  * JRuby raises NullPointerException when given HTML document is nil or empty
    string. #699
  * JRuby 1.9 error, uncaught throw 'encoding_found', has been fixed. #673
  * Invalid encoding returned in JRuby with US-ASCII. #583
  * XmlSaxPushParser raises IndexOutOfBoundsException when over 512 characters
    are given. #567, #615
  * When xpath evaluation returns empty NodeSet, decorating NodeSet's base
    document raises exception. #514
  * JRuby raises exception when xpath with namespace is specified. pull
    request #681 (Thanks, Piotr Szmielew)
  * JRuby renders nodes without their namespace when subclassing Node. #695
  * JRuby raises NAMESPACE_ERR (org.w3c.dom.DOMException) while instantiating
    RDF::RDFXML::Writer. #683
  * JRuby is not able to use namespaces in xpath. #493
2012-09-16 11:30:22 +00:00
taca
336dd49809 Update ruby-libxml to 2.3.3.
== 2.3.3 / 2012-07-01 Charlie Savage

* Add LibXML::XML::Error.get_handler (Carsten Zimmermann)
* Fix variable name in example (Marcus)
2012-09-16 11:29:03 +00:00
taca
29e8913828 Update ruby-kramdown to 0.14.0.
kramdown 0.14.0 released
				Published on Sunday, 16 September 2012

First of all please note that this release contains a backwards-incompatible
change: The syntax for specifying a code language for a code block or code
span has changed. Instead of using lang='CODELANG' one has to use
.language-CODELANG now.

This change has been introduced to avoid problems because the lang="..."
attribute is used by HTML for other purposes than setting the code
language. Furthermore using .language-CODELANG is also proposed by HTML5 and
it seems to be a good way to achieve the needed functionality.

Other changes in this release include the possibility of setting the code
language on the starting line of a fenced code block and a way of excluding
certain headers from the table of contents by assigning the .no_toc class to
them.  Changes

* 2 major changes

  o Code language is now specified via .language-CODELANG instead of
    lang='CODELANG'
  o Implemented support for setting language on fenced code block starting
    line (initial patch by Bran)

* 1 minor change

  o Headers with an ID can be prevented from showing in the TOC by assigning
    the .no_toc class to them (patch by Tim Bates)

* 1 bug fix

  o Numeric instead of symbolic HTML entities are now the default fallback
    (patch by Gioele Barabucci)

kramdown 0.13.8 released
				Published on Friday, 31 August 2012

This release brings two new options (one for adjusting header levels and the
other for enabling/disabling coderay). And the usual bug fixes.  Changes

* 2 minor changes

  o New option header_offset for offsetting all header levels (initial patch
    by Michal Till)
  o New option enable_coderay for enabling/disabling coderay (initial patch by
    Bran)

* 5 bug fixes

  o Reserved HTML characters in abbreviation titles are now correctly output
    (patch by Alex Tomlins)
  o Similar abbreviations (like CSS and CSS3) are now correctly parsed
  o Fixed bug RF#29626: Text of mailto-link was sometimes wrongly obfuscated
    (reported by B Wright)
  o Fixed known Ruby 1.9.3 problem with RakeTest task (patch by Gioele
    Barabucci)
  o Fixed double output of ¡Æmarkdown¡Ç attribute on HTML elements in kramdown
    converter

* 1 documentation change

  o README file is now called README.md and uses kramdown syntax (patch by
    Bran)
2012-09-16 11:28:15 +00:00
taca
acdbb16aac Update ruby-json and ruby-json-pure package to 1.7.4.
2012-07-26 (1.7.4)
  * Fix compilation problem on AIX, see https://github.com/flori/json/issues/142
2012-09-16 09:28:01 +00:00
taca
d7f20a8797 Update ruby-haml to 3.1.7.
Changes are unavailable.
2012-09-16 09:27:05 +00:00
taca
04e75df40c Update ruby-coderay to 1.0.7.
Changes are unavailable.
2012-09-16 09:26:10 +00:00
adam
ddeea35bbd Also remove some patches 2012-09-15 10:27:00 +00:00
adam
c1fd7213e1 Changes 1.1.27:
Portability:
* xincludestyle wasn't protected with LIBXML_XINCLUDE_ENABLED,
* Portability fix for testThreads.c,
* FreeBSD portability fixes,
* check for gmtime - on mingw* hosts will enable date-time function,
* use only native crypto-API for mingw* hosts,
* autogen: Only check for libtoolize,
* minimal mingw support,
* configure: acconfig.h is deprecated since autoconf-2.50,
* Fix a small out of tree compilation issue,
* Fix python generator to not use deprecated xmllib,
* link python module with python library
Documentation:
* Tiny doc improvement,
* Various documentation fixes for docs on internals
Bug fixes
2012-09-15 10:26:02 +00:00
adam
232054d798 Changes 2.9.0:
Features:
* A few new API entry points,
* More resilient push parser mode,
* A lot of portability improvement,
* Faster XPath evaluation
2012-09-15 10:23:38 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
sno
333e401c0f Broken upstream and not actively maintained 2012-09-14 10:24:04 +00:00
sno
4cb2473eb7 Updating package for CPAN module YAML in textproc/p5-YAML from 0.81 to 0.84
upstream changes:
version: 0.84
date:    Fri Jul 13 18:17:27 GMT 2012
changes:
- Resolve distribution error that caused .git to be shipped in the .tar.gz

version: 0.83
date:    Fri Jul 13 15:44:03 GMT 2012
changes:
- Only call stat() and tell() on a filehandle if fileno existed
- Explicit tied() call on globs to avoid a 5.16 deprecation warning

version: 0.82
date:    Thu Jul 12 18:49:45 GMT 2012
changes:
- Test scalar @array rather than deprecated defined @array (Sebastian Stumpf)
2012-09-12 10:24:51 +00:00
sno
fdbbe6e346 Added textproc/p5-Text-Patch version 1.8 2012-09-11 09:18:01 +00:00
sno
981b8c5820 Adding new package for CPAN module Text::Patch version 1.8
into textproc/p5-Text-Patch.

Text::Patch combines source text with given diff (difference) data.
2012-09-11 09:17:46 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
sno
bb84968f73 Updating package for CPAN module Text::CSV_XS in textproc/p5-Text-CSV_XS
from 0.90 to 0.91.

Upstream changes:
0.91	- 2012-08-21, H.Merijn Brand
    * Prevent test-failures for long doubles on weird architectures
    * More utf-8 tests for te change of 0.90
    * Update test case now 5.005 is not supported anymore
    * Rip out the tell/seek introduced in 0.90
2012-09-07 11:37:50 +00:00
sno
e69c462374 Updating package for CPAN module Lingua::EN::Tagger in
textproc/p5-Lingua-EN-Tagger from 0.16nb2 to 0.20.

pkgsrc changes:
- add newly introduced dependency to www/p5-HTML-Tagset

Upstream changes since 0.16:
0.20            Aaron Coburn            7/6/12
        Escaped curly braces in regex patterns.
        In perl 5.17 this becomes necessary.

0.19            Aaron Coburn            5/28/12
        Added missing metadata fields to
        Makefile.PL

0.18            Aaron Coburn            5/11/12
        Added requirement for 5.8 for proper
        unicode support. Modified get_sentences
        routine for $ chars as with preceeding
        issue.

0.17            Aaron Coburn            5/10/12
        Added better error handling for loading
        YAML files. Fixed error in get_sentences
        routine related to (, [ and { characters
        being fused to the preceding word.
2012-09-07 09:55:34 +00:00
sno
a76f11d1e6 Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.

Bumping revision
2012-09-03 11:16:19 +00:00
wiz
550413ff1e Update to 0.1.4. I didn't find a changelog, but it now comes with
a pkgconfig file.
2012-09-02 15:03:01 +00:00
marino
181a210ce7 textproc/libplist: Set BUILDLINK_ABI_DEPENDS with +=, not ?= 2012-09-01 16:13:18 +00:00
drochner
ed52d1f8d7 explicitly pull in omf-scrollkeeper, should fix build problems after
recent gnome-doc-utils update (reported by John Marino)
2012-08-29 19:56:47 +00:00
drochner
0736b124cd make sure the "gnome-doc-tool" bash script picks up GNU getopt,
NetBSD's native one is not compatible
bump PKGREV
2012-08-29 19:11:12 +00:00
obache
fb0eef126f Recursive bump from boost-libs update. 2012-08-29 11:22:09 +00:00
marino
7ec2188998 textproc/tcl-tDOM: Fix build on DragonFly
DragonFly didn't have a configure entry so piggyback on FreeBSD
like NetBSD is doing.
2012-08-28 22:58:09 +00:00
wiz
12035e44d2 Add upstream bug report URL. 2012-08-26 13:05:38 +00:00
wiz
ea535dba3e + tcl-tDOM. 2012-08-26 12:13:03 +00:00
wiz
62e747889f Import tcl-tDOM-0.8.3 as textproc/tcl-tDOM.
Packaged for wip by phonohawk and Moritz Wilhelmy.

tDOM combines high performance XML data processing with easy and
powerful Tcl scripting functionality. tDOM should be one of the
fastest ways to manipulate XML with a scripting language and uses very
little memory in the process (for example the DOM tree of the XML
recommendation in XML (160K) needs only about 450K in memory)! The
tDOM project was started by Jochen Loewer. It is currently maintained
by Rolf Ade.
2012-08-26 12:12:28 +00:00
cheusov
8415339e29 Update to 1.0.4
- Flag (interactive) was removed from the following functions:
     dictem-select-strategy, dictem-select-database, dictem-read-query
     and dictem-run. This fixes Debian bug #564251.
2012-08-25 20:52:24 +00:00
wiz
d4c8fba64b Recognize OpenBSD's beagle platform.
From Jason McIntyre <jmc@OpenBSD.org>.

Bump version.
2012-08-23 20:22:13 +00:00
marino
266a1e1ed1 textproc/tcl-expat: Fix non-priviledged build
Tcl-expat does not need to create lib/tcl.  This is done already by the
lang/tcl package.  Attempting the pre-install target fails when built
by a non-root user so just remove this redundant target.
2012-08-23 17:03:53 +00:00
drochner
322a5490b7 update to 0.20.10
changes:
-removed scrollkeeper/omf
-minor feature additions
-bugfixes
-translation updates
2012-08-23 15:18:07 +00:00
drochner
7eb216ae83 update to 0.7.7
changes:
-bugfixes
-added .pc file for pkg-config

disabled selftest for now, needs a "libcpptest" which is not on pkgsrc yet
2012-08-23 15:09:18 +00:00
marino
f162cdcb03 Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
marino
c34fcbabb5 textproc/tcl-expat: Patch in tcl 8.5 support
The tcl-expat makefile was previously hardcoded for ltcl84.  Modify the
patch to hardcode it for ltcl85.
2012-08-21 21:58:14 +00:00
adam
b0990acd9b Changes 2.14:
** Bug fixes

  grep -i '^$' could exit 0 (i.e., report a match) in a multi-byte locale,
  even though there was no match, and the command generated no output.
  E.g., seq 2 | LC_ALL=en_US.utf8 grep -il '^$' would mistakenly print
  "(standard input)".  Related, seq 9 | LC_ALL=en_US.utf8 grep -in '^$'
  would print "2:4:6:8:10:12:14:16" and exit 0.  Now it prints nothing
  and exits with status of 1.  [bug introduced in grep-2.6]

  'grep' no longer falsely reports text files as being binary on file
  systems that compress contents or that store tiny contents in metadata.
2012-08-21 18:04:58 +00:00
wen
2c1d68eb43 Update to 3.23
Upstream changes:
2012-08-14   David E. Wheeler <david@justatheory.org>
	* Release 3.23

	Eliminated nested elements in table of contents (index) items
	output of Pod::Simple::XHTML. This was especially problematic for
	headers that included links, as the TOC then got nested anchor
	elements, which simply would not work. Thanks to Ben Bullock for
	the report and test case (RT #77686).

	Fixed semantically invalid nested XHTML generated by
	Pod::Simple::XHTML since v3.21. Gisle Aas.

	Improved support for nested "C< >" tags in Pod::Simple::XHTML.
	Gisle Aas.

	No longer tries to decode a string with the "utf8" flag set, as
	the double-decoding only triggered an error. Grant McLean.

	Added documentation note that the API expects encoded text
	(octets). Grant McLean.

	Added "parse_characters()" option to specify that strings to are
	already decoded from octets into characters. Grant McLean.
2012-08-17 15:40:16 +00:00
taca
3dbf425a8e Reset PKGREVISION. 2012-08-17 15:35:24 +00:00
wiz
6612ae9496 Fix build with emacs24. Patches from FreeBSD ports.
Bump PKGREVISION.
2012-08-16 11:54:56 +00:00
wiz
917fef8905 Update to 20120607. The usual fixes. 2012-08-15 20:28:05 +00:00
obache
f4ee3d9e81 + py-markdown2 2012-08-15 09:28:33 +00:00
obache
7db9af8332 Import py-markdown2-2.0.1 as textproc/py-markdown2.
Markdown is a text-to-HTML filter; it translates an easy-to-read /
easy-to-write structured text format into HTML.  Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes, and
links.  -- http://daringfireball.net/projects/markdown/

This is a fast and complete Python implementation of the Markdown
spec.
2012-08-15 09:27:34 +00:00
wiz
69549f31a1 Update to 0.6, from Jaap Boender in PR 46799:
This is an update of ocaml-text to version 0.6. According to the upstream
changelog, the only changes are to the build system. This version works with
ocaml 4.00.
2012-08-15 08:23:10 +00:00
wiz
6c2c61b5d5 Update to 3.10:
3.10 (2011-05-30)
-----------------

* Do not try to build LibYAML bindings on platforms other than CPython
  (Thank to olt(at)bogosoft(dot)com).
* Clear cyclic references in the parser and the emitter
  (Thank to kristjan(at)ccpgames(dot)com).
* Dropped support for Python 2.3 and 2.4.

3.09 (2009-08-31)
-----------------

* Fixed an obscure scanner error not reported when there is
  no line break at the end of the stream (Thank to Ingy).
* Fixed use of uninitialized memory when emitting anchors with
  LibYAML bindings (Thank to cegner(at)yahoo-inc(dot)com).
* Fixed emitting incorrect BOM characters for UTF-16 (Thank to
  Valentin Nechayev)
* Fixed the emitter for folded scalars not respecting the preferred
  line width (Thank to Ingy).
* Fixed a subtle ordering issue with emitting '%TAG' directives
  (Thank to Andrey Somov).
* Fixed performance regression with LibYAML bindings.
2012-08-12 16:09:30 +00:00
obache
1a0dfba2d1 Bump PKGREVISION from supported ruby version of migemo change. 2012-08-12 11:53:51 +00:00
obache
08853e2a8e Drop Ruby-1.8 and welcome Ruby-1.9 support (with some fixes).
based on PR 46765 by Miwa Susumu.
2012-08-12 11:52:26 +00:00
ryoon
f2623ac620 Update to 1.19
* Update MASTER_SITES
* Cannot connect to HOMEPAGE
* Update license, and remove RESTRICTED
* For example, ~/.termcap is needed, because this package uses Term::Cap

Changelog:
* Add a commandline option
* Change termcap handling
2012-08-11 20:07:16 +00:00
jnemeth
d613281b40 sort 2012-08-09 07:41:04 +00:00
sno
e57c709821 Added textproc/p5-Dist-Zilla-Plugin-PodWeaver version 3.101641 2012-08-08 12:21:24 +00:00
sno
c868e39262 Adding package for Perl5 module Dist::Zilla::Plugin::PodWeaver version
3.101641 from CPAN into textproc/p5-Dist-Zilla-Plugin-PodWeaver.

[PodWeaver] is the bridge between Dist::Zilla and Pod::Weaver. It rips
apart your kinda-Pod and reconstructs it as boring old real Pod.
2012-08-08 12:21:11 +00:00
sno
8248e66439 Added textproc/p5-Pod-Elemental-PerlMunger version 0.093331 2012-08-08 12:11:15 +00:00
sno
4890c07eb7 Adding package for Perl5 module Pod::Elemental::PerlMunger version 0.093331
from CPAN into textproc/p5-Pod-Elemental-PerlMunger.

This role is to be included in classes that rewrite the documentation of
a Perl document, stripping out all the Pod, munging it, and replacing it
into the Perl.
2012-08-08 12:11:01 +00:00
sno
9a206e1fd8 Added textproc/p5-Pod-Weaver version 3.101638 2012-08-08 11:45:19 +00:00
sno
bc3e96dafb Adding new package for Perl5 module Pod::Weaver version 3.101638 from
CPAN into textproc/p5-Pod-Weaver.

Pod::Weaver is a system for building Pod documents from templates.
It doesn't perform simple text substitution, but instead builds a
Pod::Elemental::Document. Its plugins sketch out a series of sections
that will be produced based on an existing Pod document or other
provided information.
2012-08-08 11:45:04 +00:00
sno
c072e56e05 fix typo 2012-08-08 11:43:41 +00:00
sno
bf6148eb81 Added textproc/p5-Pod-Elemental version 0.102362 2012-08-08 10:57:13 +00:00
sno
579534207b Adding new package for Perl5 module Pod::Elemental version 0.102362 from
CPAN into textproc/p5-Pod-Elemental.

Pod::Elemental is a system for treating a Pod (plain old documentation)
documents as trees of elements. This model may be familiar from many other
document systems, especially the HTML DOM. Pod::Elemental's document object
model is much less sophisticated than the HTML DOM, but still makes a lot
of document transformations easy.

In general, you'll want to read in a Pod document and then perform a number
of prepackaged transformations on it. The most common of these will be the
Pod5 transformation, which assumes that the basic meaning of Pod commands
described in the Perl 5 documentation hold: =begin, =end, and =for commands
mark regions of the document, leading whitespace marks a verbatim paragraph,
and so on. The Pod5 transformer also eliminates the need to track elements
representing vertical whitespace.
2012-08-08 10:56:45 +00:00
sno
33150b94d8 Added textproc/p5-String-Truncate version 1.100600 2012-08-08 10:24:24 +00:00
sno
031785b449 Adding new package for Perl5 module String::Truncate version 1.100600
from CPAN into textproc/p5-String-Truncate.

String::Truncate handles the simple but common problem of long strings and
finite terminal width by eliding or truncating parts of the string from the
left, right, middle or both ends, respectively.
2012-08-08 10:24:13 +00:00
gls
9259d5d14a Update textproc/asciidoc to 8.6.8
Upstream changes:
-----------------

Release highlights
------------------

Added full complement of styles to Open Blocks and Normal Paragraphs???those
with a minimalist bent could construct virtually any document using just Title,
Normal Paragraph and Open Block syntaxes.

Other additions and changes
---------------------------

    Increased default maximum include depth from 5 to 10.

    Emit warning if maximum include depth is exceeded.

    Suppress repeated console messages.

    Music filter: removed --beams=None option from abc2ly invocation because it
	is broken on LilyPond 2.14 (Ubuntu 12.04).

    Replaced obsolete <tt> tag with <code> in HTML backends.

    Allow configuration attribute entries to create a new section (previously
	you could only modify existing sections). See: discussion list.

    Documented {wj} (word-joiner) attribute and updated FAQ. See: discussion
	list.

    FAQ: Added How can I place a footnote immediately following quoted text?
	See discussion list.

    Added Greek language configuration file. Contributed by Michael
	Dourmousoglou. See discussion list.

    FAQ: Added Using roles to select fonts for PDF. Submitted by Lex Trotman
	and based on solution by Antonio Borneo. See: discussion list.

    Apply same monospaced font size to all monospaced text.

    Changed 0 number padding to spaces in numbered GNU source-highlight
	outputs.

    Allow highlight source highlighter to use python for Python {language}
	name. r1142: Update the AsciiDoc source filter to allow the use of the
	highlight source code highlighter. See discussion list.

    Vim syntax highlighter: Don?t confuse trailing open block delimiter with
	section underline.

    Added skip option to paragraphs (c.f. Delimited Block skip option).

Bug fixes

    FIXED: latex, music and graphviz filters: When the filter output image is
	data-uri encoded write it to the indir (instead of the outdir) so that encoder
	can find it. See discussion list.

    FIXED: Escape the ] character inside inline macros. See discussion list.

    FIXED: source highlighter filter: Pass role attribute to HTML backends.

    FIXED: source highlight filter: docbook backend: role attribute was not
	passed to listings without a title. Patch submitted by Lex Trotman. See
	discussion list.

    FIXED: music2png.py: FOPException: Raster ByteInterleavedRaster error (FOP
	1.0, ImageMagick 6.6.9-7).
2012-08-06 20:05:27 +00:00
jperkin
c31310e668 Avoid "call of overloaded 'pow(double, long int&)' is ambiguous" error. A
similar patch was proposed on openjade-devel 10 years ago, and still hasn't
been integrated...

Fixes build on Solaris.
2012-08-06 16:51:50 +00:00
jperkin
70085cd6fd Avoid 'failed to load external entity' errors.
Fixes build on Solaris.
2012-08-06 16:39:53 +00:00
adam
e214046dee Changes 2.13:
** Bug fixes
  grep -i, in a multi-byte locale, when matching a line containing a character
  like the UTF-8 Turkish I-with-dot (U+0130) (whose lower-case representation
  occupies fewer bytes), would print an incomplete output line.
  Similarly, with a matched line containing a character (e.g., the Latin
  capital I in a Turkish UTF-8 locale), where the lower-case representation
  occupies more bytes, grep could print garbage.
  [bug introduced in grep-2.6]

  --include and --exclude can again be combined, and again apply to
  the command line, e.g., "grep --include='*.[ch]' --exclude='system.h'
  PATTERN *" again reads all *.c and *.h files except for system.h.
  [bug introduced in grep-2.6]

** New features
  'grep' without -z now treats a sparse file as binary, if it can
  easily determine that the file is sparse.

** Dropped features
  Bootstrapping with Makefile.boot has been broken since grep 2.6,
  and was removed.
2012-08-03 13:07:54 +00:00
jperkin
dde587d1b3 Include unistd.h for sleep().
Fixes build on at least Solaris.
2012-08-02 11:53:56 +00:00
drochner
f5f395b02c add patches from upstream to fix integer overflows which can cause
DOS or possibly other corruption (CVE-2012-2807)
bump PKGREV
2012-08-01 14:51:37 +00:00
reed
6b49283199 Remove redundant and unnecessary item from description. (Okayed by
maintainer.)
2012-07-30 12:43:20 +00:00
adam
491f33faba Changes 1.16.42:
Fix crash due to bogus memory free when xmlrpc_parse_value() fails.
Broken in 1.07
2012-07-25 20:08:16 +00:00
jperkin
ef1e3f3d4b Use correct linker flags on Solaris with GCC. Fixes relocation issues.
Bump PKGREVISION.
2012-07-25 15:49:34 +00:00
cheusov
acacf6d808 Update dict-server and dict-client to 1.12.1
dictl.in:
    Fix for Debian bug #677868 reported by Stepan Golosunov.

  dictd.8:
    Fixes for mistypes found by A. Costa. Thanks!

  dictzip:
    Fix for sf.net bug #3390567 reported by Ivo Danihelka.

  INSTALL:
    Fix for sf.net bug #3398178

  colorit:
    Fix for option -c. Now it works correctly.

  examples/dictd_virtual.conf:
    Fix incorrect keyword for virtual database.
      Thanks to Marc-Jano Knopp for the report!
2012-07-22 15:32:50 +00:00
cheusov
005a557b67 Add LICENSE
Update to dictem-1.0.3
  - fix: "dictem-get-matches" function returns dictionary names
    without ":" in the end.

  - fix.  insertion of text produced by "dict" client of by user's
    database is always made IN THE END of dictem buffer. This fixes
    the problems with hightlighting in match/define mixed results.

  - Fix failure when dictem-use-user-databases-only is t.  The problem
    was that dictem-last-database variable was initialized
    incorrectly.
2012-07-22 11:02:40 +00:00
wiz
538b21e104 Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the
URL should be as HOMEPAGE in the Makefile.
2012-07-21 20:07:59 +00:00
ryoon
65205ffc9e Update to 1.3.0
* Buildlink to print/poppler-cpp
* Fix build with popplar-0.20

Changelog:
Release 1.3.0    [2012-02-14]

        - Experimental support for libunac (removing accents and ligatures before search)
        - Recursive search [--recursive] (by Mahmut Gundes)
        - Don't use colors on dumb terminals
        - A few minor bug fixes
        - Use poppler-cpp instead of the poppler core library (by Pino Toscano)
2012-07-21 14:32:54 +00:00
taca
b6fceb3ae4 - Reset PKG_REVISION by both php53 and php54 are updated.
- Remove supporting php5 (PHP 5.2.x) supporting codes.
2012-07-20 12:30:36 +00:00
wiz
68808ff07a Recursive bump for startup-notification* dependency change, requested
by Obache.
2012-07-15 08:22:46 +00:00
wiz
3f7ec1f0ec + py-empy. 2012-07-14 21:59:50 +00:00
wiz
c25ed56fee Import py-empy-3.3 as textproc/py-empy. Packaged for wip by Anthony Mallet.
EmPy is a system for embedding Python expressions and statements in template
text; it takes an EmPy source file, processes it, and produces output. This is
accomplished via expansions, which are special signals to the EmPy system and
are set off by a special prefix (by default the at sign, @). EmPy can expand
arbitrary Python expressions and statements in this way, as well as a variety
of special forms. Textual data not explicitly delimited in this way is sent
unaffected to the output, allowing Python to be used in effect as a markup
language. Also supported are callbacks via hooks, recording and playback via
diversions, and dynamic, chainable filters. The system is highly configurable
via command line options and embedded commands.
2012-07-14 21:59:32 +00:00
kleink
e80937717d Update p5-Text-vCard to 2.11:
2.11 Thu 21 May 2012 08:48:46 BST
	- Merge POD cleanup and improvements (szabgab)
2012-07-13 18:45:33 +00:00
sno
ece05e6b72 Updating package for Perl5 distribution Text-Format from CPAN in
textproc/p5-Text-Format from 0.52nb5 to 0.56.

pkgsrc changes:
- adjust meta information (DISTNAME, LICENSE, HOMEPAGE)

Upstream changes:
0.56 Thu May 31 09:23:26 IDT 2012
    - Add "use warnings;" to lib/Text/Format.pm .
    - Add t/pod.t .
    - Add t/pod-coverage.t .

0.55 Thu May 31 09:17:32 IDT 2012
    - Fix small spelling error in the POD:
    - closing https://rt.cpan.org/Ticket/Display.html?id=77481
    - Thanks to Salvatore Bonaccorso and the Debian people
      for the report and the patch.
    - ( There were also some duplicate bug report in the rt.cpan.org queue
      by accident. )

0.54 Fri May 25 02:33:47 IDT 2012
    - Convert t/justify.t and t/format.t to Test::More, "use strict;"
      and "use warnings;" and cleaned them up.
    - fix a warning generated by a call to defined(@array)
    - https://rt.cpan.org/Ticket/Display.html?id=77413
    - thanks to H. Merijn Brand for the report.

0.53 Fri Jan 28 13:02:01 IST 2011
    - Adopted by Shlomi Fish (while disclaiming all rights).
    - Convert the build system to Module-Build, while adding keywords
      and resources.
    - The archive name is now the more standard Text-Format-0.53.tar.gz.
    - Fix some typos in the documentation.
2012-07-13 07:46:45 +00:00
wiz
404c618826 Update to 20120607:
This release adds many new words and some minor fixes.
2012-07-12 14:19:26 +00:00
bsiegert
c01051f4b0 Add MirBSD support and unbreak build on MirOS. No-op on other platforms
so no PKGREVISION bump.
2012-07-10 19:14:47 +00:00
marino
b0d30100f7 textproc/xmlada: Build with USE_LANGUAGES+= ada
1) Remove lang/gnat-aux dependency
2) USE_LANGUAGES+= ada (invokes lang/gcc-aux dependency)
3) Improve shared library rpath definition required when built by compiler
   not installed at ${LOCALBASE}
4) Restore use of pkgsrc wrappers
2012-07-08 20:03:08 +00:00
sno
e3dc7dcd31 Updating package for Perl 5 module Convert::ASN1 in textproc/p5-Convert-ASN1
from 0.22nb2 to 0.26.

pkgsrc notes:
- ignoring requirement bump of Math::BigInt to 1.997, because it's neither
  documented why and the test succeed with bundled 1.994, too
  (skip updating lang/perl5 to 5.16.0 for now ^^)

Upstream changes:
0.26 -- Sat Jun 09 13:30:16 CDT 2012
  * Avoid Modification of a read-only value attempted errors
  * dump Data::Dumper strings when rtest fails
  * Add tests from Crypt::X509 that found the last Modification of a read-only value attempted error

0.25 -- Fri Jun 08 19:31:59 CDT 2012
  * fix a spelling mistake [gregor herrmann]
  * Add use strict and fix errors
  * Fix decoding of indefinite sequences with ANY
  * POD additions for ANY
  * EXPLICIT ops must pass their cVAR to their child op
  * Swallow a , after a }

0.24 -- Mon Jun 04 17:11:08 CDT 2012
  * spelling fix [gregor herrmann]
  * Added tests for extension markers (fails currently) [Niels Laukens]
  * Bugfix for extension markerss in SETs and CHOICEs [Niels Laukens]
  * Skip attempting to encode opEXTENSIONS inside of CHOICE
  * Support for default explicit tagging [Peter Mogensen]
  * Added tests and doc for explicit tagging [Peter Mogensen]
  * Add new opEXPLICIT for sequences that are inserted for EXPLICIT tags

0.23 -- Thu May 03 16:32:46 CDT 2012
 * Added support for EXTENSION MARKERS (...) (Niels Laukens)
 * Switch to Dist::Zilla for building
2012-07-06 13:13:08 +00:00
sno
74b7b0abee Updating package for Perl 5 modules Filter::Util::Call/Filter::Util::Exec...
in textproc/p5-Filter from 1.39 to 1.45.

Upstream changes:
1.45 2012-06-19 rurban
----
  * Sync perlfilter.pod with core improvements

1.44 2012-06-18 rurban
----
  * Sync t/call.t with core fixes in 2adbc9b6

1.43 21 Feb 2012 rurban
----
  * Fix more windows tests:
    http://www.cpantesters.org/cpan/report/9e790a72-6bf5-1014-9f3b-641f296be760

1.42 20 Feb 2012 rurban
----
  * Improve t/tee.t test 5 on windows which allows all Administrator
    members read-access [RT #75164]

1.41 18 Feb 2012 rurban
----
  * Hide example packages from the pause indexer

1.40 9 Feb 2012 rurban
----
  * Fix tee and all tests to work with Perl 5.14 and higher.
    PVIO has no IV field anymore, so abuse the empty IoOFP,
    which is only used for printing, not reading.
    Fixes [RT #56875] and more.
    Tested for 5.6.2, 5.8.4, 5.8.5, 5.8.8, 5.8.9, 5.10.1, 5.12.4,
    5.14.2, 5.15.7
2012-07-06 13:05:33 +00:00
sno
9df9acc285 Updating package for Perl 5 module Pod::Simple in textproc/p5-Pod-Simple
from 3.19 to 3.22.

Upstream changes:
2012-05-27   David E. Wheeler <david@justatheory.org>
	* Release 3.22

	Fix but where Pod::Simple would whine about non-ASCII bytes in
	code or comments. Now only does so for Pod (in the absence of an
	"=encoding" tag. Broken in 3.21. Grant McLean.

2012-05-23   David E. Wheeler <david@justatheory.org>
	* Release 3.21

	NOTE: COMPATABILITY CHANGE: The 'codes_in_verbatim' option in
	Pod::Simple::XHTML is no longer enabled by default. This brings it
	agreement with the other formatting classes, and eliminates
	unexpected behavior in XHTML-formatted Pod. Users who depended on
	this functionality can still get it by enabling
	'codes_in_verbatim' in their code.

	Fixed some typos in the documentation. Thanks to Jonathan Yu via
	the Debian packagers via Florian Ragwitz (RT #75532).

	Now emit a warning the first time a non-ASCII byte is encountered
	when no "=encoding" has been seen. Grant McLean.

	When a non-ASCII byte is encounted before an "=encoding" line has
	been seen, a heuristic (as described in perlpodspec) is applied to
	select UTF-8 encoding if the non-ASCII bytes form a valid UTF-8
	byte sequence, or Latin-1 otherwise. Grant McLean.

	Added 'handle_code' method to Pod::Simple::XHTML. This allows
	subclasses to override the handling of verbatim blocks, and makes
	for a more cohesive interface, to boot. Gisle Aas.

	Subsequent text segments are now joined together and passed as a
	single unit to text handling code. This makes it easier for custom
	handlers to process complete blocks of text in a single call to
	'handle_text', rather than in dribs and drabs. Gisle Aas.

	Replaced naive text wrapping code in Pod::Simple::DumpAsXML with
	Text::Wrap, which was already used for similar purposes elsewhere
	in Pod::Simple. Gisle Aas.

2012-03-01   David E. Wheeler <david@justatheory.org>
	* Release 3.20

	Removed use of 'done_testing' in t/xhtml15.t, which was added in
	v3.19. Thanks to Paul Howarth for the catch.

	Fixed quoting of links in a regular expression Pod::Simple::Text.
	Reported by Father Chrysostomos.

	Fix test failure on case-insensitive, non-case-preserving file systems
	(VMS I'm looking at *you*). Patch from Craig A. Berry.

	Pod::Simple::HTML no longer emits "href='#___top'" if a TOC
	(index) is not output. Patch from Rick Myers.

	Fixed links in the TOC of XHTML output to use IDs derived from encoded
	text, rather than raw Pod, so that it will link to the ID actually
	generated for the section. Thanks to Randy Stauner for the report
	(with test case!) (RT #72544).

	PullParser now throws an exception on an attempt to set a source
	more than once. Necessary because data from the previous source
	will be cached, so the new source would be ignored anyway. Create a
	new PullParser, instead. Thanks to Paul Boldra for the report (RT
	#74265).
2012-07-06 12:59:37 +00:00
sno
449d1d252e Updating package for Perl 5 module Regexp::Common in
textproc/p5-Regexp-Common from 2011041701 to 2011121001.

Upstream changes:
Version 2011121001 Sat Dec 10 21:32:49 CET 2011
+ Fixed a few cases where $[ was used instead of $].
  (RT 73033 by Father Chrysostomos <sprout@cpan.org>)
+ Typo fix in docs (P Ramakers <pramakers@gmail.com>)
+ Add an explicite 1 to end the main module; otherwise it may fail under Mason
  (Luciano Rocha <luciano.rocha@booking.com>)
2012-07-06 12:54:50 +00:00
sno
20a223cff9 Updating package for Perl 5 module XML::Simple in textproc/p5-XML-Simple
from 2.18nb4 to 2.20.

pkgsrc changes:
- update dependencies

Upstream changes:
2.20      2012-06-20 22:00:13 Pacific/Auckland
  - Suppress warning from empty CDATA section (RT#58359 from Juan Antonio
    Navarro Pérez)

2.19_02   2012-06-19 20:33:53 Pacific/Auckland
  - Reinstate XML::SAX::Expat dependency
  - Fix warnings tests (broken in 2.19_01) which rely on global $^W

2.19_01   2012-06-17 23:27:22 Pacific/Auckland
  - Use lexical filehandles instead of old-style fileglobs (RT#77787 from
    Quanah)
  - Restrict scope of :strict mode to calling package (RT#41562 from Hannu
    Aronsson)
  - Fix POD typo (RT#45414 from Anirvan Chatterjee)
  - Update POD to reflect best practise regarding :strict and options
  - Change minimum Perl requirement to 5.008
  - Switch to using Dist::Zilla for release management
2012-07-06 12:49:04 +00:00
sno
1af553723d Updating package for Perl 5 module XML::LibXML in textproc/p5-XML-LibXML
from 1.96nb1 to 2.00.01 (upstream 2.0001).

Upstream changes:
2.0001          Wed Jun 20 19:40:05 IDT 2012
    - Remove the leftover perl-libxml-libxml.h from the distribution.
        - https://rt.cpan.org/Ticket/Display.html?id=77924
        - Thanks to Martin Mann for the report.

2.0000          Tue Jun 19 23:04:23 IDT 2012
    - Fix warnings that appear when compiling using the clang C compiler by
    default.
        - https://rt.cpan.org/Ticket/Display.html?id=77802
        - Thanks to duvny for the report, and to seldon, doy and Zefram
        for their assistance in fixing the warnings.
    - Fix tests and run-time errors when Hash::FieldHash is installed
    by no longer using Hash::FieldHash.
        - https://rt.cpan.org/Ticket/Display.html?id=77576
        - Thanks to hsk@fli-leibniz.de for reporting it, and to
        Father Chrysostomos ( http://search.cpan.org/~sprout/ ) and
        Mons Anderson for some diagnosis.

1.99            Thu May 31 10:21:23 IDT 2012
    - Apply a patch from Mons Anderson ( mons@cpan.org ) for fixing the
    overloading.
        - t/62overload.t
        - Thanks to Mons.
    - Fix test failures (and general functionality) on 64-bit big endian
    platforms
        - https://rt.cpan.org/Ticket/Display.html?id=77340
        - Thanks to Gregor Herrmann and Niko Tyni from the
        Debian Perl group.

1.98            Sun May 13 21:02:14 IDT 2012
    - Make sure parse_string() and load_xml() also accept references to
    strings (to avoid unnecessary copying).
        - See: https://rt.cpan.org/Ticket/Display.html?id=64051

1.97            Mon Apr 30 20:31:24 IDT 2012
    - Apply a test and a fix to correct keep_blanks having no effect on
    parse_balanced_chunk.
        - fixes https://rt.cpan.org/Ticket/Display.html?id=76696
        - Add t/30keep_blanks.t .
        - Thanks to SREZIC for the report, the test and the fix.
2012-07-06 12:40:18 +00:00
sno
07a248e319 Updating package for Perl 5 module XML::SAX in textproc/p5-XML-SAX
from 0.96nb6 to 0.99.

pkgsrc changes:
- importing new package for extracted XML::SAX::Base module

Upstream changes (not noted by Author!):
- extracted XML::SAX::Base and XML::SAX::Exception module
- improved/fixed CDSect parsing
2012-07-06 12:37:33 +00:00
sno
4915d5024d Added textproc/p5-XML-SAX-Base version 1.08 2012-07-06 12:31:16 +00:00
sno
086090af35 Re-importing package for Perl 5 module XML::SAX::Base version 1.08 into
textproc/p5-XML-SAX-Base, because scheduled update of XML::SAX to 0.96
in textproc/p5-XML-SAX extracted XML::SAX::Base into an own distribution
again.

This module has a very simple task - to be a base class for PerlSAX drivers
and filters. It's default behaviour is to pass the input directly to the
output unchanged. It can be useful to use this module as a base class so
you don't have to, for example, implement the characters() callback.
2012-07-06 12:31:01 +00:00
sno
ab8571fe95 Updating package for Perl 5 module YAML in textproc/p5-YAML from 0.80
to 0.81.

Upstream changes:
version: 0.81
date:    Thu Apr 19 11:03:38 PDT 2012
changes:
- Patch from https://rt.cpan.org/Public/Bug/Display.html?id=74826
- YAML::Mo uses Safe Mo https://rt.cpan.org/Public/Bug/Display.html?id=76664
2012-07-06 12:03:41 +00:00
sno
15445de977 Updating package for Perl 5 module YAML in textproc/p5-YAML from 0.80
to 0.81.

Upstream changes:
version: 0.81
date:    Thu Apr 19 11:03:38 PDT 2012
changes:
- Patch from https://rt.cpan.org/Public/Bug/Display.html?id=74826
- YAML::Mo uses Safe Mo https://rt.cpan.org/Public/Bug/Display.html?id=76664
2012-07-06 12:02:23 +00:00
sno
c6751a4ef5 Updating package for Perl 5 module Text::CSV_XS in textproc/p5-Text-CSV_XS
from 0.88 to 0.90.

Upstream changes since 0.88:
0.90	- 2012-06-15, H.Merijn Brand
    * Drop 5.005 support (5.6.1 is now minimum)
    * Introduce record_number
    * Try harder to get the complete input parsed for the current record
      when hitting errors on parsing seekable IO (only works in 5.14.0 and up)
    * Tested with perl 5.6.1 .. 5.17.0 (99 versions of perl) on Linux, HP-UX,
      AIX, and Windows
    * SvSETMAGIC was missing for tied variables causing weird actions at a
      distance, e.g. in printf (Thanks TonyC for finding this)
    * UTF8 flag was not always reset when using bound variables (TonyC)
2012-07-06 08:26:29 +00:00
dholland
aeaca4902b Functions with empty args should be declared (void), not (). Fixes build
of lang/parrot. PKGREVISION -> 1.
2012-07-06 04:54:25 +00:00
sno
4e56a9b9c0 Added textproc/p5-Pod-Eventual version 0.093.330 2012-07-05 15:17:21 +00:00
sno
70d213e1c4 Importing packafe for Perl 5 module Pod::Eventual version 0.093330 from
CPAN into textproc/p5-Pod-Eventual.

POD is a pretty simple format to write, but it can be a big pain to deal
with reading it and doing anything useful with it. Most existing POD
parsers care about semantics, like whether a =item occurred after an =over
but before a back, figuring out how to link a L<>, and other things like
that.

Pod::Eventual is much less ambitious and much more stupid. Fortunately,
stupid is often better. (That's what I keep telling myself, anyway.)

Pod::Eventual reads line-based input and produces events describing each
POD paragraph or directive it finds. Once complete events are immediately
passed to the handle_event method. This method should be implemented by
Pod::Eventual subclasses. If it isn't, Pod::Eventual's own handle_event
will be called, and will raise an exception.
2012-07-05 15:17:06 +00:00
sno
65645bad4c Added textproc/p5-String-Flogger version 1.101242 2012-07-05 13:43:08 +00:00
sno
e0c60a31dd Importing package for Perl 5 module String::Flogger version 1.101242 from
CPAN into textproc/p5-String-Flogger.

String::Flogger provides string munging for loggers.
2012-07-05 13:42:47 +00:00
sno
a55e480eed Added textproc/p5-String-Errf version 0.006 2012-07-05 11:17:01 +00:00
sno
d149a34490 Importing Perl 5 module String::Errf version 0.006 from CPAN into
textproc/p5-String-Errf.

String::Errf provides errf, a simple string formatter that works something
like sprintf. It is implemented using String::Formatter and Sub::Exporter.
2012-07-05 11:16:46 +00:00
sno
56bbc1ffbc Added textproc/p5-String-Formatter version 0.102082 2012-07-05 11:04:53 +00:00
sno
b5b7595006 Importing package for Perl 5 module String::Formatter version 0.102082
from CPAN into textproc/p5-String-Formatter.

String::Formatter is a tool for building sprintf-like formatting routines.
It supports named or positional formatting, custom conversions, fixed
string interpolation, and simple width-matching out of the box. It is easy
to alter its behavior to write new kinds of format string expanders. For
most cases, it should be easy to build all sorts of formatters out of the
options built into String::Formatter.
2012-07-05 11:04:38 +00:00
drochner
6bb985bfc1 update to 3.4.2
changes:
-minor feature additions
-bugfixes/cleanup
-translation updates
2012-07-04 19:56:38 +00:00
adam
215cc9c0af Changes 49.1.2:
* 9242 ICU4C fails to parse pattern containing EEE properly whilst ICU4J parses it successfully
* 9258 Number format performance
* 9283 uregex_open fails for look-behind assertion + case-insensitive
* 9284 Date format roundtrip test failure
* 9295 HPPA endianness detection
* 9313 Problem building ICU4C with Cygwin/MSVC
* 9332 Linux s390 endianness detection
* 9336 Problem building ICU4C 49.1.1 on zOS
2012-07-03 18:37:26 +00:00
adam
9fde0ec108 Revbump after updating boost 2012-07-02 13:37:35 +00:00
wiz
a90211d21b Update to 2.0.8:
2012-06-24 Raptor2 Version 2.0.8 Released

   Added support for RDFa 1.1 via updated librdfa
   Multiple portability fixes for Windows and Solarises. (Daniel Richard G.)
   Multiple minor fixes and improvements
   Fixed reported issues: 0000381, 0000487, 0000505 and 0000507
2012-07-01 15:50:58 +00:00
wiz
801c216eb2 Update to 2.8.0:
2.8.0: May 23 2012

    Features: - add lzma compression support (Anders F Bjorklund)
    Documentation: xmlcatalog: Add uri and delegateURI to possible add types in man page. (Ville Skyttä), Update README.tests (Daniel Veillard), URI handling code is not OOM resilient (Daniel Veillard), Fix an error in comment (Daniel Veillard), Fixed bug #617016 (Daniel Mustieles), Fixed two typos in the README document (Daniel Neel), add generated html files (Anders F Bjorklund), Clarify the need to use xmlFreeNode after xmlUnlinkNode (Daniel Veillard), Improve documentation a bit (Daniel Veillard), Updated URL for lxml python bindings (Daniel Veillard)
    Portability: Restore code for Windows compilation (Daniel Veillard), Remove git error message during configure (Christian Dywan), xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) (Patrick R. Gansterer), remove a bashism in confgure.in (John Hein), undef ERROR if already defined (Patrick R. Gansterer), Fix library problems with mingw-w64 (Michael Cronenworth), fix windows build. ifdef addition from bug 666491 makes no sense (Rob Richards), prefer native threads on win32 (Sam Thursfield), Allow to compile with Visual Studio 2010 (Thomas Lemm), Fix mingw's snprintf configure check (Andoni Morales), fixed a 64bit big endian issue (Marcus Meissner), Fix portability failure if netdb.h lacks NO_ADDRESS (Daniel Veillard), Fix windows build from lzma addition (Rob Richards), autogen: Only check for libtoolize (Colin Walters), Fix the Windows build files (Patrick von Reth), 634846 Remove a linking option breaking Windows VC10 (Daniel Veillard), 599241 fix an initialization problem on Win64 (Andrew W. Nosenko), fix win build (Rob Richards)
    Bug fixes: Part for rand_r checking missing (Daniel Veillard), Cleanup on randomization (Daniel Veillard), Fix undefined reference in python module (Pacho Ramos), Fix a race in xmlNewInputStream (Daniel Veillard), Fix weird streaming RelaxNG errors (Noam), Fix various bugs in new code raised by the API checking (Daniel Veillard), Fix various problems with "make dist" (Daniel Veillard), Fix a memory leak in the xzlib code (Daniel Veillard), HTML parser error with <noscript> in the <head> (Denis Pauk), XSD: optional element in complex type extension (Remi Gacogne), Fix html serialization error and htmlSetMetaEncoding() (Daniel Veillard), Fix a wrong return value in previous patch (Daniel Veillard), Fix an uninitialized variable use (Daniel Veillard), Fix a compilation problem with --minimum (Brandon Slack), Remove redundant and ungarded include of resolv.h (Daniel Veillard), xinclude with parse="text" does not use the entity loader (Shaun McCance), Allow to parse 1 byte HTML files (Denis Pauk), Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flag (Martin Schröder), Avoid memory leak if xmlParserInputBufferCreateIO fails (Lin Yi-Li), Prevent an infinite loop when dumping a node with encoding problems (Timothy Elliott), xmlParseNodeInContext problems with an empty document (Tim Elliott), HTML element position is not detected propperly (Pavel Andrejs), Fix an off by one pointer access (Jüri Aedla), Try to fix a problem with entities in SAX mode (Daniel Veillard), Fix a crash with xmllint --path on empty results (Daniel Veillard), Fixed bug #667946 (Daniel Mustieles), Fix a logic error in Schemas Component Constraints (Ryan Sleevi), Fix a wrong enum type use in Schemas Types (Nico Weber), Fix SAX2 builder in case of undefined attributes namespace (Daniel Veillard), Fix SAX2 builder in case of undefined element namespaces (Daniel Veillard), fix reference to STDOUT_FILENO on MSVC (Tay Ray Chuan), fix a pair of possible out of array char references (Daniel Veillard), Fix an allocation error when copying entities (Daniel Veillard), Make sure the parser returns when getting a Stop order (Chris Evans), Fix some potential problems on reallocation failures(parser.c) (Xia Xinfeng), Fix a schema type duration comparison overflow (Daniel Veillard), Fix an unimplemented part in RNG value validation (Daniel Veillard), Fix missing error status in XPath evaluation (Daniel Veillard), Hardening of XPath evaluation (Daniel Veillard), Fix an off by one error in encoding (Daniel Veillard), Fix RELAX NG include bug #655288 (Shaun McCance), Fix XSD validation bug #630130 (Toyoda Eizi), Fix some potential problems on reallocation failures (Chris Evans), __xmlRaiseError: fix use of the structured callback channel (Dmitry V. Levin), __xmlRaiseError: fix the structured callback channel's data initialization (Dmitry V. Levin), Fix memory corruption when xmlParseBalancedChunkMemoryInternal is called from xmlParseBalancedChunk (Rob Richards), Small fix for previous commit (Daniel Veillard), Fix a potential freeing error in XPath (Daniel Veillard), Fix a potential memory access error (Daniel Veillard), Reactivate the shared library versionning script (Daniel Veillard)
    Improvements: use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime (Roumen Petrov), New symbols added for the next release (Daniel Veillard), xmlTextReader bails too quickly on error (Andy Lutomirski), Use a hybrid allocation scheme in xmlNodeSetContent (Conrad Irwin), Use buffers when constructing string node lists. (Conrad Irwin), Add HTML parser support for HTML5 meta charset encoding declaration (Denis Pauk), wrong message for double hyphen in comment XML error (Bryan Henderson), Fix "make tst" to grab lzma lib too (Daniel Veillard), Add "whereis" command to xmllint shell (Ryan), Improve xmllint shell (Ryan), add function xmlTextReaderRelaxNGValidateCtxt() (Noam Postavsky), Add --system support to autogen.sh (Daniel Veillard), Add hash randomization to hash and dict structures (Daniel Veillard), included xzlib in dist (Anders F Bjorklund), move xz/lzma helpers to separate included files (Anders F Bjorklund), add generated devhelp files (Anders F Bjorklund), add XML_WITH_LZMA to api (Anders F Bjorklund), autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters), Improve the error report on undefined REFs (Daniel Veillard), Add exception for new W3C PI xml-model (Daniel Veillard), Add options to ignore the internal encoding (Daniel Veillard), testapi: use the right type for the check (Stefan Kost), various: handle return values of write calls (Stefan Kost), testWriter: xmltefan Kost), xmlmemory: add a cast as size_t has no portable printf modifier (Stefan Kost), __xmlRaiseError: remove redundant schannel initialization (Dmitry V. Levin), __xmlRaiseError: do cheap code check early (Dmitry V. Levin)
    Cleanups: Cleanups be Weber), Cleanups of lzma support (Daniel Veillard), Augment the list of ignored files (Daniel Veillard), python: remove unused variable (Stefan Kost), python: flag two unused args (Stefan Kost), configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost), xpath: remove unused variable (Stefan Kost)
2012-07-01 14:26:32 +00:00
asau
d3fc7d24f6 Document licence (MIT). 2012-06-27 14:15:31 +00:00
joerg
f916d01e1f Fix build with C99 compiler. 2012-06-25 11:47:22 +00:00
jperkin
ee556f6f86 Add missing INSTALLATION_DIRS. 2012-06-24 07:36:17 +00:00
wiz
9f068a1af3 openbsd just removed mac68k support.
From jmc@openbsd.
Bump version.
2012-06-20 23:27:35 +00:00
taca
ae28d6f0d6 Remove PHP 5.2.x supporting code. 2012-06-18 15:14:19 +00:00
cheusov
8b788c26ac Fix bug in dictl reported in Debian Linux (bug# 677868).
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677868
Dump pkgrevision for dict-client
2012-06-17 13:18:42 +00:00
taca
36523c541e php-pspell build with php5 fine. I misstook something.
So, remove restriction of php-pspell and revert php5-extensions/Makefile.
2012-06-16 09:56:03 +00:00
taca
685a66b049 Allow build with php54. 2012-06-16 05:26:34 +00:00
taca
60cbca5de4 Use bundled version instead of PECL release for PHP 5.2.x. 2012-06-16 03:02:09 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
sbd
d2101c94ff Add missing archivers/xz buildlink.
Bump PKGREVISION
2012-06-14 07:39:36 +00:00
taca
85470cb719 Update ruby-rdtool to 0.6.37.
= CHANGES
:0.6.37
  * Fix rd2man-lib for Ruby1.9.1
:0.6.36
  * Fix rd2man-lib for Ruby1.9.1, remove invalid @filename.
:0.6.35
  * Fix rd2man-lib for Ruby1.9.1. Thanks to Salvatore Bonaccorso.
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676154
2012-06-13 14:43:24 +00:00
taca
feb8acf5b4 Update ruby-nokogiri to 1.5.4.
== 1.5.4 / unreleased

* Features

  * The "nokogiri" script now has more verbose output when passed the `--rng` option. #675 (Thanks, Dan Radez!)
  * Build support on hardened Debian systems that use `-Werror=format-security`. #680.
  * Better build support for systems with pkg-config. #584
  * Better build support for systems with multiple iconv installations.

* Bugfixes

  * Segmentation fault when creating a comment node for a DocumentFragment. #677, #678.
  * Treat '.' as xpath in at() and search(). #690

  * [MRI, Security] Default parse options for XML documents were
    changed to not make network connections during document parsing,
    to avoid XXE vulnerability. #693

    To re-enable this behavior, the configuration method `nononet` may
    be called, like this:

    Nokogiri::XML::Document.parse(xml) { |config| config.nononet }

    Insert your own joke about double-negatives here.
2012-06-13 14:42:40 +00:00
taca
41d025c904 Update ruby-kramdown to 0.13.7.
kramdown 0.13.7 released

This release, aside from fixing bugs and some other minor changes, adds a new
converter for removing HTML tags from an element tree. This means that one can
now do

	kramdown -i html -o remove_html_tags,kramdown my_document.html

and get a nice kramdown document from a full HTML document!

Changes

1 major change

  * Implemented RemoveHtmlTags converter for removing HTML tags from an
    element tree (fixes bug RF#29282 requested by Bernard Potocki)

3 minor changes

  * Updated kramdown binary to support multiple, chained output formats

  * Added a new option for setting a default coderay highlighting language
    (requested by Lou Quillio)

  * Feature request RF#29575: Added support for &shy; soft-hyphen entity
    (requested by Alexander Gro©Î)

5 bug fixes

  * Fixed bug RF#29576: Footnotes in headers resulted in duplicated id attr in
    TOC (reported by korthaerd)
  * Multi-line titles in links are now correctly parsed
  * DOCTYPE declaration is now correctly parsed independent of case
  * Setting of nil options works now by using the String ¡Ænil¡Ç
  * Fixed table-of-content test cases (test went green although the meaning of
    the test was not satisfied due to copy-paste - d¡Çoh!)

1 documentation fix

  * Fixed bug RF#29577: sidebar link to news page was broken for HTML pages in
    sub directories (reported by korthaerd)
2012-06-13 14:41:03 +00:00
wiz
f98e8b0585 Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
obache
364c07786b Update mecab to 0.994.
* add relearning function
* add automatic estimation of word cost for user dictionary
2012-06-10 11:54:44 +00:00
wiz
4c2762b09d + ocaml-text. 2012-06-04 14:28:35 +00:00