GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words
in a GtkTextView widget as you type. Right-clicking a misspelled word
pops up a menu of suggested replacements.
WWW: http://gtkspell.sourceforge.net/
In addition to the usual bug fixing this update does away with the hack
that built a custom XML catalog file (now that we have proper XML catalog
support). This will cause some problems with scrollkeeper dependent ports
until I commit the fix for them shortly.
sheesh.
Besides me not doing the defines right in the first place, libtool
escapes the urls in strange and confusing ways... so screw 'em we're
patching the new paths in.
Bump the version number accordingly.
"This looks fine." jolan@
perl interface for several perl XML modules
---
XML::LibXML::Common contains several constants and functions that
are shared by XML::LibXML, XML::GDOME and XML::LibXSLT (not all
done, yet)
In addition to updating, this restores the libxml includes to
${LOCALBASE}/include/libxml2, thereby avoiding odd conflicts in other
ports.
It also creates and uses an xml catalog at /var/db/xmlcatalog that can
be updated by other ports with local dtds.
ok naddy@ jolan@
from Chris Kuethe <ckuethe@ualberta.ca>
--
Text::CSV_XS provides facilities for the composition and decomposition
of comma-separated values. An instance of the Text::CSV_XS class
can combine fields into a CSV string and parse a CSV string into
fields.
--
Pod::Simple is a Perl library for parsing text in the Pod ("plain
old documentation") markup language that is typically used for
writing documentation for Perl and for Perl modules. The Pod format
is explained in the perlpod man page; the most common formatter is
called "perldoc".