Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv17504
Added Files:
aspell.info aspell.patch aspell-en.info
Log Message:
slightly newer version. Builds on 10.7. added with maintainer OK
--- NEW FILE: aspell.patch ---
diff -Nurd -x'*~' aspell-0.60.5.orig/Makefile.in aspell-0.60.5/Makefile.in
--- aspell-0.60.5.orig/Makefile.in 2006-12-19 06:03:37.000000000 -0500
+++ aspell-0.60.5/Makefile.in 2008-01-31 02:10:11.000000000 -0500
@@ -486,7 +486,7 @@
AM_CPPFLAGS = -I${srcdir}/gen -I${srcdir}/common \
-I${srcdir}/interfaces/cc/ \
-I${srcdir}/modules/speller/default/ \
- -DLOCALEDIR="$(localedir)"
+ -DLOCALEDIR="\"$(localedir)\""
SUFFIXES = .info
### Before this line add the corresponding <yourfilterlibrary>_SOURCES and
diff -Nurd -x'*~' aspell-0.60.5.orig/common/gettext.h
aspell-0.60.5/common/gettext.h
--- aspell-0.60.5.orig/common/gettext.h 2004-11-20 21:52:22.000000000 -0500
+++ aspell-0.60.5/common/gettext.h 2008-01-31 02:01:41.000000000 -0500
@@ -23,6 +23,7 @@
#define _LIBGETTEXT_H 1
/* NLS can be disabled through the configure --disable-nls option. */
+#include "settings.h"
#if ENABLE_NLS
/* Get declarations of GNU message catalog functions. */
diff -Nurd -x'*~' aspell-0.60.5.orig/common/gettext_init.cpp
aspell-0.60.5/common/gettext_init.cpp
--- aspell-0.60.5.orig/common/gettext_init.cpp 2004-11-09 03:20:24.000000000
-0500
+++ aspell-0.60.5/common/gettext_init.cpp 2008-01-31 02:05:50.000000000
-0500
@@ -16,7 +16,7 @@
if (did_init) return;
did_init = true;
}
- bindtextdomain("aspell", LOCALEDIR);
+ bindtextdomain("aspell.15", LOCALEDIR);
}
#else
diff -Nurd -x'*~' aspell-0.60.5.orig/po/Makevars aspell-0.60.5/po/Makevars
--- aspell-0.60.5.orig/po/Makevars 2004-01-03 07:06:24.000000000 -0500
+++ aspell-0.60.5/po/Makevars 2008-02-03 16:18:05.000000000 -0500
@@ -1,7 +1,7 @@
# Makefile variables for PO directory in any package using GNU gettext.
# Usually the message domain is the same as the package name.
-DOMAIN = $(PACKAGE)
+DOMAIN = $(PACKAGE).15
# These two variables depend on the location of this directory.
subdir = po
--- NEW FILE: aspell-en.info ---
Package: aspell-en
Version: 7.1-0
Revision: 1000
Source: mirror:gnu:aspell/dict/en/aspell6-en-%v.tar.bz2
Source-MD5: beba5e8f3afd3ed1644653bb685b2dfb
Depends: aspell (>= 0.60.4-1000), aspell-shlibs (>= 0.60.4-1000)
CompileScript: ./configure
InstallScript: make install DESTDIR=%d
DocFiles: README Copyright
Description: English dictionary for aspell
Maintainer: Kevin Horton <[email protected]>
License: OSI-Approved
Homepage: http://aspell.net
--- NEW FILE: aspell.info ---
Package: aspell
Version: 0.60.6.1
Revision: 1
Source: mirror:gnu:%n/%n-%v.tar.gz
Source-MD5: e66a9c9af6a60dc46134fdacf6ce97d7
GCC: 4.0
BuildDepends: libncursesw5 (>= 5.4-20041023-1001), libgettext3-dev,
gettext-tools, libiconv-dev, fink (>= 0.24.12-1)
Depends: ncurses, libncursesw5-shlibs (>= 5.4-20041023-1001),
libgettext3-shlibs, libiconv, %N-shlibs (>= %v-%r)
Conflicts: pspell
Replaces: pspell
Suggests: aspell-en
PatchFile: %n.patch
PatchFile-MD5: 8da214edb4735095964ebf567d7c28b6
ConfigureParams: --enable-doc-dir='${prefix}/share/doc/%n' --enable-curses
--enable-dict-dir='${prefix}/share/aspell' --infodir='${prefix}/share/info'
--mandir='${prefix}/share/man' --enable-compile-in-filters
--disable-dependency-tracking
InstallScript: <<
make install DESTDIR=%d
cp -p %b/scripts/ispell %i/bin
<<
SplitOff: <<
Package: %N-dev
Depends: %N (>= %v-%r), %N-shlibs (= %v-%r)
Replaces: %N (<< 0.60.4-1000), %N-shlibs (<< 0.60.4-1)
BuildDependsOnly: True
Files: <<
include
lib/libaspell.la
lib/libpspell.la
lib/lib*spell.dylib
<<
DocFiles: COPYING* README manual/aspell-dev.html
InfoDocs: aspell-dev.info
<<
SplitOff2: <<
Package: %N-shlibs
Depends: libgettext3-shlibs, libiconv
Files: <<
lib/lib*spell*.dylib
share/locale
<<
Shlibs: <<
%p/lib/libaspell.15.dylib 17.0.0 %n (>= 0.60.5-1002)
%p/lib/libpspell.15.dylib 17.0.0 %n (>= 0.60.5-1002)
<<
Description: Spell check better ispell - Shared libs
DocFiles: COPYING* README
<<
SplitOff3: <<
Package: %N-compat
Depends: %N (>= %v-%r)
Conflicts: ispell
Files: bin/ispell
Description: Spell check better than ispell - Ispell compat
DocFiles: COPYING* README
<<
DocFiles: README COPYING manual/aspell.html
InfoDocs: aspell.info
License: GPL
Homepage: http://aspell.net
Description: Spell checker better than ispell
DescDetail: <<
No dictionaries are installed - you'll need to install
the aspell-en package or another aspell dictionary.
Dictionaries that were used on previous versions of
aspell must be updated to work with this version.
aspell-compat installs a script called "ispell" that
behave like ispell, but better.
<<
DescPackaging: <<
dmacks: patch gettext.h to access ENABLE_NLS from configure so that
gettext is enabled. Patch gettext_init.cpp so that message catalogs,
which are used by the .dylib, include libversion in their name (for
Shared Library Policy sanity). Patch Makefile.in to quote LOCALEDIR
correctly for compiler.
<<
Maintainer: Kevin Horton <[email protected]>
------------------------------------------------------------------------------
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs