summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2006-06-09 10:25:24 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2006-06-09 10:25:24 +0000
commit750ed95906ef2fafc9043e2d021532ed99be57cb (patch)
tree21dc77a8b45965c8616c4221dbf87b77bba0b65e /app-text
downloadpauldv-750ed95906ef2fafc9043e2d021532ed99be57cb.tar.gz
pauldv-750ed95906ef2fafc9043e2d021532ed99be57cb.tar.bz2
pauldv-750ed95906ef2fafc9043e2d021532ed99be57cb.zip
Clean out the old repos. And copy all still relevant ebuilds to the dev
overlay. Historic versions can be viewed at https://callisto.cs.kun.nl/svn/repos/portage.local for as long as it lasts. svn path=/trunk/overlay/; revision=1
Diffstat (limited to 'app-text')
-rw-r--r--app-text/bibtools/Manifest12
-rw-r--r--app-text/bibtools/NOTES1
-rw-r--r--app-text/bibtools/bibtools-20030522.ebuild54
-rw-r--r--app-text/bibtools/files/digest-bibtools-200305221
-rw-r--r--app-text/freedict-deu-nld/files/digest-freedict-deu-nld-200208111
-rw-r--r--app-text/freedict-deu-nld/freedict-deu-nld-20020811.ebuild22
-rw-r--r--app-text/freedict-eng-nld/files/digest-freedict-eng-nld-200208111
-rw-r--r--app-text/freedict-eng-nld/freedict-eng-nld-20020811.ebuild22
-rw-r--r--app-text/freedict-nld-deu/files/digest-freedict-nld-deu-200206301
-rw-r--r--app-text/freedict-nld-deu/freedict-nld-deu-20020630.ebuild22
-rw-r--r--app-text/freedict-nld-eng/files/digest-freedict-nld-eng-200206301
-rw-r--r--app-text/freedict-nld-eng/freedict-nld-eng-20020630.ebuild22
-rw-r--r--app-text/freedict/freedict-20020811.ebuild16
-rw-r--r--app-text/html2ps/Manifest12
-rw-r--r--app-text/html2ps/NOTES1
-rw-r--r--app-text/html2ps/files/digest-html2ps-1.0_beta53
-rw-r--r--app-text/html2ps/html2ps-1.0_beta5.ebuild55
17 files changed, 247 insertions, 0 deletions
diff --git a/app-text/bibtools/Manifest b/app-text/bibtools/Manifest
new file mode 100644
index 0000000..0c96926
--- /dev/null
+++ b/app-text/bibtools/Manifest
@@ -0,0 +1,12 @@
+DIST bibtools-20030522.tar.gz 27852
+EBUILD bibtools-20030522.ebuild 1528 RMD160 f7ad1aec6b421fee522b9ff38fa2e05e59a00220 SHA1 bf136d085a063ef516bb32fd4bacaac774c86c1a SHA256 f194515f36171e14dc03930c025cf167fc18fd367b7ed7953934caf2a0ac209e
+MD5 78a1cd6b141d09227bf8162be401e842 bibtools-20030522.ebuild 1528
+RMD160 f7ad1aec6b421fee522b9ff38fa2e05e59a00220 bibtools-20030522.ebuild 1528
+SHA256 f194515f36171e14dc03930c025cf167fc18fd367b7ed7953934caf2a0ac209e bibtools-20030522.ebuild 1528
+MISC NOTES 22 RMD160 d61cddbd79bdf67593f61eb6c7a71391c598d3d6 SHA1 ebc699467157208d1e0bd3b282ee037eab29caa2 SHA256 b3d16a310766583981507d4b3ab71b5c0b24c48130384a38e23d82653bbf836a
+MD5 ee18ae560e1d9825f8a9726587a5ee9a NOTES 22
+RMD160 d61cddbd79bdf67593f61eb6c7a71391c598d3d6 NOTES 22
+SHA256 b3d16a310766583981507d4b3ab71b5c0b24c48130384a38e23d82653bbf836a NOTES 22
+MD5 8d275f271de7eae43c51ba9b14a87e8f files/digest-bibtools-20030522 68
+RMD160 10cb52fc12b795ec40f9072385d204d7c51cea50 files/digest-bibtools-20030522 68
+SHA256 11faba80a6f80a0e63de74f94734ebae6857b9035e1a182aab8e1a6fed967c8f files/digest-bibtools-20030522 68
diff --git a/app-text/bibtools/NOTES b/app-text/bibtools/NOTES
new file mode 100644
index 0000000..49cf43e
--- /dev/null
+++ b/app-text/bibtools/NOTES
@@ -0,0 +1 @@
+Not in the main tree.
diff --git a/app-text/bibtools/bibtools-20030522.ebuild b/app-text/bibtools/bibtools-20030522.ebuild
new file mode 100644
index 0000000..1dce9f6
--- /dev/null
+++ b/app-text/bibtools/bibtools-20030522.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Some utilities for use with bibtex"
+HOMEPAGE="http://www.ctan.org/tex-archive/biblio/bibtex/utils/bibtools/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86"
+DEPEND=""
+RDEPEND="app-text/tetex
+ app-shells/tcsh"
+
+S=${WORKDIR}/${PN}
+
+fixecho() {
+ cp $1 ${1}.fix
+ hl=$2
+ tl=$(($2 +1))
+ (head -n ${hl} ${1}.fix ; echo "set echo_style=none" ; tail +${tl} ${1}.fix) >$1
+}
+
+src_compile() {
+ fixecho bibify 1
+ fixecho bibkey 23
+ fixecho citekeys 8
+ fixecho cleantex 10
+ fixecho looktex 20
+ fixecho makebib 15
+ fixecho printbib 12
+
+ cp bibkey bibkey.old
+ cat bibkey.old |sed -e "s,\(^set L=\)\(.*\),\1/usr/share/texmf/tex/latex/bibtools," >bibkey
+ cp looktex looktex.old
+ cat looktex.old |sed -e "s,\(^set L=\)\(.*\),\1/usr/share/texmf/tex/latex/bibtools," >looktex
+}
+
+src_install() {
+ dobin aux2bib bibify bibkey bib2html citekeys cleantex looktex makebib printbib
+ dodir /usr/share/texmf/bibtex/bst/bibtools
+ dodir /usr/share/texmf/tex/latex/bibtools
+ insinto /usr/share/texmf/tex/latex/bibtools
+ doins bibkey.awk bibkey.sed looktex.awk
+ insinto /usr/share/texmf/bibtex/bst/bibtools
+ doins abstract.bst citekeys.bst html-alpha.bst html-cv.bst html-long.bst html-longp.bst html-short.bst subset-dfk.bst subset-nocomment.bst subset.bst
+ dodoc bibtex-extras.el README demo.bib
+ dohtml bib.html demo.html
+}
+
+pkg_postinst () {
+ einfo "rehashing tex dir"
+ texconfig rehash
+}
diff --git a/app-text/bibtools/files/digest-bibtools-20030522 b/app-text/bibtools/files/digest-bibtools-20030522
new file mode 100644
index 0000000..028c522
--- /dev/null
+++ b/app-text/bibtools/files/digest-bibtools-20030522
@@ -0,0 +1 @@
+MD5 b49b88a1ff2dc62cd827244eab38dd6f bibtools-20030522.tar.gz 27852
diff --git a/app-text/freedict-deu-nld/files/digest-freedict-deu-nld-20020811 b/app-text/freedict-deu-nld/files/digest-freedict-deu-nld-20020811
new file mode 100644
index 0000000..f2c5352
--- /dev/null
+++ b/app-text/freedict-deu-nld/files/digest-freedict-deu-nld-20020811
@@ -0,0 +1 @@
+MD5 e63c77e1fc6d6e6c11c8a48d255cf6b5 deu-nld.tar.gz 307463
diff --git a/app-text/freedict-deu-nld/freedict-deu-nld-20020811.ebuild b/app-text/freedict-deu-nld/freedict-deu-nld-20020811.ebuild
new file mode 100644
index 0000000..5860614
--- /dev/null
+++ b/app-text/freedict-deu-nld/freedict-deu-nld-20020811.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: $
+
+S=${WORKDIR}
+MY_P=${PN/freedict-/}
+DESCRIPTION="Freedict german->dutch dictionary"
+SRC_URI="http://freedict.sf.net/download/linux/${MY_P}.tar.gz"
+HOMEPAGE="http://www.freedict.de"
+
+DEPEND=">=app-text/dictd-1.5.5"
+
+SLOT="0"
+LICENSE="GPL"
+KEYWORDS="*"
+
+src_install () {
+ dodir /usr/lib/dict
+ insinto /usr/lib/dict
+ doins ${MY_P}.dict.dz
+ doins ${MY_P}.index
+}
diff --git a/app-text/freedict-eng-nld/files/digest-freedict-eng-nld-20020811 b/app-text/freedict-eng-nld/files/digest-freedict-eng-nld-20020811
new file mode 100644
index 0000000..63ad0f3
--- /dev/null
+++ b/app-text/freedict-eng-nld/files/digest-freedict-eng-nld-20020811
@@ -0,0 +1 @@
+MD5 f957b04836886faf0e3b3ae8dd23f2a1 eng-nld.tar.gz 237395
diff --git a/app-text/freedict-eng-nld/freedict-eng-nld-20020811.ebuild b/app-text/freedict-eng-nld/freedict-eng-nld-20020811.ebuild
new file mode 100644
index 0000000..92101f5
--- /dev/null
+++ b/app-text/freedict-eng-nld/freedict-eng-nld-20020811.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: $
+
+S=${WORKDIR}
+MY_P=${PN/freedict-/}
+DESCRIPTION="Freedict english->dutch dictionary"
+SRC_URI="http://freedict.sf.net/download/linux/${MY_P}.tar.gz"
+HOMEPAGE="http://www.freedict.de"
+
+DEPEND=">=app-text/dictd-1.5.5"
+
+SLOT="0"
+LICENSE="GPL"
+KEYWORDS="*"
+
+src_install () {
+ dodir /usr/lib/dict
+ insinto /usr/lib/dict
+ doins ${MY_P}.dict.dz
+ doins ${MY_P}.index
+}
diff --git a/app-text/freedict-nld-deu/files/digest-freedict-nld-deu-20020630 b/app-text/freedict-nld-deu/files/digest-freedict-nld-deu-20020630
new file mode 100644
index 0000000..559ef2e
--- /dev/null
+++ b/app-text/freedict-nld-deu/files/digest-freedict-nld-deu-20020630
@@ -0,0 +1 @@
+MD5 f2c3b8ff936a9ff8d6bc54edca7c5e20 nld-deu.tar.gz 446788
diff --git a/app-text/freedict-nld-deu/freedict-nld-deu-20020630.ebuild b/app-text/freedict-nld-deu/freedict-nld-deu-20020630.ebuild
new file mode 100644
index 0000000..a6eebce
--- /dev/null
+++ b/app-text/freedict-nld-deu/freedict-nld-deu-20020630.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: $
+
+S=${WORKDIR}
+MY_P=${PN/freedict-/}
+DESCRIPTION="Freedict dutch->german dictionary"
+SRC_URI="http://freedict.sf.net/download/linux/${MY_P}.tar.gz"
+HOMEPAGE="http://www.freedict.de"
+
+DEPEND=">=app-text/dictd-1.5.5"
+
+SLOT="0"
+LICENSE="GPL"
+KEYWORDS="*"
+
+src_install () {
+ dodir /usr/lib/dict
+ insinto /usr/lib/dict
+ doins ${MY_P}.dict.dz
+ doins ${MY_P}.index
+}
diff --git a/app-text/freedict-nld-eng/files/digest-freedict-nld-eng-20020630 b/app-text/freedict-nld-eng/files/digest-freedict-nld-eng-20020630
new file mode 100644
index 0000000..55e60a6
--- /dev/null
+++ b/app-text/freedict-nld-eng/files/digest-freedict-nld-eng-20020630
@@ -0,0 +1 @@
+MD5 255e929cf794bbeb184f2c76c7fa1403 nld-eng.tar.gz 565095
diff --git a/app-text/freedict-nld-eng/freedict-nld-eng-20020630.ebuild b/app-text/freedict-nld-eng/freedict-nld-eng-20020630.ebuild
new file mode 100644
index 0000000..43ff8a8
--- /dev/null
+++ b/app-text/freedict-nld-eng/freedict-nld-eng-20020630.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: $
+
+S=${WORKDIR}
+MY_P=${PN/freedict-/}
+DESCRIPTION="Freedict dutch->english dictionary"
+SRC_URI="http://freedict.sf.net/download/linux/${MY_P}.tar.gz"
+HOMEPAGE="http://www.freedict.de"
+
+DEPEND=">=app-text/dictd-1.5.5"
+
+SLOT="0"
+LICENSE="GPL"
+KEYWORDS="*"
+
+src_install () {
+ dodir /usr/lib/dict
+ insinto /usr/lib/dict
+ doins ${MY_P}.dict.dz
+ doins ${MY_P}.index
+}
diff --git a/app-text/freedict/freedict-20020811.ebuild b/app-text/freedict/freedict-20020811.ebuild
new file mode 100644
index 0000000..90eb5e5
--- /dev/null
+++ b/app-text/freedict/freedict-20020811.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /home/cvsroot/gentoo-x86/app-text/dictd-dicts/dictd-dicts-1.0.ebuild,v 1.6 2002/08/16 02:42:01 murphy Exp $
+
+DESCRIPTION="A package to simplify installation of my freedict dictionaries"
+
+SLOT="0"
+LICENSE="GPL"
+KEYWORDS="*"
+
+DEOEND=""
+
+RDEPEND="app-text/freedict-eng-nld
+ app-text/freedict-nld-eng
+ app-text/freedict-deu-nld
+ app-text/freedict-nld-deu"
diff --git a/app-text/html2ps/Manifest b/app-text/html2ps/Manifest
new file mode 100644
index 0000000..e1ed511
--- /dev/null
+++ b/app-text/html2ps/Manifest
@@ -0,0 +1,12 @@
+DIST html2ps-1.0b5.tar.gz 128059 RMD160 2cb1f3d1664b90b0413fa5cc6ed3134dab909bb1 SHA1 e95d40728260685af9cc9fdb53bb4d8979026024 SHA256 f71e425d5db2eda9578f4f4b019b14da42d39f69a802e5bdb9d4609ae8903e93
+EBUILD html2ps-1.0_beta5.ebuild 1158 RMD160 6f5938e13f968ade12e2731feb01a813820209b8 SHA1 39bacde0e977cdc6b23b834fc543b30ca5438291 SHA256 50a810f7ccfd19ca194f96573574db9aec6b6b1e91281391c8552b4425bdba23
+MD5 40662197f1b97e0370c335da155ca853 html2ps-1.0_beta5.ebuild 1158
+RMD160 6f5938e13f968ade12e2731feb01a813820209b8 html2ps-1.0_beta5.ebuild 1158
+SHA256 50a810f7ccfd19ca194f96573574db9aec6b6b1e91281391c8552b4425bdba23 html2ps-1.0_beta5.ebuild 1158
+MISC NOTES 41 RMD160 d8bf76908a428ae87d9d37448bbc866390902043 SHA1 98e25e39a50b0bc99d09cd2ef59e053424cf4fb1 SHA256 c792f98dcc27f65dde04adf53568705cccaeaa8c25717a209e58c276f731284c
+MD5 8c85dcc2cd5fde12054e120382c1b7d5 NOTES 41
+RMD160 d8bf76908a428ae87d9d37448bbc866390902043 NOTES 41
+SHA256 c792f98dcc27f65dde04adf53568705cccaeaa8c25717a209e58c276f731284c NOTES 41
+MD5 b12e12d8d2503a8902ab8049520e4afe files/digest-html2ps-1.0_beta5 241
+RMD160 22f4f5b6d93ff3d67daef8f528a7cc83c65ee94f files/digest-html2ps-1.0_beta5 241
+SHA256 6a2c95cd25db8a32450cf9e9cc887cd6620ce92212690213b1a28f7944eee9c6 files/digest-html2ps-1.0_beta5 241
diff --git a/app-text/html2ps/NOTES b/app-text/html2ps/NOTES
new file mode 100644
index 0000000..92fa35b
--- /dev/null
+++ b/app-text/html2ps/NOTES
@@ -0,0 +1 @@
+This was needed for the pronir prototype
diff --git a/app-text/html2ps/files/digest-html2ps-1.0_beta5 b/app-text/html2ps/files/digest-html2ps-1.0_beta5
new file mode 100644
index 0000000..18ebcfe
--- /dev/null
+++ b/app-text/html2ps/files/digest-html2ps-1.0_beta5
@@ -0,0 +1,3 @@
+MD5 0998fefa4c8f9a04c88cfac7a83df629 html2ps-1.0b5.tar.gz 128059
+RMD160 2cb1f3d1664b90b0413fa5cc6ed3134dab909bb1 html2ps-1.0b5.tar.gz 128059
+SHA256 f71e425d5db2eda9578f4f4b019b14da42d39f69a802e5bdb9d4609ae8903e93 html2ps-1.0b5.tar.gz 128059
diff --git a/app-text/html2ps/html2ps-1.0_beta5.ebuild b/app-text/html2ps/html2ps-1.0_beta5.ebuild
new file mode 100644
index 0000000..7ee3d9e
--- /dev/null
+++ b/app-text/html2ps/html2ps-1.0_beta5.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils perl-app
+DESCRIPTION="Convert html into postscript"
+HOMEPAGE="http://user.it.uu.se/~jan/html2ps.html"
+SRC_URI="http://user.it.uu.se/~jan/${P/_beta/b}.tar.gz"
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+S=${WORKDIR}/${P/_beta/b}
+
+DEPEND="virtual/ghostscript
+ media-gfx/imagemagick
+ app-text/tetex
+ media-libs/jpeg"
+
+src_compile() {
+ sed -i -e "s,^\(\\\$globrc=\)\(.*\$\),\1'/etc/html2psrc';," html2ps
+ sed -i -e "s,^\(\\\$ug=\)\(.*\$\),\1'/usr/doc/$P/html2ps.html';," html2ps
+ cat <<EOF >html2psrc
+/* Global configuration file for html2ps */
+
+@html2ps {
+ package {
+ ImageMagick: 1;
+ PerlMagick: 1;
+ djpeg: 1;
+ TeX: 1;
+ dvips: 1;
+ Ghostscript: 1;
+ libwww-perl: 1;
+ path: "/usr/bin";
+ }
+ paper {
+ type: A4;
+ }
+ hyphenation {
+ en {
+ file: "/usr/share/texmf/tex/generic/hyphen/hyphen.tex";
+ }
+ }
+}
+EOF
+}
+
+src_install() {
+ dobin html2ps || die "installation failed"
+ doman html2ps.1 html2psrc.5 || die "installation failed"
+ dodoc README html2ps.html
+ insinto /etc
+ doins html2psrc
+}