Commit graph

6 commits

Author SHA1 Message Date
Peter Pentchev
7ee76ecac5 Fix a whole lot of C compiler warnings during the xvkbd build.
This practically brings it up to BDECFLAGS with the exception of
-Wunused-parameter -Wcast-qual -Wwrite-strings -Wbad-function-cast.

Fix the manual page - escape ("\-") a lot of minus signs in command-line
options and literal values so that groff does not try to convert them to
hyphens, thus breaking the ability to copy them directly from the manpage
to the command line.

Bump PORTREVISION.
2008-06-03 14:14:04 +00:00
Peter Pentchev
b439f25ad8 Update to xvkbd-3.0; also:
- add a couple of "just in case" string routine fixes - use of snprintf() or
  strncpy() where appropriate;
- add some more sscanf() result code checking where needed;
- fix the build when XTEST is not selected;
- change all references to /usr/dict/words to /usr/share/dict/words instead;
- fix a small error in the text of an error message.
2008-05-28 21:54:00 +00:00
Peter Pentchev
d6b40e4862 Update to 2.1, installing the manual page, too.
PR:		34877
Submitted by:	Steve Wills <steve@stevenwills.com>
2002-02-22 14:42:20 +00:00
Peter Pentchev
2a6a2671d8 Update to 1.2 2001-02-23 15:52:38 +00:00
Peter Pentchev
3803b2c364 Update to 1.1. 2000-12-23 16:34:03 +00:00
Peter Pentchev
38cd93d7c8 xvkbd is a virtual keyboard for X applications.
PR:		22662
Reviewed by:	kris
2000-11-26 14:03:56 +00:00