Commit Graph

21 Commits

Author SHA1 Message Date
jmc 6fe4ead562 Convert to usage of UUDECODE_FILES and standardize on filename extension 2004-03-19 08:07:22 +00:00
jandberg 5210c06ca0 Add polish wscons keymaps for amiga.
From Pawel Chwalowski in port-amiga/22961.
2003-10-25 10:02:05 +00:00
lukem 130ab7336b 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.
2003-10-21 10:01:19 +00:00
lukem e7cffe140c implement MAKEVERBOSE 2003-10-19 14:10:13 +00:00
lukem 001c68bd94 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.
2003-07-10 10:33:58 +00:00
gmcgarry dda0ea0697 Filename typo 2003-05-04 04:42:47 +00:00
gmcgarry 4270c007ac 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.
2003-05-04 00:50:27 +00:00
lukem 32cfc56bab minor makefile delint 2002-09-18 07:50:31 +00:00
jdolecek e839ee6444 One more fix from Dawid Szymanski 2002-02-14 20:12:36 +00:00
tv 805ab35e68 Make it possible for uudecode to be a host tool. 2002-01-31 19:15:23 +00:00
jdolecek ab1b91dffe Add pckbd.pl.iso8859-2, by Dawid Szymanski. 2002-01-12 21:07:11 +00:00
jdolecek ec895ae875 Polish keyboard map, from Dawid Szymanski.
Also addresses keymap part of misc/13783 and misc/14018.
2002-01-12 21:01:57 +00:00
jdolecek 9b14b25d0d 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
2001-12-16 20:48:38 +00:00
tv 8e6f7afb5b MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
jdolecek 8f278f8b6e Add Belgian AZERTY-based keymap, provided by Atanas Argirov in misc/13464. 2001-07-15 14:46:02 +00:00
jdolecek 8a0e6e297a Add hungarian iso8859-2 keymap, provided by Ferenc Kulcsar in misc/11457. 2001-05-07 16:47:57 +00:00
jdolecek 683024fb41 Add koi8-r-oriented keymap, submitted by Sergey Svishchev in misc/10976. 2001-05-07 16:37:34 +00:00
drochner dfd2b177e1 Add keymap file for "swedish keyboard with national characters mapped
to ASCII counterparts".
Addresses the last part of PR kern/8456 by Michael Eriksson.
2001-05-02 15:08:35 +00:00
veego dd3a75d700 Make it simpler by using FILES. 2001-01-28 18:45:59 +00:00
simonb 06026973fd Use the usual make variables with ${INSTALL} (RENAME, COPY, PRESERVE,
INSTPRIV).  Also use BIN{OWN,GRP} and NONBINMODE.
2000-09-24 05:56:04 +00:00
drochner 3f7dc2e7b3 find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
2000-07-25 17:13:52 +00:00