diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-15 08:56:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-15 08:56:30 +0000 |
commit | 17e279305834f2e066afc2984a7ed2095e333eb9 (patch) | |
tree | 42dda29c053ee2f4183891db267268d7ea998701 | |
parent | Update to 0.11.91. (diff) |
add xvattr 1.1
Getting and setting Xv attributes
Notes
Notes:
svn path=/head/; revision=53099
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xvattr/Makefile | 27 | ||||
-rw-r--r-- | x11/xvattr/distinfo | 1 | ||||
-rw-r--r-- | x11/xvattr/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xvattr/pkg-descr | 4 | ||||
-rw-r--r-- | x11/xvattr/pkg-plist | 1 |
6 files changed, 35 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 950c46540402..e2aacd1a4b80 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -135,6 +135,7 @@ SUBDIR += xtestpicture SUBDIR += xtoolwait SUBDIR += xtset + SUBDIR += xvattr SUBDIR += xvkbd SUBDIR += xwatchwin SUBDIR += xwit 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 |