From: | Aaron Optimizer Digulla |
Date: | 1 Aug 2000 at 17:35:17 |
Subject: | Re: AMIOPEN: CVS server at amiga.com |
On Tue, Aug 01, 2000 at 09:39:57AM -0600, Daniel Robbins wrote:
> On Tue, Aug 01, 2000 at 12:12:34PM +0200, Aaron Optimizer Digulla wrote:
> > On Wed, Jul 05, 2000 at 09:33:45AM -0600, Daniel Robbins wrote:
> >
> > > > So basically, you're asking for a RPM/DEP-style package manager
> > > > which handles installed software and software packages :-) When
> > > > bash works, I'll give it a shot.
> > > I'm going to be porting "Portage" (port-ahge) to Amiga as soon as I
> > > have a working shell (Amiga or bash!).[...]
> >
> > Any progress, yet ?
>
> I haven't tried the new bash on CVS. Basically, once bash and python
> work, portage automatically works. Hmmm... we also use sed, awk,
> patch, gzip, bzip2, tar, cp, install, ln, and that's about it.
>
> In the meantime, we're continuing to develop Portage under Linux.
Well, ln is not available :-) Ami has no links, yet. As for the rest:
sed comes with the system, gawk is completed except for the usual
fork()/exec() problem, same for tar. gzip and bzip2 should be
completed but cannot be used in tar because of the stream-flush-bug.
install is a script which will not work without a bourne shell,
cp is there and that's about it.