diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-01-15 16:56:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-01-15 16:56:30 +0800 |
commit | 5a46b03374033aaab3e8b660d98b8ad70f511fac (patch) | |
tree | af920edbb4a54461c6e21273f38d2f42af63082c /x11 | |
parent | 1bb7bff3eae88fde36cebf6c671cd60a18ff5072 (diff) | |
download | freebsd-ports-gnome-5a46b03374033aaab3e8b660d98b8ad70f511fac.tar.gz freebsd-ports-gnome-5a46b03374033aaab3e8b660d98b8ad70f511fac.tar.zst freebsd-ports-gnome-5a46b03374033aaab3e8b660d98b8ad70f511fac.zip |
add xvattr 1.1
Getting and setting Xv attributes
Diffstat (limited to 'x11')
-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 |