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-ac,v 1.3 2005/07/07 12:42:20 markd Exp $ --- ispell.h.orig 2005-04-29 02:46:51.000000000 +1200 +++ ispell.h @@@@ -144,6 +144,16 @@@@ #include "config.h" #include +#ifdef HAVE_INTTYPES_H +#include +#define PTRSIZE intptr_t +#else +#define PTRSIZE unsigned int +#endif +#if !defined(HAVE_INTTYPES_H) && defined(__alpha) && defined(__NetBSD__) +#define PTRSIZE unsigned long +#endif /* hack for 1.3 */ + #ifdef __STDC__ #define P(x) x #define VOID void @@@@ -380,8 +390,8 @@@@ struct hashheader unsigned short maxstringcharlen; /* Max strchr len supported */ unsigned short compoundmin; /* Min lth of compound parts */ short compoundbit; /* Flag 4 compounding roots */ - unsigned int stringsize; /* Size of string table */ - unsigned int lstringsize; /* Size of lang. str tbl */ + PTRSIZE stringsize; /* Size of string table */ + PTRSIZE lstringsize; /* Size of lang. str tbl */ unsigned int tblsize; /* No. entries in hash tbl */ unsigned int stblsize; /* No. entries in sfx tbl */ unsigned int ptblsize; /* No. entries in pfx tbl */ @ 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-ac,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 --- ispell.h.orig 2001-07-26 09:51:46.000000000 +1200 d5 2 a6 2 @@@@ -136,6 +136,16 @@@@ d22 1 a22 1 @@@@ -372,8 +382,8 @@@@ struct hashheader @ 1.1 log @Initial revision @ text @d1 5 a5 4 $NetBSD: patch-ac,v 1.1 1998/10/27 07:21:19 garbled Exp $ --- ispell.h.orig Mon Oct 26 23:13:30 1998 +++ ispell.h Mon Oct 26 23:16:48 1998 @@@@ -90,6 +90,16 @@@@ d13 1 a13 1 +#define PTRSIZE int d16 1 a16 1 +#define PTRSIZE long d22 3 a24 3 @@@@ -336,8 +346,8 @@@@ short maxstringcharlen; /* Max strchr len supported */ short compoundmin; /* Min lth of compound parts */ d26 2 a27 2 - int stringsize; /* Size of string table */ - int lstringsize; /* Size of lang. str tbl */ d30 3 a32 3 int tblsize; /* No. entries in hash tbl */ int stblsize; /* No. entries in sfx tbl */ int ptblsize; /* No. entries in pfx tbl */ @ 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 @@