Gentoo Archives: gentoo-user

From: Hans-Werner Hilse <hilse@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] arabtex ebuild/package?
Date: Sun, 31 Dec 2006 17:03:35
Message-Id: 20061231180237.36e092f0.hilse@web.de
In Reply to: [gentoo-user] arabtex ebuild/package? by a-burghardt@gmx.de
1 Hi,
2
3 On Sun, 31 Dec 2006 00:52:56 +0100
4 a-burghardt@×××.de wrote:
5
6 > I do have a big problem due to there's no ebuild for arabtex
7 > (http://www.informatik.uni-stuttgart.de/ivi/bs/research/arab_e.html) in
8 > portage ... and I'm not skilled enough to build one by myself yet (I'm still
9 > a new to Gentoo/Linux).
10
11 First: Do you really want to build an ebuild? I'm asking because
12 arabtex only depends on an installed TeX system and isn't even
13 OS-specific about it.
14
15 For Gentoo (and most other Linux distros), that means you can get
16 easily away with:
17
18 root$ cd /usr/local/share
19 root$ mkdir texmf (if it doesn't yet exist)
20 root$ cd texmf
21 root$ wget ftp://ftp.informatik.uni-stuttgart.de/pub/arabtex/arab311.tgz (or whatever is current)
22 root$ tar xzf arab311.tgz
23 root$ texhash
24
25 and you can happily use arabtex on that machine. You can deploy this
26 amongst machines (e.g. rsync'ing the /usr/local/share/texmf tree).
27
28 > Is there anybody out there who ever made an ebuild or a package for
29 > arabtex which I could use?
30
31 Well, I would volunteer if you really need one, but please
32 explain first why ;-)
33
34 -hwh
35 --
36 gentoo-user@g.o mailing list