Commit graph

9 commits

Author SHA1 Message Date
joerg
f4900b79ea Add patchsum for patch-ae and update the PLIST to the desired
result.  Bump revision.
2007-08-23 09:56:55 +00:00
joerg
2992cca719 Update to swish-e 2.4.5:
- bugfixes
- FileFilter is using fork/exec directly, avoiding possible shell escape
issues
- proximity suppor tfor matchs
- fix sparc64 issues
- switch to GPL as license with a special link clause
- make use of strcoll for sorting
2007-08-16 00:14:42 +00:00
joerg
28bc2211af Inclusion of pcre.h before pcreposix.h is needed for newer pcre versions. 2006-02-07 17:17:23 +00:00
kim
587280711a Updated Swish-e to version 2.4.3.
NOTABLE CHANGES

     * "Fixed" libxml2's change in UTF8Toisolat1() return value
       Bernhard  Weisshuhn  supplied a patch to parser.c for checking the
       return  value  of  UTF8Toisolat1(). Seems that libxml2 now returns
       the number of characters converted instead of zero for success.
       http://bugzilla.gnome.org/show_bug.cgi?id=153937

     * Added swish-config and pkg-config
       Swish  now  provides a swish-config script and config file for the
       pkg-config  utility.  These tools help when building programs that
       link with the swish-e library.

     * Added SwishFuzzy function
       SwishFuzzy  function  (SWISH::API::Fuzzy)  lets  you  stem  a word
       without  first  searching.  This might be helpful for playing with
       queries prior to the search.

     * Fixed Buzzwords (and other word lists entered in the config)
       Words  entered  in  config were not converted to lower case before
       storing in the index.

     * Fixed metaname mapping problem in Merge
       Peter  Karman found an error when merging indexes where the source
       indexes had the same metanames, but listed in a different order in
       their  config  files.  Words would then be indexed under the wrong
       metaID number in the output index.

     * Added -R option to support IDF word weighting in ranking. (karman)
       Added  Inverse  Document  Frequency  calculation  to the getrank()
       routine.  This  will  allow  the  relative  frequency of a word in
       relationship  to other words in the query to impact the ranking of
       documents.

     * Swish.cgi now kills swish-e on time out
       The  example  script  swish.cgi  uses  an alarm (on platforms that
       support  alarm)  to abort processing after some number of seconds,
       but  it  was  not  killing the child process, swish-e. Bill Schell
       submitted a patch to kill the child when the alarm triggers.

     * The template search.tt was renamed to swish.tt
       The  template  was  renamed because it's used by swish.cgi, not by
       search.cgi, which was confusing.

     * Updates to the search.cgi
       The  example  script  search.cgi  was  updated to work better with
       mod_perl and to use external template files and style sheets.

     * New MS Word Filter
       James  Job  provided  the SWISH::Filter::Doc2html filter that uses
       the   wvWare   ([59]http://wvware.sourceforge.net/)   program  for
       filtering  MS  Word  documents.  If  both  catdoc  and  wvWare are
       installed then wvWare will be used.

     * Change in way symbolic links are followed
       John-Marc  Chandonia  pointed  out that if a symlink is skipped by
       FileRules,  then  the  actual file/directory is marked as "already
       seen" and cannot be indexed by other links or directly.
       Now,  files  and  directories  are not marked "already seen" until
       after passing FileRules (i.e after a file is actually indexed or a
       directory is processed).

     * UseStemming didn't take no for an answer
       UseStemming  was  coded  as  an  alias  for FuzzyIndexingMode when
       Snowball  was  compiled  in (the default), but "no" doesn't always
       mean no when the Norwegian stemmer is available.

     * Updated the index_hypermail.pl
       Updated to work with latest version of hypermail (pre-2.1.9).

     * Fixed segfault when generating warnings while parsing
       Parser.c  was incorrectly calling warning() incorrectly. And -Wall
       was not catching this!

The complete list of revisions is at http://swish-e.org/docs/changes.html
2006-02-07 13:22:53 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
kristerw
b5093449dc Make sure the directories exists before trying to install in them.
Solves PR 25426.

Add dependency on PERL5 so that the configure script does the right
thing, since this package use the path in places that cannot be
patched by REPLACE_PERL (and bin/swish-filter-test need perl to
run anyway).

Bump PKGREVISION.
2004-06-27 18:30:54 +00:00
xtraeme
c747625eab Update swish-e to 2.4.1, provided by Michal Pasternak in PR pkg/24124 plus
minor changes by me.

Too many changes to list here, please read this link to see the full
list of changes:

http://swish-e.org/current/docs/CHANGES.html (new features, bugfixes, etc).
2004-01-22 15:17:07 +00:00
zuntum
e48bc8ecbf Add Size entries to distinfo 2001-05-21 05:43:22 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00