summaryrefslogtreecommitdiff
path: root/x11/x3270
diff options
context:
space:
mode:
authormjl <mjl>2000-10-30 11:55:01 +0000
committermjl <mjl>2000-10-30 11:55:01 +0000
commite8e7da6185bbdc4999c0bbddda32011c05751b13 (patch)
tree74acebc172890ef4afc8a6111b4f4422d607624f /x11/x3270
parent3b5d0edb8824961f2c305dd7afe5d0bbec362d84 (diff)
downloadpkgsrc-e8e7da6185bbdc4999c0bbddda32011c05751b13.tar.gz
Update to 3.2.13. Change since .8 include:
Rewrote the screen resizing logic. It now functions correctly on window managers like icewm and under KDE, and would rather leave the screen the wrong size than exit. Fixed a problem with exiting whenever the window was resized. Added a complete interface library for use with expect, Fixed problems with selecting blanks and NULLs on the screen Fixed several problems when windows do not fit on the screen. Fixed a core dump when the emulator font can't be found. Send the correct codepage in Query Reply when using non-US character sets. Request the first LU name only once. Added a highlightBold resource to display highlighted fields in bold. Fixed a core dump from editing the Print Window Bitmap command. Fixed requesting the wrong LU after switching between TN3270E and TN3270 modes. Changed the resource file format back to using "x3270" as a consistent prefix. Changed x3270.fontList to x3270.fontMenuList to avoid conflicts. Fixed a problem with parameter processing in the Transfer() action. Improved script tracing. Added stricter enforcement of user-specified LUs.
Diffstat (limited to 'x11/x3270')
-rw-r--r--x11/x3270/Makefile6
-rw-r--r--x11/x3270/files/md54
-rw-r--r--x11/x3270/files/patch-sum7
-rw-r--r--x11/x3270/patches/patch-aa13
4 files changed, 10 insertions, 20 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile
index 66c9c273fb2..7cff546acce 100644
--- a/x11/x3270/Makefile
+++ b/x11/x3270/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2000/06/06 12:02:46 mjl Exp $
+# $NetBSD: Makefile,v 1.8 2000/10/30 11:55:01 mjl Exp $
# FreeBSD Id: Makefile,v 1.10 1997/10/15 20:23:40 max Exp
#
-DISTNAME= x3270-328
-PKGNAME= x3270-3.2.8
+DISTNAME= x3270-3213
+PKGNAME= x3270-3.2.13
CATEGORIES= x11
MASTER_SITES= http://www.geocities.com/SiliconValley/Peaks/7814/
EXTRACT_SUFX= .tgz
diff --git a/x11/x3270/files/md5 b/x11/x3270/files/md5
index d6be13b25a8..36a59f1ebac 100644
--- a/x11/x3270/files/md5
+++ b/x11/x3270/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.3 2000/06/06 12:02:47 mjl Exp $
+$NetBSD: md5,v 1.4 2000/10/30 11:55:02 mjl Exp $
-MD5 (x3270-328.tgz) = 94e84bbb1fbf68be6f377316823fbf0a
+MD5 (x3270-3213.tgz) = 287ac7df34e67bddc0cc298a626e0ffe
diff --git a/x11/x3270/files/patch-sum b/x11/x3270/files/patch-sum
index 716d61b371e..1d9efac927c 100644
--- a/x11/x3270/files/patch-sum
+++ b/x11/x3270/files/patch-sum
@@ -1,3 +1,6 @@
-$NetBSD: patch-sum,v 1.2 2000/06/06 12:02:47 mjl Exp $
+$NetBSD: patch-sum,v 1.3 2000/10/30 11:55:02 mjl Exp $
-MD5 (patch-aa) = a3e902f1d2f2a743c7694aeed4cd2b0e
+This placeholder file is generated by the ``makepatchsum'' target
+whenever the patches directory is empty or missing. Its purpose
+is to ensure that the presence of any obsolete patches will cause
+the proper error to be emitted at build time.
diff --git a/x11/x3270/patches/patch-aa b/x11/x3270/patches/patch-aa
deleted file mode 100644
index 349ee5e5da8..00000000000
--- a/x11/x3270/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2000/06/06 12:02:48 mjl Exp $
-
---- Imakefile.orig Thu Feb 13 17:04:51 1997
-+++ Imakefile Thu Jul 9 07:52:56 1998
-@@ -121,7 +121,7 @@
- install:: $(DESTDIR)$(FONTINSTDIR)/fonts.dir
- $(DESTDIR)$(FONTINSTDIR)/fonts.dir::
- -chmod u+w $(DESTDIR)$(FONTINSTDIR) $(DESTDIR)$(FONTINSTDIR)/fonts.dir
-- $(BINDIR)/$(MKFONTDIR) $(DESTDIR)$(FONTINSTDIR)
-+ $(MKFONTDIR) $(DESTDIR)$(FONTINSTDIR)
- chmod u=rwx,go=rx $(DESTDIR)$(FONTINSTDIR)
- chmod a=r $(DESTDIR)$(FONTINSTDIR)/fonts.dir
-