summaryrefslogtreecommitdiff
path: root/x11/xvkbd
AgeCommit message (Collapse)AuthorFilesLines
2012-08-11Update to 3.3ryoon2-7/+6
Changelog: Version 3.3 (2012-03-03) * -text can now accept \{keysym} so that the specified key can be processed in more primitive manner, and so that modofier keys such as Control_L, Meta_L, etc. can also be simulated. Also, \{+keysym} and \{+keysym} will now simulate press and release of the key, respectively. * New option -remote-display to make xvkbd connect to the specified display when startup. * Bug fixed: KP_0 now works.
2012-07-30add stray blank line to appease pkglintdholland1-1/+2
2012-05-03Drop dependency on libXp (from Imake)obache1-2/+2
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc, x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default. * With x11/xorg-cf-files, libXp was offered with XawClientLibs, but updated to 1.0.4, it was removed. * And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc, so all platforms should not require libXp from libXaw with Imake. Bump PKGREVISION.
2011-03-07Update MAINTAINER e-mail address.ryoon1-2/+2
2010-09-08Import xvkbd-3.2 as x11/xvkbd.obache4-0/+72
Packaged by Ryo ONODERA in pkgsrc-wip, PR#43851. xvkbd is a virtual (graphical) keyboard program for X Window System which provides facility to enter characters onto other clients (softwares) by clicking on a keyboard displayed on the screen. This may be used for systems without a hardware keyboard such as kiosk terminals or handheld devices. This program also has facility to send characters specified as the command line option to another client.