summaryrefslogtreecommitdiff
path: root/x11/xvkbd
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for x11 categoryagc1-1/+2
Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-14Switch from x11/Xaw3d to newer x11/libXaw3d.wiz1-1/+2
Adapt some packages so they build with that. Bump their PKGREVISIONs.
2013-10-17Update to 3.5. Changes:shattered2-6/+6
- Mode_switch and ISO_Level3_Shift should now work better even without XTEST extension. - Fixed a problem that "Always on Top" not work at startup.
2013-04-28Update to 3.4aryoon2-6/+6
Changelog: Version 3.4 (2013-03-31) - I hope code to manipulate keys assigned in AlgrGr and Shift- AltGr positions are now fixed. (Thanks, Paul) - Default value of xvkbd.textDelay is now set to 10, as it seems delay of 0 caused problems in some situations. - ISO_Left_Tab is assigned to the shifted position of the Tab key on the xvkbd window, so that Shift-Tab can be simulated. - New option -no-resize to disable resize of xvkbd window.
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
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.