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/x11perf | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
Notes
Diffstat (limited to 'x11/x11perf')
-rw-r--r-- | x11/x11perf/Makefile | 22 | ||||
-rw-r--r-- | x11/x11perf/distinfo | 3 | ||||
-rw-r--r-- | x11/x11perf/pkg-descr | 4 | ||||
-rw-r--r-- | x11/x11perf/pkg-plist | 7 |
4 files changed, 36 insertions, 0 deletions
diff --git a/x11/x11perf/Makefile b/x11/x11perf/Makefile new file mode 100644 index 000000000000..627fd24d7605 --- /dev/null +++ b/x11/x11perf/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: x11perf +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= x11perf +PORTVERSION= 1.4.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X11 server performance test program + +XORG_CAT= app +USE_XORG= x11 xmuu xrender xft xext + +MAN1= Xmark.1 \ + x11perf.1 \ + x11perfcomp.1 + +.include <bsd.port.mk> diff --git a/x11/x11perf/distinfo b/x11/x11perf/distinfo new file mode 100644 index 000000000000..62ad1a0226d0 --- /dev/null +++ b/x11/x11perf/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/x11perf-1.4.1.tar.bz2) = fd06c8b8e3572a0e14af65a49e0dd7d1 +SHA256 (xorg/app/x11perf-1.4.1.tar.bz2) = c81819618ec596fda55b950ef80f2ee02e5ce149ea99f1f741cedb459b4d3064 +SIZE (xorg/app/x11perf-1.4.1.tar.bz2) = 126784 diff --git a/x11/x11perf/pkg-descr b/x11/x11perf/pkg-descr new file mode 100644 index 000000000000..af297f6ae226 --- /dev/null +++ b/x11/x11perf/pkg-descr @@ -0,0 +1,4 @@ +This package contains x11perf, an X11 server performance test program. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/x11perf/pkg-plist b/x11/x11perf/pkg-plist new file mode 100644 index 000000000000..dd7d17277145 --- /dev/null +++ b/x11/x11perf/pkg-plist @@ -0,0 +1,7 @@ +bin/x11perf +bin/x11perfcomp +lib/X11/x11perfcomp/fillblnk +lib/X11/x11perfcomp/perfboth +lib/X11/x11perfcomp/perfratio +lib/X11/x11perfcomp/Xmark +@dirrm lib/X11/x11perfcomp |