head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.2 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.3.0.66 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.64 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.62 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.60 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.58 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.56 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.54 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.52 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.50 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.48 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.46 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.44 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.42 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.40 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.38 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.36 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.34 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.32 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.30 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.28 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.26 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.24 pkgsrc-2008Q1:1.3.0.22 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.20 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.18 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.16 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.14 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.12 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.10 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.8 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.6 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.4 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.2.0.6 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.4 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.1.1.1.0.16 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.14 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.12 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-2003Q4:1.1.1.1.0.10 pkgsrc-2003Q4-base:1.1.1.1 netbsd-1-6-1:1.1.1.1.0.6 netbsd-1-6-1-base:1.1.1.1 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 netbsd-1-5-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2013.04.24.02.20.37; author rodent; state dead; branches; next 1.3; 1.3 date 2005.07.07.12.42.20; author markd; state Exp; branches; next 1.2; 1.2 date 2004.12.01.12.18.21; author markd; state Exp; branches; next 1.1; 1.1 date 2001.03.14.12.10.22; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.03.14.12.10.22; author agc; state Exp; branches; next ; desc @@ 1.4 log @Moving ispell-* packages as discussed on tech-pkg@@. Reasons being: 1) Shorter package name; 2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*, lang-* PKG_OPTIONS; 3) Simplify modifications to PKGNAME in some Makefiles; 4) Accordance with international language naming standards; and rename the ispell-base package to ispell, to be consistent with aspell and hunspell. Bump PKGREVISION where necessary. @ text @$NetBSD: patch-ae,v 1.3 2005/07/07 12:42:20 markd Exp $ --- lookup.c.orig 2005-04-15 09:25:52.000000000 +1200 +++ lookup.c @@@@ -247,11 +247,11 @@@@ int linit () if (dp->word == (unsigned char *) -1) dp->word = NULL; else - dp->word = &hashstrings[(unsigned long) dp->word]; + dp->word = &hashstrings[(PTRSIZE) dp->word]; if (dp->next == (struct dent *) -1) dp->next = NULL; else - dp->next = &hashtbl[(unsigned long) dp->next]; + dp->next = &hashtbl[(PTRSIZE) dp->next]; } } @@@@ -259,12 +259,12 @@@@ int linit () { if (entry->stripl) entry->strip = - (ichar_t *) &hashstrings[(unsigned long) entry->strip]; + (ichar_t *) &hashstrings[(PTRSIZE) entry->strip]; else entry->strip = NULL; if (entry->affl) entry->affix = - (ichar_t *) &hashstrings[(unsigned long) entry->affix]; + (ichar_t *) &hashstrings[(PTRSIZE) entry->affix]; else entry->affix = NULL; } @ 1.3 log @Update ispell-base to 3.3.02 Ispell 3.3 offers improved support for international languages, improved deformatting, and better support for compilation on Windows systems. All known security holes have been closed. A number of small bugs are also fixed. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.2 2004/12/01 12:18:21 markd Exp $ @ 1.2 log @Update ispell-base to 3.2.06 (only took 3 years :-) Ispell 3.2 is primarily a bug-fix release, but a number of new features are important to users: - There is a new interactive mode. If ispell is invoked without arguments, it will prompt for words and suggest corrections. - The emacs interface (ispell.el and ispell.texinfo) is no longer distributed with ispell. Use the code that comes with emacs, or pick it up from: ftp://kdstevens.com/pub/stevens/ispell.el.gz or the matching ispell.el home page: http://www.kdstevens.com/~stevens/ispell-page.html - There is now an HTML mode. It is automatically selected for files ending in ".html", ".htm", or ".shtml". It can also be chosen manually with the -H switch. - There is a new general-purpose deformatter switch, -F. This switch, which was suggested by Ron Guilmette, allows an external program to perform deformatting for ispell. The -F switch opens the door to completely generalized spell checking with ispell. Want to spell-check your C/C++ comments? A simple deformatter filter will do the job. See the ispell manual page for details. - The annoying "TeX backslash bug" is now fixed correctly. - TeX/LaTeX deformatting is now somewhat configurable. Check out the -k switch and TEXSKIP1 in the manual page. Also include the irix patches from PR pkg/26925 from Georg Schwarz. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- lookup.c.orig 2001-07-26 09:51:46.000000000 +1200 d5 1 a5 1 @@@@ -243,22 +243,22 @@@@ int linit () d9 2 a10 2 - dp->word = &hashstrings [ (int)(dp->word) ]; + dp->word = &hashstrings [ (PTRSIZE)(dp->word) ]; d14 2 a15 2 - dp->next = &hashtbl [ (int)(dp->next) ]; + dp->next = &hashtbl [ (PTRSIZE)(dp->next) ]; d19 1 a19 1 for (i = numsflags + numpflags, entry = sflaglist; --i >= 0; entry++) d22 3 a24 2 - entry->strip = (ichar_t *) &hashstrings[(int) entry->strip]; + entry->strip = (ichar_t *) &hashstrings[(PTRSIZE) entry->strip]; d28 3 a30 2 - entry->affix = (ichar_t *) &hashstrings[(int) entry->affix]; + entry->affix = (ichar_t *) &hashstrings[(PTRSIZE) entry->affix]; @ 1.1 log @Initial revision @ text @d1 6 a6 5 $NetBSD: patch-ae,v 1.1 1998/10/27 07:21:19 garbled Exp $ --- lookup.c.orig Mon Oct 26 23:24:20 1998 +++ lookup.c Mon Oct 26 23:25:41 1998 @@@@ -212,22 +212,22 @@@@ if (dp->word == (char *) -1) @ 1.1.1.1 log @Initial import of new format of ispell package, the interactive spelling checker. The new format allows multiple language dictionaries to be installed at the same time, and uses pkgsrc dependencies, rather then overloading the base package. This is the base package (which also installs the default American English directories). @ text @@