summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2008-11-28Update from versio n0.97nb1 to 0.99.he2-7/+7
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.
2008-11-28Updated from version 0.50nb1 to 0.52.he2-10/+9
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
2008-11-28Added p5-XML-SAX-Base.he1-1/+2
2008-11-28Import p5-XML-SAX-Base version 1.02.he3-0/+43
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.
2008-11-28Update from version 0.14 to 0.16.he2-6/+6
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.
2008-11-25Update textproc/p5-XML-Atom to 0.32; changes since 0.31 include:kleink2-6/+6
0.32 2008.11.23 * Added base and lang to Entry and Feed object. Fixed xml:base attributes. (Simon Wistow)
2008-11-24Add fixes for security vulnerabilities reported in CVE-2008-4225 andtron5-3/+98
CVE-2008-4226 from "libxml2" SVN repository. Bump package revision.
2008-11-23Explain why this only works with python21.snj1-2/+2
2008-11-22Update from version 1.33nb1 to 1.37.he2-7/+6
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-22Updated from version 1.68 to 1.69.he2-6/+6
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-22Update from version 0.39nb1 to 0.39nb2.he1-3/+3
Pkgsrc changes: o Fix typo in HOMEPAGE URL, bump package revision
2008-11-22Update from version 0.03nb1 to 0.05.he2-8/+6
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-22Update from version 1.0.21nb1 to 1.0.24.he2-8/+7
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-22Updated from version 0.52nb1 to 0.58.he2-7/+6
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-22Add commented-out HOMEPAGE using search.cpan.org.he1-1/+2
2008-11-22Update from version 0.37nb1 to 0.38.he2-7/+6
Upstream changes: Release 0.38 - 8 March, 2008 ---------------------------- * fixed problem when creating an empty Entry. Thanks to Frank Wiegand.
2008-11-20update to detex-2.8, which has fixes for flex included (allows itchuck4-26/+26
to compile on Darwin).
2008-11-18Updated from version 0.71.001nb1 to 0.72.he2-8/+7
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-18Update from version 0.941nb1 to 0.952.he2-7/+6
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-18Update from version 0.21nb1 to 0.22.he2-7/+6
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-18user-destdir support, for dillo.wiz1-2/+3
2008-11-18Support user-destdir.dillo1-3/+4
2008-11-18+ py-lxml.wiz1-1/+2
2008-11-18Initial import of py-lxml:wiz4-0/+99
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-18Use TOOLS_PATH.bash for bash. Might fix build on Linux while hopefully notwiz1-2/+2
breaking it otherwise.
2008-11-18+ tei-p5-schema.wiz1-1/+2
2008-11-18Initial import of tei-p5-schema-1.2.0:wiz4-0/+124
This package contains the schema files for TEI P5, in both DTD and RELAX NG formats.
2008-11-18Remove teixsl-* (replaced by tei-xsl), add tei-xsl to Makefile.wiz9-129/+2
2008-11-18Initial import of tei-xsl-5.14:wiz4-0/+351
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-18Update to 1.11:wiz4-24/+31
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-18Update Pygments to 0.11.1.obache3-9/+11
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-18Add p5-Text-SpellChecker.he1-1/+2
2008-11-18Import p5-Text-SpellChecker version 0.03.he3-0/+33
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-18Add p5-Text-Aspell.he1-1/+2
2008-11-18Import p5-Text-Aspell version 0.09.he4-0/+49
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-17Added p5-Number-Spell.he1-1/+2
2008-11-17Import p5-Number-Spell version 0.04.he3-0/+29
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-15Update from version 0.13 to 0.14.seb2-7/+6
Upstream changes: 0.14 2008, Nov 15 (11:00) - Added support for lex-style blocks for lexers (LRULES and RULES/l)
2008-11-14Update textproc/p5-XML-Atom to 0.31; changes since 0.29 include:kleink2-7/+6
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-14Fix patch-aa line.wiz1-2/+2
2008-11-14Add missing file to PLIST.wiz2-2/+4
2008-11-13Updated textproc/p5-XML-Feed to 0.3abs2-12/+14
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-13Tell xmlto which bash executable to use.wiz1-4/+7
Bump PKGREVISION.
2008-11-12Update dictem to 1.0.0.obache3-13/+12
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-11Update to 20081106:wiz4-35/+74
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- updated to 1.52rhaen2-7/+6
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-11Update to uriparser-0.7.3. Adds a missing NULL check inbjs2-6/+6
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-10Update to 0.0.21:wiz5-42/+79
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-10Update to 3.4:wiz2-6/+6
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-10Update to 20081106.wiz4-47/+24
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