From 1452e5f02e2ef9bcbb6f31c8f0014d80ffc7f0cf Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Wed, 4 Oct 2000 04:45:22 +0000 Subject: Add x11/dynamag, a magnifier which follows the pointer. PR: 21474 Approved by: will --- x11/dynamag/Makefile | 23 +++++++++++++++++++++++ x11/dynamag/distinfo | 1 + x11/dynamag/pkg-comment | 1 + x11/dynamag/pkg-descr | 15 +++++++++++++++ x11/dynamag/pkg-plist | 1 + 5 files changed, 41 insertions(+) create mode 100644 x11/dynamag/Makefile create mode 100644 x11/dynamag/distinfo create mode 100644 x11/dynamag/pkg-comment create mode 100644 x11/dynamag/pkg-descr create mode 100644 x11/dynamag/pkg-plist (limited to 'x11/dynamag') diff --git a/x11/dynamag/Makefile b/x11/dynamag/Makefile new file mode 100644 index 000000000000..52e85a8b7fa6 --- /dev/null +++ b/x11/dynamag/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: dynamag +# Date created: 2000-09-22 +# Whom: Trevor Johnson +# +# $FreeBSD$ +# + +PORTNAME= dynamag +PORTVERSION= 1.1 +CATEGORIES= x11 +MASTER_SITES= ftp://trace.wisc.edu/pub/access_utils/unix/ +DISTNAME= unwindows +EXTRACT_SUFX= .tar.Z + +MAINTAINER= trevor@FreeBSD.org + +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/${PORTNAME} + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/dynamag ${PREFIX}/bin + +.include diff --git a/x11/dynamag/distinfo b/x11/dynamag/distinfo new file mode 100644 index 000000000000..45186375fd0e --- /dev/null +++ b/x11/dynamag/distinfo @@ -0,0 +1 @@ +MD5 (unwindows.tar.Z) = 2cce5fac26edd6a7cac21b883d5c92af diff --git a/x11/dynamag/pkg-comment b/x11/dynamag/pkg-comment new file mode 100644 index 000000000000..93030420f08f --- /dev/null +++ b/x11/dynamag/pkg-comment @@ -0,0 +1 @@ +Magnifying utility which updates continuously diff --git a/x11/dynamag/pkg-descr b/x11/dynamag/pkg-descr new file mode 100644 index 000000000000..a00015e5a7f8 --- /dev/null +++ b/x11/dynamag/pkg-descr @@ -0,0 +1,15 @@ +from the source: + + This is a major rewrite of the xmag program distributed by MIT with + X11R5. It features three modes of magnification. The magnifier + can be made to follow the mouse pointer around, displaying a + magnified image either in a window that is "sticky" to the pointer, + or in a stationary window. The magnifier can also be `anchored' + to continually magnify a fixed area of the screen. + +The sticky window does not work. + +WWW: http://trace.wisc.edu/world/computer_access/unix/unixshar.html + +Trevor Johnson +trevor@freebsd.org diff --git a/x11/dynamag/pkg-plist b/x11/dynamag/pkg-plist new file mode 100644 index 000000000000..5ff71faa271e --- /dev/null +++ b/x11/dynamag/pkg-plist @@ -0,0 +1 @@ +bin/dynamag -- cgit v1.2.3