summaryrefslogtreecommitdiff
path: root/textproc/aspell/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-01-15 01:07:24 +0000
committerwiz <wiz@pkgsrc.org>2002-01-15 01:07:24 +0000
commit8f693822f2e25740ec8ba05eea84530600a6f16f (patch)
tree6cabae79fe6ee2dc63621acb7e1de758df3bc3fb /textproc/aspell/patches
parentc6a6a226a8627d02a572e39f91a196b4c498ade3 (diff)
downloadpkgsrc-8f693822f2e25740ec8ba05eea84530600a6f16f.tar.gz
Initial import of aspell:
Aspell is an Open Source spell checker designed to eventually replace Ispell. Its main feature is that it does a much better job of coming up with possible suggestions than Ispell does. In fact recent tests shows that it even does better than Microsoft Word 97's spell checker in some cases. In addition it has both compile time and run time support for other non English languages. Aspell is also a library however the recommend way to use aspell is through the Pspell library as the actual interface to the aspell library is constantly changing.
Diffstat (limited to 'textproc/aspell/patches')
-rw-r--r--textproc/aspell/patches/patch-aa13
-rw-r--r--textproc/aspell/patches/patch-ab21
-rw-r--r--textproc/aspell/patches/patch-ac20
-rw-r--r--textproc/aspell/patches/patch-ad13
-rw-r--r--textproc/aspell/patches/patch-ae13
5 files changed, 80 insertions, 0 deletions
diff --git a/textproc/aspell/patches/patch-aa b/textproc/aspell/patches/patch-aa
new file mode 100644
index 00000000000..14c156be1bd
--- /dev/null
+++ b/textproc/aspell/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/01/15 01:07:25 wiz Exp $
+
+--- filter/Makefile.in.orig Mon Aug 20 05:44:49 2001
++++ filter/Makefile.in
+@@ -90,7 +90,7 @@
+
+ pkginclude_HEADERS = *.hh
+
+-INCLUDES = -I../util -I$(includedir)
++INCLUDES = -I../util
+
+ libaspell_filter_la_SOURCES = filter.cc map_repl_read.cc single_repl.cc hash_repl.cc repl.cc substr_repl.cc urlskip.cc map_repl.cc sgml.cc email.cc tex.cc
+
diff --git a/textproc/aspell/patches/patch-ab b/textproc/aspell/patches/patch-ab
new file mode 100644
index 00000000000..cf4ecf3e3be
--- /dev/null
+++ b/textproc/aspell/patches/patch-ab
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/01/15 01:07:25 wiz Exp $
+
+--- lib/Makefile.in.orig Mon Aug 20 05:44:55 2001
++++ lib/Makefile.in
+@@ -92,14 +92,14 @@
+
+ CLEANFILES = dirs.h
+
+-INCLUDES = -I./inc -I../ -I../util -I../filter -I$(includedir)
++INCLUDES = -I./inc -I../ -I../util -I../filter
+
+ lib_LTLIBRARIES = libaspell.la
+
+ libaspell_la_SOURCES = config.cc language.cc phonetic.cc writable_repl.cc data.cc language_exceps.cc readonly_ws.cc writable_ws.cc manager.cc suggest.cc writable_base.cc token.cc check.cc invalid_word.cc invalid_flag.cc multi_ws.cc file_data_util.cc
+
+
+-libaspell_la_LIBADD = ../util/libaspell-util.la ../filter/libaspell-filter.la -L$(libdir) -lpspell -lpspell-impl
++libaspell_la_LIBADD = ../util/libaspell-util.la ../filter/libaspell-filter.la -lpspell -lpspell-impl
+
+
+ libaspell_la_LDFLAGS = ${extra_ldflags} -version-info 11:1:1
diff --git a/textproc/aspell/patches/patch-ac b/textproc/aspell/patches/patch-ac
new file mode 100644
index 00000000000..110aafc3946
--- /dev/null
+++ b/textproc/aspell/patches/patch-ac
@@ -0,0 +1,20 @@
+$NetBSD: patch-ac,v 1.1.1.1 2002/01/15 01:07:25 wiz Exp $
+
+--- pspell-module/Makefile.in.orig Mon Aug 20 05:45:14 2001
++++ pspell-module/Makefile.in
+@@ -86,13 +86,13 @@
+ pkgdatadir = @pkgdatadir@
+ pkgdocdir = @pkgdocdir@
+
+-INCLUDES = -I../ -I../util -I../lib/inc -I../filter -I$(includedir)
++INCLUDES = -I../ -I../util -I../lib/inc -I../filter
+
+ lib_LTLIBRARIES = libpspell_aspell.la
+
+ libpspell_aspell_la_SOURCES = manager.cc
+
+-libpspell_aspell_la_LIBADD = -L$(libdir) -lpspell-impl -L../lib/.libs ../lib/libaspell.la
++libpspell_aspell_la_LIBADD = -lpspell-impl -L../lib/.libs ../lib/libaspell.la
+
+ libpspell_aspell_la_LDFLAGS = ${extra_ldflags} -module -version-info 2:1:0
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/textproc/aspell/patches/patch-ad b/textproc/aspell/patches/patch-ad
new file mode 100644
index 00000000000..46b2e119386
--- /dev/null
+++ b/textproc/aspell/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2002/01/15 01:07:25 wiz Exp $
+
+--- src/Makefile.in.orig Mon Aug 20 05:45:00 2001
++++ src/Makefile.in
+@@ -88,7 +88,7 @@
+
+ bin_PROGRAMS = aspell word-list-compress
+
+-INCLUDES = -I../ -I../util -I../lib/inc -I../filter $(CURSES_INCLUDE) -I$(includedir)
++INCLUDES = -I../ -I../util -I../lib/inc -I../filter $(CURSES_INCLUDE)
+
+ aspell_SOURCES = aspell.cc termios.cc text_chain.cc
+ aspell_LDADD = ../lib/libaspell.la $(CURSES_LIB)
diff --git a/textproc/aspell/patches/patch-ae b/textproc/aspell/patches/patch-ae
new file mode 100644
index 00000000000..599be7eb20b
--- /dev/null
+++ b/textproc/aspell/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1.1.1 2002/01/15 01:07:25 wiz Exp $
+
+--- util/Makefile.in.orig Mon Aug 20 05:44:46 2001
++++ util/Makefile.in
+@@ -86,7 +86,7 @@
+ pkgdatadir = @pkgdatadir@
+ pkgdocdir = @pkgdocdir@
+
+-INCLUDES = -I$(includedir)
++INCLUDES =
+
+ noinst_LTLIBRARIES = libaspell-util.la
+