diff options
author | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-02-16 20:07:21 +0800 |
---|---|---|
committer | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-02-16 20:07:21 +0800 |
commit | 5163a2ccba9ca9e1ebb67b2063ed613b016310ab (patch) | |
tree | 3750fdd509b178fb7df05de2e2036fbc183f0cb8 | |
parent | 23076508852323075d33c12d4f438244a38edfac (diff) | |
download | xorg-devel-ports-5163a2ccba9ca9e1ebb67b2063ed613b016310ab.tar.gz xorg-devel-ports-5163a2ccba9ca9e1ebb67b2063ed613b016310ab.tar.zst xorg-devel-ports-5163a2ccba9ca9e1ebb67b2063ed613b016310ab.zip |
- Fix build
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@170 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11/libXi/Makefile | 70 | ||||
-rw-r--r-- | x11/libXi/pkg-descr | 3 | ||||
-rw-r--r-- | x11/libXi/pkg-plist | 69 |
3 files changed, 139 insertions, 3 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 6b74036..1a97453 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -16,4 +16,74 @@ COMMENT= X Input extension library XORG_CAT= lib USE_XORG= xproto x11 xext xextproto inputproto:both +MAN3= XAllowDeviceEvents.3 \ + XChangeDeviceControl.3 \ + XChangeDeviceDontPropagateList.3 \ + XChangeDeviceKeyMapping.3 \ + XChangeDeviceProperty.3 \ + XChangeFeedbackControl.3 \ + XChangeKeyboardDevice.3\ + XChangePointerDevice.3\ + XCloseDevice.3\ + XDeleteDeviceProperty.3\ + XDeviceBell.3\ + XDeviceTimeCoord.3\ + XFreeDeviceList.3\ + XGetDeviceButtonMapping.3\ + XGetDeviceControl.3\ + XGetDeviceDontPropagateList.3\ + XGetDeviceFocus.3\ + XGetDeviceKeyMapping.3 \ + XGetDeviceModifierMapping.3\ + XGetDeviceMotionEvents.3\ + XGetDeviceProperty.3\ + XGetExtensionVersion.3\ + XGetFeedbackControl.3\ + XGetSelectedExtensionEvents.3\ + XGrabDevice.3\ + XGrabDeviceButton.3\ + XGrabDeviceKey.3\ + XIChangeHierarchy.3\ + XIChangeProperty.3\ + XIDefineCursor.3\ + XIDeleteProperty.3\ + XIFreeDeviceInfo.3\ + XIGetClientPointer.3\ + XIGetFocus.3\ + XIGetProperty.3\ + XIGetSelectedEvents.3\ + XIGrabButton.3 \ + XIGrabDevice.3\ + XIGrabEnter.3\ + XIGrabFocusIn.3\ + XIGrabKeycode.3\ + XIListProperties.3\ + XIQueryDevice.3\ + XIQueryPointer.3\ + XIQueryVersion.3\ + XISelectEvents.3\ + XISetClientPointer.3\ + XISetFocus.3\ + XIUndefineCursor.3\ + XIUngrabButton.3\ + XIUngrabDevice.3 \ + XIUngrabEnter.3 \ + XIUngrabFocusIn.3 \ + XIUngrabKeycode.3 \ + XIWarpPointer.3 \ + XListDeviceProperties.3 \ + XListInputDevices.3 \ + XOpenDevice.3 \ + XQueryDeviceState.3 \ + XSelectExtensionEvent.3\ + XSendExtensionEvent.3\ + XSetDeviceButtonMapping.3\ + XSetDeviceFocus.3\ + XSetDeviceMode.3\ + XSetDeviceModifierMapping.3 \ + XSetDeviceValuators.3 \ + XUngrabDevice.3 \ + XUngrabDeviceButton.3 \ + XUngrabDeviceKey.3 + .include <bsd.port.mk> diff --git a/x11/libXi/pkg-descr b/x11/libXi/pkg-descr index 418974d..99e89d8 100644 --- a/x11/libXi/pkg-descr +++ b/x11/libXi/pkg-descr @@ -1,6 +1,3 @@ This package contains the X Input extension library. WWW: http://www.freedesktop.org/Software/xlibs - -- Eric Anholt -anholt@FreeBSD.org diff --git a/x11/libXi/pkg-plist b/x11/libXi/pkg-plist index 0f704e2..eba6732 100644 --- a/x11/libXi/pkg-plist +++ b/x11/libXi/pkg-plist @@ -5,4 +5,73 @@ lib/libXi.la lib/libXi.so lib/libXi.so.6 libdata/pkgconfig/xi.pc +man/man3/XAllowDeviceEvents.3 +man/man3/XChangeDeviceControl.3 +man/man3/XChangeDeviceDontPropagateList.3 +man/man3/XChangeDeviceKeyMapping.3 +man/man3/XChangeDeviceProperty.3 +man/man3/XChangeFeedbackControl.3 +man/man3/XChangeKeyboardDevice.3 +man/man3/XChangePointerDevice.3 +man/man3/XCloseDevice.3 +man/man3/XDeleteDeviceProperty.3 +man/man3/XDeviceBell.3 +man/man3/XDeviceTimeCoord.3 +man/man3/XFreeDeviceList.3 +man/man3/XGetDeviceButtonMapping.3 +man/man3/XGetDeviceControl.3 +man/man3/XGetDeviceDontPropagateList.3 +man/man3/XGetDeviceFocus.3 +man/man3/XGetDeviceKeyMapping.3 +man/man3/XGetDeviceModifierMapping.3 +man/man3/XGetDeviceMotionEvents.3 +man/man3/XGetDeviceProperty.3 +man/man3/XGetExtensionVersion.3 +man/man3/XGetFeedbackControl.3 +man/man3/XGetSelectedExtensionEvents.3 +man/man3/XGrabDevice.3 +man/man3/XGrabDeviceButton.3 +man/man3/XGrabDeviceKey.3 +man/man3/XIChangeHierarchy.3 +man/man3/XIChangeProperty.3 +man/man3/XIDefineCursor.3 +man/man3/XIDeleteProperty.3 +man/man3/XIFreeDeviceInfo.3 +man/man3/XIGetClientPointer.3 +man/man3/XIGetFocus.3 +man/man3/XIGetProperty.3 +man/man3/XIGetSelectedEvents.3 +man/man3/XIGrabButton.3 +man/man3/XIGrabDevice.3 +man/man3/XIGrabEnter.3 +man/man3/XIGrabFocusIn.3 +man/man3/XIGrabKeycode.3 +man/man3/XIListProperties.3 +man/man3/XIQueryDevice.3 +man/man3/XIQueryPointer.3 +man/man3/XIQueryVersion.3 +man/man3/XISelectEvents.3 +man/man3/XISetClientPointer.3 +man/man3/XISetFocus.3 +man/man3/XIUndefineCursor.3 +man/man3/XIUngrabButton.3 +man/man3/XIUngrabDevice.3 +man/man3/XIUngrabEnter.3 +man/man3/XIUngrabFocusIn.3 +man/man3/XIUngrabKeycode.3 +man/man3/XIWarpPointer.3 +man/man3/XListDeviceProperties.3 +man/man3/XListInputDevices.3 +man/man3/XOpenDevice.3 +man/man3/XQueryDeviceState.3 +man/man3/XSelectExtensionEvent.3 +man/man3/XSendExtensionEvent.3 +man/man3/XSetDeviceButtonMapping.3 +man/man3/XSetDeviceFocus.3 +man/man3/XSetDeviceMode.3 +man/man3/XSetDeviceModifierMapping.3 +man/man3/XSetDeviceValuators.3 +man/man3/XUngrabDevice.3 +man/man3/XUngrabDeviceButton.3 +man/man3/XUngrabDeviceKey.3 @dirrmtry include/X11/extensions |