diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xvinfo | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | freebsd-ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11/xvinfo')
-rw-r--r-- | x11/xvinfo/Makefile | 22 | ||||
-rw-r--r-- | x11/xvinfo/distinfo | 3 | ||||
-rw-r--r-- | x11/xvinfo/pkg-descr | 6 |
3 files changed, 31 insertions, 0 deletions
diff --git a/x11/xvinfo/Makefile b/x11/xvinfo/Makefile new file mode 100644 index 000000000000..2ce5daba6c65 --- /dev/null +++ b/x11/xvinfo/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xvinfo +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xvinfo +PORTVERSION= 1.0.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Print out X-Video extension adaptor information + +XORG_CAT= app +USE_XORG= xv x11 + +PLIST_FILES= bin/xvinfo + +MAN1= xvinfo.1 + +.include <bsd.port.mk> diff --git a/x11/xvinfo/distinfo b/x11/xvinfo/distinfo new file mode 100644 index 000000000000..5fa630b6b907 --- /dev/null +++ b/x11/xvinfo/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xvinfo-1.0.1.tar.bz2) = 0a5bd8e43de6eb8ff5b5bc673204401d +SHA256 (xorg/app/xvinfo-1.0.1.tar.bz2) = 439b3c7ad96fc7b1ef9156c716e10b607883a9a58b777f8dc02f03284eb33fb3 +SIZE (xorg/app/xvinfo-1.0.1.tar.bz2) = 74829 diff --git a/x11/xvinfo/pkg-descr b/x11/xvinfo/pkg-descr new file mode 100644 index 000000000000..cf1f2dd785d1 --- /dev/null +++ b/x11/xvinfo/pkg-descr @@ -0,0 +1,6 @@ +This package contains xvinfo, an application for printing out the +capabilities of any video adaptors associated with the display that +are accessible through the X-Video extension. + +- Joel Dahl +joel@FreeBSD.org |