The NetBSD Project

CVS log for pkgsrc/x11/x3270/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / x3270

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.54 / (download) - annotate - [select for diffs], Tue Nov 21 19:19:01 2023 UTC (4 months, 1 week ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.53: +5 -4 lines
Diff to previous 1.53 (colored) to selected 1.14 (colored)

x11/x3270: update to 4.3ga4

Some changes since 4.2ga10:

    Added support for minimum and maximum TLS protocol versions, via the
tlsMinProtocol resource, tlsMaxProtocol resource, -tlsminprotocol
command-line option and -tlsmaxprotocol command-line option.
    Added support for miscellaneous IND$FILE options via the
otherOptions keyword of the Transfer() action, the ftOtherOptions
resource, and extensions to the x3270 file transfer dialog and the c3270
interactive Transfer() action.
    Extended the cancel keyword of the Transfer() action so it will
interrupt the initial wait for an acknowledgement from the host IND$FILE
command.
    The Transfer() action now returns a summary on success or a
meaningful error message on failure.
    Added the Echo() action.
    Added support for the NEW-ENVRONMENT variables needed by the IBM
Express Logon Feature. (Feature request)

    When inserting in blank fill mode, trailing underscores are no
longer consumed, unless they are at the end of the field. (Bug report)

Revision 1.53 / (download) - annotate - [select for diffs], Tue Oct 24 22:11:50 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored) to selected 1.14 (colored)

*: bump for openssl 3

Revision 1.52 / (download) - annotate - [select for diffs], Sat Aug 26 13:23:37 2023 UTC (7 months ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.51: +4 -3 lines
Diff to previous 1.51 (colored) to selected 1.14 (colored)

x11/x3270: update to version 4.2ga10

Improvements:

    Modified the ./configure script to be able to find the macOS installations of OpenSSL from Homebrew and MacPorts.

Bug fixes:

    TN3270E NVT mode now works properly.
    TN3270E SSCP-LU mode now works even if BIND-IMAGE has not been negotiated by the host.
    When TN3270E is turned off and back on within a session, x3270 now renegotiates functions properly.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Mar 29 13:27:16 2023 UTC (12 months ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.14 (colored)

x11/x3270: update to version 4.2ga9.

Known issues

    Resizing or maximizing the wc3270 window makes bad things happen.
Please do not do this.

Improvements
4.2ga9

    Modified the ./configure script to be able to find the macOS
installations of OpenSSL from Homebrew and MacPorts.

4.2ga8

    Added the reshort option to the wc3270 Session Wizard to re-create
all desktop shortcuts. This makes deploying the fix for FAQ Why is the
wc3270 window messed up on Windows 11? simpler.

Bug fixes
4.2ga9

    x3270 mouse selections are much more predictable. Double- and
triple-clicks no longer move the cursor.
    x3270 no longer crashes when it is reconfigured (model, font, etc.)
while the floating pop-up keypad is visible.
    The security indicator in x3270 no longer disappears when it is
indicating unverified state and the window is reconfigured.
    The ./configure option to give an alternate location for the OpenSSL
library (--with-openssl=) works correctly again. (Thanks to Sam Mearns
for the bug report.)

4.2ga8

    When pasting in NVT mode and the text wraps to the next line, the
cursor no longer ends up in the wrong location.
    Extended the source tarball generation script mktar.sh to expand
submodules, so the Expat library builds properly for Windows.
    Modified the Session Wizard so that wc3270 doesn't end up running
inside Windows Terminal. (See the FAQ Why is the wc3270 window messed up
on Windows 11? for details.)
    The x3270a script no longer causes a spurious Invalid (empty)
hostname error pop-up when the display's DPI is other than 96. (Bug
report by Devonian Teuchter is here.)

4.2ga7

    The wc3270 Session Wizard no longer exits silently when it
encounters an error.
    x3270 will no longer change fonts unnecessarily when the host code
page is changed. (bug report)
    The background color is now propagated correctly by the RA order.
(courtesy of Sven Schnelle)
    In a resource file, a resource value can now end with a
properly-quoted backslash, without the backslash being interpreted as a
line continuation.
    The Transfer() action, when invoked from within a file read by the
Source() action, now blocks properly -- it returns once the file
transfer is complete.
    If the Source() action is aborted, it will no longer leave the
keyboard locked.
    Typeahead is now processed correctly when the host has negotiated
TN3270E Contention Resolution and the unlockDelay resource is set to
false. (bug report)

Revision 1.50 / (download) - annotate - [select for diffs], Sat Oct 1 21:07:51 2022 UTC (17 months, 3 weeks ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored) to selected 1.14 (colored)

x11/x3270: update to 4.2ga6

4.2ga5

Added Alt-e to the default wc3270 keymap and Ctrl-a, f to the c3270 default
keymap for the EraseEOF() action.

Revision 1.49 / (download) - annotate - [select for diffs], Thu Sep 1 18:44:08 2022 UTC (18 months, 3 weeks ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.48: +4 -4 lines
Diff to previous 1.48 (colored) to selected 1.14 (colored)

x11/x3270: update to 4.2ga4.

4.1ga14

    The emulators no longer crash or hang when the oia option is used with the PrintText() action.

Known issues

    Resizing or maximizing the wc3270 window makes bad things happen. Please do not do this.
    Numeric fields do not allow the + and - characters to be entered if the numericLock resource is set to true. (Thanks to Roberto Ponti for the report.)
    The emulator will crash if the -port command-line option is used.
    The command-line syntax -set resource=value does not work on x3270.
    The -e command-line option to connect to a local process does not work on x3270.
    Cross-compiles using recent versions of MinGW warnings about printf formats.

Improvements
4.2ga4

    Unified the two ways of running Windows tests under the run_windows_tests.py script.
    If the host sends a TELNET WONT TN3270E (even if it has never sent WILL TN3270E) and the emulator is in TN3270E mode, the emulator will cancel TN3270E mode and send WONT TN3270E. This is not listed as a bug fix because it is a workaround for a bug on the host side, which should be sending DONT TN3270E.
    Added the retry resource to retry host connections, even if the reconnect resource is not set to true.
    Added more validations for bad host writes and pop-ups to report them.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Apr 3 16:14:03 2022 UTC (23 months, 3 weeks ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.47: +3 -3 lines
Diff to previous 1.47 (colored) to selected 1.14 (colored)

x11/x3270: update to 4.1ga13

Bug fixes

    Fixed an s3270 issue where error messages from the Wait() action implicitly run after connecting to a host specified on the command line or in a session file, are displayed on standard output. (Standard output should contain only results from actions received on standard input.)
    Fixed a crash in the HTTP server.
    Fixed automatic dependency generation.
    Fixed an issue where x3270 would draw certain characters in NVT mode, such as - and \, incorrectly unless the 14-point 3270 font was used.
    Fixed an issue where the bottom of the screen buffer might become corrupted when using oversize or resizing the screen.

4.1ga13:

Known issues

    The emulators may crash or hang when the oia option is used with the PrintText() action.

Bug fixes

    When input from the String() action overflows a field, the cursor now lands in the correct location.
    When a host has multiple addresses, the emulators (except pr3287) will now reliably try up to four of them.
    Errors from the OpenSSL library are now displayed correctly.
    When a connection fails to a TLS-tunnel host (one specified with the L: prefix), the correct error message is now displayed.
    Fixed a c3270 crash when a connection is opened from a remote source (HTTP server or script port) while at the c3270> prompt.
    Fixed a c3270 crash when the -secure and -trace command-line options are used together.
    A key typed into a full field in insert mode no longer overwrites the character under the cursor.

Revision 1.47 / (download) - annotate - [select for diffs], Wed Dec 29 13:25:47 2021 UTC (2 years, 2 months ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.46: +10 -5 lines
Diff to previous 1.46 (colored) to selected 1.14 (colored)

x11/x3270: update to suite3270-4.1ga11.

Removed some out-of-date documentation.
https://x3270.miraheze.org/wiki/Main_Page is the most up-to-date.

Improvements:
- Added a macros menu to c3270 and wc3270.
- Corrected support for the macros resource without a qualifying host
  name.
- The entire list of command-line options is now displayed only with the
  --help command-line option, not for every unknown option.
- Added the lineMode resource.
- Added the noTelnetInputMode resource.
- Added the wrap graphic rendition to b3270.
- Added the Pause() action.
- Changed the default for unlockDelay in all emulators from true to
  false. This is a very significant change.
- The overlayPaste resource is now set to true by default.
- GNOME desktop integration is now included.
- wc3270 now does continuous selections in NVT mode, and allows a single
  character to be selected.
- wc3270 no longer moves the cursor for mouse clicks in NVT mode.
- Double-clicking on a URL in x3270 (on most platforms) and in wc3270
  now opens that link in the browser.
- The session file folder is no longer marked as a system file, so
  backup software will not skip it.
- Added the SubjectNames() action and TlsSubjectNames query.
- Added the ability to set an accept host name to the wc3270 Session
  Wizard.
- Switched several actions that return values to explicitly return
  nothing.
- Added the ability to include the OIA in a PrintText() action screen
  image.
- Added the OIA to the screen image displayed by the HTTP server.
- Added validation of keymaps, macros and idle actions at init time.
- Added cursor blink support to wc3270.
- Added the SaveInput() action and RestoreInput() action.
- In b3270, error messages from failed host connection attempts are now
  labeled separately from other errors.
- Added the -subst option to the String() action.

Bug fixes:
- Fixed an issue in b3270 where the cursor would continue to be
  displayed when the host disconnected.
- APL characters were not displayed properly in x3270 in NVT mode, when
  using a 3270 font.
- On MacOS, the ./configure script would skip c3270 if it was not
  enabled explicitly.
- Fixed a number of typos in compiled strings and comments (courtesy of
  Philipp Kern).
- Fixed a c3270 crash seen on NetBSD.
- Fixed an issue with c3270 exiting prematurely, seen on NetBSD.
- Fixed an x3270 install issue (courtesy of Olaf 'Rhialto' Seibert).
- The last screenful of NVT mode text is no longer lost when scrolling
  backwards.
- The programs ar and ranlib are resolved dynamically now when building.
- Numeric fields no longer ignore non-numeric characters and commas,
  when the NumericLock resource is false. When it is true, commas are
  considered valid numeric characters.
- Proxy connections did not initialize TELNET state properly (courtesy
  of Andreas Krebbel).
- When running on Cygwin, child scripts (the Script() action, Execute()
  action and Prompt() action) failed with a bind error.
- When the print dialog was canceled, the PrintText() action and
  ScreenTrace() action would fail silently.
- The emulator would sometimes crash when a pending connection was
  broken.
- Windows error messages are now encoded using the selected code page,
  not the system ANSI code page.
- Fixed several scripting scenarios, such as aborting a Source() action,
  which would leave the keyboard locked.
- The String() action no longer requires an input field to be present in
  order to run.
- Corrected an issue where an empty error message would be displayed for
  a connection failure.
- Corrected a typo in a file transfer message name (courtesy of Philipp
  Kern).
- Added logic to ensure the icon directory exists when installing x3270
  on Linux (courtesy of Philipp Kern).
- Fixed the representation of APL underlined alphabetics in b3270 screen
  updates in NVT mode, and in the output of the Ascii() action.
- Fixed a crash when an action started with a comment (# or !).
- Fixed a version generation bug that prevented the code from building
  on MacOS when SOURCE_DATE_EPOCH was set.
- Corrected usage messages.

Revision 1.46 / (download) - annotate - [select for diffs], Sat Jun 26 13:51:20 2021 UTC (2 years, 9 months ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.45: +4 -5 lines
Diff to previous 1.45 (colored) to selected 1.14 (colored)

x11/x3270: update to 4.0ga14.

Known issues

    * When running on Cygwin, child scripts (the Script() action, Execute() action and Prompt() action) fail with a bind error.

Improvements

    None.

Bug fixes

    The last screenful of NVT mode text is no longer lost when scrolling backwards.
    The programs ar and ranlib are resolved dynamically now when building.
    Numeric fields no longer ignore non-numeric characters and commas, when the NumericLock resource is false. When it is true, commas are considered valid numeric characters.
    Proxy connections did not initialize TELNET state properly (courtesy of Andreas Krebbel).

Revision 1.45 / (download) - annotate - [select for diffs], Fri May 14 10:20:25 2021 UTC (2 years, 10 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.14 (colored)

x3270: needs expat

Revision 1.44 / (download) - annotate - [select for diffs], Fri Jan 1 15:37:54 2021 UTC (3 years, 2 months ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.43: +3 -2 lines
Diff to previous 1.43 (colored) to selected 1.14 (colored)

x11/x3270: replace bash in a shell script.

Revision 1.43 / (download) - annotate - [select for diffs], Fri Jan 1 13:05:22 2021 UTC (3 years, 2 months ago) by rhialto
Branch: MAIN
Changes since 1.42: +20 -13 lines
Diff to previous 1.42 (colored) to selected 1.14 (colored)

x11/x3270: update to 4.0ga13.

Includes the curses version of the terminal emulator now.

Changelogs are quite fragmented over various alpha/beta versions; here
are some main points.

Major changes
Task engine

The scripting infrastructure has been rewritten. It is now called the task engine. There are no longer any artificial dependencies between actions initiated by different sources (keyboard, scripts, HTTP requests, etc.). Accidental blocking behavior has been (almost) eliminated. Unrelated operations are now properly concurrent, within the limitations of there still being just one emulated terminal and host session to control. For example, c3270 and wc3270 now continue to respond to host messages while at the prompt or while a printer dialog is showing.

Tasks also carry context consistently now. For example, the Wait(Output) now works with HTTP requests.

The state of the task engine can be displayed with the Tasks query.
b3270

A new emulator has been created, b3270. It is a common back-end process that handles the 3270 protocol and host interactions, communicating with different user-interface implementations using a simple XML-based protocol. None of the existing emulators have been converted to use b3270, but a new Windows emulator (wx3270) uses it.
x3270 prompt

The c3270 prompt has been generalized and is available to all of the 3270 emulators as the x3270 prompt. The Prompt() action (or a menu option) creates a new instance of the prompt in a window. The prompt now uses color to distinguish error messages.
tcl3270 re-implementation

tcl3270 has been re-implemented as a simple wrapper around s3270. This eliminates many of the arbitrary limitations and blocking behaviors of the previous implementation.
Show() / Query() merge and expansion

The common Query() action and the c3270/wc3270-specific Show() action have been merged and expanded. Show() is an alias for Query(), and many queries have been added or changed:

(omitted)

Set()/Toggle() changes

A new Set() action has been added, which is similar to the Toggle() action. The difference between Set() and Toggle() happens when no value is specified for a setting. Without a value specified, Set() will display the current value; Toggle() will (if the setting is Boolean) invert the setting's value. Both actions list the current values of all settings if no parameters are given.

Many additional resources can now be changed at run-time via Set() or Toggle().

These previously-deprecated resources were removed:

    cursorPos (assumed true now)
    dsTrace
    eventTrace
    dftBufferSize

x3270 APL mode

APL keyboard operation on x3270 has changed. There is no longer a fixed APL keymap. Instead, the key combination Shift-Escape toggles a new APL mode, which changes how how paste operations are handled (preferring the APL definitions for Unicode characters that have both APL and non-APL mappings), as well as setting a temporary keyboard map and a temporary compose map.

The separate APL host code page has been removed; APL text can be displayed using any host code page.


after this, lots of bug fixes and minor tweaks, as far as I can tell.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Jan 18 21:51:16 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.14 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Mar 5 11:29:49 2016 UTC (8 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored) to selected 1.14 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Mar 15 15:18:17 2015 UTC (9 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored) to selected 1.14 (colored)

needs iconv(3)

Revision 1.39 / (download) - annotate - [select for diffs], Sun Jun 1 18:47:24 2014 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.38: +4 -4 lines
Diff to previous 1.38 (colored) to selected 1.14 (colored)

Use default font path. Bump PKGREVISION.

Revision 1.38 / (download) - annotate - [select for diffs], Tue May 20 20:05:41 2014 UTC (9 years, 10 months ago) by gls
Branch: MAIN
Changes since 1.37: +3 -4 lines
Diff to previous 1.37 (colored) to selected 1.14 (colored)

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.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:56 2014 UTC (10 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored) to selected 1.14 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Nov 23 19:12:23 2013 UTC (10 years, 4 months ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored) to selected 1.14 (colored)

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.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Jul 2 20:20:30 2013 UTC (10 years, 8 months ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored) to selected 1.14 (colored)

Minor x3270 update to 3.3.12ga13.
No upstream changelog, unfortunately.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Mar 24 18:05:19 2013 UTC (11 years ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored) to selected 1.14 (colored)

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).

Revision 1.33 / (download) - annotate - [select for diffs], Wed Feb 6 23:24:19 2013 UTC (11 years, 1 month ago) by jperkin
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored) to selected 1.14 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Oct 29 05:06:57 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.31: +1 -2 lines
Diff to previous 1.31 (colored) to selected 1.14 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Aug 6 20:12:17 2012 UTC (11 years, 7 months ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.30: +3 -4 lines
Diff to previous 1.30 (colored) to selected 1.14 (colored)

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.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Nov 24 20:07:48 2011 UTC (12 years, 4 months ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.29: +3 -1 lines
Diff to previous 1.29 (colored) to selected 1.14 (colored)

Depend on openssl.
Spotted in a Linux bulk build by sbd@
PKGREV++

Revision 1.27.6.1 / (download) - annotate - [select for diffs], Sun Oct 9 10:14:07 2011 UTC (12 years, 5 months ago) by tron
Branch: pkgsrc-2011Q3
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored) next main 1.28 (colored) to selected 1.14 (colored)

Pullup ticket #3545 - requested by dholland
x11/x3270: build fix

Revisions pulled up:
- x11/x3270/Makefile                                            1.29

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Sun Oct  9 05:26:09 UTC 2011

   Modified Files:
   	pkgsrc/x11/x3270: Makefile

   Log Message:
   Use force on imake to keep it from installing fonts in /usr/X11R7 with
   native X.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Oct 9 05:26:08 2011 UTC (12 years, 5 months ago) by dholland
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored) to selected 1.14 (colored)

Use force on imake to keep it from installing fonts in /usr/X11R7 with
native X.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Oct 4 19:25:31 2011 UTC (12 years, 5 months ago) by gls
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored) to selected 1.14 (colored)

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.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Mar 15 21:51:44 2011 UTC (13 years ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Branch point for: pkgsrc-2011Q3
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored) to selected 1.14 (colored)

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.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Dec 27 02:40:23 2010 UTC (13 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored) to selected 1.14 (colored)

* need bdftopcf to build.
* fixes PLIST from imake.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jul 25 21:23:03 2010 UTC (13 years, 8 months ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.24: +10 -4 lines
Diff to previous 1.24 (colored) to selected 1.14 (colored)

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.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Mar 4 20:42:01 2010 UTC (14 years ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.23: +10 -7 lines
Diff to previous 1.23 (colored) to selected 1.14 (colored)

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

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jun 15 13:12:02 2009 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.14 (colored)

Drop mkfontdir calls that are already done by pkginstall scripts.
Bump revision.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Nov 10 17:21:38 2008 UTC (15 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.14 (colored)

Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:45 2008 UTC (15 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored) to selected 1.14 (colored)

Add DESTDIR support.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Feb 22 19:27:28 2007 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.14 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Dec 27 13:37:43 2006 UTC (17 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.18: +4 -1 lines
Diff to previous 1.18 (colored) to selected 1.14 (colored)

- 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.

Revision 1.18 / (download) - annotate - [select for diffs], Mon May 15 22:03:59 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.17: +4 -3 lines
Diff to previous 1.17 (colored) to selected 1.14 (colored)

Use font installation framework. Bump revision.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Mar 4 21:31:12 2006 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.14 (colored)

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.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:45 2006 UTC (18 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.14 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Nov 8 18:22:09 2005 UTC (18 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

These packages all use mkfontdir at run-time so add the appropriate
USE_TOOLS definition.

Revision 1.14 / (download) - annotate - [selected], Fri Sep 23 20:05:07 2005 UTC (18 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Reset maintainer, oasis dot IAEhv dot nl has no DNS entry.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 24 21:13:04 2005 UTC (19 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.12: +1 -3 lines
Diff to previous 1.12 (colored) to selected 1.14 (colored)

Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 20 12:28:28 2004 UTC (20 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.14 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Mar 29 12:43:11 2003 UTC (21 years ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.14 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 3 04:17:42 2003 UTC (21 years, 1 month ago) by jschauma
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored) to selected 1.14 (colored)

Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Feb 17 17:06:58 2001 UTC (23 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, netbsd-1-5-PATCH001, buildlink2-base, buildlink2
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored) to selected 1.14 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 30 11:55:01 2000 UTC (23 years, 5 months ago) by mjl
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored) to selected 1.14 (colored)

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.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 6 12:02:46 2000 UTC (23 years, 9 months ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.6: +7 -4 lines
Diff to previous 1.6 (colored) to selected 1.14 (colored)

Update to 3.2.8. No changelog available.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 15 20:39:49 1999 UTC (24 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, comdex-fall-1999
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored) to selected 1.14 (colored)

Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 22 13:21:03 1998 UTC (25 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored) to selected 1.14 (colored)

Update package Makefiles for automatic manual page handling.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:56 1998 UTC (25 years, 11 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.3: +2 -7 lines
Diff to previous 1.3 (colored) to selected 1.14 (colored)

Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 30 16:39:21 1998 UTC (26 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored) to selected 1.14 (colored)

The NetBSD X11 manual pages are installed pre-formatted, but not
gzipped.  Delete MANCOMPRESSED, and set CAT1 not MAN1 accordingly.
Sync PLIST with reality.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 30 16:21:15 1998 UTC (26 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored) to selected 1.14 (colored)

Add NetBSD RCS Id.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jan 30 16:18:46 1998 UTC (26 years, 2 months ago) by agc
Branch: FREEBSD
CVS Tags: FreeBSD-current-1998-01-28
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.14 (colored)

Initial import of x3270, a 3270 terminal emulator, into the NetBSD
packages collection, from the FreeBSD port.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 30 16:18:46 1998 UTC (26 years, 2 months ago) by agc
Branch: MAIN
Diff to selected 1.14 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>