Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
(No other functional change.)
|
|
(No other functional change.)
|
|
|
|
|
|
|
|
|
|
|
|
- Minor correction to POD from Daniel Leidert <daniel.leidert@wgdd.de>.
2.06 20 Jan 2009
- Fixed make_encmap to avoid spurious output when there is an error with
the input file. (Fixes [cpan #41854].)
|
|
VERSION++ just to make PAUSE happy
Message-Id: <877i4anwwt.fsf@k75.linux.bogus>
2.28 Date: 2009/02/01 12:30:18
! Unicode/Unicode.xs
Latest refactoring broke the backward compatibility
w/ Perl 5.8.6 and before now restored
Message-Id: <1233185156.DABa130.74940@basic2.hostingcompartido.com>
Message-Id: <693254b90902010027x277a5d0fm4f5700ba2f276239@mail.gmail.com>
! lib/Encode/MIME/Header.pm
Addressed: Split header lines are joined incorrectly
http://rt.cpan.org/Ticket/Display.html?id=42902
2.27 2009/01/21 22:55:07
! lib/Encode/MIME/Header.pm t/mime-header.t
Addressed: Encode::MIME::Header MIME-Q encoding truncates
trailing zeros in some circumstances
http://rt.cpan.org/Ticket/Display.html?id=42627
! lib/Encode/Alias.pm
Added alias: unicode-1-1-utf-7
http://rt.cpan.org/Ticket/Display.html?id=38558
! Encode.pm
Documented: _utf8_on() does not work for tainted values
http://rt.cpan.org/Ticket/Display.html?id=41163
! bin/enc2xs
s[oss.software.ibm.com/icu][www.icu-project.org]g
http://rt.cpan.org/Ticket/Display.html?id=40245
! lib/Encode/Guess.pm t/guess.t
Addressed:Empty file should produce an error message
http://rt.cpan.org/Ticket/Display.html?id=38652
! Unicode/Unicode.xs AUTHORS
Refactored by Alex Davies
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2007-10/msg00745.html
Message-Id: <7637669B2E3D46B187591747DA27F4C8@Amelie>
|
|
changed runtime dependencies now.
|
|
|
|
No longer needs ncurses (at least on NetBSD 5.0).
Official changelog:
2008-11-01: Hunspell 1.2.8 release:
- Default BREAK feature and better hyphenated word suggestion to accept
and fix (compound) words with hyphen characters by spell checker
instead of by work breaking code of OpenOffice.org. With this feature
it's possible to accept hyphenated compound words, such as "scot-free",
where "scot" is not a correct English word.
- ICONV & OCONV: input and output conversion tables for optional character
handling or using special inner format. Example:
# Accepting de facto replacements of the Romanian comma acuted letters
SET UTF-8
ICONV 4
ICONV Å È
ICONV Å£ È
ICONV Å È
ICONV Å¢ È
Typical usage of ICONV/OCONV is to manage an inner format for a segmental
writing system, like the Ethiopic script of the Amharic language.
- Extended CHECKCOMPOUNDPATTERN to handle conpound word alternations, like
sandhi feature of Telugu and other writing systems.
- SIMPLIFIEDTRIPLE compound word feature: allow simplified Swedish and
Norwegian compound word forms, like tillåta (till|låta) and
bussjåfør (buss|sjåfør)
- wordforms: word generator script for dictionary developers (Hunspell
version of unmunch).
- bug fixes
2008-08-15: Hunspell 1.2.7 release:
- FULLSTRIP: new option for affix handling. With FULLSTRIP, affix rules can
strip full words, not only one less characters.
- COMPOUNDRULE works with all flag types. (COMPOUNDRULE is for pattern
matching. For example, en_US dictionary of OpenOffice.org uses COMPOUNDRULE
for ordinal number recognition: 1st, 2nd, 11th, 12th, 22nd, 112th, 1000122nd
etc.).
- optimized suggestions:
- modified 1-character distance suggestion algorithms: search a TRY character
in all position instead of all TRY characters in a character position
(it can give more readable suggestion order, also better suggestions
in the first positions, when TRY characters are sorted by frequency.)
For example, suggestions for "moze":
ooze, doze, Roze, maze, more etc. (Hunspell 1.2.6),
maze, more, mote, ooze, mole etc. (Hunspell 1.2.7).
- extended compound word checking for better COMPOUNDRULE related
suggestions, for example English ordinal numbers: 121323th -> 121323rd
(it needs also a th->rd REP definition).
- bug fixes
2008-07-15: Hunspell 1.2.6 release:
- bug fix release (fix affix rule condition checking of sk_SK dictionary,
iconv support in stemming and morphological analysis of the Hunspell
utility, see also Changelog)
2008-07-09: Hunspell 1.2.5 release:
- bug fix release (fix affix rule condition checking of en_GB dictionary,
also morphological analysis by dictionaries with two-level suffixes)
2008-06-18: Hunspell 1.2.4-2 release:
- fix GCC compiler warnings
2008-06-17: Hunspell 1.2.4 release:
- add free_list() for C, C++ interfaces to deallocate suggestion lists
- bug fixes
2008-06-17: Hunspell 1.2.3 release:
- extended XML interface to use morphological functions by standard
spell checking interface, spell() and suggest(). See hunspell.3 manual page.
- default dash suggestions for compound words: newword-> new word and new-word
- new manual pages: hunspell.3, hzip.1, hunzip.1.
- bug fixes
|
|
|
|
New in 1.1
- Make get_lb_prop_lang static and not an exported symbol
- Define is_line_breakable to alias to is_breakable
- Declare get_next_char_utf* will be changed to lb_get_next_char_utf*
- Move the declarations of get_next_char_utf* from linebreak.h to
linebreakdef.h
- Add the function documentation comments to the header files
|
|
pkgsrc's docutils doesn't install an egg-info so dont note the requirement
in this egg-info as it wont be detected.
Bump PKGREVISION.
|
|
|
|
Jinja is a sandboxed template engine written in pure Python. It provides a
Django like non-XML syntax and compiles templates into executable python
code. It's basically a combination of Django templates and python code.
|
|
|
|
Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of multiple
reStructuredText sources), written by Georg Brandl. It was originally
created to translate the new Python documentation, but has now been cleaned
up in the hope that it will be useful to many other projects.
Sphinx uses reStructuredText as its markup language, and many of its
strengths come from the power and straightforwardness of reStructuredText
and its parsing and translating suite, the Docutils.
Although it is still under constant development, the following features are
already present, work fine and can be seen "in action" in the Python docs:
* Output formats: HTML (including Windows HTML Help), plain text and LaTeX,
for printable PDF versions
* Extensive cross-references: semantic markup and automatic links for
functions, classes, glossary terms and similar pieces of information
* Hierarchical structure: easy definition of a document tree, with automatic
links to siblings, parents and children
* Automatic indices: general index as well as a module index
* Code handling: automatic highlighting using the Pygments highlighter
* Various extensions are available, e.g. for automatic testing of snippets
and inclusion of appropriately formatted docstrings.
|
|
Upstream changes:
2009-01-27 0.60 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Optimize for threaded perls. (Goro Fuji, RT#42517)
Non-threaded perls won't notice
2009-01-23 0.59 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Wrong e-mail in META.yml
* Missing $IO argument in bind_columns example (docs only)
* Upped Copyright notices to 2009
* Added warning for parse () (RT#42261)
* Small optimisations (Goro Fuji, RT#42517)
* ppport.h updated to 3.15
* Added git clone command to README
* ppport.h updated to 3.16-pre
* Optimize getline/print method calls (Goro Fuji, RT#42517)
* Decode *_char attributes for perl 5.8.2 and up
|
|
|
|
|
|
html5lib is a pure-python library for parsing HTML. The parser is
designed to handle all flavours of HTML and parses invalid documents
using well-defined error handling rules compatible with the behaviour of
major desktop web browsers.
Output is to a tree structure; the current release supports output to
DOM, ElementTree, lxml and BeautifulSoup tree formats as well as a
simple custom format.
|
|
* The AsyncModel now has a "real" asyncroneous mode which uses multiple
threads to execute the commands.
* New class Soprano::Client::SparqlModel which provides a client to http
Sparql endpoints.
* Added method Node::toN3 to easily build SPARQL queries without having
to encode nodes all the time.
* New convinience method QueryResultIterator::iterateStatementsFromBindings
* Added convinience methods to handle BackendSettings.
* Added operator[] to QueryResultIterator to easily access bindings
* Added parameters influencing the visibility to onto2vocabularyclass
* Soprano::Node now comes with definitions of qHash for both Node and QUrl
* Sesame2 updated to 2.1.4
* The IndexFilterModel can now optionally index specific URIs
(IndexFilterModel::setForceIndexPredicates)
* Added method IndexFilterModel::optimizeIndex which optimizes the clucene
index on disk
* Added method IndexFilterModel::encodeUriForLuceneQuery which
encodes/escapes a URI so it can be used as a field in a clucene query.
* SPARQL endpoint query support in sopranocmd
* Performace improvements
|
|
|
|
well over a year now. Sorry. :-(
|
|
rationalisation of backends (and also allows wiring the database to the older
database format if desired).
The "suggested options" select support for both formats, which is also the
status quo.
|
|
|
|
This is liblinebreak, an implementation of the line breaking
algorithm as described in Unicode 5.0.0 Standard Annex 14, Revision
19, available at http://www.unicode.org/reports/tr14/tr14-19.html
|
|
|
|
Changes in 0.14.2:
------------------
* Updated translations:
et (Priit Laes)
|
|
|
|
Upstream changes:
1.36 Wed 7 Jan 2009
- Fixing missing feature reported by H.Merijn Brand
1.35 Wed 17 Dec 2008
- Production release for changes in 1.34_01
- No other changes
1.34_01 Wed 19 Nov 2008
- Improving sub-classability by passing the indent level through
to the ->_write_scalar method.
1.33 Thu 24 Jul 2008
- Export Load and Dump functions by default.
|
|
Pkgsrc changes:
o Add PERL5_REQD+= 5.8.3
Upstream changes:
version: 0.30
date: Sun Jan 11 12:53:55 IST 2009
changes:
- Plug a leak in Load
- More efficient intermediate structure allocation
|
|
Pkgsrc changes:
o Change to Module::Build
o Adjust dependency according to META.yml
Upstream changes:
1.42 - January 3, 2008
- When transforming elements with attributes into hash-refs - make
sure they are placed in the correct namespace. Previously
<media:description> over-rided the plain <description>. (as in Flickr).
1.41 - December 4, 2008
- Made the default keys for the channel link, description and title undef
instead of ''. They become '' once they are opened.
- http://rt.cpan.org/Public/Bug/Display.html?id=40686
- Now keeping track of rdf:resource of <image> in RSS 1.0:
- http://rt.cpan.org/Ticket/Display.html?id=3978
- Made sure that channel/{link,description,title} are localized to
the empty string before rendering, to allow for better backwards
compatibility.
- http://rt.cpan.org/Public/Bug/Display.html?id=40686
1.40 - December 1, 2008
- Now outputting an arrayref of <skipDays>/<day>'s and <skipHours>/<hours>
properly.
- http://rt.cpan.org/Public/Bug/Display.html?id=40978
- Now parsing multiple <category>'ies inside an <item> into an
array-reference.
- http://rt.cpan.org/Ticket/Display.html?id=38296
- Now outputting an arayref of <item>/<category> prpoerly.
- http://rt.cpan.org/Ticket/Display.html?id=38296
- Parsing multiple <channel>/<category> into arrays.
- http://rt.cpan.org/Public/Bug/Display.html?id=9729
- Rendering multiple <channel>/<category> elements from array refs.
- http://rt.cpan.org/Public/Bug/Display.html?id=9729
- Now parsing multiple dc:items into an array
reference (at least inside an <item>):
- http://rt.cpan.org/Public/Bug/Display.html?id=6000
- Added the modules_as_arrays option to parse repeatable module elements
into an array ref.
1.38 - November 27, 2008
- Added support for duplicate items of RSS modules.
- http://rt.cpan.org/Public/Bug/Display.html?id=4495
- Added support for multiple Dublin Core elements. One can point
the field to an array and it will create multiple elements:
- http://rt.cpan.org/Public/Bug/Display.html?id=6000
- Now parsing several <skipDays>/<day>s and <skipHours>/<hour>s into
an array reference instead of concatenating them together.
- http://rt.cpan.org/Public/Bug/Display.html?id=40978
|
|
Upstream changes:
0.05 Mon Dec 15 2008
- skip some tests when missing English dictionary
- added license
0.04 Sun Dec 14 2008
- patch by Yanick Champoux with three changes :
- lang option
- cached Text::Aspell object
- made suggestions() context-aware
|
|
Pkgsrc changes:
o Add PERL5_REQD+=5.8.0
Upstream changes:
0.8 2008/12/07
- Added support for ddns-rev-name, ddns-txt and ddns-fwd-name
statements, based on patch by Franck Joncourt.
|
|
Upstream changes:
0.30 - 2008-11-26
* Remove the "wrapper" export, its name is too generic and clashes with a lot
of existing code. It's a negligible amount of sugar.
|
|
Upstream changes:
No change log available (lazy bums!).
Judging from the diff they are minor.
|
|
Pkgsrc changes:
o Add some cludges to tell pkgsrc this is really version 1.61, not 1.61a
(the module version is 1.61)
Upstream changes:
Changes for version 1.61 (Dec 29, 2008)
------------------------
- Fix bugs in locale operations for format_price (thanks Moritz Onken)
- Fix documentation in format_bytes (rt # 42036)
- Enable warning when format_bytes called with numeric precision not hash
|
|
Pkgsrc changes:
o Adjust dependencies, including reshuffling to match contents
and order in META.yml
o Require perl version 5.8, also according to META.yml
Upstream changes:
4.63 Sat Jan 3 12:46:15 EST 2009
[DOCUMENTATION]
- Improve docs for writing your own constraints (girlwithglasses)
4.62 Sat Jan 3 12:10:14 EST 2009
[DOCUMENTATION]
- Fix typo in ConstraintsFactory docs (Geraint A. Edwards)
- Clarified docs for get_filtered_data (Lisa Hagemann)
- Clarify that 'field_filter_regexp_map' can take coderefs as
values (Ron Savage)
[INTERNALS]
- Better diagnostics when load_profiles fails (Thoralf Klein)
- Improved portability of t/untaint.t (Alexandr Ciornii)
- Make some tests conditional on Date::Calc being installed (Frank Wiles)
|
|
Still builds with this patch and curl-7.18, so no PKGREVISION bump.
Addresses PR 40369.
|
|
This addresses one of the issues in PR 30019.
|
|
|
|
First beta of soprano 2.2. Required for KDE 4.2
|
|
|
|
ebook-tools provides tools for accessing and converting various
ebook file formats.
|
|
|
|
- fix build on the less GNUish systems where wc -l outputs leading whitespace
- some words added
|