From b1863eed0557c4a4d29a393be5f63c8e813800ac Mon Sep 17 00:00:00 2001 From: Sebastian Knapp Date: Thu, 15 Jul 2004 21:10:41 +0000 Subject: [PATCH] giftnuss: new package freedict/eng-deu new package freedict/deu-eng binary packages only. To build this format from source I should get more expirience with XML and ROCK. More dictionaries exist, but I will prevent the repeating Votecheck lines 53 times. [2004051700320300587] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3575 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/freedict/deu-eng/deu-eng.conf | 31 ++++++++++++++++++ package/freedict/deu-eng/deu-eng.desc | 45 +++++++++++++++++++++++++ package/freedict/eng-deu/eng-deu.conf | 31 ++++++++++++++++++ package/freedict/eng-deu/eng-deu.desc | 47 +++++++++++++++++++++++++++ 4 files changed, 154 insertions(+) create mode 100644 package/freedict/deu-eng/deu-eng.conf create mode 100644 package/freedict/deu-eng/deu-eng.desc create mode 100644 package/freedict/eng-deu/eng-deu.conf create mode 100644 package/freedict/eng-deu/eng-deu.desc diff --git a/package/freedict/deu-eng/deu-eng.conf b/package/freedict/deu-eng/deu-eng.conf new file mode 100644 index 000000000..0d1f689a9 --- /dev/null +++ b/package/freedict/deu-eng/deu-eng.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/freedict/deu-eng/deu-eng.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 --- + + +copy_dictionary () { + mkdir -p $root/$prefix/share/dictd + tar -v $taropt $archdir/deu-eng.tar.bz2 + cp -f $builddir/deu-eng.dict.dz $builddir/deu-eng.index $root/$prefix/share/dictd +} + +mainfunction=copy_dictionary + diff --git a/package/freedict/deu-eng/deu-eng.desc b/package/freedict/deu-eng/deu-eng.desc new file mode 100644 index 000000000..1c3c933e3 --- /dev/null +++ b/package/freedict/deu-eng/deu-eng.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/freedict/deu-eng/deu-eng.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] German->English dictionary + +[T] The freedict German to English dictionary - use it with dictd. +[T] The Data was originally generated from Frank Richter's +[T] "ding" Database. Phonetics was added through txt2pho +[T] (a TTS front end for the German inventories of the MBROLA project). +[T] Mr. Portele granted the right to distribute the result of the +[T] phonetic conversion within this project - thanks. + +[U] http://www.freedict.de + +[A] freedict project +[M] Michael Bunk + +[C] extra/education + +[L] GPL +[S] Alpha +[V] 20030917 +[P] X -----5---9 663.000 + +[D] 1391958931 deu-eng.tar.gz http://freedict.sourceforge.net/download/linux/ + diff --git a/package/freedict/eng-deu/eng-deu.conf b/package/freedict/eng-deu/eng-deu.conf new file mode 100644 index 000000000..357bd095a --- /dev/null +++ b/package/freedict/eng-deu/eng-deu.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/freedict/eng-deu/eng-deu.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 --- + + +copy_dictionary () { + mkdir -p $root/$prefix/share/dictd + tar -v $taropt $archdir/eng-deu.tar.bz2 + cp -f $builddir/eng-deu.dict.dz $builddir/eng-deu.index $root/$prefix/share/dictd +} + +mainfunction=copy_dictionary + diff --git a/package/freedict/eng-deu/eng-deu.desc b/package/freedict/eng-deu/eng-deu.desc new file mode 100644 index 000000000..a136a8248 --- /dev/null +++ b/package/freedict/eng-deu/eng-deu.desc @@ -0,0 +1,47 @@ +[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/freedict/eng-deu/eng-deu.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] English->German dictionary + +[T] The freedict English to German dictionary - use it with dictd. +[T] The data was originally generated from Frank Richter's "ding" +[T] database. It was converted to TEI format by Horst Eyermann. +[T] Phonetics was added through txt2pho (a TTS front end for the German +[T] inventories of the MBROLA project) Mr. Portele granted the right to +[T] distribute the result of the phonetic conversion whithin freedict +[T] project - thanks. + +[U] http://www.freedict.de + +[A] Horst Eyermann +[A] freedict project +[M] Michael Bunk + +[C] extra/education + +[L] GPL +[S] Alpha +[V] 20030917 +[P] X -----5---9 663.000 + +[D] 3175540328 eng-deu.tar.gz http://freedict.sourceforge.net/download/linux/ +