"This is primarily a bug fix release. It is likely the last release in the
0.7 series, and likely the last release to maintain compatibility with
Python 1.5.2."
Changes are bug fixes, better graphics handling.
Pkgsrc changes: Replaced {DE,}INSTALL scripts with @exec/@unexec entries
in PLIST.
Added LATEX2HTML_ICONPATH variable to set where latex2html's icons
appear in web space.
intended :-)
From DESCR:
Diction and style are two old standard UNIX commands. Diction
identifies wordy and commonly misused phrases. Style analyses surface
characteristics of a document, including sentence length and other
readability measures.
Provided by <xs@kittenz.org>, thanks! This closes PR pkg/16664.
- New program Iget to retrieve documents by docid
- Fixed spurious output from Isearch -t option
- Fixed score calculation for Boolean searches
- Added -l parameter to zpresent to accept docids from a file
- Fixed a bad return state that caused a segfault when no files were
found to index.
- Added improved entity replacement code to STRING class (J. Tyler)
- Improved algorithm for generating URL from path in EOS_GUIDE doctype
- Added hook for VIDB KeyLookup method
- Initial release of zpresent
- Fixed bug in EOS_GUIDE doctype which caused searches to sometimes fail
- Modified zpresent.dtd to stick the source field in the individual
result elements, rather than on the container results element.
- Added method Result::GetVKey for virtual databases so you can tell
which constituent they came from. It's an egregious hack which just
stuffs the database number at the front of the key so it can be
included in the output from zsearch and parsed by zpresent.
- Rearranged some of the XML presentation for the FGDC doctype Summary
element set
- Added a path->URL translation to EOS_GUIDE doctype to facilitate links
back to original (crawled) source documents
- Cleaned XML text of characters which should be entities
- Added zsearch program for XML search output
- Added initial version of NASA EOS/Guide doctype
- Removed some extraneous output from vidb.cxx
- Added CIPC doctype for NASA/CIP Collection metadata
- Added delimiter to Isearch output (J. Millard)
- Improved XML results presentation in FGDC doctype
does not create the directory (any longer?).
Be a bit defensive about this and add -I${BUILDLINK_DIR}/include/libxml
to BUILDLINK_CONFIG_WRAPPER_SED, while letting -I${BUILDLINK_DIR}/include
stay, too.
XXX: This should be revisited, and the packages depending on libxml2 be fixed
(either way); for now, this change fixes libwmf, ogle, and ogle_gui (and
perhaps others), while not changing the situation for kdelibs2 (which
I didn't want to test because it's too big).
Per a discussion with Johnny Lam.
Changes since p5-XML-Checker-0.10 :
- Corrected the token abbreviation sub
- Added error 170, Element can't be empty
- Added strict and warnings pragmas
- Added two new tests, t/empty_elt.t and t/high_elt_number.t
Changes :
1.39 (tjmather) 04/16/2002
- Deletes value if both System ID and value are defined
(Brian Thomas)
- Fixed bug, now TextNode->getData doesn't expand entities when
NoExpand => 1, added t/dom_noexpand.t test script (Brian Thomas)
1.38 (tjmather) 04/05/2002
- Removed bin/pretty.pl, it is now in XML-Filter-Reindent
- Removed return from addCDATA function to fix memory leak
(Steve Hay)
- Added missing _to_sax method to ProcessingInstruction class
(Patrick Whittle)
- Removed extranous debugging statement from ExternEnt subroutine
(Jon Grov)
1.37 (tjmather) 02/15/2002
- parameter should be last argument of DocumentType::addEntity
(Patrick Whittle)
of JAXP (it also includes implementations of SAX and DOM).
We install from the binary (bytecode) distribution of crimson, as crimson
is required to run jakarta-ant, and jakarta-ant is used to build crimson
from sources.
If we can read .csv files with \n embedded in the middle of entries,
we should be able to generate them too, for others to marvel at the
braindamage of such a format.
FreePWING generates book data in JIS X 4081, a subset of EPWING V1,
which is a most popular format for dictionaries in Japan. Book data
generated by FreePWING can be read with EPWING viewer applications
including proprietary
softwares.
- PurePerl: Performance enhancements
- PurePerl: Line End handling implemented.
- PurePerl: Attribute Value Normalization implemented.
- PurePerl: Fixed element copying for end_element
- Fixes for perl 5.7.2
* Fix a bug in text read routine when using 'appendix'.
* Import zlib-1.1.4.
* If the EB_DEBUG environment variable is defined, EB Library outputs
messages for debugging.
`--enable-debug' option of configure is removed.
* Fix a critical bug in decompression of EBZIP compression format.
* The maximum compression level of ebzip is changed from 3 to 5.
* Implement eb_backward_text() and revise eb_forward_text().
* The EB Library programming document (Japanese edition) is back.
* Fix bugs in compressed S-EBXA support.
* Add debug codes.
Those codes are enabled by `configure --enable-debug'.
* Rename eb_initialize_all_subbooks() to
eb_load_all_subbooks(), and
eb_initialize_all_appendix_subbooks() to
eb_load_all_appendix_subbooks(). For backward
compatibility, the old function names are defined as cpp
macros.
* Support for DUDEN EBG CD-ROMs is back.
* Fix a bug in handling of CD-ROM mounted on the root directory.
* Overhaul initialization and finalization routines in the library.
* Support compressed S-EBXA CD-ROM book.
Support Nippon daihyakka zensho, accessories to Sony
DataDiscMan DP-S1000.
* New appendices (crownfj2, crowngj).
* And many bug fixes.
Besides, add a brand new buildlink.mk.
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Changes since 0.02:
* Added the visit(), leave() and visiting() methods to Pod::POM::View
to allow visitors to track elements of the path that they've taken.
This allows one method to know if it has been called within the context
of another.
* Applied a patch from Leon Brocard to change 'length' to 'defined' to
make Pod::POM work OK with bleadperl.
* Changed Pod::POM::View::HTML view_seq_text() method to automatically
escape < > and &. Thanks to lazy POD author Mark Fowler for raising
the issue. :-)
* Applied a patch from Stas Bekman which:
- fixes the over/item functionality (quite a few very missing), see
the tests
- fixes a bug revealed with "" overload
- changes HTML version to be <code>foo</code>, not '<code>foo</code>'
- adds the URL hyperlinking code, borrowed from bleadperl's Pod::Html.
* Fixed a typo in the SYNOPSIS and removed some dead spaces. Thanks to
Ron Savage for reporting the problems.
* Added Ron's fancy-pom2.pl script as bin/custom-pom2
* Renamed pomcheck to podlint because it is a much catchier name :-)
* Added some docs to bin/pom2 and bin/podlint
* Several other minor documentation fixes and improvements.
* Fixed HTML view_verbatim() to escape < > and & to HTML entities.
* Bumped version number up to 0.11 to ensure it supercedes the ill fated
0.1 release which has been confusing CPAN ever since (0.1 < 0.03)
* Fixed HTML view_head1() to remove illegal <ul> ... </ul> tags. Also
modified view_over() to detect the type of the first item
(e.g. '=item *', '=item 1.' or '=item foo') and adjust accordingly to
create a '<ul>...</ul>' or '<ol>...</ol>' list. Item titles of the
form '*' or '1.' then get stripped off as appropiate. Thanks to
Stas Bekman for raising these issues.
* Added support for new =head3 and =head4 POD tags, also due to prodding
from Stas. :-)
* Added support for experimental 'meta' tag. Disabled by default.
This module contains some functions which are useful for quoting strings
which are going to pass through the shell or a shell-like object.
close pkg/15624, submitted by me.
Text::Substitute substitutes the contents of a hash into a file or text string.
It includes a limited set of conditionals, looping, and the ability
to include other files. It was designed primarily for generating
web content.
- Handle .csv files with any combination of unquoted fields, quoted
fields with embedded newlines, fields ending in ", embedded "\n
strings (the most fun), all on the same line.
- Vow to hunt down and kill anyone producing such files.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
1.3.4.6: fixed a compile error when using gcc 2.96
1.3.4.7: fixed a bug where a bad Host header was sent when fetching
a URL whose host was given as an IP address.
changes:
* Expat 1.95.2 has been integrated.
* James Tauber has contributed an implementation of TREX,
in the xml.schema.trex module.
* xmlproc has been updated to produce Unicode strings in
Python 2.x using the Python codecs to convert the input.
* 4XPath and 4XSLT from the 4Suite package have been
integrated as xml.xpath and xml.xslt. Both packages are a
few releases behind 4Suite. In case of conflicts with
a 4Suite installation, passing --without-{xpath,xslt}
to setup.py is recommended.
* XBEL has been updated to revision 1.1.
* The C14N code in xml.dom.ext.c14n was completely rewritten.
* Swedish and French messages have been added to xmlproc.
* New SAX2 drivers have been added for htmllib, sgmllib,
sgmlop, and sgmlop_html.
* examples/Makefile.am: added SCANOBJ_OPTIONS in case the module needs
to pass options to gtkdoc-scanobj or gtkdoc-scangobj.
* tools/gtk-doc.el: added Zucchi's emacs lisp for automatically adding
skeleton comment blocks above functions. Very handy!
* gtkdoc-scangobj.in: we now default to calling g_type_init() to
initialize the type system, rather than gtk_init(). This means you
don't need an X connection to build the docs any more. Hurrah!
Also added a '--type-init-func' argument so you can change the
function to be called. GTK+ uses --type-init-func="gtk_type_init(0)".
* gtkdoc-scan.in (ScanHeader): removed 'Found object' debug message.
Html2Wml converts HTML pages to WML pages, suitable for being viewed
on a Wap device. The conversion can be done either on the command
line to create static WML pages or on-the-fly by calling this program
as a CGI.
The GTK+ Reference Documentation Project (RDP) aims to provide a
complete set of reference material for the GLib, GDK, and GTK+
libraries.
It is created using the gtk-doc system, which parses C header files
and creates 'template' files which are then filled in by the authors.
These template files are then converted into DocBook SGML, and from
there to HTML or printed output.
This module is an interface to the gnome libxml2 DOM parser (no SAX
parser support yet), and the DOM tree. It also provides an
XML::XPath-like findnodes() interface, providing access to the XPath
API in libxml2.
Provided by Shell Hung in PR/15088.
XML::SAX is a SAX parser access API for Perl. It includes classes
and APIs required for implementing SAX drivers, along with a factory
class for returning any SAX parser installed on the user's system.
Older version (0.6) provided by Shell Hung in PR/15087.
This module offers a simple to process namespaced XML names (unames)
from within any application that may need them. It also helps
maintain a prefix to namespace URI map, and provides a number of
basic checks.
Provided by Shell Hung in PR/15408.
XML::Checker is a different ways to validating XML documents, it
provides several classes :
XML::Checker - contains the XML::Checker class that is used
by the others
XML::Checker::Parser - an XML::Parser that validates at parse time
XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time
Provided by Shell Hung in PR/15086.
oVS: ----------------------------------------------------------------------
Provided in PR 15330 by Kevin Lo (kevlo@midassol.com).
Changes since previous version:
+ More modern versions of getopt.c, getopt1.c, getopt.h taken from
the GNU C library
+ miscellaneous bug fixes and additional checks
+ tags2.j2h added
+ Added NormalGenerator for normal text
- Revised licence for inclusion in core distribution
- Consolidated POD in .pm file
- renamed tests to let DOS cope with them
- Made extract_multiple aware of skipped prefixes returned
by subroutine extractors (such as extract_quotelike, etc.)
- Made extract_variable aware of punctuation variables
- Corified tests
- Fixed extvar.t tests
Aspell is an Open Source spell checker designed to eventually replace
Ispell. Its main feature is that it does a much better job of coming up
with possible suggestions than Ispell does. In fact recent tests shows
that it even does better than Microsoft Word 97's spell checker in some
cases. In addition it has both compile time and run time support for other
non English languages. Aspell is also a library however the recommend way
to use aspell is through the Pspell library as the actual interface to the
aspell library is constantly changing.
Changes since 0.11.2:
* Added a length parameter to many Pspell functions which should cut
down on unnecessary copying of words with some programs that use
Pspell. Unfortunately this also breaks sourcecode compatibility. But
it is easy to fix, see section 2.3.4 for what to do.
* Added support for mapping the county code to a spelling for the
English language. For example the language tag ``en_GB'' will now get
the British dictionary if it is available.
* Rewrote the ``Usage'' section of the manual to use the C interface
instead of the C++ one as I recommend using the C interface even in
C++ code to avoid some of the nasty issues associated with C++
linkage.
* Libltdl is now enabled by default.
* Switched to the multi-language branch of libtool.
* Added support for iso-8859-13 and 14.
And some of bugfixes.
to ${X11PREFIX}/var/scrollkeeper, just so that everything installs where
"gnome" packages expect to find it (${PREFIX}/share/oaf included). Also let
it install the fixed database template to ${X11PREFIX}/var/lib/scrollkeeper,
rather than "/var/scrollkeeper", and register it properly. If you have
another use for this package besides gnome, you can now run
"scrollkeeper-rebuilddb -p anydir" (even "/var/scrollkeeper", if you want).
PHP is a programming language designed to be embedded into web pages.
This module provides XSLT functions for PHP4. This module replaces
textproc/php4-sablot, which has been deprecated/removed.
since the shared library major version increases with every release. Changes
from version 0.60 include:
- Bug fixes
- implemented axes 'following' and 'preceding'
- added an SXP callback for id() and a 'user data' pointer for some callbacks
- improved error messages
- added Sablotron XPath processor
- implemented xsl:key and key()
- implemented format-number() and xsl:decimal-format
- implemented xsl:number
- improved HTML indentation
- parameter entities are always parsed
- xml declaration ends with ?> using HTML method
- > is escaped in HTML
- changed SDOM_xql so it uses namespace declarations on the document element
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date. Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target. This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.