summaryrefslogtreecommitdiff
path: root/japanese/namazu2/patches/patch-ab
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/patches/patch-ab
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/patches/patch-ab')
-rw-r--r--japanese/namazu2/patches/patch-ab30
1 files changed, 30 insertions, 0 deletions
diff --git a/japanese/namazu2/patches/patch-ab b/japanese/namazu2/patches/patch-ab
new file mode 100644
index 00000000000..6a31bccb872
--- /dev/null
+++ b/japanese/namazu2/patches/patch-ab
@@ -0,0 +1,30 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/01/27 02:29:25 taca Exp $
+
+--- conf/Makefile.in.orig Mon Oct 23 14:58:41 2000
++++ conf/Makefile.in
+@@ -111,10 +111,10 @@
+
+ AUTOMAKE_OPTIONS = 1.4 no-dependencies
+
+-confdir = $(sysconfdir)/$(PACKAGE)
+-conf_DATA = namazurc-sample mknmzrc-sample
++confdir = $(pkgdatadir)
++conf_DATA = namazurc.example mknmzrc.example
+ EXTRA_DIST = namazurc-sample
+-CLEANFILES = mknmzrc-sample
++CLEANFILES = namazurc.example mknmzrc.example
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =
+@@ -238,7 +238,10 @@
+ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+
+-mknmzrc-sample: ../pl/conf.pl
++namazurc.example: namazurc-sample
++ @cp -p $? $@
++
++mknmzrc.example: ../pl/conf.pl
+ perl -pe 's/^/\x23 / unless /^(\x23|package|$$)/' ../pl/conf.pl > $@
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.