Commit graph

4 commits

Author SHA1 Message Date
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
taca
0082e43ee1 Update namazu package to 2.0.19.
* pkgsrc change: sort PLIST.

Overview of Changes in Namazu 2.0.19 - Mar 12, 2009

- namazu, namazu.cgi:
* The bug in an analytical part of a complex retrieval type including
  the phrase search is corrected.

- mknmz:
* The check on the size of the file is added.

- pl/htmlsplit.pl:
* Addition of code conversion processing.
* The close forgetting of the file is corrected.

- Other filters:
* The regularization of the text is added.
* The judgment processing of an internal filter is sped up.
* It corresponds to pl/extutf8.pl and the pl/extzip.pl extensions
  module.

- Extensions module:
* The processing done with an individual filter is integrated as an
  extensions module.
* Two enhanced feature modules are added.

Pl/extutf8.pl: UTF-8 processing extension module
* It is called from the filter for extutf8.pl, and UTF-8 is processed.
* Those tool and module are used for the UTF-8 processing when the
  tool necessary for the UTF-8 processing and the judgment of the module
  can be done in the following order, and it use it.

1. NKF Perl module 2.04 or more
2. Perl 5.8 or more
3. Lv command
4. Unicode.pl module

Pl/extzip.pl: zip processing extension module
* It is called from the filter for extzip.pl, and zip is processed.
* Those tool and module are used for the zip processing when the tool
  necessary for the zip processing and the judgment of the module
  can be done in the following order, and it use it.

1. Compress::Zlib, Archive::Zip, (IO::String)
   When IO::String is installed, processing is sped up.
2. Unzip command

- pltests:
* The output of the version of some Perl modules is added.
* The check on whether there is illegal one in the value of the
  environment variable is added.
2009-03-14 15:04:39 +00:00
taca
51817b00f0 Update namazu package to 2.0.18.
Overview of Changes in Namazu 2.0.18 - May 12, 2008

* Add 'Charset' directive.
* "charset" was added to "ContentType" of the example in
  conf/namazurc-sample.
* "charset" was added to the response header in Error messages for
  namazu.cgi.
* Add HTML, BODY tags in Error messages for namazu.cgi.
* '\'', '(', ')' is converted into "'", "(", ")"
  respectively.
* Add po/{de, pl}.po files. (But, it doesn't translate.)
* Change charset from SJIS to Shift_JIS in po/ja_SJIS.po.
* Change soname (LTVERSION 8:0:1)
* pltests/env.pl: The checked environment variable and version of
  the checked Perl module is added.
* pltests/mknmz-8.pl.in: The confirmation whether the index
  has been updated is added.
* pltests/namazu-cgi-12.pl.in: Add new test.
* tests/mknmz-9: Expand test file.
* filter/hnf.pl: Correspondence GRP and bug fix.
* conf/*.win32: Add new files.
2008-03-13 16:50:40 +00:00
wiz
b231827c6a Move namazu2 to namazu, to make directory name match PKGNAME. 2007-09-20 20:53:30 +00:00
Renamed from textproc/namazu2/PLIST (Browse further)