pkgsrc/x11/x3270/Makefile

39 lines
1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.41 2016/03/05 11:29:49 jperkin Exp $
Update x11/x3270 to 3.3.14ga11 Upstream changes ---------------- Changes in version 3.3.14ga10, 27. April 2014 [x3270] Restored the ability to use the special 3270 fonts with code page 1047. Changes in version 3.3.14ga9, 13. April 2014 [all 3270] Fixed a crash when disabling tracing after opening the trace file fails. Changes in version 3.3.14beta8, 31. March 2014 [all 3270] Changed the keyboard to unlock when a BIND-IMAGE is received. This matches the behavior of PCOMM and is consistent with some comments found on IBM webpages. The net result is that the keyboard will be unlocked (and scripts may be allowed to proceed) earlier than with previous versions of the emulators. This is good for talking to hosts that don't send an initial Write command (as can happen with CICS); previously this Write was the only trigger for unlocking the keyboard at connect or BIND time. But it is bad if a script implicitly depended on the old behavior. Scripts confused by this change may need to add a Wait(InputField) to cover these cases. [all 3270] Got rid of the E status for keyboard lock in the scripting prompt. The status is now L (locked) or U (unlocked). [all 3270] Added decoding of UNBIND reasons to traces. [all 3270] Increased the number of situations where keyboard input can result in typeahead instead of drops. Changes in version 3.3.14ga6, 23. January 2014 [all] Fixed a problem with displaying text in NVT mode when the host does no TELNET negotiation. [all] Deprecated the dsTrace and eventTrace resources (and associated toggles and x3270 menu options) and replaced them with a new single trace resource and toggle. The old resources and toggles are still available, but are effectively aliases for the new single setting. Changes in version 3.3.14alpha5, 30. December 2013 [x3270] Turned the scrollbar on by default. Mapped the PageUp and PageDown keys to the (new) Scroll action, to scroll up or down one screen, respectively. Modified the Reset action to cancel any screen scrolling. [all Windows] Got everything to build under MSVC again, using either the command line or MS Visual Studio. A Visual Studio solution file is now included in the source tarball. Windows targets also cross-compile again with the latest Cygwin MinGW. Changes in version 3.3.14alpha4, 21. December 2013 [all] Added a printTextScreensPerPage resource to control how many screens of text are displayed per page when tracing screens to the printer. [all] Corrected screen tracing to the printer so it observes the printer.name and printer.command resources. Changes in version 3.3.14alpha3, 16. December 2013 [all, wc3270] Fixed problem with message display during file transfers initiated by scripts. [all] Fixed a problem reading files with the Source action, when the file does not end with a CR or NL. Changes in version 3.3.14alpha2, 4. November 2013 [all] Added support for CICS IND$FILE file transfers. Changes in version 3.3.14alpha1, 30. October 2013 [all] Allow file transfers to start when the screen is unformatted. [all] Fixed a problem with the initial data stream trace snapshot when the screen is unformatted. A wrapper function was put around the Windows snprintf function, to ensure that it always NUL-terminates strings. The lack of such a wrapper could lead to string overflows in some situations.
2014-05-20 22:05:41 +02:00
DISTNAME= suite3270-3.3.14ga11-src
PKGNAME= x3270-3.3.14ga11
PKGREVISION= 1
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
2008-06-20 03:09:05 +02:00
WRKSRC= ${WRKDIR}/x3270-3.3
USE_IMAKE= yes
USE_TOOLS+= bdftopcf
FONTS_DIRS.x11+= ${PREFIX}/share/fonts/X11/misc
IMAKEOPTS+= -DFontDir=${PREFIX}/share/fonts/X11
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
CONFIGURE_ARGS+= --with-fontdir=${PREFIX}/share/fonts/X11/misc
PKG_SYSCONFSUBDIR= x3270
EGDIR= ${PREFIX}/share/examples/x3270
CONF_FILES= ${EGDIR}/ibm_hosts ${PKG_SYSCONFDIR}/ibm_hosts
INSTALLATION_DIRS+= ${EGDIR}
2015-03-15 16:18:17 +01:00
.include "../../converters/libiconv/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xbitmaps/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"