diff options
author | gls <gls> | 2011-03-15 21:51:44 +0000 |
---|---|---|
committer | gls <gls> | 2011-03-15 21:51:44 +0000 |
commit | 561fef50fabab8fe64208a5649e77b047ff4199c (patch) | |
tree | 69037161699762de37a9b84d03032fb8844ac923 /x11 | |
parent | 3a345f59423b6e5ec063f3eeb3b37e35633e8373 (diff) | |
download | pkgsrc-561fef50fabab8fe64208a5649e77b047ff4199c.tar.gz |
Update x11/x3270 to 3.3.11ga6
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/x3270/Makefile | 6 | ||||
-rw-r--r-- | x11/x3270/distinfo | 10 | ||||
-rw-r--r-- | x11/x3270/patches/patch-aa | 33 |
3 files changed, 13 insertions, 36 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index ef31eb3c581..68420e14a9a 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2010/12/27 02:40:23 obache Exp $ +# $NetBSD: Makefile,v 1.27 2011/03/15 21:51:44 gls Exp $ -DISTNAME= suite3270-3.3.10ga5-src -PKGNAME= x3270-3.3.10ga5 +DISTNAME= suite3270-3.3.11ga6-src +PKGNAME= x3270-3.3.11ga6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=x3270/} EXTRACT_SUFX= .tgz diff --git a/x11/x3270/distinfo b/x11/x3270/distinfo index a1eb245e9a7..2b4325e7a90 100644 --- a/x11/x3270/distinfo +++ b/x11/x3270/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2010/07/25 21:23:03 gls Exp $ +$NetBSD: distinfo,v 1.7 2011/03/15 21:51:44 gls Exp $ -SHA1 (suite3270-3.3.10ga5-src.tgz) = d919b6e252b5df5e462d8f54f2d1b533402d710b -RMD160 (suite3270-3.3.10ga5-src.tgz) = 3263fac6baf9f636f51aa67326f99b8d17fc6550 -Size (suite3270-3.3.10ga5-src.tgz) = 6416266 bytes -SHA1 (patch-aa) = 6425e9dd7d248034de437ed2f62e223507de6261 +SHA1 (suite3270-3.3.11ga6-src.tgz) = c72c4f72313659863e8718ffdcd43b03aa77b8e5 +RMD160 (suite3270-3.3.11ga6-src.tgz) = 1f5214a2e18f2cbea7aa7a1d81f943f07e8f0dce +Size (suite3270-3.3.11ga6-src.tgz) = 6470645 bytes +SHA1 (patch-aa) = 826eb5ab930d4d4b1dc340c15a4160c303291f16 diff --git a/x11/x3270/patches/patch-aa b/x11/x3270/patches/patch-aa index 55a5c4ecfb4..978518a5c6f 100644 --- a/x11/x3270/patches/patch-aa +++ b/x11/x3270/patches/patch-aa @@ -1,25 +1,9 @@ -$NetBSD: patch-aa,v 1.7 2010/07/25 21:23:03 gls Exp $ +$NetBSD: patch-aa,v 1.8 2011/03/15 21:51:44 gls Exp $ ---- Imakefile.in.orig 2009-09-18 02:08:55.000000000 +0000 +Fix $HOSTSFILE installation path + +--- Imakefile.in.orig 2010-09-13 20:55:27.000000000 +0000 +++ Imakefile.in -@@ -1,7 +1,7 @@ - /* - * Copyright (c) 1995-2009, Paul Mattes. - * All rights reserved. -- * -+ * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: -@@ -13,7 +13,7 @@ - * * Neither the name of Paul Mattes nor his contributors may be used - * to endorse or promote products derived from this software without - * specific prior written permission. -- * -+ * - * THIS SOFTWARE IS PROVIDED BY PAUL MATTES "AS IS" AND ANY EXPRESS - * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE @@ -190,8 +190,8 @@ $(DESTDIR)$(FONTINSTDIR)/fonts.dir:: /* Extra install rule for the sample ibm_hosts file (runs only if there is no ibm_hosts file installed yet). */ @@ -28,13 +12,6 @@ $NetBSD: patch-aa,v 1.7 2010/07/25 21:23:03 gls Exp $ - $(INSTALL) -c $(INSTDATFLAGS) $(HOSTSFILE) $(DESTDIR)$(LIBX3270DIR)/$(HOSTSFILE) + @[ -r $(DESTDIR)$(PREFIX)/share/examples/x3270/$(HOSTSFILE) ] || \ + $(INSTALL) -c $(INSTDATFLAGS) $(HOSTSFILE) $(DESTDIR)$(PREFIX)/share/examples/x3270/$(HOSTSFILE) - + /* * Install rules for x3270if, x3270-script and ibm_hosts man pages. -@@ -226,5 +226,5 @@ install.byprefix:: - /****************************************************************************** - * Clean rules. * - ******************************************************************************/ --clean:: -+clean:: - $(RM) $(FONTS) qcpp mkfb fallbacks.c |