diff options
author | trevor <trevor@FreeBSD.org> | 2000-10-04 04:45:22 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-10-04 04:45:22 +0000 |
commit | 035ab241ed3ceb24a3680b7b11f09f9a0a2ec043 (patch) | |
tree | a4979b6c7b25fb3d64e416792006e3209b6ed01a /x11 | |
parent | 2df3ef9c0992ef58f985c10ade44a16ff185d131 (diff) | |
download | FreeBSD-ports-035ab241ed3ceb24a3680b7b11f09f9a0a2ec043.zip FreeBSD-ports-035ab241ed3ceb24a3680b7b11f09f9a0a2ec043.tar.gz |
Add x11/dynamag, a magnifier which follows the pointer.
PR: 21474
Approved by: will
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/dynamag/Makefile | 23 | ||||
-rw-r--r-- | x11/dynamag/distinfo | 1 | ||||
-rw-r--r-- | x11/dynamag/pkg-comment | 1 | ||||
-rw-r--r-- | x11/dynamag/pkg-descr | 15 | ||||
-rw-r--r-- | x11/dynamag/pkg-plist | 1 |
6 files changed, 42 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index b3fdf33..d1a2b10 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -16,6 +16,7 @@ SUBDIR += bricons SUBDIR += dgs SUBDIR += dxpc + SUBDIR += dynamag SUBDIR += ebuttons SUBDIR += efancylauncher SUBDIR += emu diff --git a/x11/dynamag/Makefile b/x11/dynamag/Makefile new file mode 100644 index 0000000..52e85a8 --- /dev/null +++ b/x11/dynamag/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: dynamag +# Date created: 2000-09-22 +# Whom: Trevor Johnson <trevor@jpj.net> +# +# $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 <bsd.port.mk> diff --git a/x11/dynamag/distinfo b/x11/dynamag/distinfo new file mode 100644 index 0000000..4518637 --- /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 0000000..9303042 --- /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 0000000..a00015e --- /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 0000000..5ff71fa --- /dev/null +++ b/x11/dynamag/pkg-plist @@ -0,0 +1 @@ +bin/dynamag |