summaryrefslogtreecommitdiff
path: root/x11/xrandr
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
commitd4f0d0048a8755106a4b0445221a19761e746984 (patch)
treec87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xrandr
parentDocument png -- DoS crash vulnerability. (diff)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes: svn path=/head/; revision=191544
Diffstat (limited to 'x11/xrandr')
-rw-r--r--x11/xrandr/Makefile22
-rw-r--r--x11/xrandr/distinfo3
-rw-r--r--x11/xrandr/pkg-descr5
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile
new file mode 100644
index 000000000000..d1b9a6beaa31
--- /dev/null
+++ b/x11/xrandr/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xrandr
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xrandr
+PORTVERSION= 1.2.0
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Primitive command line interface to the RandR extension
+
+XORG_CAT= app
+USE_XORG= xrandr xrender x11
+
+PLIST_FILES= bin/xrandr
+
+MAN1= xrandr.1
+
+.include <bsd.port.mk>
diff --git a/x11/xrandr/distinfo b/x11/xrandr/distinfo
new file mode 100644
index 000000000000..bf9c8ce2ab4b
--- /dev/null
+++ b/x11/xrandr/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/app/xrandr-1.2.0.tar.bz2) = 9e74e6919cf731ec10ce26fd6a4483fa
+SHA256 (xorg/app/xrandr-1.2.0.tar.bz2) = 7bf3bd3cf46a6a29e35b9dd1c8d3d14494be76da0d24c6ef5dab36974445004d
+SIZE (xorg/app/xrandr-1.2.0.tar.bz2) = 92498
diff --git a/x11/xrandr/pkg-descr b/x11/xrandr/pkg-descr
new file mode 100644
index 000000000000..ef0f6e48a64e
--- /dev/null
+++ b/x11/xrandr/pkg-descr
@@ -0,0 +1,5 @@
+This package contains xrandr, a primitive command line interface to
+the RandR extension.
+
+- Joel Dahl
+joel@FreeBSD.org