Commit graph

4124 commits

Author SHA1 Message Date
kleink
cffe5b5574 Update textproc/p5-XML-Atom to 0.32; changes since 0.31 include:
0.32  2008.11.23
    * Added base and lang to Entry and Feed object. Fixed xml:base attributes.
      (Simon Wistow)
2008-11-25 10:36:58 +00:00
tron
0dfc182105 Add fixes for security vulnerabilities reported in CVE-2008-4225 and
CVE-2008-4226 from "libxml2" SVN repository. Bump package revision.
2008-11-24 13:59:16 +00:00
snj
457575d425 Explain why this only works with python21. 2008-11-23 23:35:06 +00:00
he
e1c88b17bd Update from version 1.33nb1 to 1.37.
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).
2008-11-22 00:49:34 +00:00
he
1a4badf181 Updated from version 1.68 to 1.69.
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
2008-11-22 00:41:19 +00:00
he
b39faf9421 Update from version 0.39nb1 to 0.39nb2.
Pkgsrc changes:
 o Fix typo in HOMEPAGE URL, bump package revision
2008-11-22 00:20:58 +00:00
he
e50e93666c Update from version 0.03nb1 to 0.05.
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
2008-11-22 00:19:17 +00:00
he
ca41162e8c Update from version 1.0.21nb1 to 1.0.24.
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.
2008-11-22 00:15:22 +00:00
he
5bc5b96564 Updated from version 0.52nb1 to 0.58.
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++)
2008-11-22 00:11:41 +00:00
he
8ce167ecb4 Add commented-out HOMEPAGE using search.cpan.org. 2008-11-22 00:07:12 +00:00
he
0f001d831d Update from version 0.37nb1 to 0.38.
Upstream changes:

Release 0.38 - 8 March, 2008
----------------------------
* fixed problem when creating an empty Entry.
  Thanks to Frank Wiegand.
2008-11-22 00:06:30 +00:00
chuck
da286460a4 update to detex-2.8, which has fixes for flex included (allows it
to compile on Darwin).
2008-11-20 02:19:26 +00:00
he
1ce55749b9 Updated from version 0.71.001nb1 to 0.72.
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
2008-11-18 17:28:29 +00:00
he
fbb117ae0e Update from version 0.941nb1 to 0.952.
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.
2008-11-18 17:14:42 +00:00
he
5f1dd92cf8 Update from version 0.21nb1 to 0.22.
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
2008-11-18 17:09:00 +00:00
wiz
b478867193 user-destdir support, for dillo. 2008-11-18 16:14:33 +00:00
dillo
eeed02b920 Support user-destdir. 2008-11-18 16:08:12 +00:00
wiz
b900572e70 + py-lxml. 2008-11-18 15:46:28 +00:00
wiz
d586028e0f Initial import of py-lxml:
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.
2008-11-18 15:45:56 +00:00
wiz
160a985eac Use TOOLS_PATH.bash for bash. Might fix build on Linux while hopefully not
breaking it otherwise.
2008-11-18 15:20:54 +00:00
wiz
c035803b5a + tei-p5-schema. 2008-11-18 14:56:15 +00:00
wiz
132f89f2d3 Initial import of tei-p5-schema-1.2.0:
This package contains the schema files for TEI P5, in both DTD and
RELAX NG formats.
2008-11-18 14:55:22 +00:00
wiz
d53d745dc8 Remove teixsl-* (replaced by tei-xsl), add tei-xsl to Makefile. 2008-11-18 14:14:48 +00:00
wiz
2ff03d6504 Initial import of tei-xsl-5.14:
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.
2008-11-18 14:13:08 +00:00
wiz
d763451683 Update to 1.11:
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 &quot; struct _ &lt; struct_name &gt;  &quot;
 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
2008-11-18 11:55:58 +00:00
obache
026e8bc05d Update Pygments to 0.11.1.
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.
2008-11-18 07:29:11 +00:00
he
1789217b45 Add p5-Text-SpellChecker. 2008-11-18 05:29:57 +00:00
he
548bd4e7a5 Import p5-Text-SpellChecker version 0.03.
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.
2008-11-18 05:29:18 +00:00
he
6b53c7d84f Add p5-Text-Aspell. 2008-11-18 05:25:37 +00:00
he
4fd65ef54f Import p5-Text-Aspell version 0.09.
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.
2008-11-18 05:24:43 +00:00
he
31094a0b59 Added p5-Number-Spell. 2008-11-17 20:13:39 +00:00
he
dfb61d5049 Import p5-Number-Spell version 0.04.
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.
2008-11-17 20:11:04 +00:00
seb
a15484f3e7 Update from version 0.13 to 0.14.
Upstream changes:
0.14    2008, Nov 15 (11:00)
   - Added support for lex-style blocks for lexers (LRULES and RULES/l)
2008-11-15 14:37:24 +00:00
kleink
3bb352985a Update textproc/p5-XML-Atom to 0.31; changes since 0.29 include:
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)
2008-11-14 19:11:16 +00:00
wiz
efe4bcbef3 Fix patch-aa line. 2008-11-14 10:51:43 +00:00
wiz
49f57c59b0 Add missing file to PLIST. 2008-11-14 01:25:58 +00:00
abs
98ed3c6cbf Updated textproc/p5-XML-Feed to 0.3
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
2008-11-13 22:30:59 +00:00
wiz
a858f64b7e Tell xmlto which bash executable to use.
Bump PKGREVISION.
2008-11-13 11:15:14 +00:00
obache
2f44a4b533 Update dictem to 1.0.0.
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)
2008-11-12 12:25:27 +00:00
wiz
aad455f557 Update to 20081106:
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
2008-11-11 14:17:34 +00:00
rhaen
01a7da868d - updated to 1.52
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.
2008-11-11 09:22:10 +00:00
bjs
9be256adda Update to uriparser-0.7.3. Adds a missing NULL check in
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.
2008-11-11 09:11:22 +00:00
wiz
54b1a36c8c Update to 0.0.21:
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.
2008-11-10 23:01:38 +00:00
wiz
fe2316b0d1 Update to 3.4:
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
2008-11-10 22:38:56 +00:00
wiz
f7619b8d48 Update to 20081106.
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
2008-11-10 18:15:05 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
wiz
e885708766 Update to 1.68:
1.68pre
     - fix compilation problems
     - skip exslt tests if not available
     - added XML::LibXSLT::HAVE_EXSLT() (1/0)

1.67
     - sync the binary internals to those of XML::LibXML 1.67
     - update regression tests for compatibility with up-to-date libxslt
2008-11-10 16:49:49 +00:00
wiz
2d1e99170a Update to 1.68:
1.68pre

   - compilation problem fixes

1.67
   - many bugfixes (rt.cpan.org)
   - added XML::LibXML::Pattern module and extended pattern support in Reader
   - added XML::LibXML::XPathExpression module that can pre-compile an XPath expression
   - reimplementation of the thread support (mostly by Tim Brody)
   - structured errors XML::LibXML::Error
   - memory leak fixes
   - documentation fixes
   - README - notes for building on Win32 (C.J. Madsen)
2008-11-10 16:49:29 +00:00
obache
4978196338 Add and enable p5-Pod-Spell. 2008-11-09 13:29:44 +00:00
obache
72d2290c73 Import p5-Pod-Spell-1.01 as textproc/p5-Pod-Spell.
Requested by Jens Rehsack in PR 39543.

Pod::Spell is a Pod formatter whose output is good for spellchecking.
Pod::Spell rather like Pod::Text, except that it doesn't put much effort
into actual formatting, and it suppresses things that look like Perl symbols
or Perl jargon (so that your spellchecking program won't complain about
mystery words like "$thing" or "Foo::Bar" or "hashref").
2008-11-09 13:28:53 +00:00