Age | Commit message (Collapse) | Author | Files | Lines |
|
Pkgsrc changes:
o Change to use Module::Build
Upstream changes:
0.99 October 03 2008
- Now can exclude some paths from the comparison:
- http://rt.cpan.org/Ticket/Display.html?id=39705
0.98 September 13 2008
- Added the LICENSE section to the POD (Kwalitee).
- Added the "use warnings" (Kwalitee).
- Added the "Repository URL" on the resources page.
|
|
Pkgsrc changes:
o Adjusted dependencies to fit the new requirements.
Upstream changes:
0.52 - 2008-11-19
- Fix spelling of QuoteCharacter
0.51 - 2008-11-19
- Added QuoteCharecter parameter to new() to control quoting of
attributes (perigrin)
- Added Tests and Docs
|
|
|
|
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.
The main advantages that it provides are easy dispatching of events the right
way (ie it takes care for you of checking that the handler has implemented
that method, or has defined an AUTOLOAD), and the guarantee that filters
will pass along events that they aren't implementing to handlers downstream
that might nevertheless be interested in them.
|
|
Upstream changes:
0.16 2008, Nov 25 (19:42)
- Workaround with a bug for perl 5.8.x
- Added support for multiple lexers at the same time;
- Added support to the 'x' flag on the MRULES;
0.15 2008, Nov 23 (21:27)
- Fixed some issues with a global variable.
|
|
0.32 2008.11.23
* Added base and lang to Entry and Feed object. Fixed xml:base attributes.
(Simon Wistow)
|
|
CVE-2008-4226 from "libxml2" SVN repository. Bump package revision.
|
|
|
|
Upstream changes:
1.37 - November 18, 2008
- Extracted the common parts of parse() and parsefile() into one
method (Refactoring - Shlomi Fish)
- Incorporated a modified version of a patch from Simon Wistow to
add support for the "xml:base" attribute.
- Renamed t/items-are-0.t into the more descriptive
t/test-generated-items.t , to highlight its significance and make
it easier to notice.
- Enabled backwards-compatibility mode for the "description" item
to not become a hash-ref by default if xml:base is specified.
1.36 - October 7, 2008
- ->parse() now explicitly returns $self.
- http://rt.cpan.org/Public/Bug/Display.html?id=34914
- ->parsefile() now explicitly returns $self.
- http://rt.cpan.org/Public/Bug/Display.html?id=34914
- Applied a patch to change the RSS-0.91 DTD URL from my.netscape.com
to rssboard.org:
- http://rt.cpan.org/Ticket/Display.html?id=39780
- Reformatted the Changes file to standardize on 4-space-indents.
- Small documentation patch: (add_item with dc:date)
- http://rt.cpan.org/Ticket/Display.html?id=39780
1.35 - September 13, 2008
- Added a Module::Build-based Build.PL so we'll have an easier time
with the META.yml and the Kwalitee.
- Kwalitee - added "use warnings" to all Perl files.
- now depending on at least perl-5.6.0.
- Kwalitee - fixed the "use" statement of
"Test::Run::CmdLine::Iface" to a runtime require.
1.34 - September 12, 2008
- fixed a typo in the documentation of lib/XML/RSS.pm -
"regardless" instead of "regarless".
- http://rt.cpan.org/Public/Bug/Display.html?id=37916
- (Reported by Reuben Thomas, Fixed by Shlomif).
- fixed a code fragment - pop() instead of shift() for older
items, and while() instead of if():
- http://rt.cpan.org/Public/Bug/Display.html?id=39231
- (Reported by Dave, Fixed by Shlomif).
|
|
Upstream changes:
1.69
- fix incorrect output of getAttributeNS and possibly other methods on UTF-8
- added $node_or_xpc->exists($xpath) method
- remove accidental debug output from XML::LibXML::SAX::Builder
|
|
Pkgsrc changes:
o Fix typo in HOMEPAGE URL, bump package revision
|
|
Pkgsrc changes:
o No longer a Module::Build module, so adapt.
Upstream changes:
0.05 2008-08-28 00:00:00
- Adden new contact information
- No more os x garbage files (hopefully)
0.04 2008-08-28 00:00:00
- Removed Build.PL
|
|
Upstream changes:
1.0.24 2008-11-16T14:33:30
- Add trust_list_start_value patch from Ricardo Signes (RT#40814)
to enable <li value='X'> output for list numbering.
This feature is disabled by default.
1.0.23 2008-11-02T18:24:30
- Ship a release with the correct contents so that the tests pass.
1.0.22 2008-10-23T18:24:44
- RT#37909 - Fix + in email addresses.
- RT#40303 - Fix use in Mason by adding "use re 'eval'" to both files.
- Add SVN repository to Makefile.PL
- Remove META.yml from source control so it is regenerated
automatically.
|
|
Upstream changes:
2008-10-30 0.58 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Small typo in test message (RT#40410, JPL)
* Parse error test on "\0 (RT#40507)
* Fixed allow_loose_escapes bug disclosed by RT#40507
2008-10-21 0.57 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Don't bootstrap twice. Don't know how/when it came in there
2008-10-21 0.56 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Update to ppport.h 3.14_01
* Updated docs (Unicode, TODO, Release Plan)
* As Text::CSV::Encoded is about to be released, refer to it
in the documentation
* Default for eol is "", undef now treated as ""
* Don't print $\ twice (eol prevails over $\ in ->print ())
Fix only works in perl5.8 and up
* Undef treated as 0 for boolean attributes
* Trailing whitespace in pod removed
* Sync up doc with latest Text::CSV::Encoded
* YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
2008-10-15 0.55 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Improve documentation on eol
* Unicode on perl-5.8.[0-2] sucks. Don't use it!
* Test error codes in expected IO failures
* Allow SetDiag to be used as class method
* Document the MS/Excel separation character
* Hint that eof is not an error per se (RT#40047)
2008-09-04 0.54 - H.Merijn Brand <h.m.brand@xs4all.nl>
* IO failure in print () was not propagated (ilmari, RT#38960)
2008-09-01 0.53 - H.Merijn Brand <h.m.brand@xs4all.nl>
* SvUPGRADE is a safer choice than sv_upgrade (Lubomir Rintel, RT#38890)
* bring docs in sync with reality for msg 2023
* Default eol for print is $\
* examples/csv-check should default to CSV , not to ;
* Tests for SetDiag (0)
* Tests for error 2030
* Code cleanup (Devel::Cover++)
|
|
|
|
Upstream changes:
Release 0.38 - 8 March, 2008
----------------------------
* fixed problem when creating an empty Entry.
Thanks to Frank Wiegand.
|
|
to compile on Darwin).
|
|
Pkgsrc changes:
o Tweak MASTER_SITES so that the distfile is found
Upstream changes:
No change log available. From looking at the diff and the RT database:
o Improve forward compatibility with perl 5.10.0 maintenance releases
(RT #39875?)
o fixed [rt.cpan.org #40648] Unicode text prints text on top of text before it
|
|
Upstream changes:
v0.952 2008-08-28
* Export C symbols via PL_modglobal.
v0.951 2008-08-21
* Fix Perl 5.6.2 compatibility.
* Specify Perl 5.6.2 as a minimum version.
v0.95 2008-08-17
* Add Hungarian, Romanian, and Turkish.
* Export Snowball C symbols via DynaLoader.
|
|
Upstream changes:
Convert::ASN1 0.22 -- Mon Sep 15 14:34:45 CDT 2008
Bug Fixes
* Fix decoding of OIDs with large value for 2nd element
Enhancements
* Support for SEQUENCE with no elements in ASN.1
* Added ability to define what value is put in perl data structory
when decoding NULL elements
|
|
|
|
|
|
|
|
lxml is a Pythonic binding for the libxml2 and libxslt libraries.
It is unique in that it combines the speed and feature completeness
of these libraries with the simplicity of a native Python API,
mostly compatible but superior to the well-known ElementTree API.
|
|
breaking it otherwise.
|
|
|
|
This package contains the schema files for TEI P5, in both DTD and
RELAX NG formats.
|
|
|
|
This is a set of XSLT specifications to transform TEI XML documents
to HTML, to LaTeX, and to XSL Formatting Objects.
It concentrates on TEI Lite, but adding support for other modules
is fairly easy. In the main, the setup has been used on new documents,
i.e. reports and web pages that have been authored from scratch,
rather than traditional TEI-encoded existing material.
|
|
GTK-Doc 1.11 (Nov 16 2008)
============
Changes
o 531572 : one-page generation option
o 448879 : Use a footer when generating HTML documentation
o 311857 : xsltproc very slow generating index for gtk-docs.sgml
o 335239 : Using gnome-doc-utils for gtk-doc documentation
o 460753 : enable vpath build in gtkdoc-mkhtml
o 473342 : Warn about repeated symbols in sections
o 487727 : DocBook XML DTD version
o 523669 : make check: Element publisher content does not follow the...
o 530758 : gtk-doc should not expand XML tags and their attributes
o 533262 : no-template mode scans different source files
o 534627 : gtk-doc uses non-standard HTML element
o 542137 : No declaration found for: gsf_output_*
o 543855 : Fix for Bug 460753 (enable vpath build in gtkdoc-mkhtml) ...
o 544172 : Fails to parse return value of 'char const *'
o 552822 : Add rules to create $(REPORT_FILES)
o 553407 : Example Makefile.am uses obsolete INCLUDES instead of AM_...
o 554718 : gtk-doc needs to allow versioned TARGET_DIR
o 554833 : Be more careful with " struct _ < struct_name > "
o 558082 : evince docs build fails with GTK_DISABLE_SINGLE_INCLUDES
o 559281 : Correct check for existance of gtkdoc-rebase
Contributors
Behdad Esfahbod
Christian Persch
David Nečas
Felix Riemann
Jeffrey Stedfast
Marc-Andre Lureau
Matthew Barnes
Peter Kjellerstedt
Sebastian Dröge
Simon Josefsson
Stefan Kost
|
|
Pygments changelog
==================
Version 0.11.1
--------------
(released Aug 24, 2008)
- Fix a Jython compatibility issue in pygments.unistring (#358).
Version 0.11
------------
(codename Straußenei, released Aug 23, 2008)
Many thanks go to Tim Hatch for writing or integrating most of the bug
fixes and new features.
- Lexers added:
* Nasm-style assembly language, thanks to delroth
* YAML, thanks to Kirill Simonov
* ActionScript 3, thanks to Pierre Bourdon
* Cheetah/Spitfire templates, thanks to Matt Good
* Lighttpd config files
* Nginx config files
* Gnuplot plotting scripts
* Clojure
* POV-Ray scene files
* Sqlite3 interactive console sessions
* Scala source files, thanks to Krzysiek Goj
- Lexers improved:
* C lexer highlights standard library functions now and supports C99
types.
* Bash lexer now correctly highlights heredocs without preceding
whitespace.
* Vim lexer now highlights hex colors properly and knows a couple
more keywords.
* Irc logs lexer now handles xchat's default time format (#340) and
correctly highlights lines ending in ``>``.
* Support more delimiters for perl regular expressions (#258).
* ObjectiveC lexer now supports 2.0 features.
- Added "Visual Studio" style.
- Updated markdown processor to Markdown 1.7.
- Support roman/sans/mono style defs and use them in the LaTeX
formatter.
- The RawTokenFormatter is no longer registered to ``*.raw`` and it's
documented that tokenization with this lexer may raise exceptions.
- New option ``hl_lines`` to HTML formatter, to highlight certain
lines.
- New option ``prestyles`` to HTML formatter.
- New option *-g* to pygmentize, to allow lexer guessing based on
filetext (can be slowish, so file extensions are still checked
first).
- ``guess_lexer()`` now makes its decision much faster due to a cache
of whether data is xml-like (a check which is used in several
versions of ``analyse_text()``. Several lexers also have more
accurate ``analyse_text()`` now.
|
|
|
|
This module is built on Text::Aspell, but adds some of the
functionality provided by the internal gnu aspell API. This allows
one to deal with blocks of text, rather than just words. For
instance, we provide methods for iterating through the text,
serializing the object (thus remembering where we left off), and
highlighting the current misspelled word within the text.
|
|
|
|
This module provides a Perl interface to the GNU Aspell library.
This module is to meet the need of looking up many words, one at
a time, in a single session, such as spell-checking a document in
memory.
|
|
|
|
Number::Spell provides functionality for spelling out numbers.
Currently only integers are supported.
By default Number::Spell does American formatting, but can be
configured to do European formatting by calling it with the
"Format => 'eu'" option.
|
|
Upstream changes:
0.14 2008, Nov 15 (11:00)
- Added support for lex-style blocks for lexers (LRULES and RULES/l)
|
|
0.31 2008.11.13
* Update Content-Type in XML::Atom::Client when the entity's version >= 1.0
(Thanks to David Steinbrunner RT 39801)
0.30 2008.11.12
* hopefully fix a bug where xml:base returns an empty string
e.g. http://www.nntp.perl.org/group/perl.cpan.testers/2008/11/msg2595696.html
(Thanks to tokuhirom http://d.hatena.ne.jp/tokuhirom/20081110/1226280757)
|
|
|
|
|
|
0.3 2008-11-04
- Allow more flexible identification of Formats
https://rt.cpan.org/Ticket/Display.html?id=14725
(Brian Cassidy BRICAS)
0.23 2008-10-23
- Fix mixing and matching of RSS and Atom
http://rt.cpan.org/Ticket/Display.html?id=21335
(Shlomi Fish SHLOMIF)
- Note that multiple categories was fixed at some point
http://rt.cpan.org/Ticket/Display.html?id=30234
(mattn)
- Work with xml:base (depending on version of XML::RSS)
http://rt.cpan.org/Ticket/Display.html?id=21135
http://bugs.debian.org/381359
(Gregor Herrmann and Joey Hess)
0.22 2008-10-22
- Correct namespace for terms in RSS
http://rt.cpan.org/Ticket/Display.html?id=25393
(Kent Cowgill KCOWGILL)
- Up the minimum requirement for XML::RSS to 1.31
http://rt.cpan.org/Ticket/Display.html?id=23588
(Andreas König ANDK)
- Created test for
http://rt.cpan.org/Ticket/Display.html?id=18810
(Ryan Tate)
- Allow creation of a self link
http://rt.cpan.org/Ticket/Display.html?id=39924
(Shlomi Fish SHLOMIF)
- Add support for GEORSS
http://rt.cpan.org/Ticket/Display.html?id=39924
(Scott Gifford GIFF)
- Fix fetching through proxies
http://rt.cpan.org/Ticket/Display.html?id=36233
(Trevor Vallender)
0.21 2008.10.15
- Remove the inc directory because it's not needed anymore
0.20 2008.10.15
- Allow specification of the parsing format. Fixes bugs
http://rt.cpan.org/Public/Bug/Display.html?id=35580 and
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477394
(Gregor Herrmann and Martin F Krafft)
- Allow pass through of initialisation options
http://rt.cpan.org/Public/Bug/Display.html?id=24729
(Christopher H. Laco CLACO)
- Force working version XML::Atom
http://rt.cpan.org/Public/Bug/Display.html?id=22548
http://rt.cpan.org/Public/Bug/Display.html?id=19920
- Allow extra Atom accessors
http://rt.cpan.org/Public/Bug/Display.html?id=33881
(Paul Mison PMISON)
- Prevent empty content
http://rt.cpan.org/Public/Bug/Display.html?id=29684
(Dave Rolsky DROLSKY)
- Cope with "updated" and "published" elements
http://rt.cpan.org/Public/Bug/Display.html?id=20763
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380498
(Gregor Herrmann and Joey Hess)
- Switch to Module::Build
http://rt.cpan.org/Public/Bug/Display.html?id=38283
http://rt.cpan.org/Public/Bug/Display.html?id=20575
http://rt.cpan.org/Public/Bug/Display.html?id=21300
|
|
Bump PKGREVISION.
|
|
Based on maintainer update request by PR 39892.
Major changes in 1.0.0:
- Running dictem-initialize everytime your network/internet is up
(if case you have no permanent connection to Internet,
e.g. dial-up, adsl etc.) is a bit annoying. To avoid this dictem
is (re)initialized (if needed) automatically from
dictem-select-strategy and dictem-select-database functions. As
a result, running dictem-initialize in .emacs becomes unnecessary
- New function (dictem-reinitialize-err) added
- Minor fix in dictem-initialize-databases-alist function. Now it
returns error data in case of failure, not nil.
(just like dictem-initialize-strategies-alist)
|
|
since 20071211:
- fix a wrong encoded umlaut and enhance the check for that in the Makefile
- words added and shifted around
- additionaly put the dictionary under GPLv3
- allow Ispell F prefix flag to be combined with suffixes
- eliminate absolutely useless G flag (prefix ge)
- deactivate K suffix flag: unused
- eliminate H suffix flag: was almost unused
- remove Q and q redundancy: every Q flagged word needs a q now, too
- fix build issue with de_CH hunspell dictionary (a missing ß/ss conversion)
- better empty-line fault tolerance of dictionaries
- revise the aspell Makefile target using the myspell format now for aspell
- simplify W flag
- use sha256 checksums and prevent checksumming temporary files
since 20070829:
- words added and shifted around
- Hunspell affix fix
|
|
Changelog:
1.52 02 Oct 2008
[FIXES]
- Better handling of failures during filter loading
(rlane10 via http://www.nntp.perl.org/group/perl.cpan.testers/2008/10/msg2361238.html)
1.51 28 Sep 2008
[FIXES]
- Support PDFs with 24-bit offsets in the xref stream (PDF v1.5 only)
(thanks to Dan Richman for reporting the problem and providing an example)
1.50 20 Sep 2008
[ENHANCEMENTS]
- Support for reading PDF 1.5 compressed object streams and cross reference streams.
(we cannot write this style, but we can append to it)
[FIXES]
- Decompression of PNG-filtered streams was totally broken.
- Deleting pages now also deletes back references from annotations on that page.
- cleanse() now removes PieceInfo data. I have no idea what
PieceInfo does, but it had a whole bunch of page back links
that broke page deletion.
|
|
parsing routines. Also, they ship doxygen-generated qt help
files, but installing those will require a seperate docs package
or doxgen option to avoid the large dependency.
|
|
0.0.21 (stable)
added experimental support for dblatex(needs installed
dblatex package)
fixed issue with cp -a option on non-gnu systems
non-mandatory support for libpaper
0.0.20 (stable)
added experimental fop support(needs installed fop package)
possibility to read a stylesheet from STDIN
some small fixes/changes in docbook formats and xmlto script
0.0.19 (stable)
added supported for basename with spaces, stringparam
option for passing argument to stylesheet, bash no
longer hardcoded, added option for not cleaning temp
files for diagnostics.
|
|
iso-codes 3.4
-------------
Tobias Quathamer <toddy@debian.org>
Tue, 4 November 2008
[ ISO-3166 ]
* Changes from ISO-3166 MA Newsletter VI-3:
- NP full name to "Federal Democratic Republic of Nepal"
[ ISO-639 ]
* Update to 2008-10-21
[ ISO-639-3 ]
* Update to 2008-10-23
[ ISO-15924 translations ]
* Spanish by Juan Cuquejo Mira (TP)
[ ISO-639 translations ]
* Simplified Chinese by LI Daobing (TP)
* Finnish by Tommi Vainikainen (TP)
* Dutch by Freek de Kruijf (TP)
* Irish by Kevin Scannell (TP)
* Italian by Milo Casagrande (TP)
* Vietnamese by Clytie Siddall (TP)
* Esperanto by Edmund GRIMLEY EVANS (TP)
* Marathi correction by pn-guest. Closes: alioth#311136
* Konkani correction by pn-guest. Closes: alioth#311136
* Greek by Athanasios Lefteris. Closes: alioth#311159
* Russian by Yuri Kozlov
* French by Christian Perrier
* Lithuanian updated by Kęstutis Biliūnas.
[ ISO-639-3 translations ]
* Greek by Athanasios Lefteris. Closes: alioth#311159
* French update by Christian Perrier
* Lithuanian updated by Kęstutis Biliūnas.
[ ISO-4217 translations ]
* Simplified Chinese by LI Daobing (TP)
[ ISO-3166 translations ]
* Hindi by Kumar Appaiah (sent directly to Christian Perrier)
* Georgian by Aiet Kolkhi. Closes: #498421
* Polish by Lukasz Pazdziora (sent directly to Christian Perrier)
* Macedonian by Arangel Angov (sent directly to Christian Perrier)
* Correct wrong German translation for ETH, thanks to Stefan Lüchinger.
Closes: alioth#311152
* Russian by Yuri Kozlov
* Lithuanian updated by Kęstutis Biliūnas.
* Estonian updated by Tõivo Leedjärv, sent directly to mailing list
|
|
NOTE: Now installs de_AT, de_CH, and de_DE dictionaries
instead of "german" before.
since 20071211:
- fix a wrong encoded umlaut and enhance the check for that in the Makefile
- words added and shifted around
- additionaly put the dictionary under GPLv3
- allow Ispell F prefix flag to be combined with suffixes
- eliminate absolutely useless G flag (prefix ge)
- deactivate K suffix flag: unused
- eliminate H suffix flag: was almost unused
- remove Q and q redundancy: every Q flagged word needs a q now, too
- fix build issue with de_CH hunspell dictionary (a missing ß/ss conversion)
- better empty-line fault tolerance of dictionaries
- revise the aspell Makefile target using the myspell format now for aspell
- simplify W flag
- use sha256 checksums and prevent checksumming temporary files
since 20070829:
- words added and shifted around
- Hunspell affix fix
since 20030222:
- in order to make use of Hunspell's compound word support, categorise noun
word lists into compoundable end and non-end words.
- add blacklists to prevent by compound rules wrongly accepted words to be
accepted
- add Binnen-I support
- add "nosuggest" flag used by Hunspell to some words where it's appropriate
- in order to support as well Hunspell optimized dictionary builts and ispell
and myspell builts, a complete Makefile rewrite was done. The Makefile might
now require GNU make, sorry if that causes trouble. The good news is that
makefile dependencies are clean now and make -j is possible
- igerman98 names the Ispell dictionaries after ISO 639 language codes now
(de_{AT,CH,DE}.{aff,hash})
- isowordlist is obsoleted by isowordlist-de_{AT,CH,DE} now
|