diff options
author | joerg <joerg@FreeBSD.org> | 1997-03-12 07:36:35 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1997-03-12 07:36:35 +0800 |
commit | 59b4f9f94eb6701b169ce475b9fb88fe677cb10c (patch) | |
tree | 62f3f0ee536f6a9a805e58b6d4996a898070d54e /x11/xtestpicture | |
parent | 95032091659061eeefbae7c5ca0c4346b3bdd50f (diff) | |
download | freebsd-ports-gnome-59b4f9f94eb6701b169ce475b9fb88fe677cb10c.tar.gz freebsd-ports-gnome-59b4f9f94eb6701b169ce475b9fb88fe677cb10c.tar.zst freebsd-ports-gnome-59b4f9f94eb6701b169ce475b9fb88fe677cb10c.zip |
xtestpicture creates a simple monitor test pattern, resembling a TV
test picture.
Diffstat (limited to 'x11/xtestpicture')
-rw-r--r-- | x11/xtestpicture/Makefile | 17 | ||||
-rw-r--r-- | x11/xtestpicture/distinfo | 1 | ||||
-rw-r--r-- | x11/xtestpicture/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xtestpicture/pkg-descr | 12 | ||||
-rw-r--r-- | x11/xtestpicture/pkg-plist | 2 |
5 files changed, 33 insertions, 0 deletions
diff --git a/x11/xtestpicture/Makefile b/x11/xtestpicture/Makefile new file mode 100644 index 000000000000..98f5486460f9 --- /dev/null +++ b/x11/xtestpicture/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xtestpicture +# Version required: 1.1 +# Date created: 11 March 1997 +# Whom: joerg +# +# $Id$ +# + +DISTNAME= xtestpicture-1.1 +CATEGORIES= x11 +MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ + +MAINTAINER= joerg@FreeBSD.org + +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/x11/xtestpicture/distinfo b/x11/xtestpicture/distinfo new file mode 100644 index 000000000000..247359ed4ae5 --- /dev/null +++ b/x11/xtestpicture/distinfo @@ -0,0 +1 @@ +MD5 (xtestpicture-1.1.tar.gz) = 4ccd7a39082a849d73ac1addabe9f819 diff --git a/x11/xtestpicture/pkg-comment b/x11/xtestpicture/pkg-comment new file mode 100644 index 000000000000..c144412acdc7 --- /dev/null +++ b/x11/xtestpicture/pkg-comment @@ -0,0 +1 @@ +Create a full-screen image to adjust your monitor diff --git a/x11/xtestpicture/pkg-descr b/x11/xtestpicture/pkg-descr new file mode 100644 index 000000000000..0b3a4eebe9af --- /dev/null +++ b/x11/xtestpicture/pkg-descr @@ -0,0 +1,12 @@ +Xtestpicture creates a full-screen picture that is intended to help +you adjusting your monitor, resembling the usual TV test pictures. + +The picture consists of some geometrical elements, like two crossing +diagonals, a circle, a couple of recatangles. In the center, there's +a rectangle filled with vertical lines, to prove sharpness and video +bandwidth, and a color area to adjust the color saturation and contrast. + +That's about all there is to be, doesn't sound very impressive, right? +Simply click a mouse button to get rid of it again. + +Dresden, March 1997 Joerg Wunsch <joerg@FreeBSD.org> diff --git a/x11/xtestpicture/pkg-plist b/x11/xtestpicture/pkg-plist new file mode 100644 index 000000000000..20cb8eb235c6 --- /dev/null +++ b/x11/xtestpicture/pkg-plist @@ -0,0 +1,2 @@ +bin/xtestpicture +man/man1/xtestpicture.1.gz |