1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name x3270 |
---|
4 | version 3.3.4p6 |
---|
5 | categories emulators |
---|
6 | maintainers mark.church@gmail.com |
---|
7 | description x3270 is an IBM 3270 terminal emulator for the X Window System. |
---|
8 | long_description x3270 is an IBM 3270 terminal emulator for the X \ |
---|
9 | Window System. It runs on most Unix-like operating \ |
---|
10 | systems -- e.g., Linux, Mac OS X, Solaris, and Cygwin.\ |
---|
11 | \ |
---|
12 | x3270 runs over a TELNET connection, emulating either \ |
---|
13 | an IBM 3279 (color) or 3278 (monochrome). It supports: \ |
---|
14 | \ |
---|
15 | * The full TN3270E protocol \ |
---|
16 | * SSL/TLS (via the OpenSSL library) for \ |
---|
17 | encrypted sessions \ |
---|
18 | * APL2 characters \ |
---|
19 | * Non-English character sets, including \ |
---|
20 | Russian, Turkish, Hebrew and DBCS Chinese \ |
---|
21 | and Japanese \ |
---|
22 | * IND\$FILE file transfer \ |
---|
23 | * NVT mode (emulating a color xterm) \ |
---|
24 | * A pop-up keypad for 3270-specific keys \ |
---|
25 | * A scrollbar \ |
---|
26 | * Printer session integration \ |
---|
27 | * Extensive debugging and scripting facilities \ |
---|
28 | \ |
---|
29 | It does not yet support graphics. |
---|
30 | homepage http://x3270.bgp.nu/index.html |
---|
31 | master_sites sourceforge |
---|
32 | master_sites.mirror_subdir ${name} |
---|
33 | distfiles ${name}-${version}.tgz |
---|
34 | checksums md5 f8a770dca736699f0a30571c9db45e56 \ |
---|
35 | sha1 18f418f6c157c2e3d0f786f0ccf9aac4329e0b52 \ |
---|
36 | rmd160 d3ea6fcfabd96cf519c1c34de3067ddac09dc3bb |
---|
37 | worksrcdir x3270-3.3 |
---|
38 | destroot.destdir prefix=${destroot}${prefix} |
---|