Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10819/10.3/unstable/main/finkinfo/text

Modified Files:
        mecab.info 
Log Message:
* The license is changed to BSD/GPL/LGPL triple license.
* %p/etc/mecabrc is ConfFiles.
* Link libiconv properly and builddepend on it.


Index: mecab.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/mecab.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mecab.info  28 Apr 2007 08:27:43 -0000      1.3
+++ mecab.info  29 Apr 2007 13:47:06 -0000      1.4
@@ -1,9 +1,10 @@
 Package: mecab
 Version: 0.95
-Revision: 1
+Revision: 2
 Description: Yet Another Morphological Analyzer - programs
-License: LGPL
+License: OSI-Approved
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
+BuildDepends: libiconv-dev
 Depends: %N-shlibs (>= %v-%r)
 Recommends: mecab-ipadic
 Conflicts: mecab (<< 0.91)
@@ -11,8 +12,7 @@
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 043418ea1a36b4d4720d2711ba7c0e36
 GCC: 3.3
-SetLIBS: -liconv
-ConfigureParams: --prefix=%p --libexecdir=%p/lib --mandir=%p/share/man 
--with-perl5=/usr/bin/perl
+ConfigureParams: --prefix=%p --libexecdir=%p/lib --mandir=%p/share/man 
--with-perl5=/usr/bin/perl --with-libiconv-prefix=%p 
ac_cv_lib_iconv_iconv_open=yes
 PatchScript: <<
   perl -pi -e 's/[EMAIL PROTECTED]@\/libexec/[EMAIL PROTECTED]@/g' 
mecab-config.in
   perl -pi -e 's/\/ipadic$//' mecabrc.in
@@ -22,15 +22,17 @@
   make
 <<
 InstallScript: make install DESTDIR=%d
-DocFiles: AUTHORS COPYING NEWS doc/*.html
+DocFiles: AUTHORS BSD COPYING GPL LGPL NEWS doc/*.html
 SplitOff: <<
   Package: %N-shlibs
   Description:Yet Another Morphological Analyzer - shlibs
+  Depends: libiconv
   Conflicts: mecab (<< 0.91)
   Replaces: mecab (<< 0.91)
+  ConfFiles: %p/etc/mecabrc
   Files: lib/libmecab.*.dylib etc/mecabrc
   Shlibs: %p/lib/libmecab.1.dylib 2.0.0 %n (>= 0.91-1)
-  DocFiles: AUTHORS COPYING
+  DocFiles: AUTHORS BSD COPYING GPL LGPL
 <<
 SplitOff2: <<
   Package: %N-dev
@@ -40,11 +42,25 @@
   Conflicts: mecab (<< 0.91)
   Replaces: mecab (<< 0.91)
   Files: bin/mecab-config include  lib/libmecab.la lib/libmecab.dylib 
lib/libmecab.a
-  DocFiles: AUTHORS COPYING
+  DocFiles: AUTHORS BSD COPYING GPL LGPL
+  DescPackaging: <<
+  Any package which links libmecab via libtool must BuildDepend on 
libiconv-dev.
+
+  In contrast, following packages do not need libiconv-dev.
+  * Any package which links libmecab without libtool
+  * Any package which invokes mecab-config only for the purpose to find
+    dictionary building tools at %p/lib/mecab
+  <<
 <<
 DescDetail: <<
 Mecab is a part-of-speech and morphological analysis system.  
 Mecab runs two or three times quicker than Chasen, which is 
 another morphological analysis system.
 <<
+DescPort: <<
+The configure attempts to determine whether to link -liconv assuming that
+the libiconv has _iconv_open symbol, but in reality it has _libiconv_open.
+iconv_open() is a macro defined in iconv.h. For this reason, we enforce
+configure to link libiconv by ac_cv_lib_iconv_iconv_open=yes.
+<<
 Homepage: http://mecab.sourceforge.net/


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to