History log of /src/share/wscons/fonts/Makefile |
Revision | | Date | Author | Comments |
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
|