Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29990

Modified Files:
        tcltk.info tcltk.patch 
Log Message:
moved from unstable


Index: tcltk.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/tcltk.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tcltk.info  24 Jan 2006 17:06:53 -0000      1.1
+++ tcltk.info  16 Dec 2006 23:34:04 -0000      1.2
@@ -1,26 +1,25 @@
 Package: tcltk
-Version: 8.4.1
-Revision: 12
+Version: 8.4.13
+Revision: 3
 Patch: %n.patch
 BuildDepends: x11-dev
-Depends: %N-shlibs (= %v-%r), %N-dev (=%v-%r)
+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
-#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)
+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)
- 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
 <<
+# mv %i/share/man/man3/Object.3 %i/share/man/man3/Object.3.tcltk
 SplitOff: <<
   Package: %N-shlibs
   Depends: x11
@@ -35,9 +34,9 @@
 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
+  Depends: %N (= %v-%r), %N-shlibs (= %v-%r)
+  Replaces: %N (<= 8.4.13-2)
+  Files: lib/tclConfig.sh lib/tkConfig.sh 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 
 <<
 
@@ -49,20 +48,18 @@
  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.
+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.
 
-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.
+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

Index: tcltk.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/tcltk.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tcltk.patch 24 Jan 2006 17:06:53 -0000      1.1
+++ tcltk.patch 16 Dec 2006 23:34:04 -0000      1.2
@@ -1,7 +1,7 @@
 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
-@@ -7172,7 +7172,7 @@
+@@ -7251,7 +7251,7 @@
  elif test "$prefix" != "$exec_prefix"; then
      TCL_PACKAGE_PATH="${libdir} ${prefix}/lib"
  else


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to