Update of /cvsroot/fink/experimental/dmrrsn
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2133

Added Files:
        tcltk.info tcltk.patch 
Log Message:
experimental update to tcltk


--- NEW FILE: tcltk.info ---
Package: tcltk
Version: 8.4.13
Revision: 1
Patch: %n.patch
BuildDepends: x11-dev
Depends: %N-shlibs (= %v-%r)
Source: mirror:sourceforge:tcl/tcl%v-src.tar.gz
Source2: mirror:sourceforge:tcl/tk%v-src.tar.gz
SourceDirectory: tcl%v
Source-MD5: c6b655ad5db095ee73227113220c0523
Source2-MD5: 0a16d4d9398e43cbb85784c85fb807a4
CompileScript: (cd ../tcl%v/unix; export COMMAND_MODE=legacy; ./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)
 /usr/bin/ranlib %i/lib/libtclstub8.4.a
 /usr/bin/ranlib %i/lib/libtkstub8.4.a
<<
# mv %i/share/man/man3/Object.3 %i/share/man/man3/Object.3.tcltk
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
DescPort: <<
 We add /System/Library/Tcl and /usr/lib to TCL_PACKAGE_PATH so that
 Tcl packages (such as darwinports) installed in the standard system
 locations will be found.
<<
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]>

--- NEW FILE: tcltk.patch ---
diff -ru tcl8.4.1/unix/configure tcl8.4.1-patched/unix/configure
--- tcl8.4.1/unix/configure     Tue Oct 22 15:18:39 2002
+++ tcl8.4.1-patched/unix/configure     Tue Aug  5 00:31:27 2003
@@ -7251,7 +7251,7 @@
 elif test "$prefix" != "$exec_prefix"; then
     TCL_PACKAGE_PATH="${libdir} ${prefix}/lib"
 else
-    TCL_PACKAGE_PATH="${prefix}/lib"
+    TCL_PACKAGE_PATH="${prefix}/lib /usr/lib ~/Library/Tcl /Library/Tcl 
/Network/Library/Tcl /System/Library/Tcl ~/Library/Frameworks 
/Library/Frameworks /Network/Library/Frameworks /System/Library/Frameworks"
 fi
 
 #--------------------------------------------------------------------


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to