diff --git a/Documentation/Developers/CHANGELOG-ESDEN b/Documentation/Developers/CHANGELOG-ESDEN index eeae6919b..f3a6ba9e9 100644 --- a/Documentation/Developers/CHANGELOG-ESDEN +++ b/Documentation/Developers/CHANGELOG-ESDEN @@ -2,6 +2,9 @@ This is a changelog for Dietlibc-Target, Alpha Target and all changes esden does for ROCKLinux ;-) +*) 2003-08-01 (2.0.0-beta7 - 2.0.0-rc1) + - added dvorakng package + *) 2003-04-19 (2.0.0-alpha - 2.0.0-beta) - fixed Build-Tools to not use parse-config*~ files diff --git a/package/esden/dvorakng/dvorakng.desc b/package/esden/dvorakng/dvorakng.desc new file mode 100644 index 000000000..a63384334 --- /dev/null +++ b/package/esden/dvorakng/dvorakng.desc @@ -0,0 +1,43 @@ + +[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/esden/dvorakng/dvorakng.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2003 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] Dvorak keyboard learning tool. + +[T] This is a very enhanced version of dvorak7min a program for learning how to +[T] type on a dvorak keyboard. + +[U] http://freshmeat.net/projects/dvorakng/ + +[A] Ragnar Hojland Espinosa +[A] Kamil Burzynski +[M] Piotr Esden-Tempski + +[C] extra/education + +[L] GPL +[S] Stable +[V] 0.6.0rc1 +[P] X -----5---9 800.000 + +[D] 66691445 dvorakng-0.6.0rc1.tar.bz2 http://www.free.of.pl/n/nopik/ + diff --git a/package/esden/dvorakng/install_path.patch b/package/esden/dvorakng/install_path.patch new file mode 100644 index 000000000..16ff7d96f --- /dev/null +++ b/package/esden/dvorakng/install_path.patch @@ -0,0 +1,8 @@ +--- ./Makefile.orig 2003-04-25 23:52:48.000000000 +0200 ++++ ./Makefile 2003-08-01 11:19:27.000000000 +0200 +@@ -1,4 +1,4 @@ +-INSTALL = /usr/local/games/ ++INSTALL = $(prefix)/bin/ + + # Uncomment these lines if you want to change the defaults to something else + # (This is/will be removed - and better mechanism will be used for this purpose - Nopik)