Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv4962/10.3/stable/main/finkinfo/sci

Added Files:
        tinysvm.info 
Log Message:
Sync with unstable.

--- NEW FILE: tinysvm.info ---
Package: tinysvm
Version: 0.09
Revision: 2
Description: Support Vector Machines
License: LGPL
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
Depends: %N-shlibs (>= %v-%r)
BuildDepends: autoconf (>= 2.60), automake1.9, libtool14

Source: http://www.chasen.org/~taku/software/TinySVM/src/TinySVM-%v.tar.gz
Source-MD5: 22d80bdd94c3c8373062761de0d27fde
ConfigureParams: '--mandir=${prefix}/share/man'
GCC: 3.3
PatchScript: <<
  perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' configure.in
  perl -pi -e 's/getopt\S+//g' src/Makefile.am
  rm src/getopt.*
<<
CompileScript: <<
  autoreconf -f -i
  ./configure %c
  make
  make check
<<
SplitOff: <<
  Package: %N-dev
  BuildDependsOnly: True
  Depends: %N-shlibs (= %v-%r)
  Files: include lib/libtinysvm.dylib lib/libtinysvm.a lib/libtinysvm.la
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS
<<
SplitOff2: <<
  Package: %N-shlibs
  Files: lib/libtinysvm.1.dylib lib/libtinysvm.1.2.0.dylib
  Shlibs: %p/lib/libtinysvm.1.dylib 4.0.0 %n (>= 0.09-2)
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS doc/*.{html,css}
DescDetail: <<
TinySVM is an implementation of Support Vector Machines (SVMs) [Vapnik 95],
[Vapnik 98] for the problem of pattern recognition. Support Vector Machines is
a new generation learning algorithms based on recent advances in statistical
learning theory, and applied to large number of real-world applications, such
as text categorization, hand-written character recognition.
<<
DescPort: <<
  OS X>=10.3 getopt is good enough, so don't build local one. Included libtool
  is too old to know how to build libraries on darwin, so upgrade to modern one
  and do necessary other cleanups for it.
<<
Homepage: http://www.chasen.org/~taku/software/TinySVM/


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to