summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schwabbauer <cybersystem@gentoo.org>2002-07-16 16:04:10 +0000
committerSascha Schwabbauer <cybersystem@gentoo.org>2002-07-16 16:04:10 +0000
commitf430e058c58405f449434a2acd8e9817a09bb2fe (patch)
treea1cd8649df47d8916a914767303655b6dd1d7345 /app-text/pstotext
parentPortage 2.0.15 (for developer testing) (diff)
downloadhistorical-f430e058c58405f449434a2acd8e9817a09bb2fe.tar.gz
historical-f430e058c58405f449434a2acd8e9817a09bb2fe.tar.bz2
historical-f430e058c58405f449434a2acd8e9817a09bb2fe.zip
Added new package: pstotext
Diffstat (limited to 'app-text/pstotext')
-rw-r--r--app-text/pstotext/ChangeLog10
-rw-r--r--app-text/pstotext/files/digest-pstotext-1.8g1
-rw-r--r--app-text/pstotext/pstotext-1.8g.ebuild27
3 files changed, 38 insertions, 0 deletions
diff --git a/app-text/pstotext/ChangeLog b/app-text/pstotext/ChangeLog
new file mode 100644
index 000000000000..7eecdf5c11c7
--- /dev/null
+++ b/app-text/pstotext/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-text/pstotext
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# /space/gentoo/cvsroot/gentoo-x86/app-text/pstotext/ChangeLog,v 1.0
+2002/07/16 17:53:00 cybersystem
+
+*pstotext-1.8g (16 July 2002)
+
+ 16 July 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog, pstotext-1.8g.ebuild, files/digest-pstotext-1.8g :
+
+ Intial version in Portage.. Enjoy!
diff --git a/app-text/pstotext/files/digest-pstotext-1.8g b/app-text/pstotext/files/digest-pstotext-1.8g
new file mode 100644
index 000000000000..606fe5da9487
--- /dev/null
+++ b/app-text/pstotext/files/digest-pstotext-1.8g
@@ -0,0 +1 @@
+MD5 1be0be028ccc85be1bf55d7e90976b18 pstotext.tar.Z 58743
diff --git a/app-text/pstotext/pstotext-1.8g.ebuild b/app-text/pstotext/pstotext-1.8g.ebuild
new file mode 100644
index 000000000000..76ba8e03a320
--- /dev/null
+++ b/app-text/pstotext/pstotext-1.8g.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.8g.ebuild,v 1.1 2002/07/16 16:04:10 cybersystem Exp $
+
+DESCRIPTION="extract ASCII text from a PostScript or PDF file"
+HOMEPAGE="http://research.compaq.com/SRC/virtualpaper/pstotext.html"
+SRC_URI="http://research.compaq.com/SRC/virtualpaper/binaries/pstotext.tar.Z"
+
+LICENSE="PSTT"
+SLOT="0"
+KEYWORDS="x86"
+
+DEPEND="app-arch/ncompress"
+
+RDEPEND=">=app-text/ghostscript-3.51"
+
+S=${WORKDIR}/${PN}
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ into /usr
+ dobin pstotext
+ doman pstotext.1
+}