summaryrefslogtreecommitdiff
path: root/x11/libXrandr
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 21:22:58 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 21:22:58 +0000
commit88cbbd99c89c3e0b7d6f71b915723dd453af10bf (patch)
tree4039660890f6aa868d73f17105d3ba2be75e8629 /x11/libXrandr
parentb8a8f49a1925f72e58438ad321c9c6dc3a2a6968 (diff)
downloadpkgsrc-88cbbd99c89c3e0b7d6f71b915723dd453af10bf.tar.gz
Import libXrandr-1.1.2 from pkgsrc-wip:
This package provides the X RandR Library from the modular X.org X11 project. This simple library is designed to interface with the X Resize, Rotate, and Reflection Extension. This allows clients to change the size and rotation of the root window of a screen, along with the ability to reflect the screen about either axis.
Diffstat (limited to 'x11/libXrandr')
-rw-r--r--x11/libXrandr/DESCR7
-rw-r--r--x11/libXrandr/Makefile31
-rw-r--r--x11/libXrandr/PLIST22
-rw-r--r--x11/libXrandr/buildlink3.mk23
-rw-r--r--x11/libXrandr/distinfo5
5 files changed, 88 insertions, 0 deletions
diff --git a/x11/libXrandr/DESCR b/x11/libXrandr/DESCR
new file mode 100644
index 00000000000..1ac9af23bb9
--- /dev/null
+++ b/x11/libXrandr/DESCR
@@ -0,0 +1,7 @@
+This package provides the X RandR Library from the modular X.org
+X11 project.
+
+This simple library is designed to interface with the X Resize,
+Rotate, and Reflection Extension. This allows clients to change
+the size and rotation of the root window of a screen, along with
+the ability to reflect the screen about either axis.
diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile
new file mode 100644
index 00000000000..2322ee0729d
--- /dev/null
+++ b/x11/libXrandr/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 21:22:58 joerg Exp $
+#
+
+DISTNAME= libXrandr-1.1.2
+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 RandR Library from X.org
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+CONFLICTS+= Xrandr-[0-9]*
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
+PKGCONFIG_OVERRIDE+= xrandr.pc.in
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
+.include "../../x11/randrproto/buildlink3.mk"
+.include "../../x11/renderproto/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/libXrandr/PLIST b/x11/libXrandr/PLIST
new file mode 100644
index 00000000000..1a8ada3bf3c
--- /dev/null
+++ b/x11/libXrandr/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 21:22:58 joerg Exp $
+include/X11/extensions/Xrandr.h
+lib/libXrandr.la
+lib/pkgconfig/xrandr.pc
+man/man3/XRRConfig.3
+man/man3/XRRConfigCurrentConfiguration.3
+man/man3/XRRConfigCurrentRate.3
+man/man3/XRRConfigRates.3
+man/man3/XRRConfigRotations.3
+man/man3/XRRConfigSizes.3
+man/man3/XRRConfigTimes.3
+man/man3/XRRFreeScreenConfigInfo.3
+man/man3/XRRGetScreenInfo.3
+man/man3/XRRQueryExtension.3
+man/man3/XRRQueryVersion.3
+man/man3/XRRRootToScreen.3
+man/man3/XRRScreenConfig.3
+man/man3/XRRSelectInput.3
+man/man3/XRRSetScreenConfig.3
+man/man3/XRRSetScreenConfigAndRate.3
+man/man3/Xrandr.3
+@comment @dirrm include/X11/extensions
diff --git a/x11/libXrandr/buildlink3.mk b/x11/libXrandr/buildlink3.mk
new file mode 100644
index 00000000000..ad8f1ecbd05
--- /dev/null
+++ b/x11/libXrandr/buildlink3.mk
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 21:22:58 joerg Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBXRANDR_BUILDLINK3_MK:= ${LIBXRANDR_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= libXrandr
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NlibXrandr}
+BUILDLINK_PACKAGES+= libXrandr
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXrandr
+
+.if ${LIBXRANDR_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libXrandr+= libXrandr>=1.1.2
+BUILDLINK_PKGSRCDIR.libXrandr?= ../../x11/libXrandr
+.endif # LIBXRANDR_BUILDLINK3_MK
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/randrproto/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/x11/libXrandr/distinfo b/x11/libXrandr/distinfo
new file mode 100644
index 00000000000..e7a18d00c31
--- /dev/null
+++ b/x11/libXrandr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/03 21:22:58 joerg Exp $
+
+SHA1 (libXrandr-1.1.2.tar.bz2) = 8f328c8523f2290144d490a9f7709d14584979ce
+RMD160 (libXrandr-1.1.2.tar.bz2) = 0bef3ed77b1e477d8e012d87704ee253ba5ee9ec
+Size (libXrandr-1.1.2.tar.bz2) = 235234 bytes