Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#31452 - 23/05/2001 13:38 Request: Text Editor Binary
Dearing
addict

Registered: 22/07/1999
Posts: 453
Loc: Florida
I've been looking through the old thread concerning ARM tools for the empeg, but have had no luck getting the editor binary out of the .deb package. Does anyone have a binary for a small text editor (and dependencies, if any) that runs on the player? If it's small enough, could this be included with the developer image?
Thanks,
Jason

_~= Dearing =~_
"WAY too happy about having #99."
_________________________
_~= Dearing =~_
Gettin' back into it thanks to slimrio!

Top
#31453 - 23/05/2001 18:00 Re: Request: Text Editor Binary [Re: Dearing]
drakino
carpal tunnel

Registered: 08/06/1999
Posts: 7868
Did you try running "alien" on the package? It's a wonderful thing that can convert between RPM, DEB, and a TGZ file. Thats what I did a while back when I was putting files on my empeg.

Usage: alien [options] file [...]
file [...] Package file or files to convert.
-d, --to-deb Generate a Debian deb package (default).
Enables the following options:
--patch= Specify patch file to use instead of automatically
looking for patch in /var/lib/alien.
--nopatch Do not use patches.
--single Like --generate, but do not create .orig
directory.
-r, --to-rpm Generate a RedHat rpm package.
--to-slp Generate a Stampede slp package.
-t, --to-tgz Generate a Slackware tgz package.
Enables the following option:
--description= Specify package description.
-i, --install Install generated package.
-g, --generate Unpack, but do not generate a new package.
-c, --scripts Include scripts in package.
-k, --keep-version Do not change version of generated package.
-h, --help Display this help message.
-v, --version Display alien's version number.


Top
#31454 - 23/05/2001 23:46 Re: Request: Text Editor Binary [Re: Dearing]
mtempsch
pooh-bah

Registered: 02/06/2000
Posts: 1996
Loc: Gothenburg, Sweden
I've gotten ae to work. I'll post the files as soon as I can get to
them...

Otherwise a .deb file is quite a simple structure; 2 .tar.gz files
(one with the data and one with control stuff) packed into one 'ar'
file. Why they chose ar instead of another tar file beats me...

Unpack with 'ar -x [package].deb' then use tar on the data.tar.gz file
created (gunzip first if you don't have GNU tar) IIRC WinZip handles
.tar and .tar.gz files.

_________________________
/Michael

Top
#31455 - 24/05/2001 02:17 Re: Request: Text Editor Binary [Re: mtempsch]
mtempsch
pooh-bah

Registered: 02/06/2000
Posts: 1996
Loc: Gothenburg, Sweden
Here's the ae binary



Attachments
30675-ae (199 downloads)

_________________________
/Michael

Top
#31456 - 24/05/2001 02:18 Re: Request: Text Editor Binary [Re: mtempsch]
mtempsch
pooh-bah

Registered: 02/06/2000
Posts: 1996
Loc: Gothenburg, Sweden
and the /etc/ae.rc file



Attachments
30676-ae.rc (124 downloads)

_________________________
/Michael

Top
#31457 - 24/05/2001 02:20 Re: Request: Text Editor Binary [Re: mtempsch]
mtempsch
pooh-bah

Registered: 02/06/2000
Posts: 1996
Loc: Gothenburg, Sweden
and finally the /etc.ae/fn.rc

(I'm not certain that this one is necessary...)



Attachments
30677-fn.rc (144 downloads)

_________________________
/Michael

Top
#31458 - 24/05/2001 07:57 Re: Request: Text Editor Binary [Re: mtempsch]
Dearing
addict

Registered: 22/07/1999
Posts: 453
Loc: Florida
Thanks for the files, but I'm getting an error:
ae: error in loading shared libraries: libslang.so.1: cannot open shared object
file: No such file or directory
I put ae in /bin, ae.rc in /etc, and fn.rc in /etc.ae .
I guess I need the slang library?
Thanks,
Jason


_~= Dearing =~_
"WAY too happy about having #99."
_________________________
_~= Dearing =~_
Gettin' back into it thanks to slimrio!

Top
#31459 - 24/05/2001 09:56 Re: Request: Text Editor Binary [Re: Dearing]
schofiel
carpal tunnel

Registered: 25/06/1999
Posts: 2993
Loc: Wareham, Dorset, UK
Language libs (libs lang)

One of the few remaining Mk1 owners... #00015
_________________________
One of the few remaining Mk1 owners... #00015

Top
#31460 - 24/05/2001 11:49 Re: Request: Text Editor Binary [Re: Dearing]
SuperQ
addict

Registered: 13/06/2000
Posts: 429
Loc: Berlin, DE
I just use the evils-tiny that comes on the base2_2.tgz file that comes with debian/ARM..

attached is the file

12gig red mk2 -- 080000125


Attachments
30706-elvis-tiny (148 downloads)

_________________________
80gig red mk2 -- 080000125
(No, I don't actually hate Alan Cox)

Top
#31461 - 24/05/2001 12:01 Re: Request: Text Editor Binary [Re: schofiel]
fvgestel
old hand

Registered: 12/08/2000
Posts: 702
Loc: Netherlands
Language libs (libs lang)
Nice try, Rob.
libslang provides an API for the terminal device. It takes care of dialogs, windows, menus and such. Like turbo-vision in the old days, but different...
Anyway, you will probably miss some more, so I copied my empeg's lib dir...

Frank van Gestel
_________________________
Frank van Gestel

Top
#31462 - 24/05/2001 12:52 Re: Request: Text Editor Binary [Re: Dearing]
mtempsch
pooh-bah

Registered: 02/06/2000
Posts: 1996
Loc: Gothenburg, Sweden
Hmm I thought libslang was involved in ae, but as I looked I couldn't
find it on my empeg and thought I was mistaken - guess I need to look
closer...

Great resource you published there Frank!

/Michael

_________________________
/Michael

Top