summaryrefslogtreecommitdiff
path: root/x11/xvattr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-15 08:56:30 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-15 08:56:30 +0000
commit17e279305834f2e066afc2984a7ed2095e333eb9 (patch)
tree42dda29c053ee2f4183891db267268d7ea998701 /x11/xvattr
parentUpdate to 0.11.91. (diff)
add xvattr 1.1
Getting and setting Xv attributes
Notes
Notes: svn path=/head/; revision=53099
Diffstat (limited to 'x11/xvattr')
-rw-r--r--x11/xvattr/Makefile27
-rw-r--r--x11/xvattr/distinfo1
-rw-r--r--x11/xvattr/pkg-comment1
-rw-r--r--x11/xvattr/pkg-descr4
-rw-r--r--x11/xvattr/pkg-plist1
5 files changed, 34 insertions, 0 deletions
diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile
new file mode 100644
index 000000000000..af9c35897f64
--- /dev/null
+++ b/x11/xvattr/Makefile
@@ -0,0 +1,27 @@
+# ex:ts=8
+# Ports collection makefile for: xvattr
+# Date created: Jan 15, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= xvattr
+PORTVERSION= 1.1
+CATEGORIES= x11
+MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_X_PREFIX= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}
+ALL_TARGET= ${PORTNAME}
+
+post-patch:
+ @${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/x11/xvattr/distinfo b/x11/xvattr/distinfo
new file mode 100644
index 000000000000..1a39aa7ec90f
--- /dev/null
+++ b/x11/xvattr/distinfo
@@ -0,0 +1 @@
+MD5 (xvattr-1.1.tgz) = 15e87b25c19cc6d9e14f0880a64ce032
diff --git a/x11/xvattr/pkg-comment b/x11/xvattr/pkg-comment
new file mode 100644
index 000000000000..0e01001b602b
--- /dev/null
+++ b/x11/xvattr/pkg-comment
@@ -0,0 +1 @@
+Getting and setting Xv attributes
diff --git a/x11/xvattr/pkg-descr b/x11/xvattr/pkg-descr
new file mode 100644
index 000000000000..6dbf9694db76
--- /dev/null
+++ b/x11/xvattr/pkg-descr
@@ -0,0 +1,4 @@
+xvattr lets you list the available attributes associated with the Xv
+extension to XFree86. It also allows you to change the values of the
+attributes. This can be used to change brightness and so on for programs
+that use Xv overlays.
diff --git a/x11/xvattr/pkg-plist b/x11/xvattr/pkg-plist
new file mode 100644
index 000000000000..0ac88710ce95
--- /dev/null
+++ b/x11/xvattr/pkg-plist
@@ -0,0 +1 @@
+bin/xvattr