Upstream changes: Changes in version 3.3.11ga6, 19. September 2010 * [wc3270] Fixed an issue with non-ASCII text in the Info command. * [wc3270] Removed junk characters from the top line of model 5 screens. * [pr3287, wpr3287] Corrected an issue with missing newlines at the end of each formatted 3270 stream Write command. * [pr3287, wpr3287] Modified the -trnpre and -trnpost options to open the files for each print job, so they can be changed between print jobs. Changes in version 3.3.11beta5, 30. July 2010 * [all 3270] Improved tracing. Trace entries now include time stamps. Trace file limits operate much more simply. A trace file name can start with ">>" to have the data appended to the file. * [all 3270] Allow -scriptport TCP ports to be re-used quickly. Changes in version 3.3.11beta4, 25. July 2010 * [wc3270] Corrected a problem where mouse input would be ignored after screen printing (Alt-P) or use of the Execute() action. * [wc3270] Added a bellMode resource to allow precise control of what wc3270 does in response to ALARM WCCs and BELL characters. * [c3270] Fixed a problem with hangs when a connection fails on recent versions of Cygwin. * [x3270, c3270, wc3270] Added a new token to the printer.assocCommandLine and printer.luCommandLine resources: %O% will be substituted with the value of the new printer.options resource. This allows extra options such as -emflush to be passed easily to pr3287 and wpr3287 sessions without having to redefine the rather ugly printer.assocCommandLine and printer.luCommandLine resources. * [pr3287] Fixed a build issue on platforms that use the iconv library, such as Macs. * [all] Added a bindLimit resource (default true) to control whether the screen dimensions specified by the host in a BIND image will be obeyed. * [wc3270] Fixed the cursor position toggle to turn off correctly. * [c3270 and wc3270] Added a menu option to toggle underscore mode. * [c3270] Fixed underscore mode to only affect underlined fields. Changes in version 3.3.11beta3, 7. July 2010 * [pr3287 and wpr3287] Added the -emflush option, to flush pending printer output when an EM order is received in unformatted 3270 mode. This helps preserve multi-page output from hosts that to not clear the 3270 buffer between pages. Changes in version 3.3.11beta2, 6. May 2010 * [c3270, wc3270] Added a menu bar and pop-up keypad, usually controlled by the mouse or by the new Menu and Keypad actions. * [c3270, wc3270] Implemented the showTiming toggle, to display the time taken for the host to process an AID in the OIA. * [wc3270] Overhauled auto-shortcut mode, so that no shortcut is needed to run a wc3270 session file.
34 lines
849 B
Makefile
34 lines
849 B
Makefile
# $NetBSD: Makefile,v 1.27 2011/03/15 21:51:44 gls Exp $
|
|
|
|
DISTNAME= suite3270-3.3.11ga6-src
|
|
PKGNAME= x3270-3.3.11ga6
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=x3270/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= gls@NetBSD.org
|
|
HOMEPAGE= http://x3270.bgp.nu/
|
|
COMMENT= 3270 Terminal emulator
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/x3270-3.3
|
|
USE_IMAKE= yes
|
|
USE_TOOLS+= bdftopcf
|
|
|
|
FONTS_DIRS.x11+= ${PREFIX}/lib/X11/fonts/misc
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
|
|
|
|
PKG_SYSCONFSUBDIR= x3270
|
|
|
|
EGDIR= ${PREFIX}/share/examples/x3270
|
|
CONF_FILES= ${EGDIR}/ibm_hosts ${PKG_SYSCONFDIR}/ibm_hosts
|
|
INSTALLATION_DIRS+= ${EGDIR}
|
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/xbitmaps/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|