[Midnightbsd-cvs] mports: x11/libXrandr: Added libXrandr-1.2.2: X Resize and Rotate
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Thu Oct 4 17:18:35 EDT 2007
Log Message:
-----------
Added libXrandr-1.2.2: X Resize and Rotate extension library
Added Files:
-----------
mports/x11/libXrandr:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
--- /dev/null
+++ x11/libXrandr/pkg-descr
@@ -0,0 +1,6 @@
+This package contains the X Resize and Rotate extension library.
+
+WWW: http://www.freedesktop.org/Software/xlibs
+
+- Eric Anholt
+anholt at FreeBSD.org
--- /dev/null
+++ x11/libXrandr/pkg-plist
@@ -0,0 +1,6 @@
+include/X11/extensions/Xrandr.h
+lib/libXrandr.a
+lib/libXrandr.la
+lib/libXrandr.so
+lib/libXrandr.so.2
+libdata/pkgconfig/xrandr.pc
--- /dev/null
+++ x11/libXrandr/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: libXrandr
+# Date Created: 9 Nov, 2003
+# Whom: Eric Anholt <anholt at FreeBSD.org>
+#
+# $FreeBSD: ports/x11/libXrandr/Makefile,v 1.13 2007/09/13 19:44:59 flz Exp $
+# $MidnightBSD: mports/x11/libXrandr/Makefile,v 1.1 2007/10/04 21:18:35 ctriv Exp $
+#
+
+PORTNAME= libXrandr
+PORTVERSION= 1.2.2
+CATEGORIES= x11
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= X Resize and Rotate extension library
+LICENSE= x11
+
+XORG_CAT= lib
+USE_XORG= x11 randrproto:both xext xextproto xrender renderproto
+
+MAN3= Xrandr.3 \
+ XRRConfig.3 \
+ XRRConfigCurrentConfiguration.3 \
+ XRRConfigCurrentRate.3 \
+ XRRConfigRates.3 \
+ XRRConfigRotations.3 \
+ XRRConfigSizes.3 \
+ XRRConfigTimes.3 \
+ XRRFreeScreenConfigInfo.3 \
+ XRRGetScreenInfo.3 \
+ XRRQueryExtension.3 \
+ XRRQueryVersion.3 \
+ XRRRootToScreen.3 \
+ XRRScreenConfig.3 \
+ XRRSelectInput.3 \
+ XRRSetScreenConfig.3 \
+ XRRSetScreenConfigAndRate.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11/libXrandr/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/lib/libXrandr-1.2.2.tar.bz2) = 1b244b5d19f0ccab01d7083436cd3558
+SHA256 (xorg/lib/libXrandr-1.2.2.tar.bz2) = 206f8dc850f12b1213fb73dbef09fafa1bb8fb8c3ddfe4d39721c1e2dec12a98
+SIZE (xorg/lib/libXrandr-1.2.2.tar.bz2) = 224302
More information about the Midnightbsd-cvs
mailing list