CVS: moonbase/devel/tcl BUILD,NONE,1.1 DETAILS,NONE,1.1

Auke Kok sofar at lunar-linux.org
Wed Nov 5 22:17:24 GMT 2003


Update of /var/cvs/lunar/moonbase/devel/tcl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12655/devel/tcl

Added Files:
	BUILD DETAILS 
Log Message:
Removing tcl-tk and creating 2 simpler modules: tcl and tk. tk depends on tcl, and actually uses the source from tcl for compiling. Other than that, tcl compiles without Xfree86 or tk (as expected). This will resolve some issues since it was possible to install tcl-tk without the tk-libs, and other apps depending on those would not be able to resolve that problem. Also all depends on tcl-tk were screened and changed either into tcl or tk. Hope you followed all of this. /me out. (beer)


--- NEW FILE: BUILD ---
(

  cd unix                              &&
  ./configure  --prefix=/usr           \
               --mandir=/usr/share/man &&
  make                                 &&
  prepare_install                      &&
  make install                         &&
  ln -sf tclsh8.4 /usr/bin/tclsh    

) > $C_FIFO 2>&1

--- NEW FILE: DETAILS ---
           MODULE=tcl
          VERSION=8.4.4
           SOURCE=$MODULE$VERSION-src.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
    SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
    SOURCE_VFY[0]=md5:e503db5f1d762c2a3bbe7cb02c630659
         WEB_SITE=http://www.scriptics.com
          ENTERED=20010922
          UPDATED=20031105
            SHORT="Tcl provides a multi-platform scripting environment."
cat << EOF
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.
EOF




More information about the Lunar-commits mailing list