summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-05-29 19:50:09 +0000
committerDan Armak <danarmak@gentoo.org>2002-05-29 19:50:09 +0000
commit28cea5c11c914001767ed8fb4e911cb24ba272ad (patch)
treef4c24449e3d88665b2c15d29456beb2a3b8b7bf5 /app-office/texmacs
parentThis is the initial release of Festival package (diff)
downloadhistorical-28cea5c11c914001767ed8fb4e911cb24ba272ad.tar.gz
historical-28cea5c11c914001767ed8fb4e911cb24ba272ad.tar.bz2
historical-28cea5c11c914001767ed8fb4e911cb24ba272ad.zip
new: gnu's wysiwyg tetex-based editor, very nice.
Diffstat (limited to 'app-office/texmacs')
-rw-r--r--app-office/texmacs/ChangeLog10
-rw-r--r--app-office/texmacs/files/digest-texmacs-1.02
-rw-r--r--app-office/texmacs/texmacs-1.0.ebuild32
3 files changed, 44 insertions, 0 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog
new file mode 100644
index 000000000000..8ec1ca5b3812
--- /dev/null
+++ b/app-office/texmacs/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-office/texmacs
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47
+gbevin Exp
+
+*texmacs-1.0 (29 May 2002)
+
+ 29 May 2002; Dan Armak <danarmak@gentoo.org> changelog:
+
+ Initial ebuild. Based on bug #. \ No newline at end of file
diff --git a/app-office/texmacs/files/digest-texmacs-1.0 b/app-office/texmacs/files/digest-texmacs-1.0
new file mode 100644
index 000000000000..fa8f22d7055e
--- /dev/null
+++ b/app-office/texmacs/files/digest-texmacs-1.0
@@ -0,0 +1,2 @@
+MD5 3b8d31a82f3729624ad7c969202e68f7 TeXmacs-1.0-src.tar.gz 1423755
+MD5 945dfd3f76b20082aeea8131d87a260f TeXmacs-600dpi-fonts.tar.gz 2899193
diff --git a/app-office/texmacs/texmacs-1.0.ebuild b/app-office/texmacs/texmacs-1.0.ebuild
new file mode 100644
index 000000000000..64f5f32716aa
--- /dev/null
+++ b/app-office/texmacs/texmacs-1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp
+
+S=${WORKDIR}/TeXmacs-${PV}-src
+DESCRIPTION="GNU TeXmacs is a free GUI scientific editor, inspired by TeX and GNU Emacs."
+SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${PV}-src.tar.gz
+ ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-600dpi-fonts.tar.gz"
+HOMEPAGE="http://www.texmacs.org/"
+LICENSE=GPL-2
+
+COMMONDEPEND=">=app-text/tetex-1.0.7-r7
+ >=dev-util/guile-1.3.4
+ >=x11-base/xfree-4.2.0-r5"
+
+DEPEND="$COMMONDEPEND sys-devel/gcc sys-devel/make"
+
+RDEPEND="$COMMONDEPEND app-text/ghostscript"
+
+src_install() {
+
+ cd ${S}
+ make DESTDIR=${D} install || die
+
+ cd ${WORKDIR}
+ dodir /usr/share/texmf
+ cp -r fonts ${D}/usr/share/texmf/
+
+ cd ${S}
+ dodoc COMPILE COPYING LICENSE
+
+} \ No newline at end of file