Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv1529

Added Files:
        enchant.info enchant.patch 
Log Message:
move to 10.7, maintainer notified

--- NEW FILE: enchant.info ---
Package: enchant
Version: 1.6.0
Revision: 1

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

BuildDepends: <<
        aspell (>= 0.60.5-1002),
        aspell-dev (>= 0.60.5-1002),
        fink (>= 0.24.12-1),
        gettext-tools,
        glib2-dev (>= 2.22.0-1),
        pkgconfig (>= 0.23)
<<
Depends: <<
        %N1-shlibs (>= %v-%r),
        aspell-shlibs (>= 0.60.5-1002),
        glib2-shlibs (>= 2.22.0-1),
        hspell
<<
Recommends: ispell
GCC: 4.0

PatchFile: %n.patch
PatchFile-MD5: f25da0a37565570c95917945eb711c27

ConfigureParams: --enable-ispell --with-ispell-dir=%p/lib --disable-myspell 
--enable-aspell --disable-uspell --enable-hspell --disable-voikko 
--disable-dependency-tracking --mandir=%p/share/man --disable-static 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"

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 (>= 2.22.0-1)
        <<
        Files: lib/libenchant.*.dylib
        Shlibs: %p/lib/libenchant.1.dylib 8.0.0 %n (>= 1.6.0-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
<<

DescPort: <<
        zemberek is a plugin but forgot its -module flag

        Makefile variable-append syntax doesn't work so well in
        shell-interpretted configure script
<<
DescPackaging: <<
        hspell lib is static-only and has lib and datafiles and
        runtime programs all in same pkg

        ispell plugin loads dicts directly (not via %p/bin/ispell
        command) so aspell-compat is not viable alternative--it
        supplies %p/bin/ispell that uses aspell back-end dicts.  Can
        reduce strength of ispell dependency b/c it's runtime-detected
        and just one of several dict plugins (allows user to install
        aspell-compat command without dep deadlock).
<<
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."
<<
License: LGPL
Maintainer: Daniel Macks <[email protected]>
Homepage: http://www.abisource.com/projects/enchant

--- NEW FILE: enchant.patch ---
diff -Nurd -x'*~' enchant-1.6.0.orig/configure enchant-1.6.0/configure
--- enchant-1.6.0.orig/configure        2010-04-01 16:56:39.000000000 -0400
+++ enchant-1.6.0/configure     2010-04-12 04:54:05.000000000 -0400
@@ -18213,7 +18213,7 @@
 fi
 
 
-       ASPELL_CFLAGS+=" -DHAVE_PSPELL_H"
+       ASPELL_CFLAGS="${ASPELL_CFLAGS} -DHAVE_PSPELL_H"
    elif test -f "$aspell_prefix/include/aspell.h"; then
        { $as_echo "$as_me:$LINENO: result: yes (aspell)" >&5
 $as_echo "yes (aspell)" >&6; }
diff -Nurd -x'*~' enchant-1.6.0.orig/src/zemberek/Makefile.in 
enchant-1.6.0/src/zemberek/Makefile.in
--- enchant-1.6.0.orig/src/zemberek/Makefile.in 2010-04-01 16:56:38.000000000 
-0400
+++ enchant-1.6.0/src/zemberek/Makefile.in      2010-04-12 04:53:15.000000000 
-0400
@@ -255,7 +255,7 @@
 zemberekdir = $(libdir)/enchant
 libenchant_zemberek_lalibdir = $(libdir)/enchant
 libenchant_zemberek_la_LIBADD = $(ZEMBEREK_LIBS) 
$(top_builddir)/src/libenchant.la
-libenchant_zemberek_la_LDFLAGS = -avoid-version -no-undefined
+libenchant_zemberek_la_LDFLAGS = -module -avoid-version -no-undefined
 libenchant_zemberek_la_SOURCES = \
        zemberek.cpp            \
        zemberek.h              \


------------------------------------------------------------------------------
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

Reply via email to