Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sc8-pr-cvs17:/tmp/cvs-serv12969

Added Files:
        enchant.info 
Log Message:
move to stable, with maintainer's permission


--- NEW FILE: enchant.info ---
Package: enchant
Version: 1.2.6
Revision: 1002

Source: http://www.abisource.com/downloads/%n/%v/%n-%v.tar.gz
Source-MD5: 617cfe8910245cc0c4d363b54dd6d207

BuildDepends: pkgconfig, glib2-dev, libgettext3-dev, gettext-tools, 
libiconv-dev, aspell-dev (>= 0.50.5-1002), aspell (>= 0.50.5-1002)
Depends: glib2-shlibs, libgettext3-shlibs, libiconv, ispell, aspell-shlibs (>= 
0.50.5-1002), %N1-shlibs (>= %v-%r)
GCC: 4.0

PatchScript: <<
  perl -pi -e 's/(-avoid-version)/-module \1/' src/*/Makefile.in
<<
ConfigureParams: --enable-ispell --with-ispell-dir=%p/lib --disable-myspell 
--enable-aspell --with-aspell-dir=%p --disable-uspell --disable-hspell 
--disable-dependency-tracking --mandir=%p/share/man
InstallScript: <<
  MKDIRPROG="mkdir -p" make install DESTDIR=%d
<<  
DocFiles: AUTHORS BUGS COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS README 
TODO

SplitOff: <<
  Package: %N1-shlibs
  Depends: glib2-shlibs, libgettext3-shlibs, libiconv
  Files: lib/libenchant.*.dylib
  Shlibs: %p/lib/libenchant.1.dylib 4.0.0 %n (>= 1.2.6-1)
  DocFiles: AUTHORS BUGS COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS README 
TODO
  Suggests: %N
<<

SplitOff2: <<
  Package: %N1-dev
  Depends: %N1-shlibs (= %v-%r)
  BuildDependsOnly: true
  Files: include lib/libenchant* lib/pkgconfig
  DocFiles: AUTHORS BUGS COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS README 
TODO
<<

Description: Generic spell-checking dictionary
DescDetail: <<
On the surface, Enchant appears to be a generic spell checking
library. You can request dictionaries from it, ask if a word is
correctly spelled, get corrections for a misspelled word, etc...

Beneath the surface, Enchant is a whole lot more - and less - than
that. You'll see that Enchant isn't really a spell checking library at
all.

"What's that?" you ask. Well, Enchant doesn't try to do any of the
work itself. It's lazy, and requires backends to do most of its dirty
work. Looking closer, you'll see the Enchant is more-or-less a fancy
wrapper around the dlopen() system call. Enchant steps in to provide
uniformity and conformity on top of these libraries, and implement
certain features that may be lacking in any individual provider
library. Everything should "just work" for any and every definition of
"just working."
<<
DescPort: <<
  Fix compiling of modules to have correct extension for gmodule.
  See: http://bugzilla.abisource.com/show_bug.cgi?id=10398
<<
License: LGPL
Maintainer: Daniel Macks <[EMAIL PROTECTED]>
Homepage: http://www.abisource.com/projects/enchant


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to