Browse Source

Juergen Sawinski:


			
			
				rocklinux
			
			
		
Juergen "George" Sawinski 20 years ago
parent
commit
dcf718b658
4 changed files with 157 additions and 0 deletions
  1. +31
    -0
      package/jsaw/expect/expect.conf
  2. +48
    -0
      package/jsaw/expect/expect.desc
  3. +27
    -0
      package/jsaw/itcl/itcl.conf
  4. +51
    -0
      package/jsaw/itcl/itcl.desc

+ 31
- 0
package/jsaw/expect/expect.conf

@ -0,0 +1,31 @@
# --- 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/jsaw/expect/expect.conf
# ROCK Linux is Copyright (C) 1998 - 2004 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 ---
. $base/package/base/tcl/tcl_config.sh
hook_add preconf 1 'tcl_prepare_source tcl'
pkginstalled tk && hook_add preconf 1 'tcl_prepare_source tk'
# make rebuilds configure (due to touching Makefile.in by fixdoc)
# with autoconf, which breaks it...
hook_add preconf 9 "touch configure"

+ 48
- 0
package/jsaw/expect/expect.desc

@ -0,0 +1,48 @@
[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/jsaw/expect/expect.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 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] Lets you automate telnet, ftp, passwd, fsck, rlogin, tip, etc.
[T] Expect is a tool for automating interactive applications such as
[T] telnet, ftp, passwd, fsck, rlogin, tip, etc. Expect really makes this
[T] stuff trivial. Expect is also useful for testing these same
[T] applications. And by adding Tk, you can also wrap interactive
[T] applications in X11 GUIs. Expect can make easy all sorts of tasks that
[T] are prohibitively difficult with anything else. You will find that
[T] Expect is an absolutely invaluable tool - using it, you will be able
[T] to automate tasks that you've never even thought of before - and
[T] you'll be able to do this automation quickly and easily.
[U] http://expect.nist.gov/
[A] NIST
[M] Juergen "George" Sawinski <jsaw@gmx.net>
[C] extra/tool extra/shell
[L] Free-to-use
[S] Stable
[V] 5.41.0
[P] X -----5---9 800.000
[D] 3763643431 expect-5.41.0.tar.gz http://expect.nist.gov/old/

+ 27
- 0
package/jsaw/itcl/itcl.conf

@ -0,0 +1,27 @@
# --- 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/jsaw/itcl/itcl.conf
# ROCK Linux is Copyright (C) 1998 - 2004 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 ---
. $base/package/base/tcl/tcl_config.sh
hook_add preconf 1 'tcl_prepare_source tcl'
pkginstalled tk && hook_add preconf 1 'tcl_prepare_source tk'

+ 51
- 0
package/jsaw/itcl/itcl.desc

@ -0,0 +1,51 @@
[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/jsaw/itcl/itcl.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 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] Incremental TCL (TCL extension)
[T] incrTCL provides the extra language support needed to build large
[T] Tcl/Tk applications. It introduces the notion of objects, which act as
[T] building blocks for an application. Each object is a bag of data with
[T] a set of procedures or "methods" that are used to manipulate
[T] it. Objects are organized into "classes" with identical
[T] characteristics, and classes can inherit functionality from one
[T] another. This object-oriented paradigm adds another level of
[T] organization on top of the basic variable/procedure elements, and the
[T] resulting code is easier to understand and maintain.
[U] http://incrtcl.sourceforge.net/itcl/
[A] Lucent Technologies, Inc
[A] Cadence Design Systems, Inc.
[M] Juergen "George" Sawinski <jsaw@gmx.net>
[C] extra/development
[L] BSD
[S] Stable
[V] 3.2.1
[P] X -----5---9 801.000
[D] 3370252206 itcl3.2.1_src.tgz http://dl.sourceforge.net/sourceforge/incrtcl/

Loading…
Cancel
Save