The NetBSD Project

CVS log for pkgsrc/devel/hs-ansi-terminal/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-ansi-terminal

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Apr 29 02:07:27 2024 UTC (7 months, 1 week ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
devel/hs-ansi-terminal: Update to 1.1.1

Version 1.1.1
* Use of C function setenv() in one thread can cause other threads calling
  C functions that query environment variables to crash. On Unix-like
  operating systems, where such functions are used, the implementations of
  hSupportsANSI and hSupportsANSIColor now avoid unnecessary calls of
  System.Environment.lookupEnv.
* Improvements to Haddock documentation.

Version 1.1
* Add support for console layer Underlining and underlining styles
  CurlyUnderline, DottedUnderline and DashedUnderline.
* Add type synonyms Parameter, SubParam, and ParamWithSubs to represent SGR
  parameter values with and without following parameter substrings
  comprised of one or more parameter elements (including empty elements).
* Add csi' and sgrToCode', corresponding to csi and sgrToCode but capable
  of handling a parameter value followed by a parameter substring.

Version 1.0.2
* On Windows, fix linker error about a duplicate symbol castUINTPtrToPtr.

Version 1.0.1
* On Windows, the processing of 'ANSI' control characters in output is
  enabled by default in Windows Terminal but is not enabled by default in
  ConHost terminals. Additions have been made to allow support of users of
  ConHost terminals.
* Add hNowSupportsANSI. On Unix, the function is equivalent to
  hSupportsANSI. On Windows, in Windows Terminal and ConHost terminals, the
  action can try to enable the processing of 'ANSI' control characters in
  output.
* In Windows Terminal and ConHost terminals, hSupportsANSI will yield False
  if the processing of 'ANSI' control characters in output is not enabled.
* Deprecated hSupportsANSIWithoutEmulation is now consistent with
  hNowSupportsANSI.
* Improvements to Haddock documentation.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Oct 26 07:31:18 2023 UTC (13 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
devel/hs-ansi-terminal: Update to 1.0

Version 1.0
* On Windows, drop support for legacy Windows requiring emulation.
* On Windows, the package no longer depends (directly or indirectly) on the
  Win32, array, containers, deepseq, filepath, ghc-boot-th, mintty, pretty
  or template-haskell packages.
* hSupportsANSI no longer assumes that the given handle is writeable.
* hSupportsANSIWithoutEmulation is deprecated.

Version 0.11.5
* Module System.Console.ANSI.Types spun out to new dependency package
  ansi-terminal-types-0.11.5.
* Drop support for GHC versions before GHC 7.10.1 (released March 2015).
* Improvements to Haddock documentation.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jan 25 01:35:11 2023 UTC (22 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
devel/hs-ansi-terminal: Update to 0.11.4

Version 0.11.4
* Add reportLayerColor, getReportedLayerColor and getLayerColor for
  querying the layer color on terminals that support the functionality.
* Add useAlternateScreenBuffer and useNormalScreenBuffer, and support for
  switching between the Alternate and Normal Screen Buffers.
* When the argument is 0, cursorUpCode, cursorDownCode, cursorForwardCode,
  cursorBackwardCode,scrollPageUpCode and scrollPageDownCode now yield "",
  and cursorUpLineCode and cursorDownLineCode now yield the equivalent of
  setCursorColumnCode 0. This is because, on some terminals, a 0 parameter
  for the underlying 'ANSI' code specifies a default parameter of 1.
* Add osc as a utility function, for OSC sequences.
* setTitle now uses the recommended STRING TERMINATOR (ST) of \ESC\\,
  rather than the legacy \BEL (\007), and filters the title of all
  non-printable characters, not just \BEL.
* Improvements to Haddock documentation.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Sep 6 18:41:45 2022 UTC (2 years, 3 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
Update to ansi-terminal-0.11.3

Version 0.11.3
* Add "hyperlink", "hyperlinkWithId" and "hyperlinkWithParams", and support
  for clicable hyperlinks.

Version 0.11.2
* On Windows, fix compatability with the Windows I/O Manager (WinIO) when
  GHC >= 9.0.1 but Win32 < 2.9.0.0.
* Improvements to Haddock documentation.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Feb 11 09:46:16 2022 UTC (2 years, 9 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
Update to ansi-terminal-0.11.1

Version 0.11.1
* On Windows, fix compatability with the Windows I/O Manager (WinIO)
  introduced in GHC 9.0.1, by incorporating changes made in package
  Win32-2.13.2.0 in that regard.
* Improvements to Haddock documentation.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:14:51 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:39:45 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -2 lines
devel: Remove SHA1 hashes for distfiles

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 23 10:49:00 2021 UTC (3 years, 7 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
Update to ansi-terminal-0.11

Version 0.11
* Remove deprecated getCursorPosition0. (Use getCursorPosition
  instead.)
* On Unix-like operating systems, the temporary turning off of echoing
  is moved from getReportedCursorPosition to hGetCursorPositon.
* On Unix-like operating systems, fix a bug in getCursorPosition and
  hGetCursorPosition, where the console input stream was was not
  always clear before the cursor position was emitted into it.

Version 0.10.3
* Add getCursorPosition as a synonym of getCursorPosition0 and
  deprecate the latter.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Dec 30 00:03:50 2019 UTC (4 years, 11 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
Update to ansi-terminal-0.10.2

Version 0.10.2
* `hGetTerminalSize` now assumes a terminal is no bigger than 9,999 by 9,999
  (previously, no bigger than 999 by 999).
* On Windows, fix a bug where emulated cursor movement functions differed from
  Windows 10 (movement bounded by the current viewport).

Version 0.10.1
* Add `hGetCursorPosition` and `hGetTerminalSize`.
* On Unix-like operating systems, fix a bug where `getReportedCursorPosition`
  could block indefinitely if no information was forthcoming on the console
  input stream.
* Improvements to Haddock documentation.

Version 0.10
* Add support for setting the default color with new `SetDefaultColor`
  constructor of the `SGR` type.
* `getTerminalSize` now flushes the `stdout` channel, to ensure the cursor
  position is unaffected.

Version 0.9.1
* Flag modules with GHC's 'Safe Haskell' language extensions (from GHC 7.2.1).
* Improvements and corrections to Haddock documentation.

Version 0.9
* Add support for 256-color palettes with new `SetPaletteColor` constructor of
  the `SGR` type, and `xterm6LevelRGB`, `xterm24LevelGray` and `xtermSystem`.
* Remove deprecated `getCursorPosition`. (Use `getCursorPosition0` instead.)
* Add `hSupportsANSIColor`.
* Add `getTerminalSize`.
* Improvements to Haddock documentation.

Version 0.8.2
* Add `getCursorPosition0` and deprecate `getCursorPosition`. Any position
  provided by the latter is 1-based. Any position provided by the former is
  0-based, consistent with `setCursorColumn` and `setCursorPosition`.
* Improvements to Haddock documentation in respect of 0-based and 1-based
  cursor positions.

Version 0.8.1
* Add `hSupportsANSIWithoutEmulation`. On Windows 10, if the handle is identifed
  as connected to a native terminal ('Command Prompt' or 'PowerShell'), the
  processing of 'ANSI' control characters will be enabled.

Version 0.8.0.4
* On Windows, `hSupportsANSI` now recognises if the handle is connected to a
  'mintty' terminal.
* Drop support for GHC versions before GHC 7.0.1 (released November 2010)

Version 0.8.0.3
* On Windows, try to enable ANSI on ConHost terminals even if a TERM environment
  variable exits (such as with the Hyper 2 terminal)
* Minor improvements to Haddock documentation

Version 0.8.0.2
* Improve README and Haddock documentation
* On Windows, fix compatability with earlier GHC versions
* Drop support for GHC versions before 6.12.1 (released December 2009)

Version 0.8.0.1
* On Windows, if the standard output channel is valid but not a ConHost
  terminal, assume it is ANSI-enabled rather than failing
* On Windows, output the improved error message to the standard error channel
  rather than the standard output channel

Version 0.8
* Make the fields of `SGR` strict
* Make compatible with GHC 8.2.2
* Improve the error message on Windows when not ANSI-capable or ConHost
* Recognise Appveyor build environment as ANSI-enabled

Version 0.7.1.1
`getReportedCursorPosition`: don't let the cursor reporting code be echo'd

Version 0.7.1
* Allow saving, restoring, and querying the current cursor position
* Fix a couple of issues with the Reset emulation on Windows

Version 0.7
* Add 24-bit RGB color support

Version 0.6.3.1
* Fix Windows + ghc 7.8 compatibility

Version 0.6.3
* Add ANSI support for Windows
* Add compatibility with Win32-2.5.0.0 and above

Version 0.6.2.3
* Add an example to the haddocks

Version 0.6.2.2
* Fix a GHC 7.10 warning

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Nov 3 03:27:31 2015 UTC (9 years, 1 month ago) by agc
Branches: 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, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

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.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Nov 6 13:00:44 2014 UTC (10 years, 1 month ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Update to 0.6.2.1

CHANGELOG:
Version 0.6.2.1
---------------

Restore compatibility with GHC 7.4 and older

Version 0.6.2
-------------

* Add `hSupportsANSI`
* Drop support for `base < 4`

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Aug 1 12:07:44 2014 UTC (10 years, 4 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Import ansi-terminal-0.6.1.1 as devel/hs-ansi-terminal,
packaged for wip by pho.

ANSI terminal support for Haskell: allows cursor movement, screen
clearing, color output showing or hiding the cursor, and changing the
title. Compatible with Windows and those Unixes with ANSI terminals,
but only GHC is supported as a compiler.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>