Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1:/tmp/cvs-serv6497

Added Files:
        tcltk-8.4.1-1.info 
Log Message:
New upstream version.


--- NEW FILE: tcltk-8.4.1-1.info ---
Package: tcltk
Version: 8.4.1
Revision: 1
Depends: %N-shlibs (= %v-%r), %N-dev (=%v-%r)
Source: mirror:sourceforge:tcl/tcl%v-src.tar.gz
Source2: mirror:sourceforge:tcl/tk%v-src.tar.gz
SourceDirectory: tcl%v
Source2Directory: tk%v
Source-MD5: 42fa43432a3a2a25d45c7f650c8f78c8 
Source2-MD5: 08ccc31fdce679ee01436278144d74ae 
CompileScript: (cd ../tcl%v/unix; ./configure --enable-shared --prefix=%p 
--exec-prefix=%p --mandir='${prefix}/share/man'; make; cd ../../tk%v/unix; ./configure 
--enable-shared --prefix=%p --exec-prefix=%p --mandir='${prefix}/share/man'; make)
InstallScript: mkdir -p %i/share/doc/%n
 (cd ../tcl%v/unix; make INSTALL_ROOT=%d install ; cd ../../tk%v/unix; make 
INSTALL_ROOT=%d install)
 (cd %i/bin; ln -s %p/bin/wish8.4 wish; ln -s %p/bin/tclsh8.4 tclsh)
 (cd %i/lib; ln -s %p/lib/tk8.4 tk; ln -s %p/lib/libtk8.4.dylib libtk.dylib; ln -s 
%p/lib/libtkstub8.4.a libtkstub.a)
 (cd %i/lib; ln -s %p/lib/tcl8.4 tcl; ln -s %p/lib/libtcl8.4.dylib libtcl.dylib; ln -s 
%p/lib/libtclstub8.4.a libtclstub.a)
 mv %i/share/man/man3/Object.3 %i/share/man/man3/Object.3.tcltk
 /usr/bin/ranlib %i/lib/libtclstub8.4.a
 /usr/bin/ranlib %i/lib/libtkstub8.4.a
SplitOff: <<
  Package: %N-shlibs
  Depends: x11
  Replaces: %N (<= 8.3.3-6)
  Files: lib/libtcl8.4.dylib lib/libtk8.4.dylib
  Shlibs: <<
    %p/lib/libtcl8.4.dylib 8.4.0 %n (>= 8.4.1-1)
    %p/lib/libtk8.4.dylib 8.4.0 %n (>= 8.4.1-1)
<<
  DocFiles: ../tcl%v/license.terms:LICENSE.tcl ../tcl%v/README:README.tcl 
../tcl%v/ChangeLog:ChangeLog.tcl ../tk%v/license.terms:LICENSE.tk 
../tk%v/README:README.tk ../tk%v/ChangeLog:ChangeLog.tk 
<<
SplitOff2: <<
  Package: %N-dev
  BuildDependsOnly: True
  Depends: %N-shlibs (= %v-%r)
  Replaces: %N (<= 8.3.3-6)
  Files: include lib/*.a lib/libtcl.dylib lib/libtk.dylib share/man/man3 share/man/mann
  DocFiles: ../tcl%v/license.terms:LICENSE.tcl ../tcl%v/README:README.tcl 
../tcl%v/ChangeLog:ChangeLog.tcl ../tk%v/license.terms:LICENSE.tk 
../tk%v/README:README.tk ../tk%v/ChangeLog:ChangeLog.tk 
<<

DocFiles: ../tcl%v/license.terms:LICENSE.tcl ../tcl%v/README:README.tcl 
../tcl%v/ChangeLog:ChangeLog.tcl ../tk%v/license.terms:LICENSE.tk 
../tk%v/README:README.tk ../tk%v/ChangeLog:ChangeLog.tk 
Description: Tool Command Language and the Tk toolkit.
DescDetail: <<
Tcl provides a portable scripting environment for Unix, Windows, and Macintosh
that supports string processing and pattern matching, native file system access,
shell-like control over other programs, TCP/IP networking, timers, and 
event-driven I/O. Tcl has traditional programming constructs like variables, loops,
procedures, namespaces, error handling, script packages, and dynamic loading of DLLs.

Tk provides portable GUIs on UNIX, Windows, and Macintosh. A powerful widget set
and the concise scripting interface to Tk make it a breeze to develop sophisticated
user interfaces.
<<
PostInstScript: <<
update-alternatives --install %p/share/man/man3/Object.3 Object.3 
%p/share/man/man3/Object.3.tcltk 60
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
  update-alternatives --remove Object.3 %p/share/man/man3/Object.3.tcltk
fi
<<
License: BSD
Homepage: http://tcl.activestate.com
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to