Commit graph

61 commits

Author SHA1 Message Date
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
agc
d8f09469bb Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 03:28:24 +00:00
tnn
42d3198570 needs iconv(3) 2015-03-15 15:18:17 +00:00
wiz
6e4c8dab77 Use default font path. Bump PKGREVISION. 2014-06-01 18:47:24 +00:00
gls
82a1c91a66 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 20:05:41 +00:00
tron
c64e9eb269 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gls
c84c93737c Re-add the patch I remove by mistake 2013-11-24 05:52:10 +00:00
gls
5d9e6ceef4 Patch is not required any more. 2013-11-24 05:39:25 +00:00
gls
1257ec3125 Update x11/x3270 to 3.3.13ga7
Upstream changes:
=================

Changes in version 3.3.13beta5, 4. September 2013

    [all] Corrected the CGCSGID for code page 1145 (spanish-euro).
    [all] Second try at getting pr3287/wpr3287 shut down and
 re-launched correctly.

Changes in version 3.3.13beta4, 23. August 2013

    [all] Corrected the start/stop of pr3287/wpr3287 printer sessions,
 so that a new one is not started until the previous one has completely
 exited.

Changes in version 3.3.13beta3, 6. August 2013

    None relevant to x3270

Changes in version 3.3.13alpha2, 30. July 2013

    [all] Fixed a crash when connecting to certain hosts using an SSL tunnel.
    [all] Fixed a crash in the Wait(n,seconds) action.

Changes in version 3.3.13alpha1, 11. July 2013

    [x3270] Combined the various text screen save/print options into a
 single menu option, which brings up a dialog box that allows snapshots,
 continuous saving, save to text, HTML or RichText or directly to the printer.
    [x3270] Added a -secure to simplify invoking secure mode.
    [all] Corrected a problem with interpreting the SuppressMap resource.
    [all] Added the -accepthostname command-line option and acceptHostname
 resource to allow accepting specific names and IP addresses in host
 certificates, or any name.
    [all] Turned off variable substitution for all actions under certain
 circumstances, such as inside macros. It mostly just caused confusion.
    [all] Added two pseudo-variables for filename substitutions:
 ${TIMESTAMP} becomes a microsecond-resolution timestamp and ${UNIQUE}
 guarantees that the filename is unique. Changed the default trace file
 names to use ${UNIQUE}.
    [all] Added a number of keywords to the Query action.
    [all] Made the Open (Connect) and Close (Disconnect) aliases available
 everywhere.
    [all] Added support for code page 803 (hebrew-old).
    [all] Added a -loginmacro command-line option, and made the existing
 loginMacro resource work on x3270.
    [all] Added output to scripts to the event trace file.
2013-11-23 19:12:23 +00:00
gls
017c2adcbf Minor x3270 update to 3.3.12ga13.
No upstream changelog, unfortunately.
2013-07-02 20:20:30 +00:00
gls
336e45a50a Update x11/x3270 to 3.3.12ga12.
Contains the fix for CVE-2012-5662.

Upstream changes:
-----------------

    [All] Added logic to verify the name in the host certificate.
    [All] Pass all SSL-related parameters to the pr3287 session.
    [x3270] On the Connect menu, made the recent host list a
 pull-right sub-menu, if there is an ibm_hosts file in use.
    [x3270] The -trace option now implies event tracing as well.
    [x3270] Spaces are now allowed in the file transfer dialog local
 file name.
    [all] Corrected issues when invalid Unicode characters are encountered
 during a file transfer.
    [x3270, wc3270] Corrected a crash when tracing without a file, when
 the monitor window was closed.
    [all] Changed the CGCSGID for cp930 (Japanese) 0x080b012c
(2059, 300) to 0x0172012c (370, 300).
2013-03-24 18:05:19 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
gls
490fb72484 Update x11/x3270 to 3.3.12ga11
Upstream changes:
-----------------

Changes in version 3.3.12ga11, 23. July 2012

    [all] Corrected a problem with not sending the TELNET TERMINAL TYPE when
	the TELNET NEW ENVIRONMENT option had been negotiated.
    [x3270, c3270] Corrected issues with manual page warnings.

Changes in version 3.3.12ga10, 8. July 2012

    [all] Turned off SSL host cerfication and Added a verifyHostCert resource
	and -verifycert option to enable it.
    [x3270, c3270, wc3270] Changed the 'secure' icon to green when SSL/TLS is
	active and the host is verified, and yellow when SSL/TLS is active but
	the host is unverified.

Changes in version 3.3.12beta9, 13. February 2012

    [all] Added a selfSignedOk resource to allow SSL authentication with hosts
	that use self-signed certificates.
2012-08-06 20:12:17 +00:00
gls
c754edff3e Depend on openssl.
Spotted in a Linux bulk build by sbd@
PKGREV++
2011-11-24 20:07:48 +00:00
dholland
4eb7911631 Use force on imake to keep it from installing fonts in /usr/X11R7 with
native X.
2011-10-09 05:26:08 +00:00
gls
c0f83cece2 Update x3270 to 3.3.12ga7
Only relevant entry in changelog is:

[all] Corrected a buffer overflow problem when starting tracing with large screen sizes.
2011-10-04 19:25:31 +00:00
gls
ebaf7ecad5 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.
2011-03-15 21:51:44 +00:00
obache
fdeb6193f7 * need bdftopcf to build.
* fixes PLIST from imake.
2010-12-27 02:40:23 +00:00
gls
8b2fd35aa0 Update x11/x3270 to 3.3.10ga5.
Upstream changes:

# [x3270] Fixed a problem with temporary keymaps being cleared when connecting
to or disconnecting from a host.
# x3270, c3270] Corrected some APL characters that were not displayed correctly
with Unicode fonts.
# [all] Corrected operation on EBCDIC-based hosts.
# [all] Corrected the behavior of hostname prefixes such as L:, which were
"sticky", i.e., once set they would be set for all future connections.
# [all] Corrected the reported CGCSGID for code page 1147 (french-euro).
# [all except x3270] Disabled the Query Reply report for background color
support, which confused some older versions of GDDM. This report can be
explicitly enabled by setting the qrBgColor resource to true.
# [all] In oversize mode, changed the terminal type to IBM-DYNAMIC.

Pkgsrc changes:
- Set LICENSE
- Fix configuration directory
- Claim maintainership.
2010-07-25 21:23:03 +00:00
gls
91c217fbf7 Updated to 3.3.10ga4
Fix HOMEPAGE and MASTER_SITES
Changelog too long to list here. Please see
http://x3270.bgp.nu/documentation-relnotes.html
2010-03-04 20:42:01 +00:00
joerg
5b7095a463 Drop mkfontdir calls that are already done by pkginstall scripts.
Bump revision.
2009-06-15 13:12:02 +00:00
joerg
b02a0f888e Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
joerg
0797d5c856 Use font installation framework. Bump revision. 2006-05-15 22:03:59 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
bfaf100e3a These packages all use mkfontdir at run-time so add the appropriate
USE_TOOLS definition.
2005-11-08 18:22:09 +00:00
wiz
d92d6175a7 Reset maintainer, oasis dot IAEhv dot nl has no DNS entry. 2005-09-23 20:05:07 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
agc
24a46ed346 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:28:26 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
cjep
fcd38a3c0a Fix PLIST (noticed in arm bulk build) 2003-03-15 16:51:02 +00:00
jschauma
90fb80758b Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-03 04:17:23 +00:00
skrll
015c2e40b9 Don't hardcode /usr/X11R6 when making directories or running X based
programs such as mkfontdir use ${X11BASE} instead.

Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-02-05 22:03:54 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
kei
fbd4fdebc4 Make this package happy with xpkgwedge; Since mkfontdir is a part of standard
X distribution, it's always in /usr/X11R6/bin even if xpkgwedge is installed.
2001-06-12 05:25:38 +00:00
dmcmahill
39b6b9772b fix type for LP64 systems. (unsigned -> size_t) 2001-05-12 21:54:13 +00:00
hubertf
079c205718 Add a few leftovers from last build 2001-05-09 02:34:57 +00:00
skrll
7c75053771 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:07:33 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
wiz
54472a1a3a Re-format, correct any typos. 2000-12-17 22:58:00 +00:00
mjl
af469dc3d8 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.
2000-10-30 11:55:01 +00:00
mjl
2a8550fad4 Update to 3.2.8. No changelog available. 2000-06-06 12:02:46 +00:00
abs
3365dcb7a5 Consistency:
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-21 17:20:03 +00:00