Age | Commit message (Collapse) | Author | Files | Lines |
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
|
|
|
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.
|
|
|
|
|
|
|
|
This is a not so short little ditty that does the simple conversion of mouse
button presses into key presses. By grabbing only the 4th and 5th mouse
buttons the program is able to receive input from the Intellimouse series
mice. The wheel button can always be used as middle button, this program
does not affect how the XServer reacts towards it. A mouse with a wheel
button is a 3 button mouse, and should be configured as such!
Note that other wheeled mice such as the Logitech MouseMan+ or TrackMan+ are
Intellimouse compatible and can be used with this as well. For more
information on setting up your wheeled mouse to work with X, see either the
imwheel man page or the FAQ.
Fixes pkg/12515 by Philipp Huber <uebs@gmx.at>
|