Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31527

Modified Files:
        expect-x86_64.info 
Log Message:
update to expect 5.45

Index: expect-x86_64.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/expect-x86_64.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- expect-x86_64.info  5 Sep 2009 16:39:40 -0000       1.1
+++ expect-x86_64.info  30 Sep 2013 20:39:06 -0000      1.2
@@ -1,27 +1,40 @@
 Package: expect
-Version: 5.43.0
-Revision: 100
+Version: 5.45
+Revision: 101
 Architecture: x86_64
-Maintainer: Matthias Neeracher <neerac...@mac.com>
-BuildDepends: tcltk-dev (>= 8.5.6-1), x11-dev, fink (>= 0.24.12) 
-Depends: tcltk (>= 8.5.6-1)
-Source: http://expect.nist.gov/src/%n-%v.tar.gz
-SourceDirectory: %n-5.43
-Source2: mirror:sourceforge:tcl/tcl8.5.6-src.tar.gz
-Source-MD5: 43e1dc0e0bc9492cf2e1a6f59f276bc3
-Source2-MD5: d0b0b3ff7600ff63135c710b575265cd
+Maintainer: Jack Howarth <howa...@bromo.med.uc.edu>
+BuildDepends: tcltk-dev (>= 8.5.14-1), x11-dev, fink (>= 0.24.12) 
+Depends: tcltk (>= 8.5.14-1)
+Source: mirror:sourceforge:%n/Expect/%v/%n%v.tar.gz
+SourceDirectory: %n%v
+Source-MD5: 44e1a4f4c877e9ddc5a542dfa7ecc92b
 PatchFile: %n.patch
-PatchFile-MD5: abb8f562b4370f9c69a3e0833e3142c7
-#UpdateConfigGuess: true
-ConfigureParams: --mandir='$(prefix)/share/man' --with-tcl=%p/lib 
--with-tk=%p/lib --x-inc=/usr/X11R6/include --x-lib=/usr/X11R6/lib 
--with-tkinclude=%p/include --with-tclinclude=../tcl8.5.6/generic 
-SetCFLAGS: -I%p/include -I/usr/X11R6/include -I../tcl8.5.6/unix
+PatchFile-MD5: 044c5ba50d24e7016f5ae9a8c368c962
+ConfigureParams: --mandir='$(prefix)/share/man' --with-tcl=%p/lib 
--with-tk=%p/lib --x-inc=/usr/X11R6/include --x-lib=/usr/X11R6/lib 
--with-tkinclude=%p/include 
--with-tclinclude=%p/include/tcltk-private/tcl8.5/generic
+SetCFLAGS: -I%p/include -I/usr/X11R6/include
+PatchScript: <<
+  %{default_script}
+  perl -pi -e 's|bin/sh|%p/bin/expect|g' foo
+<<
+InfoTest: TestScript: make test || exit 2
+CompileScript: <<
+#!/bin/sh -ev
+  export LDFLAGS="-L%p/lib -ltclstub8.5"
+  ./configure %c
+  make
+<<
+InstallScript: <<
+#!/bin/sh -ev
+  make install DESTDIR=%d
+  install_name_tool -change libexpect%v.dylib %p/lib/%n%v/libexpect%v.dylib 
%i/bin/expect
+  install_name_tool -id %p/lib/%n%v/libexpect%v.dylib 
%i/lib/%n%v/libexpect%v.dylib
+<<
+Shlibs:%p/lib/expect5.45/libexpect5.45.dylib 5.45.0 %n (>= 5.45-100)
 SplitOff: <<
  Package: %N-dev
  BuildDependsOnly: true
  Files: <<
  include/*.h
- lib/*.a
- lib/%N5.43/*.a
  bin/[a-df-z]*
  share/man/man1/[a-df-z]*
  <<


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to