summaryrefslogtreecommitdiff
path: root/japanese/namazu2/pkg/DEINSTALL
diff options
context:
space:
mode:
authortaca <taca>2001-01-27 02:29:24 +0000
committertaca <taca>2001-01-27 02:29:24 +0000
commitc6dd280bf85302eb614e053484ce2b265b5c20e0 (patch)
treedeab3c62f4ac14485643d2eca4133d111107c4f8 /japanese/namazu2/pkg/DEINSTALL
parentb5fddcae282db9f39f01db660e711b75f02e0e55 (diff)
downloadpkgsrc-c6dd280bf85302eb614e053484ce2b265b5c20e0.tar.gz
Importing namazu 2.0.5 as namazu2.
Since index file format has change from 1.3.0.11, separately import instead of updating current namazu package. To do: creating package without Japanese support? Changes from Namazu namazu-1.3.0.11 (from ChangeLog) o Namazu 2.0.5 - Fix several bugs. - Add Spanish and French translations. - (Contributed by Jose Juan Zapater and Stephane Legrand.) - Add some new directives in namazurc. - MaxHit, MaxMatch - Include new upstream version of File::MMagic perl module (1.09). - Using libtool 1.3.5. - MSWord filter now supports wv 0.6.0 < http://wvWare.sourceforge.net>. o Namazu 2.0.4 - Fix a security hole which may remove your file on an indexing process with mknmz v2.0.3. It is occured only if doccat is installed on your system. (It's a Namazu's bug not doccat's one) deb packages for Debian GNU/Linux are available. o Namazu 2.0.2 - Fix several small bugs. - Support an Excel document. - xlHtml is required. - Abolish mknmz --ole option. - There is no longer need to specify the option. - Introduce mknmz --html-split option. - Split a large HTML document into parts by <a name="..."> and index them respectively. o Namazu 2.0 - Index size is reduced by about 50%. - New index structure has no compatibility with previous one. - NLS support using GNU gettext is added. - Refined configure with autoconf + automake. - Namazu core search engine library is provided. - Using File::MMagic perl module for file type detection. - New filters are added. MS Word, PDF, TeX, etc.
Diffstat (limited to 'japanese/namazu2/pkg/DEINSTALL')
-rw-r--r--japanese/namazu2/pkg/DEINSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/namazu2/pkg/DEINSTALL b/japanese/namazu2/pkg/DEINSTALL
new file mode 100644
index 00000000000..d8ad15b6942
--- /dev/null
+++ b/japanese/namazu2/pkg/DEINSTALL
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1.1.1 2001/01/27 02:29:24 taca Exp $
+#
+
+case "$2" in
+ DEINSTALL) cat <<EOF
+
+=============================================================
+Note that namazu configuration (@CONFDIR@/*), index
+files (@DATADIR@/*) are not removed in the
+de-installation process. You should remove those by hand,
+if you no longer need them.
+=============================================================
+
+EOF
+ ;;
+esac