Browse Source

Juergen Sawinski:


			
			
				rocklinux
			
			
		
Juergen "George" Sawinski 20 years ago
parent
commit
64b691f027
4 changed files with 142 additions and 0 deletions
  1. +27
    -0
      package/jsaw/gcl/gcl.conf
  2. +45
    -0
      package/jsaw/gcl/gcl.desc
  3. +25
    -0
      package/jsaw/maxima/maxima.conf
  4. +45
    -0
      package/jsaw/maxima/maxima.desc

+ 27
- 0
package/jsaw/gcl/gcl.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/gcl/gcl.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 ---
# gcl doesn't like to be stripped
for each in `env | grep _WRAPPER_ | grep CC | sed 's,=.*,,'`; do
var_remove $each ' ' '-s'
done

+ 45
- 0
package/jsaw/gcl/gcl.desc

@ -0,0 +1,45 @@
[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/gcl/gcl.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] GNU Common Lisp
[T] GCL is one of the oldest Lisp systems still in use, and as such
[T] has served as the basis for large lisp applications when comput-
[T] ers were much more limited than they are today, particularly in
[T] terms of available memory. Considerable effort was therefore
[T] made in the past to keep the memory image as small as possible.
[U] http://www.gnu.org/software/gcl/
[A] Dr William Schelter (rip)
[A] Camm Maguire <camm@intech19.enhanced.com>
[M] Juergen "George" Sawinski <jsaw@gmx.net>
[C] extra/development
[L] LGPL
[S] Stable
[V] 2.6.1-40
[P] X -----5---9 800.000
[D] 7218185 gcl_2.6.1-40.tar.gz http://ftp.debian.org/debian/pool/main/g/gcl/

+ 25
- 0
package/jsaw/maxima/maxima.conf

@ -0,0 +1,25 @@
# --- 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/maxima/maxima.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 ---
prefix=/opt/Maxima
set_confopt

+ 45
- 0
package/jsaw/maxima/maxima.desc

@ -0,0 +1,45 @@
[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/maxima/maxima.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] An implementation of MIT's Macsyma system for computer-based algebra.
[T] Maxima is a Common Lisp implementation of MIT's Macsyma system for
[T] computer based algebra. It features plotting over the network via
[T] netmath, computations over the network, extensive testing on a large
[T] array of problems, a source level debugger for maxima code, ease of
[T] extension in fundamentally new ways, access to Common Lisp and
[T] portability to many systems.
[U] http://maxima.sourceforge.net/
[A] James Amundson <amundson@fnal.gov>
[M] Juergen "George" Sawinski <jsaw@gmx.net>
[C] extra/scientific
[L] GPL
[S] Stable
[V] 5.9.0
[P] X -----5---9 810.000
[D] 4247372287 maxima-5.9.0.tar.gz http://dl.sourceforge.net/sourceforge/maxima/

Loading…
Cancel
Save