diff --git a/package/x11/tcltk/tcltk.cache b/package/x11/tcltk/tcltk.cache deleted file mode 100644 index 40144c395..000000000 --- a/package/x11/tcltk/tcltk.cache +++ /dev/null @@ -1,35 +0,0 @@ -[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- -[COPY] -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] Please add additional copyright information _after_ the line containing -[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -[COPY] -[COPY] ROCK Linux: rock-src/package/x11/tcltk/tcltk.cache -[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; either version 2 of the License, or -[COPY] (at your option) any later version. A copy of the GNU General Public -[COPY] License can be found at Documentation/COPYING. -[COPY] -[COPY] Many people helped and are helping developing ROCK Linux. Please -[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM -[COPY] file for details. -[COPY] -[COPY] --- ROCK-COPYRIGHT-NOTE-END --- - -[TIMESTAMP] 1087241038 Mon Jun 14 21:23:58 2004 -[CONFIG-ID] 2.1.0-DEV-x86-reference-expert -[ROCKVER] 2.1.0-DEV - -[LOGS] 5-tcltk.log 9-tcltk.log - -[BUILDTIME] 22049 (9) -[SIZE] 24.08 MB, 1538 files - -[DEP] 00-dirtree bash binutils bzip2 ccache coreutils diffutils findutils -[DEP] gawk gcc3 glibc23 grep linux24-header make net-tools sed sysfiles -[DEP] tar xfree86 - diff --git a/package/x11/tcltk/tcltk.conf b/package/x11/tcltk/tcltk.conf deleted file mode 100644 index ac0e347c2..000000000 --- a/package/x11/tcltk/tcltk.conf +++ /dev/null @@ -1,57 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/x11/tcltk/tcltk.conf -# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. A copy of the GNU General Public -# License can be found at Documentation/COPYING. -# -# Many people helped and are helping developing ROCK Linux. Please -# have a look at http://www.rocklinux.org/ and the Documentation/TEAM -# file for details. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - -fix_doc() { - sed -i "s,\(MAN[13N]_INSTALL_DIR)\)/\$\$i,\\1/\$\${i}$1,g" \ - Makefile.in - sed -i "s,\([.][13n]\),\\1$1,g" \ - mkLinks -} - -main_tcltk() { - sver="`echo $ver | cut -d . -f 1-2`" - - echo "Extracting tcl$ver-src.tar.bz2 and tk$ver-src.tar.bz2 .." - tar $taropt $archdir/tcl$ver-src.tar.bz2 - tar $taropt $archdir/tk$ver-src.tar.bz2 - - cd tcl$ver/unix - fix_doc tcl - eval ./configure $confopt --enable-gcc --enable-shared - eval $MAKE ; eval $MAKE install - ln -vsf tclsh8.4 $bindir/tclsh - ln -vsf libtcl$sver.so $libdir/libtcl.so - - # install headers required e.g. by itcl and brlcad - cp -a ../generic/tclInt.h ../generic/tclIntDecls.h $root/usr/include - - cd ../../tk$ver/unix - fix_doc tk - eval ./configure $confopt --enable-gcc --enable-shared - eval $MAKE ; eval $MAKE install - ln -vsf wish8.4 $bindir/wish - ln -vsf libtk$sver.so $libdir/libtk.so -} - -custmain=main_tcltk -autoextract=0 - diff --git a/package/x11/tcltk/tcltk.desc b/package/x11/tcltk/tcltk.desc deleted file mode 100644 index 2c32c4113..000000000 --- a/package/x11/tcltk/tcltk.desc +++ /dev/null @@ -1,48 +0,0 @@ - -[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- -[COPY] -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] Please add additional copyright information _after_ the line containing -[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -[COPY] -[COPY] ROCK Linux: rock-src/package/x11/tcltk/tcltk.desc -[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; either version 2 of the License, or -[COPY] (at your option) any later version. A copy of the GNU General Public -[COPY] License can be found at Documentation/COPYING. -[COPY] -[COPY] Many people helped and are helping developing ROCK Linux. Please -[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM -[COPY] file for details. -[COPY] -[COPY] --- ROCK-COPYRIGHT-NOTE-END --- - -[I] The Tcl scripting language + The Tk toolkit - -[T] Tcl provides a powerful platform for creating integration -[T] applications that tie together diverse applications, protocols, -[T] devices, and frameworks. When paired with the Tk toolkit, Tcl -[T] provides the fastest and most powerful way to create GUI applications -[T] that run on PCs, Unix, and the Macintosh. Tcl can also be used for a -[T] variety of web-related tasks and for creating powerful command -[T] languages for applications. - -[U] http://dev.scriptics.com/scripting/ - -[A] University of California, Sun Microsystems, Inc., Scriptics Corporation -[M] The ROCK Linux Project - -[C] extra/development base/x11 - -[L] OpenSource -[S] Stable -[V] 8.4.4 -[P] O -?---5---9 117.300 - -[D] 2059488128 tcl8.4.4-src.tar.gz ftp://tcl.activestate.com/pub/tcl/tcl8_4/ -[D] 2035285416 tk8.4.4-src.tar.gz ftp://tcl.activestate.com/pub/tcl/tcl8_4/ -