Update to window-20260302
Teach window(1) how to deal with ANSI terminal escape sequences.
Specifically: escape sequences begining with [ and which contain ? or numeric values.
This allows window(1) to work better with those terminal programs, especially those which use
readline(3) calls, which insist on emitting these extended escape sequences even if those
definitions are not in the termcap or terminfo spec for the terminal in use.
this new support is incomplete in the sense that we don't do anything with the numeric values,
but we do honor the functions of the actions requested as long as they were actions this
program already supported.
Preliminary testing shows a vast improvement with programs like gdb and the interactive python
shells.
Teach window(1) how to deal with ANSI terminal escape sequences.
Specifically: escape sequences begining with [ and which contain ? or numeric values.
This allows window(1) to work better with those terminal programs, especially those which use
readline(3) calls, which insist on emitting these extended escape sequences even if those
definitions are not in the termcap or terminfo spec for the terminal in use.
this new support is incomplete in the sense that we don't do anything with the numeric values,
but we do honor the functions of the actions requested as long as they were actions this
program already supported.
Preliminary testing shows a vast improvement with programs like gdb and the interactive python
shells.
terraform-provider-template: Convert to go-module.mk and define TERRAFORM_PROVIDER_LEGACY_INSTALL
Convert to lang/go/go-module.mk and define
TERRAFORM_PROVIDER_LEGACY_INSTALL intended to replace
net/terraform-provider-template.
(There are no newer versions and this package is deprecated.)
terraform-provider-random2: Import terraform-provider-random2-2.3.0
The "random" provider allows the use of randomness within Terraform
configurations. This is a logical provider, which means that it works entirely
within Terraform's logic, and doesn't interact with any other services.
www/py-trio-websocket: import py-trio-websocket-0.12.2 as www/py-trio-websocket
This library implements both server and client aspects of the the WebSocket
protocol, striving for safety, correctness, and ergonomics. It is based on
the wsproto project, which is a Sans-IO state machine that implements the
majority of the WebSocket protocol, including framing, codecs, and events. This
library handles I/O using the Trio framework.
Teach window(1) how to deal with ANSI terminal escape sequences.
Specifically: escape sequences begining with [ and which contain ? or numeric values.
This allows window(1) to work better with those terminal programs, especially those which use
readline(3) calls, which insist on emitting these extended escape sequences even if those
definitions are not in the termcap or terminfo spec for the terminal in use.
this new support is incomplete in the sense that we don't do anything with the numeric values,
but we do honor the functions of the actions requested as long as they were actions this
program already supported.
Preliminary testing shows a vast improvement with programs like gdb and the interactive python
shells.
terraform-provider-random: remove TERRAFORM_PROVIDER_LEGACY_INSTALL
It should be moved to terraform-provider-random3 and we need to import
terraform-provider-random2 because the 3.x include an attribute
deprecation that is a breaking change.
terraform-provider-null: convert to go-module.mk and define TERRAFORM_PROVIDER_LEGACY_INSTALL
Convert to lang/go/go-module.mk and define
TERRAFORM_PROVIDER_LEGACY_INSTALL given that it is intended to be used
to replace terraform-provider-null.
Also add a COMMIT_MSG snippet after double-checking upstream
CHANGELOG.md that it is ok to bump major version.
terraform-provider-kubernetes2: Add version suffix
In that way it can coexists with terraform-provider-kubernetes1 so that
net/terraform-provider-kubernetes can be gradually updated.
terraform-provider-archive: switch to go-module.mk and provider.mk
Convert to terraform/provider.mk and lang/go/go-module.mk.
Also define TERRAFORM_PROVIDER_LEGACY_INSTALL given that we have it as
net/terraform-provider-archive.