diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-03 12:53:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-03 12:53:51 +0000 |
commit | 17ce49b3886912153f5a085ae0c8611206bc193d (patch) | |
tree | 3a726341abc4cbf37d2bd2aafae48a12bc59060d /app-dicts | |
parent | changed KEYWORD (diff) | |
download | historical-17ce49b3886912153f5a085ae0c8611206bc193d.tar.gz historical-17ce49b3886912153f5a085ae0c8611206bc193d.tar.bz2 historical-17ce49b3886912153f5a085ae0c8611206bc193d.zip |
moved dictd dictionaries and stardict from app-text to app-dicts
Diffstat (limited to 'app-dicts')
35 files changed, 571 insertions, 0 deletions
diff --git a/app-dicts/dictd-devils/ChangeLog b/app-dicts/dictd-devils/ChangeLog new file mode 100644 index 000000000000..96dcaa36eb9f --- /dev/null +++ b/app-dicts/dictd-devils/ChangeLog @@ -0,0 +1,20 @@ +# ChangeLog for app-dicts/dictd-devils +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-devils/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-devils-0-r1 (1 Feb 2002) + + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to app-dicts + + 2 Aug 2002; phoen][x <phoenix@gentoo.org> dictd-devils-0-r1.ebuild : + Added DESCRIPTION. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-dicts/dictd-devils/dictd-devils-0-r1.ebuild b/app-dicts/dictd-devils/dictd-devils-0-r1.ebuild new file mode 100644 index 000000000000..1fc13449a7aa --- /dev/null +++ b/app-dicts/dictd-devils/dictd-devils-0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-devils/dictd-devils-0-r1.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +MY_P=devils-dict-pre +S=${WORKDIR} +SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" +HOMEPAGE="http://www.dict.org" +DESCRIPTION="The Devil's Dictionary for dict" + +DEPEND=">=app-text/dictd-1.5.5" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_install () { + dodir /usr/lib/dict + insinto /usr/lib/dict + doins devils.dict.dz + doins devils.index +} + +# vim: ai et sw=4 ts=4 diff --git a/app-dicts/dictd-devils/files/digest-dictd-devils-0-r1 b/app-dicts/dictd-devils/files/digest-dictd-devils-0-r1 new file mode 100644 index 000000000000..adb24fc8ea30 --- /dev/null +++ b/app-dicts/dictd-devils/files/digest-dictd-devils-0-r1 @@ -0,0 +1 @@ +MD5 5fa37007d2309908ebfc3e6412150e17 devils-dict-pre.tar.gz 175823 diff --git a/app-dicts/dictd-dicts/ChangeLog b/app-dicts/dictd-dicts/ChangeLog new file mode 100644 index 000000000000..46f4cc7cdc8e --- /dev/null +++ b/app-dicts/dictd-dicts/ChangeLog @@ -0,0 +1,20 @@ +# ChangeLog for app-dicts/dictd-dicts +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-dicts/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-dicts-1.0 (1 Feb 2002) + + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to app-dicts + + 20 Sept 2002; Mike Frysinger <vapier@gentoo.org> : + Fixed DEOEND misspelling + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-dicts/dictd-dicts/dictd-dicts-1.0.ebuild b/app-dicts/dictd-dicts/dictd-dicts-1.0.ebuild new file mode 100644 index 000000000000..361c3fee372f --- /dev/null +++ b/app-dicts/dictd-dicts/dictd-dicts-1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-dicts/dictd-dicts-1.0.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +DESCRIPTION="A package to simplify installation of all dictd dictionaries" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +DEPEND="" + +RDEPEND="app-text/dictd-devils + app-text/dictd-elements + app-text/dictd-foldoc + app-text/dictd-gazetteer + app-text/dictd-jargon + app-text/dictd-misc + app-text/dictd-vera + app-text/dictd-web1913 + app-text/dictd-wn" + + diff --git a/app-dicts/dictd-dicts/files/digest-dictd-dicts-1.0 b/app-dicts/dictd-dicts/files/digest-dictd-dicts-1.0 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/app-dicts/dictd-dicts/files/digest-dictd-dicts-1.0 diff --git a/app-dicts/dictd-elements/ChangeLog b/app-dicts/dictd-elements/ChangeLog new file mode 100644 index 000000000000..282f48291f5e --- /dev/null +++ b/app-dicts/dictd-elements/ChangeLog @@ -0,0 +1,20 @@ +# ChangeLog for app-dicts/dictd-elements +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-elements/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-elements-2000.22.07-r1 (1 Feb 2002) + + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to app-dicts + + 2 Aug 2002; phoen][x <phoenix@gentoo.org> dictd-elements.ebuild : + Added DESCRIPTION. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-dicts/dictd-elements/dictd-elements-2000.22.07-r1.ebuild b/app-dicts/dictd-elements/dictd-elements-2000.22.07-r1.ebuild new file mode 100644 index 000000000000..02717370ee1c --- /dev/null +++ b/app-dicts/dictd-elements/dictd-elements-2000.22.07-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-elements/dictd-elements-2000.22.07-r1.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +MY_P=elements-20001107-pre +S=${WORKDIR} +DESCRIPTION="The elements database for dict" +SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" +HOMEPAGE="http://www.dict.org" + +DEPEND=">=app-text/dictd-1.5.5" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_install () { + dodir /usr/lib/dict + insinto /usr/lib/dict + doins elements.dict.dz + doins elements.index +} + +# vim: ai et sw=4 ts=4 diff --git a/app-dicts/dictd-elements/files/digest-dictd-elements-2000.22.07-r1 b/app-dicts/dictd-elements/files/digest-dictd-elements-2000.22.07-r1 new file mode 100644 index 000000000000..9d087b38e98c --- /dev/null +++ b/app-dicts/dictd-elements/files/digest-dictd-elements-2000.22.07-r1 @@ -0,0 +1 @@ +MD5 84f116609be2716134cdc08de3e8cb7a elements-20001107-pre.tar.gz 16934 diff --git a/app-dicts/dictd-foldoc/ChangeLog b/app-dicts/dictd-foldoc/ChangeLog new file mode 100644 index 000000000000..3cd55a240454 --- /dev/null +++ b/app-dicts/dictd-foldoc/ChangeLog @@ -0,0 +1,20 @@ +# ChangeLog for app-dicts/dictd-foldoc +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-foldoc/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-foldoc-2001.03.13-r1 (1 Feb 2002) + + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to app-dicts + + 2 Aug 2002; phoen][x <phoenix@gentoo.org> dictd-foldoc.ebuild : + Added DESCRIPTION. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-dicts/dictd-foldoc/dictd-foldoc-2001.03.13-r1.ebuild b/app-dicts/dictd-foldoc/dictd-foldoc-2001.03.13-r1.ebuild new file mode 100644 index 000000000000..39d0984f45ff --- /dev/null +++ b/app-dicts/dictd-foldoc/dictd-foldoc-2001.03.13-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-foldoc/dictd-foldoc-2001.03.13-r1.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +MY_P=foldoc-20010313 +S=${WORKDIR} +DESCRIPTION="The Free On-line Dictionary of Computing for dict" +SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" +HOMEPAGE="http://www.dict.org" + +DEPEND=">=app-text/dictd-1.5.5" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_install () { + dodir /usr/lib/dict + insinto /usr/lib/dict + doins foldoc.dict.dz + doins foldoc.index +} + +# vim: ai et sw=4 ts=4 diff --git a/app-dicts/dictd-foldoc/files/digest-dictd-foldoc-2001.03.13-r1 b/app-dicts/dictd-foldoc/files/digest-dictd-foldoc-2001.03.13-r1 new file mode 100644 index 000000000000..237914a59d48 --- /dev/null +++ b/app-dicts/dictd-foldoc/files/digest-dictd-foldoc-2001.03.13-r1 @@ -0,0 +1 @@ +MD5 e0d94a1a84d45fc7ae17c3b2ffb276d5 foldoc-20010313.tar.gz 2166599 diff --git a/app-dicts/dictd-gazetteer/ChangeLog b/app-dicts/dictd-gazetteer/ChangeLog new file mode 100644 index 000000000000..f382d1dd3bab --- /dev/null +++ b/app-dicts/dictd-gazetteer/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for app-dicts/dictd-gazetteer +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-gazetteer/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-gazetteer-1.2-r1 (1 Feb 2002) + + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to app-dicts + + 2 Aug 2002; phoen][x <phoenix@gentoo.org> dictd-gazetteer-1.2-r1.ebuild : + Added DESCRIPTION. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-dicts/dictd-gazetteer/dictd-gazetteer-1.2-r1.ebuild b/app-dicts/dictd-gazetteer/dictd-gazetteer-1.2-r1.ebuild new file mode 100644 index 000000000000..26686230a3c3 --- /dev/null +++ b/app-dicts/dictd-gazetteer/dictd-gazetteer-1.2-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-gazetteer/dictd-gazetteer-1.2-r1.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +MY_P=dict-gazetteer-${PV}-pre +S=${WORKDIR} +DESCRIPTION="The original U.S. Gazetteer Place and Zipcode Files for dict" +SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" +HOMEPAGE="http://www.dict.org" + +DEPEND=">=app-text/dictd-1.5.5" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_install () { + dodir /usr/lib/dict + insinto /usr/lib/dict + doins gazetteer.dict.dz + doins gazetteer.index +} + +# vim: ai et sw=4 ts=4 diff --git a/app-dicts/dictd-gazetteer/files/digest-dictd-gazetteer-1.2-r1 b/app-dicts/dictd-gazetteer/files/digest-dictd-gazetteer-1.2-r1 new file mode 100644 index 000000000000..3fde055eacc6 --- /dev/null +++ b/app-dicts/dictd-gazetteer/files/digest-dictd-gazetteer-1.2-r1 @@ -0,0 +1 @@ +MD5 d67cd81e90bc98e738c19693a97ab9e2 dict-gazetteer-1.2-pre.tar.gz 2209944 diff --git a/app-dicts/dictd-jargon/ChangeLog b/app-dicts/dictd-jargon/ChangeLog new file mode 100644 index 000000000000..29ff9f1ec548 --- /dev/null +++ b/app-dicts/dictd-jargon/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for app-dicts/dictd-jargon +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-jargon/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-jargon-4.2.3-r1 (1 Feb 2002) + + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to app-dicts + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild b/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild new file mode 100644 index 000000000000..86c4ebabbeda --- /dev/null +++ b/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +MY_P=${PN/dictd-/}_${PV} +S=${WORKDIR} +DESCRIPTION="Jargon lexicon" +SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" +HOMEPAGE="http://www.dict.org" + +DEPEND=">=app-text/dictd-1.5.5" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_install () { + dodoc README + dodir /usr/lib/dict + insinto /usr/lib/dict + doins jargon.dict.dz + doins jargon.index +} + +# vim: ai et sw=4 ts=4 diff --git a/app-dicts/dictd-jargon/files/digest-dictd-jargon-4.2.3-r1 b/app-dicts/dictd-jargon/files/digest-dictd-jargon-4.2.3-r1 new file mode 100644 index 000000000000..b5c87b5d0dda --- /dev/null +++ b/app-dicts/dictd-jargon/files/digest-dictd-jargon-4.2.3-r1 @@ -0,0 +1 @@ +MD5 0dc7e5824131d33c8d3e66728fe34f1e jargon_4.2.3.tar.gz 650370 diff --git a/app-dicts/dictd-misc/ChangeLog b/app-dicts/dictd-misc/ChangeLog new file mode 100644 index 000000000000..9b33e3b52a86 --- /dev/null +++ b/app-dicts/dictd-misc/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for app-dicts/dictd-misc +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-misc/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-misc-1.5b-r1 (1 Feb 2002) + + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to app-dicts + + 2 Aug 2002; phoen][x <phoenix@gentoo.org> dictd-misr-1.5b-r1.ebuild : + Added DESCRIPTION. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild b/app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild new file mode 100644 index 000000000000..5164866cd08d --- /dev/null +++ b/app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +MY_P=${P/dictd/dict}-pre +S=${WORKDIR} +DESCRIPTION="Easton's 1897 Bible Dictionary for dict" +SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" +HOMEPAGE="http://www.dict.org" + +DEPEND=">=app-text/dictd-1.5.5" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_install () { + dodir /usr/lib/dict + insinto /usr/lib/dict + doins easton.dict.dz + doins easton.index + doins hitchcock.dict.dz + doins hitchcock.index + doins world95.dict.dz + doins world95.index +} + +# vim: ai et sw=4 ts=4 diff --git a/app-dicts/dictd-misc/files/digest-dictd-misc-1.5b-r1 b/app-dicts/dictd-misc/files/digest-dictd-misc-1.5b-r1 new file mode 100644 index 000000000000..88850835c39e --- /dev/null +++ b/app-dicts/dictd-misc/files/digest-dictd-misc-1.5b-r1 @@ -0,0 +1 @@ +MD5 84445acccaa120288a6bda0d251d5a92 dict-misc-1.5b-pre.tar.gz 2167909 diff --git a/app-dicts/dictd-vera/ChangeLog b/app-dicts/dictd-vera/ChangeLog new file mode 100644 index 000000000000..089c7ccfb13d --- /dev/null +++ b/app-dicts/dictd-vera/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for app-dicts/dictd-vera +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-vera-1.7-r1 (1 Feb 2002) + + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to app-dicts + + 2 Aug 2002; phoen][x <phoenix@gentoo.org> dictd-vera-1.7-r1.ebuild : + Added DESCRIPTION. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild b/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild new file mode 100644 index 000000000000..e217eef7ae2d --- /dev/null +++ b/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +MY_P=vera_${PV} +S=${WORKDIR} +DESCRIPTION="V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict" +SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" +HOMEPAGE="http://www.dict.org" + +DEPEND=">=app-text/dictd-1.5.5" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_install () { + dodir /usr/lib/dict + insinto /usr/lib/dict + doins vera.dict + doins vera.index +} + +# vim: ai et sw=4 ts=4 diff --git a/app-dicts/dictd-vera/files/digest-dictd-vera-1.7-r1 b/app-dicts/dictd-vera/files/digest-dictd-vera-1.7-r1 new file mode 100644 index 000000000000..7740f553d22f --- /dev/null +++ b/app-dicts/dictd-vera/files/digest-dictd-vera-1.7-r1 @@ -0,0 +1 @@ +MD5 c2168e23b32fb695a728c913b052e3c2 vera_1.7.tar.gz 196508 diff --git a/app-dicts/dictd-web1913/ChangeLog b/app-dicts/dictd-web1913/ChangeLog new file mode 100644 index 000000000000..6afca94c26fb --- /dev/null +++ b/app-dicts/dictd-web1913/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for app-dicts/dictd-web1913 +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-web1913/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-web1913-1.4-r1 (1 Feb 2002) + + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to app-dicts + + 2 Aug 2002; phoen][x <phoenix@gentoo.org> dictd-web1913-1.4-r1.ebuild : + Added DESCRIPTION. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-dicts/dictd-web1913/dictd-web1913-1.4-r1.ebuild b/app-dicts/dictd-web1913/dictd-web1913-1.4-r1.ebuild new file mode 100644 index 000000000000..cbbdc828be82 --- /dev/null +++ b/app-dicts/dictd-web1913/dictd-web1913-1.4-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-web1913/dictd-web1913-1.4-r1.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +MY_P=${P/td/t}-pre +S=${WORKDIR} +DESCRIPTION="Webster's Revised Unabridged Dictionary (1913) for dict" +SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" +HOMEPAGE="http://www.dict.org" + +DEPEND=">=app-text/dictd-1.5.5" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_install () { + dodir /usr/lib/dict + insinto /usr/lib/dict + doins web1913.dict.dz + doins web1913.index +} + +# vim: ai et sw=4 ts=4 diff --git a/app-dicts/dictd-web1913/files/digest-dictd-web1913-1.4-r1 b/app-dicts/dictd-web1913/files/digest-dictd-web1913-1.4-r1 new file mode 100644 index 000000000000..9f297a91b47e --- /dev/null +++ b/app-dicts/dictd-web1913/files/digest-dictd-web1913-1.4-r1 @@ -0,0 +1 @@ +MD5 63a8d25ace68dff135185a8c96dd5f3c dict-web1913-1.4-pre.tar.gz 13147422 diff --git a/app-dicts/dictd-wn/ChangeLog b/app-dicts/dictd-wn/ChangeLog new file mode 100644 index 000000000000..1fc58107233b --- /dev/null +++ b/app-dicts/dictd-wn/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for app-dicts/dictd-wn +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-wn/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-wn-1.5-r1 (1 Feb 2002) + + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to app-dicts + + 2 Aug 2002; phoen][x <phoenix@gentoo.org> dictd-wn-1.5-r1.ebuild : + Added DESCRIPTION. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild b/app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild new file mode 100644 index 000000000000..ab8e56d1b53e --- /dev/null +++ b/app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +MY_P=${P/td/t}-pre +S=${WORKDIR} +DESCRIPTION="WordNet for dict" +SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" +HOMEPAGE="http://www.dict.org" + +DEPEND=">=app-text/dictd-1.5.5" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_install () { + dodir /usr/lib/dict + insinto /usr/lib/dict + doins wn.dict.dz + doins wn.index +} + +# vim: ai et sw=4 ts=4 diff --git a/app-dicts/dictd-wn/files/digest-dictd-wn-1.5-r1 b/app-dicts/dictd-wn/files/digest-dictd-wn-1.5-r1 new file mode 100644 index 000000000000..28ac93decb51 --- /dev/null +++ b/app-dicts/dictd-wn/files/digest-dictd-wn-1.5-r1 @@ -0,0 +1 @@ +MD5 1f6ae6284018044dbd9e3c5fae914f32 dict-wn-1.5-pre.tar.gz 8464107 diff --git a/app-dicts/stardict/ChangeLog b/app-dicts/stardict/ChangeLog new file mode 100644 index 000000000000..33e6ede29ef1 --- /dev/null +++ b/app-dicts/stardict/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for app-dicts/stardict +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*stardict-1.3 (08 Nov 2002) + + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to app-dicts + + 08 Nov 2002; Stuart Bouyer <stubear@gentoo.org> stardict-1.3.ebuild, + ChangeLog, files/digest-stardict-1.3, files/stardict-config.sh, + files/stardict-gentoo.patch : + + Initial ebuild submitted and created by Lloyd Huang (Huang YU HSIN) + <lloyd@coventive.com>. diff --git a/app-dicts/stardict/files/digest-stardict-1.3 b/app-dicts/stardict/files/digest-stardict-1.3 new file mode 100644 index 000000000000..8803ffeac7a4 --- /dev/null +++ b/app-dicts/stardict/files/digest-stardict-1.3 @@ -0,0 +1 @@ +MD5 72baeb85da0506aa8ce48db04953a64a stardict-1.3.tar.gz 1430862 diff --git a/app-dicts/stardict/files/stardict-config.sh b/app-dicts/stardict/files/stardict-config.sh new file mode 100644 index 000000000000..6fe07a16c665 --- /dev/null +++ b/app-dicts/stardict/files/stardict-config.sh @@ -0,0 +1,38 @@ +#!/bin/bash +Big5 () { + + cat /usr/share/stardict/hzfont/fonts.dir | \ + sed "s/hz16.pcf/hz16ft.pcf/" > /tmp/fonts.dir + cp /tmp/fonts.dir /usr/share/stardict/hzfont/fonts.dir + xset fp rehash +} + +GB () { + xset fp rehash +} + +echo +echo +echo "This is a Chinese / Englist dict for Big5 or GB" +echo +echo + +echo -n "Please chose character-set big5 or gb [big5/gb] : " +read code + +case $code in + big5 ) + echo "Seting for big5" + Big5 + ;; + + gb ) + echo "Seting for gb" + GB + ;; + + *) + echo "Seting for big5" + Big5 + ;; +esac diff --git a/app-dicts/stardict/files/stardict-gentoo.patch b/app-dicts/stardict/files/stardict-gentoo.patch new file mode 100644 index 000000000000..3a94d96600c9 --- /dev/null +++ b/app-dicts/stardict/files/stardict-gentoo.patch @@ -0,0 +1,21 @@ +diff -p -r zh-stardict-1.3/src/image.h zh-stardict-1.3.fix/src/image.h +*** zh-stardict-1.3/src/image.h 2000-05-26 09:33:16.000000000 +0800 +--- zh-stardict-1.3.fix/src/image.h 2002-10-12 06:34:04.000000000 +0800 +*************** +*** 17,23 **** + #ifndef IMAGE_H + #define IMAGE_H + +! #include <stdiostream.h> + #include <stdlib.h> + #include <memory.h> + #include <string.h> +--- 17,24 ---- + #ifndef IMAGE_H + #define IMAGE_H + +! //#include <stdiostream.h> +! #include <iostream.h> + #include <stdlib.h> + #include <memory.h> + #include <string.h> diff --git a/app-dicts/stardict/stardict-1.3.ebuild b/app-dicts/stardict/stardict-1.3.ebuild new file mode 100644 index 000000000000..e25b92034df1 --- /dev/null +++ b/app-dicts/stardict/stardict-1.3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-1.3.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +IUSE="" +DESCRIPTION="stardict - English-Chinese dictionary." +HOMEPAGE="" # No known homepage - FIXME +SRC_URI="ftp://ftp.cn.FreeBSD.org/pub/ported/${P}.tar.gz" +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="~x86" +DEPEND="x11-libs/openmotif" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/zh-${P} + +src_unpack () { + unpack ${A} + cd ${S} + patch -p1 < ${FILESDIR}/stardict-gentoo.patch || die +} + +src_compile() { + ./configure --prefix=/usr + make all || die +} + +src_install () { + make prefix=${D}/usr install || die + insinto /usr/share/stardict + doins ${FILESDIR}/stardict-config.sh + dodoc doc/faq doc/readme.txt doc/readme_en.txt +} + +pkg_postinst () { + einfo + einfo ' To set up stardict with the correct' + einfo ' font for Big5 or GB run' + einfo ' "bash /usr/share/stardict/stardict-config.sh"' + einfo +} |