Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
* add options -l, -r and -t. add to -f option
* improve I/O on Linux using fgetc_locked().
* improve searching of long sorted lists using tsearch()
* change order of merging and prefix-stripping so stripping all prefixes,
e.g., with -p9, will be sorted as expected
* correct a reference to freed memory after merging found with valgrind.
* fix a different case for data beginning with "--" which was treated as
a header line.
* Fix allocation problems. Open files in binary mode for reading.
Getopt returns -1, not necessarily EOF. Add const where useful. Use
NO_IDENT where necessary. malloc() comes from <stdlib.h> in standard
systems
* minor fix for resync of unified diffs checks for range (line beginning
with '@' without header lines (successive lines beginning with "---"
and "+++")
|
|
Changes:
2006-04-25 Mikio Hirabayashi
* estnode.c (est_get_host_addr): a bug about race confition of
threads was fixed.
* wavermod.c (fetch_document): a bug about checking
"content-type" header was fixed.
* wavermod.c (make_doc_from_html): "frame" and "link" elements
were to be followed.
* wavermod.c (make_doc_from_draft, make_doc_from_mime,
make_doc_with_xcmd): new functions.
* wavermod.c (waver_open): "allowrx" and "denyrx" were to be
able to be more than once.
* estwaver.c (runcrawl, proccrawl): "-restart" and "-revisit"
options were added.
* estcmd.c (doputdoc): "_lpath", "_lreal", and "_lfile" were not to be overwritten.
* estwolefind (outputlist): WWWOFFLE 2.9a was to be supported.
- Release: 1.2.4
|
|
March, the bumps for the updated expat never saw this package
because it depend on it directly instead of using buildlink3.mk files.
This fixes build problem where you could be attempting to install
intltool with new expat and old p5-XML-Parser.
|
|
patch provided by Jake Kupersmith per PR pkg/33425
|
|
Approved by the maintainer. Bump PKGREVISION.
|
|
|
|
|
|
XML::Dumper dumps Perl data to a structured XML format.
XML::Dumper can also read XML data that was previously dumped
by the module and convert it back to Perl.
This might be useful for dumping Perl objects to files
using an XML format that can be reloaded or accessed by
other programs. Maybe even by other languages.
|
|
|
|
changes: portability fixes (Solaris, IRIX, HP-UX)
|
|
changes:
-Portability fixes (Windows, HP-UX, gcc-4.1)
-Improvements: xmlDOMWrapReconcileNamespaces xmlDOMWrapCloneNode
-update to Unicode 4.01
-Bug fixes
-man pages updates and cleanups
-New features: Relax NG structure error handlers
|
|
|
|
|
|
fixing an off-by-one bug in Call.xs.
|
|
|
|
|
|
XML::ValidWriter is a drop-in replacement for XML::Writer that uses
the DTD contained in an XML::Doctype to enable compile- and run-time
checks of XML output validity. It also provides methods and functions
named after the elements mentioned in the DTD.
XML::AutoWriter is a subclass of XML::ValidWriter that provides
automatic start and end tag generation, allowing you to emit only the
"important" tags.
|
|
|
|
Text::LevenshteinXS is an XS implementation of the Levenshtein edit
distance in Perl.
A good point to start is: http://www.merriampark.com/ld.htm
|
|
|
|
2006-04-20 Mikio Hirabayashi
* estraier.c (est_db_edit_doc): a bug of ID assignment was fixed.
* estraier.c (est_db_get_doc_attr): attribute indexes were to be used.
* estraier.c (est_regex_new): case insensitive mode was added.
* estnode.c (est_url_shuttle): a bug when "resbody" was null was fixed.
* estwaver.c: new file.
* wavermod.c: new file.
* Makefile.in: a bug about compilation on Mac OS X was fixed.
- Release: 1.2.3
2006-04-15 Mikio Hirabayashi
* estraier.c (est_check_strand, est_check_stror): checking rules
were changed.
* estraier.c (est_search_union): a bug about memory allocation with
regex was fixed.
* estraier.c (est_check_stroreq): new function.
* estmaster.c (startup): "attrindex" attribute was added.
* mastermod.c (log_rotate): new function.
* estcmd.c (runcreate, runput, rungather): "-tr" option was added.
- Release: 1.2.2
|
|
No PKGREVISION bump since successful builds have the same content.
|
|
and adjust to use libxml2 depends on PHP5
bump PKGREVISION
|
|
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
|
the Korean version of the NetBSD guide.
Bump PKGREVISION.
|
|
they only affect the installed Docbook versions. Avoids possible conflicts
with other packages as happened with docbook-simple. Bump PKGREVISION.
|
|
appropriate rewriteSystem entry to the catalog. Bump PKGREVISION.
Fixes the build of htdocs after a similar rewriteSystem entry was added
to docbook-xml.
|
|
|
|
Suppose you have a large piece of text - typically, say, a web page or
a mail message. And now suppose you've done some kind of full-text
search on that text for a bunch of keywords, and you want to display
the context in which you found the keywords inside the body of the
text.
A simple-minded way to do that would be just to get the two words
either side of each keyword. But hey, don't be too simple minded,
because you've got to make sure that the list doesn't overlap. If you
have
the quick brown fox jumped over the lazy dog
and you extract two words either side of ``fox'', ``jumped'' and
``dog'', you really don't want to end up with
quick brown fox jumped over brown fox jumped over the the lazy dog
so you need a small amount of smarts. This module has a small amount
of smarts.
|
|
to avoid picking up a wrong iconv library. Patch provided by Bel Woolley
in private email.
|
|
|
|
|
|
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
|
|
|
|
The ultimate quest of this module is to produce from non-XML text
text, that will will most probably pass through any XML parser one
could find.
Basic cleaning is just XML tag matching (for every opening tag there
will be closing tag as well, and they will form a tree structure).
When you add some extra parameters, you will receive complete XML
text, including XML head and root element (if none were defined in
text, then some will be added).
|
|
|
|
|
|
This module provides unified perl interface to Snowball stemmers
(http://snowball.tartarus.org) and virtually supports various
languages. It is written using C for high performance and provides
OO and plain interfaces.
|
|
|
|
The "Encode" module provides the interfaces between Perl's
strings and the rest of the system. Perl strings are
sequences of characters.
|
|
USE_TOOLS+=msgfmt.
|
|
|
|
share/doc/html. Bumped PKGREVISION.
|
|
share/doc/html. Bumped PKGREVISION.
|
|
that they look nicer.
|
|
2006-04-10 Mikio Hirabayashi
* estraier.c (est_db_put_doc): dispensable trailer was purged from
record.
* estraier.c (est_db_add_attr_index): new function.
* estraier.c (est_aidx_seq_put, est_aidx_seq_out, est_aidx_seq_narrow):
new functions.
* estraier.c (est_aidx_attr_put, est_aidx_attr_out, est_aidx_attr_narrow):
new functions.
* estnode.c (est_url_shuttle): "limsize" parameter was added.
* mastermod.c (nmgr_clear): new function.
* estcmd.c (runcreate, proccreate): new functions.
- The Java binding and the Ruby binding was to support attribute
indexes.
- The Java binding and the Ruby binding was to support feedback of
scores.
- Release: 1.2.1
|
|
- Requires XML::Elemental 2.0 for SAX-based parsing.
- Switched internal storage of element and attribute names to
Clarkian notation.
- Too many bug fixes and minor enhancements to list.
- Added atom, itunes, openSerch, feedburner and creativeCommons
namespaces to default set.
- Moved XPath namespace and prefixes storage from Element to the
Parser module.
- Added register_ns_prefix, prefix and namespace methods to parser
for OO access to the internal hashes.
- Introduced use of Class::ErroHandler for more quieter error
handling.
- We have tests.
- Introduction of Util module. Moved as_xml and encode_xml methods
from Element to Util.
|