Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9575 - New package: net-misc/tn5250
Summary: New package: net-misc/tn5250
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matt Keadle
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-23 17:27 UTC by CJ Kucera
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
tn5250-0.16.5.ebuild (tn5250-0.16.5.ebuild,1.86 KB, text/plain)
2002-10-23 17:27 UTC, CJ Kucera
Details

Note You need to log in before you can comment on or make changes to this bug.
Description CJ Kucera 2002-10-23 17:27:18 UTC
tn5250 is a "telnet client for the IBM AS/400 that emulates 5250 terminals and
printers."  Basically, you use it to get access to an AS/400.  It uses either
ncurses or slang (slang is detected via USE flags).  Also it has an optional X
component (USE flags again) which basically just starts up an xterm for you. 
Also, it can optionally use OpenSSL.

tn5250 also comes with a couple of daemons of some sort, that I've never played
with and couldn't really figure out what precisely they do (documentation for it
seems conspicuously absent).  Also, a couple source files which get linked into
these daemons didn't seem to define TRUE or FALSE, which was breaking
compilation.  The ebuild #defines those, and the client itself works fine (I've
been using it for some time now and it seems stable).

The ebuild also removes some lines in the Makefile designed to clean out
terminfo entries which caused sandbox violations.  (Since we were in a sandbox,
they were rather superfluous, anyway.)  The rest of the ebuild is fairly
straightforward.

Again, despite that oddity about TRUE and FALSE, the actual client seems
perfectly stable to me.
Comment 1 CJ Kucera 2002-10-23 17:27:44 UTC
Created attachment 4954 [details]
tn5250-0.16.5.ebuild

This is the ebuild.  Enjoy!
Comment 2 Matt Keadle 2002-12-11 20:04:53 UTC
Sorry for the delay. It's commited fo testing, so you'll need
ACCEPT_KEYWORDS="~x86" in your /etc/make.conf in order to emerge it for now.

Thanks for the ebuild CJ! Nice job.