Home | History | Annotate | only in /src/share/wscons
History log of /src/share/wscons
RevisionDateAuthorComments
 1.1 25-Jul-2000  drochner branches: 1.1.2;
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.2 09-Aug-2000  drochner pull up new files from trunk:
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.1 25-Jul-2000  drochner file Makefile was added on branch netbsd-1-5 on 2000-08-09 07:30:27 +0000
 1.5 12-Mar-2021  fcambus Update Spleen wscons fonts to version 1.9.0, bringing the following
improvements:

- Enlarge vertical line for consistency with other small sizes (5x8 version)
- Add full support for the Latin-1 Supplement Unicode block (6x12 version)
 1.4 08-Jul-2020  fcambus Add font file for Spleen 6x12, which can be loaded into the wsfont pool
or a wscons display device using wsfontload(8).
 1.3 28-Jun-2020  fcambus Add font files for Spleen, which can be loaded into the wsfont pool
or a wscons display device using wsfontload(8).

For example, Spleen 16x32 can be loaded and enabled as follow:

wsfontload -N spleen-16x32 -w 16 -h 32 spleen-16x32.fnt
wsconsctl -dw font=spleen-16x32
 1.2 22-Jun-2020  fcambus Fix filenames for vt220* wscons fonts listed in COPYRIGHT.

The extension of uuencoded files on disk is ".uue".
 1.1 25-Jul-2000  drochner branches: 1.1.2;
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.2 09-Aug-2000  drochner pull up new files from trunk:
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.1 25-Jul-2000  drochner file COPYRIGHT was added on branch netbsd-1-5 on 2000-08-09 07:30:28 +0000
 1.15 08-Jun-2022  uwe Terminus Font: Import latin1 encoded versions from 4.49.1
 1.14 14-May-2022  uwe Terminus Font: Import 12pt and 28pt IBM437 fonts too.
 1.13 14-May-2022  uwe Terminus Font: Import IBM-encoded versions from 4.49.1

Terminus Font is a clean, fixed width bitmap font, designed for long
(8 and more hours per day) work with computers.

The font has a very good script coverage and subsets with other
encodings can be imported in the future.

This commit imports IBM437 encoded (WSDISPLAY_FONTENC_ISO) subsets
converted to WSF format. wsfont metadata are stored in the files, so
you can load them without any additional arguments to wsfontload(8).
 1.12 08-Jul-2020  fcambus Add font file for Spleen 6x12, which can be loaded into the wsfont pool
or a wscons display device using wsfontload(8).
 1.11 28-Jun-2020  fcambus Add font files for Spleen, which can be loaded into the wsfont pool
or a wscons display device using wsfontload(8).

For example, Spleen 16x32 can be loaded and enabled as follow:

wsfontload -N spleen-16x32 -w 16 -h 32 spleen-16x32.fnt
wsconsctl -dw font=spleen-16x32
 1.10 18-Jan-2010  ahoka Add font files for latin-2 (ISO 8859-2) encoding. Loading these fonts will
enable wscons to read texts in central european languages, eg. HU or CZ.

From FreeBSD.
 1.9 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.8 21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
 1.7 19-Oct-2003  lukem implement MAKEVERBOSE
 1.6 10-Jul-2003  lukem Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN
TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT
TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS
TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB
TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE
TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER
TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS
TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL
TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
TOOL_FOO?= foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
 1.5 04-May-2003  gmcgarry Add some more IBM-encoded fonts.

These fonts were taken from the FONTMAN (fpman220.zip) distribution by
Horst Schaeffer.

They are not intended for serious use. They were chosen to look
significanly different to vt200 fonts currently available. Good
for demonstrating wscons capability.
 1.4 31-Jan-2002  tv Make it possible for uudecode to be a host tool.
 1.3 28-Jan-2001  veego Make it simpler by using FILES.
 1.2 24-Sep-2000  simonb Use the usual make variables with ${INSTALL} (RENAME, COPY, PRESERVE,
INSTPRIV). Also use BIN{OWN,GRP} and NONBINMODE.
 1.1 25-Jul-2000  drochner branches: 1.1.2;
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.3 09-Nov-2000  tv Pullup 1.2 [simonb]:
Use the usual make variables with ${INSTALL} (RENAME, COPY, PRESERVE,
INSTPRIV). Also use BIN{OWN,GRP} and NONBINMODE.
 1.1.2.2 09-Aug-2000  drochner pull up new files from trunk:
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.1 25-Jul-2000  drochner file Makefile was added on branch netbsd-1-5 on 2000-08-09 07:30:29 +0000
 1.3 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.2 04-May-2003  gmcgarry Filename typo
 1.1 04-May-2003  gmcgarry Add some more IBM-encoded fonts.

These fonts were taken from the FONTMAN (fpman220.zip) distribution by
Horst Schaeffer.

They are not intended for serious use. They were chosen to look
significanly different to vt200 fonts currently available. Good
for demonstrating wscons capability.
 1.1 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.2 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.1 04-May-2003  gmcgarry Add some more IBM-encoded fonts.

These fonts were taken from the FONTMAN (fpman220.zip) distribution by
Horst Schaeffer.

They are not intended for serious use. They were chosen to look
significanly different to vt200 fonts currently available. Good
for demonstrating wscons capability.
 1.1 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.1 18-Jan-2010  ahoka Add font files for latin-2 (ISO 8859-2) encoding. Loading these fonts will
enable wscons to read texts in central european languages, eg. HU or CZ.

From FreeBSD.
 1.1 18-Jan-2010  ahoka Add font files for latin-2 (ISO 8859-2) encoding. Loading these fonts will
enable wscons to read texts in central european languages, eg. HU or CZ.

From FreeBSD.
 1.1 18-Jan-2010  ahoka Add font files for latin-2 (ISO 8859-2) encoding. Loading these fonts will
enable wscons to read texts in central european languages, eg. HU or CZ.

From FreeBSD.
 1.2 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.1 04-May-2003  gmcgarry Add some more IBM-encoded fonts.

These fonts were taken from the FONTMAN (fpman220.zip) distribution by
Horst Schaeffer.

They are not intended for serious use. They were chosen to look
significanly different to vt200 fonts currently available. Good
for demonstrating wscons capability.
 1.1 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.2 20-Jul-2020  fcambus Update Spleen wscons fonts to version 1.8.1, bringing the following
improvements:

- Center tilde vertically for all sizes, as modern fonts do
 1.1 28-Jun-2020  fcambus Add font files for Spleen, which can be loaded into the wsfont pool
or a wscons display device using wsfontload(8).

For example, Spleen 16x32 can be loaded and enabled as follow:

wsfontload -N spleen-16x32 -w 16 -h 32 spleen-16x32.fnt
wsconsctl -dw font=spleen-16x32
 1.3 31-Jul-2020  fcambus Update Spleen wscons fonts to version 1.8.2, bringing the following
improvements:

- Fix size of the lower case 'ae' character in the 16x32 and 32x64 versions
- Shorten parentheses, square brackets, braces, slash, backslash in the
8x16 version, fixing alignment issues
- Shift vertical line and double vertical line characters one pixel
up in the 8x16 version
 1.2 20-Jul-2020  fcambus Update Spleen wscons fonts to version 1.8.1, bringing the following
improvements:

- Center tilde vertically for all sizes, as modern fonts do
 1.1 28-Jun-2020  fcambus Add font files for Spleen, which can be loaded into the wsfont pool
or a wscons display device using wsfontload(8).

For example, Spleen 16x32 can be loaded and enabled as follow:

wsfontload -N spleen-16x32 -w 16 -h 32 spleen-16x32.fnt
wsconsctl -dw font=spleen-16x32
 1.3 31-Jul-2020  fcambus Update Spleen wscons fonts to version 1.8.2, bringing the following
improvements:

- Fix size of the lower case 'ae' character in the 16x32 and 32x64 versions
- Shorten parentheses, square brackets, braces, slash, backslash in the
8x16 version, fixing alignment issues
- Shift vertical line and double vertical line characters one pixel
up in the 8x16 version
 1.2 20-Jul-2020  fcambus Update Spleen wscons fonts to version 1.8.1, bringing the following
improvements:

- Center tilde vertically for all sizes, as modern fonts do
 1.1 28-Jun-2020  fcambus Add font files for Spleen, which can be loaded into the wsfont pool
or a wscons display device using wsfontload(8).

For example, Spleen 16x32 can be loaded and enabled as follow:

wsfontload -N spleen-16x32 -w 16 -h 32 spleen-16x32.fnt
wsconsctl -dw font=spleen-16x32
 1.4 12-Mar-2021  fcambus Update Spleen wscons fonts to version 1.9.0, bringing the following
improvements:

- Enlarge vertical line for consistency with other small sizes (5x8 version)
- Add full support for the Latin-1 Supplement Unicode block (6x12 version)
 1.3 20-Jul-2020  fcambus Update Spleen wscons fonts to version 1.8.1, bringing the following
improvements:

- Center tilde vertically for all sizes, as modern fonts do
 1.2 29-Jun-2020  fcambus Update Spleen wscons fonts to version 1.8.0, bringing the following
improvements:

- Improve ampersand character, making it more consistent with other
sizes (5x8 version)
 1.1 28-Jun-2020  fcambus Add font files for Spleen, which can be loaded into the wsfont pool
or a wscons display device using wsfontload(8).

For example, Spleen 16x32 can be loaded and enabled as follow:

wsfontload -N spleen-16x32 -w 16 -h 32 spleen-16x32.fnt
wsconsctl -dw font=spleen-16x32
 1.3 12-Mar-2021  fcambus Update Spleen wscons fonts to version 1.9.0, bringing the following
improvements:

- Enlarge vertical line for consistency with other small sizes (5x8 version)
- Add full support for the Latin-1 Supplement Unicode block (6x12 version)
 1.2 20-Jul-2020  fcambus Update Spleen wscons fonts to version 1.8.1, bringing the following
improvements:

- Center tilde vertically for all sizes, as modern fonts do
 1.1 08-Jul-2020  fcambus Add font file for Spleen 6x12, which can be loaded into the wsfont pool
or a wscons display device using wsfontload(8).
 1.3 31-Jul-2020  fcambus Update Spleen wscons fonts to version 1.8.2, bringing the following
improvements:

- Fix size of the lower case 'ae' character in the 16x32 and 32x64 versions
- Shorten parentheses, square brackets, braces, slash, backslash in the
8x16 version, fixing alignment issues
- Shift vertical line and double vertical line characters one pixel
up in the 8x16 version
 1.2 20-Jul-2020  fcambus Update Spleen wscons fonts to version 1.8.1, bringing the following
improvements:

- Center tilde vertically for all sizes, as modern fonts do
 1.1 28-Jun-2020  fcambus Add font files for Spleen, which can be loaded into the wsfont pool
or a wscons display device using wsfontload(8).

For example, Spleen 16x32 can be loaded and enabled as follow:

wsfontload -N spleen-16x32 -w 16 -h 32 spleen-16x32.fnt
wsconsctl -dw font=spleen-16x32
 1.1 08-Jun-2022  uwe Terminus Font: Import latin1 encoded versions from 4.49.1
 1.1 08-Jun-2022  uwe Terminus Font: Import latin1 encoded versions from 4.49.1
 1.1 08-Jun-2022  uwe Terminus Font: Import latin1 encoded versions from 4.49.1
 1.1 08-Jun-2022  uwe Terminus Font: Import latin1 encoded versions from 4.49.1
 1.1 08-Jun-2022  uwe Terminus Font: Import latin1 encoded versions from 4.49.1
 1.1 08-Jun-2022  uwe Terminus Font: Import latin1 encoded versions from 4.49.1
 1.1 08-Jun-2022  uwe Terminus Font: Import latin1 encoded versions from 4.49.1
 1.1 08-Jun-2022  uwe Terminus Font: Import latin1 encoded versions from 4.49.1
 1.2 08-Jun-2022  uwe Terminus Font: Regen after fixing an off-by-one in bdfload.

A bug in bdfload caused numchars parameter to be one less than
reality, so the last glyph was lost. It was not immediately
noticeable b/c in IBM (cp437) encoded fonts the last glyph is a
(non-breaking) space.

While here, change the font names to have -CP437 suffix.
 1.1 14-May-2022  uwe Terminus Font: Import 12pt and 28pt IBM437 fonts too.
 1.2 08-Jun-2022  uwe Terminus Font: Regen after fixing an off-by-one in bdfload.

A bug in bdfload caused numchars parameter to be one less than
reality, so the last glyph was lost. It was not immediately
noticeable b/c in IBM (cp437) encoded fonts the last glyph is a
(non-breaking) space.

While here, change the font names to have -CP437 suffix.
 1.1 14-May-2022  uwe Terminus Font: Import IBM-encoded versions from 4.49.1

Terminus Font is a clean, fixed width bitmap font, designed for long
(8 and more hours per day) work with computers.

The font has a very good script coverage and subsets with other
encodings can be imported in the future.

This commit imports IBM437 encoded (WSDISPLAY_FONTENC_ISO) subsets
converted to WSF format. wsfont metadata are stored in the files, so
you can load them without any additional arguments to wsfontload(8).
 1.2 08-Jun-2022  uwe Terminus Font: Regen after fixing an off-by-one in bdfload.

A bug in bdfload caused numchars parameter to be one less than
reality, so the last glyph was lost. It was not immediately
noticeable b/c in IBM (cp437) encoded fonts the last glyph is a
(non-breaking) space.

While here, change the font names to have -CP437 suffix.
 1.1 14-May-2022  uwe Terminus Font: Import IBM-encoded versions from 4.49.1

Terminus Font is a clean, fixed width bitmap font, designed for long
(8 and more hours per day) work with computers.

The font has a very good script coverage and subsets with other
encodings can be imported in the future.

This commit imports IBM437 encoded (WSDISPLAY_FONTENC_ISO) subsets
converted to WSF format. wsfont metadata are stored in the files, so
you can load them without any additional arguments to wsfontload(8).
 1.2 08-Jun-2022  uwe Terminus Font: Regen after fixing an off-by-one in bdfload.

A bug in bdfload caused numchars parameter to be one less than
reality, so the last glyph was lost. It was not immediately
noticeable b/c in IBM (cp437) encoded fonts the last glyph is a
(non-breaking) space.

While here, change the font names to have -CP437 suffix.
 1.1 14-May-2022  uwe Terminus Font: Import IBM-encoded versions from 4.49.1

Terminus Font is a clean, fixed width bitmap font, designed for long
(8 and more hours per day) work with computers.

The font has a very good script coverage and subsets with other
encodings can be imported in the future.

This commit imports IBM437 encoded (WSDISPLAY_FONTENC_ISO) subsets
converted to WSF format. wsfont metadata are stored in the files, so
you can load them without any additional arguments to wsfontload(8).
 1.2 08-Jun-2022  uwe Terminus Font: Regen after fixing an off-by-one in bdfload.

A bug in bdfload caused numchars parameter to be one less than
reality, so the last glyph was lost. It was not immediately
noticeable b/c in IBM (cp437) encoded fonts the last glyph is a
(non-breaking) space.

While here, change the font names to have -CP437 suffix.
 1.1 14-May-2022  uwe Terminus Font: Import IBM-encoded versions from 4.49.1

Terminus Font is a clean, fixed width bitmap font, designed for long
(8 and more hours per day) work with computers.

The font has a very good script coverage and subsets with other
encodings can be imported in the future.

This commit imports IBM437 encoded (WSDISPLAY_FONTENC_ISO) subsets
converted to WSF format. wsfont metadata are stored in the files, so
you can load them without any additional arguments to wsfontload(8).
 1.2 08-Jun-2022  uwe Terminus Font: Regen after fixing an off-by-one in bdfload.

A bug in bdfload caused numchars parameter to be one less than
reality, so the last glyph was lost. It was not immediately
noticeable b/c in IBM (cp437) encoded fonts the last glyph is a
(non-breaking) space.

While here, change the font names to have -CP437 suffix.
 1.1 14-May-2022  uwe Terminus Font: Import IBM-encoded versions from 4.49.1

Terminus Font is a clean, fixed width bitmap font, designed for long
(8 and more hours per day) work with computers.

The font has a very good script coverage and subsets with other
encodings can be imported in the future.

This commit imports IBM437 encoded (WSDISPLAY_FONTENC_ISO) subsets
converted to WSF format. wsfont metadata are stored in the files, so
you can load them without any additional arguments to wsfontload(8).
 1.2 08-Jun-2022  uwe Terminus Font: Regen after fixing an off-by-one in bdfload.

A bug in bdfload caused numchars parameter to be one less than
reality, so the last glyph was lost. It was not immediately
noticeable b/c in IBM (cp437) encoded fonts the last glyph is a
(non-breaking) space.

While here, change the font names to have -CP437 suffix.
 1.1 14-May-2022  uwe Terminus Font: Import 12pt and 28pt IBM437 fonts too.
 1.2 08-Jun-2022  uwe Terminus Font: Regen after fixing an off-by-one in bdfload.

A bug in bdfload caused numchars parameter to be one less than
reality, so the last glyph was lost. It was not immediately
noticeable b/c in IBM (cp437) encoded fonts the last glyph is a
(non-breaking) space.

While here, change the font names to have -CP437 suffix.
 1.1 14-May-2022  uwe Terminus Font: Import IBM-encoded versions from 4.49.1

Terminus Font is a clean, fixed width bitmap font, designed for long
(8 and more hours per day) work with computers.

The font has a very good script coverage and subsets with other
encodings can be imported in the future.

This commit imports IBM437 encoded (WSDISPLAY_FONTENC_ISO) subsets
converted to WSF format. wsfont metadata are stored in the files, so
you can load them without any additional arguments to wsfontload(8).
 1.2 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.1 25-Jul-2000  drochner branches: 1.1.2;
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.2 09-Aug-2000  drochner pull up new files from trunk:
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.1 25-Jul-2000  drochner file vt220h.808.uu was added on branch netbsd-1-5 on 2000-08-09 07:30:30 +0000
 1.1 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.2 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.1 25-Jul-2000  drochner branches: 1.1.2;
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.2 09-Aug-2000  drochner pull up new files from trunk:
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.1 25-Jul-2000  drochner file vt220h.810.uu was added on branch netbsd-1-5 on 2000-08-09 07:30:31 +0000
 1.1 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.2 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.1 25-Jul-2000  drochner branches: 1.1.2;
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.2 09-Aug-2000  drochner pull up new files from trunk:
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.1 25-Jul-2000  drochner file vt220h.814.uu was added on branch netbsd-1-5 on 2000-08-09 07:30:32 +0000
 1.1 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.2 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.1 25-Jul-2000  drochner branches: 1.1.2;
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.2 09-Aug-2000  drochner pull up new files from trunk:
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.1 25-Jul-2000  drochner file vt220h.816.uu was added on branch netbsd-1-5 on 2000-08-09 07:30:33 +0000
 1.1 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.2 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.1 25-Jul-2000  drochner branches: 1.1.2;
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.2 09-Aug-2000  drochner pull up new files from trunk:
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.1 25-Jul-2000  drochner file vt220l.808.uu was added on branch netbsd-1-5 on 2000-08-09 07:30:33 +0000
 1.1 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.2 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.1 25-Jul-2000  drochner branches: 1.1.2;
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.2 09-Aug-2000  drochner pull up new files from trunk:
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.1 25-Jul-2000  drochner file vt220l.810.uu was added on branch netbsd-1-5 on 2000-08-09 07:30:35 +0000
 1.1 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.2 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.1 25-Jul-2000  drochner branches: 1.1.2;
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.2 09-Aug-2000  drochner pull up new files from trunk:
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.1 25-Jul-2000  drochner file vt220l.814.uu was added on branch netbsd-1-5 on 2000-08-09 07:30:35 +0000
 1.1 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.2 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.1 25-Jul-2000  drochner branches: 1.1.2;
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.2 09-Aug-2000  drochner pull up new files from trunk:
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.1 25-Jul-2000  drochner file vt220l.816.uu was added on branch netbsd-1-5 on 2000-08-09 07:30:36 +0000
 1.1 19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.20 14-Jul-2014  mbalmer Put them one file per line.
 1.19 13-Jul-2014  martin Add the new files to unbreak the build (hi marc!)
 1.18 06-Dec-2010  phx branches: 1.18.12; 1.18.22;
There should be no MD keymaps in /usr/share/wscons/keymaps. So I made the
PowerBook keymap MI again, after a discussion with <mrg>.
 1.17 03-Dec-2010  phx Make sure the new ukbd.any.powerbook keymap is just compiled for macppc.
So it can be removed from distrib/sets/lists/base/mi again.
 1.16 01-Dec-2010  phx Overlay for all Apple PowerBook keymaps, to support the special function
keys for brightness-, volume-control, num-lock, etc.
To be loaded via /etc/wscons.conf.
 1.15 30-Jan-2009  ghen Add Belgian Azerty keymap for ukbd(4). Existing pckbd(4) map doesn't work
for USB keyboards.
 1.14 23-Sep-2006  wiz branches: 1.14.24;
Install pckbd.fr_CA.iso8859-1 keymap.
 1.13 12-Mar-2006  rpaulo ISO8859-1 is the correct character code. Move file accordingly.

Pointed out by Jukka Salmi.
 1.12 12-Mar-2006  rpaulo Add Swiss German and French versions of PS/2 keycodes.

Fixes PR 29840, PR 22976, PR 23105 and PR 32891.
 1.11 25-Jul-2005  rpaulo Added Portuguese keymap for MAPLE keyboards, found on SEGA Dreamcast.

ok hubertf@
 1.10 19-Mar-2005  tron Install the new "pckbd.br.abnt2" keymap.
 1.9 25-Oct-2003  jandberg Add polish wscons keymaps for amiga.

From Pawel Chwalowski in port-amiga/22961.
 1.8 18-Sep-2002  lukem minor makefile delint
 1.7 12-Jan-2002  jdolecek Add pckbd.pl.iso8859-2, by Dawid Szymanski.
 1.6 12-Dec-2001  tv MKfoo=no -> NOfoo
 1.5 15-Jul-2001  jdolecek Add Belgian AZERTY-based keymap, provided by Atanas Argirov in misc/13464.
 1.4 07-May-2001  jdolecek Add hungarian iso8859-2 keymap, provided by Ferenc Kulcsar in misc/11457.
 1.3 07-May-2001  jdolecek Add koi8-r-oriented keymap, submitted by Sergey Svishchev in misc/10976.
 1.2 02-May-2001  drochner Add keymap file for "swedish keyboard with national characters mapped
to ASCII counterparts".
Addresses the last part of PR kern/8456 by Michael Eriksson.
 1.1 25-Jul-2000  drochner branches: 1.1.2;
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.3 02-May-2001  he Pull up revision 1.2 (requested by drochner):
Add an example userspace keyboard map.
 1.1.2.2 09-Aug-2000  drochner pull up new files from trunk:
find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
 1.1.2.1 25-Jul-2000  drochner file Makefile was added on branch netbsd-1-5 on 2000-08-09 07:30:37 +0000
 1.14.24.1 16-Feb-2009  snj Pull up following revision(s) (requested by ghen in ticket #427):
distrib/sets/lists/base/mi: revision 1.794
share/wscons/keymaps/Makefile: revision 1.15
share/wscons/keymaps/ukbd.be.azerty: revision 1.1
Add Belgian Azerty keymap for ukbd(4). Existing pckbd(4) map doesn't work
for USB keyboards.
 1.18.22.1 10-Aug-2014  tls Rebase.
 1.18.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1 25-Oct-2003  jandberg Add polish wscons keymaps for amiga.

From Pawel Chwalowski in port-amiga/22961.
 1.1 12-Mar-2006  rpaulo ISO8859-1 is the correct character code. Move file accordingly.

Pointed out by Jukka Salmi.
 1.2 12-Mar-2006  rpaulo ISO8859-1 is the correct character code. Move file accordingly.

Pointed out by Jukka Salmi.
 1.1 25-Jul-2005  rpaulo Added Portuguese keymap for MAPLE keyboards, found on SEGA Dreamcast.

ok hubertf@
 1.2 16-Dec-2001  jdolecek Apply fixes from Chris Pockele (followup to misc/13937):

- keycode 5 [4 '] defined wrong
- keycode 6 [5 (] defined wrong
- definition for keycode 29 (Control_L). For some reason,
Ctrl-Alt-Fn console switching would not work with this included.
Without it, the console switching works fine.
- keycode 41 [_ _] not defined, wrong behaviour
 1.1 15-Jul-2001  jdolecek Add Belgian AZERTY-based keymap, provided by Atanas Argirov in misc/13464.
 1.1 13-Jul-2014  mbalmer branches: 1.1.2; 1.1.6;
Add the five bulgarian keymaps we got via PR misc/37713 from markucz@gmail.com.
 1.1.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 13-Jul-2014  tls file pckbd.bg.bds.cp1251 was added on branch tls-maxphys on 2014-08-20 00:02:38 +0000
 1.1.2.2 10-Aug-2014  tls Rebase.
 1.1.2.1 13-Jul-2014  tls file pckbd.bg.bds.cp1251 was added on branch tls-earlyentropy on 2014-08-10 06:53:32 +0000
 1.1 13-Jul-2014  mbalmer branches: 1.1.2; 1.1.6;
Add the five bulgarian keymaps we got via PR misc/37713 from markucz@gmail.com.
 1.1.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 13-Jul-2014  tls file pckbd.bg.bds.iso8859-5 was added on branch tls-maxphys on 2014-08-20 00:02:38 +0000
 1.1.2.2 10-Aug-2014  tls Rebase.
 1.1.2.1 13-Jul-2014  tls file pckbd.bg.bds.iso8859-5 was added on branch tls-earlyentropy on 2014-08-10 06:53:32 +0000
 1.1 13-Jul-2014  mbalmer branches: 1.1.2; 1.1.6;
Add the five bulgarian keymaps we got via PR misc/37713 from markucz@gmail.com.
 1.1.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 13-Jul-2014  tls file pckbd.bg.qwerty.cp1251 was added on branch tls-maxphys on 2014-08-20 00:02:38 +0000
 1.1.2.2 10-Aug-2014  tls Rebase.
 1.1.2.1 13-Jul-2014  tls file pckbd.bg.qwerty.cp1251 was added on branch tls-earlyentropy on 2014-08-10 06:53:32 +0000
 1.1 13-Jul-2014  mbalmer branches: 1.1.2; 1.1.6;
Add the five bulgarian keymaps we got via PR misc/37713 from markucz@gmail.com.
 1.1.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 13-Jul-2014  tls file pckbd.bg.qwerty.iso8859-5 was added on branch tls-maxphys on 2014-08-20 00:02:38 +0000
 1.1.2.2 10-Aug-2014  tls Rebase.
 1.1.2.1 13-Jul-2014  tls file pckbd.bg.qwerty.iso8859-5 was added on branch tls-earlyentropy on 2014-08-10 06:53:32 +0000
 1.1 13-Jul-2014  mbalmer branches: 1.1.2; 1.1.6;
Add the five bulgarian keymaps we got via PR misc/37713 from markucz@gmail.com.
 1.1.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 13-Jul-2014  tls file pckbd.bg.qwerty.koi8-r was added on branch tls-maxphys on 2014-08-20 00:02:38 +0000
 1.1.2.2 10-Aug-2014  tls Rebase.
 1.1.2.1 13-Jul-2014  tls file pckbd.bg.qwerty.koi8-r was added on branch tls-earlyentropy on 2014-08-10 06:53:32 +0000
 1.2 29-May-2018  zafer Add AltGr modifier for brazilian abnt2 keymap.
Fixes PR misc/50147 by Vicente Chaves.
 1.1 18-Mar-2005  drochner branches: 1.1.82;
add a keymap for brazilian "abnt-2" style keyboards,
submitted by Felipe Bichued per PM
 1.1.82.1 25-Jun-2018  pgoyette Sync with HEAD
 1.1 12-Mar-2006  rpaulo ISO8859-1 is the correct character code. Move file accordingly.

Pointed out by Jukka Salmi.
 1.2 12-Mar-2006  rpaulo ISO8859-1 is the correct character code. Move file accordingly.

Pointed out by Jukka Salmi.
 1.1 12-Mar-2006  rpaulo Add Swiss German and French versions of PS/2 keycodes.

Fixes PR 29840, PR 22976, PR 23105 and PR 32891.
 1.2 17-Feb-2012  mbalmer Fix typos (in comments).
 1.1 23-Sep-2006  jmcneill branches: 1.1.40;
Add Canadian French keyboard mapping, from Matthew Mondor in PR# 23184.
 1.1.40.1 17-Apr-2012  yamt sync with head
 1.1 12-Mar-2006  rpaulo ISO8859-1 is the correct character code. Move file accordingly.

Pointed out by Jukka Salmi.
 1.2 12-Mar-2006  rpaulo ISO8859-1 is the correct character code. Move file accordingly.

Pointed out by Jukka Salmi.
 1.1 12-Mar-2006  rpaulo Add Swiss German and French versions of PS/2 keycodes.

Fixes PR 29840, PR 22976, PR 23105 and PR 32891.
 1.1 07-May-2001  jdolecek Add hungarian iso8859-2 keymap, provided by Ferenc Kulcsar in misc/11457.
 1.2 14-Feb-2002  jdolecek One more fix from Dawid Szymanski
 1.1 12-Jan-2002  jdolecek Polish keyboard map, from Dawid Szymanski.
Also addresses keymap part of misc/13783 and misc/14018.
 1.1 07-May-2001  jdolecek Add koi8-r-oriented keymap, submitted by Sergey Svishchev in misc/10976.
 1.2 16-May-2024  gson Fix typo in comment
 1.1 02-May-2001  drochner branches: 1.1.2;
Add keymap file for "swedish keyboard with national characters mapped
to ASCII counterparts".
Addresses the last part of PR kern/8456 by Michael Eriksson.
 1.1.2.2 02-May-2001  he Pull up revision 1.1 (new, requested by drochner):
Add an example userspace keyboard map.
 1.1.2.1 02-May-2001  he file pckbd.sv.svascii was added on branch netbsd-1-5 on 2001-05-02 22:42:24 +0000
 1.1 01-Dec-2010  phx Overlay for all Apple PowerBook keymaps, to support the special function
keys for brightness-, volume-control, num-lock, etc.
To be loaded via /etc/wscons.conf.
 1.2 02-Feb-2009  ghen branches: 1.2.4;
Make AltGr keys work. Also, the tilde on the =+ key is a dead_tilde.
 1.1 30-Jan-2009  ghen Add Belgian Azerty keymap for ukbd(4). Existing pckbd(4) map doesn't work
for USB keyboards.
 1.2.4.3 16-Feb-2009  snj Pull up following revision(s) (requested by ghen in ticket #427):
share/wscons/keymaps/ukbd.be.azerty: revision 1.2
Make AltGr keys work. Also, the tilde on the =+ key is a dead_tilde.
 1.2.4.2 16-Feb-2009  snj Pull up following revision(s) (requested by ghen in ticket #427):
distrib/sets/lists/base/mi: revision 1.794
share/wscons/keymaps/Makefile: revision 1.15
share/wscons/keymaps/ukbd.be.azerty: revision 1.1
Add Belgian Azerty keymap for ukbd(4). Existing pckbd(4) map doesn't work
for USB keyboards.
 1.2.4.1 02-Feb-2009  snj file ukbd.be.azerty was added on branch netbsd-5 on 2009-02-16 03:18:33 +0000

RSS XML Feed