summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 18:24:38 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 18:24:38 +0000
commit9e03792006594d1f737fce443cf1d671c4f1a884 (patch)
tree3e093056a8a193e55e52bc89ea2f64636fa2bfcb /x11
parentac96c9e571dcfc8e5a5c75aacb4506913864ce59 (diff)
downloadpkgsrc-9e03792006594d1f737fce443cf1d671c4f1a884.tar.gz
Import libXi-1.0.0 from pkgsrc:
This package contains the Xi extension. This is the X Input extension library. This is part of the X Libraries and Protocol Headers Project at freedesktop.org.
Diffstat (limited to 'x11')
-rw-r--r--x11/libXi/DESCR5
-rw-r--r--x11/libXi/Makefile29
-rw-r--r--x11/libXi/PLIST40
-rw-r--r--x11/libXi/buildlink3.mk23
-rw-r--r--x11/libXi/distinfo5
5 files changed, 102 insertions, 0 deletions
diff --git a/x11/libXi/DESCR b/x11/libXi/DESCR
new file mode 100644
index 00000000000..33aab46a078
--- /dev/null
+++ b/x11/libXi/DESCR
@@ -0,0 +1,5 @@
+This package contains the Xi extension. This is the X Input extension
+library.
+
+This is part of the X Libraries and Protocol Headers Project at
+freedesktop.org.
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile
new file mode 100644
index 00000000000..57a34a148f0
--- /dev/null
+++ b/x11/libXi/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 18:24:38 joerg Exp $
+#
+
+DISTNAME= libXi-1.0.0
+CATEGORIES= x11 devel
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= X Input extension library
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
+PKGCONFIG_OVERRIDE+= xi.pc.in
+
+.include "../../x11/inputproto/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/libXi/PLIST b/x11/libXi/PLIST
new file mode 100644
index 00000000000..66cc56f5444
--- /dev/null
+++ b/x11/libXi/PLIST
@@ -0,0 +1,40 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 18:24:38 joerg Exp $
+lib/libXi.la
+lib/pkgconfig/xi.pc
+man/man3/XAllowDeviceEvents.3
+man/man3/XChangeDeviceControl.3
+man/man3/XChangeDeviceDontPropagateList.3
+man/man3/XChangeDeviceKeyMapping.3
+man/man3/XChangeFeedbackControl.3
+man/man3/XChangeKeyboardDevice.3
+man/man3/XChangePointerDevice.3
+man/man3/XCloseDevice.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/XGetExtensionVersion.3
+man/man3/XGetFeedbackControl.3
+man/man3/XGetSelectedExtensionEvents.3
+man/man3/XGrabDevice.3
+man/man3/XGrabDeviceButton.3
+man/man3/XGrabDeviceKey.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
diff --git a/x11/libXi/buildlink3.mk b/x11/libXi/buildlink3.mk
new file mode 100644
index 00000000000..df82ce5bb80
--- /dev/null
+++ b/x11/libXi/buildlink3.mk
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 18:24:38 joerg Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBXI_BUILDLINK3_MK:= ${LIBXI_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= libXi
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NlibXi}
+BUILDLINK_PACKAGES+= libXi
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXi
+
+.if ${LIBXI_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libXi+= libXi>=1.0.0
+BUILDLINK_PKGSRCDIR.libXi?= ../../x11/libXi
+.endif # LIBXI_BUILDLINK3_MK
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo
new file mode 100644
index 00000000000..0e406d2edb1
--- /dev/null
+++ b/x11/libXi/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/03 18:24:38 joerg Exp $
+
+SHA1 (libXi-1.0.0.tar.bz2) = a423bbd03c06ca87e04d9ef2cdddedd2b9a7c59c
+RMD160 (libXi-1.0.0.tar.bz2) = 855b782280cdabcdc0c955dab62da7458d3bf62d
+Size (libXi-1.0.0.tar.bz2) = 245848 bytes