diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-04 04:45:22 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-04 04:45:22 +0000 |
commit | 1452e5f02e2ef9bcbb6f31c8f0014d80ffc7f0cf (patch) | |
tree | 2f6efd3ae71f1acbc46c3b33dee7d6ff44d51e49 /x11/dynamag | |
parent | 6d91bcbc88e0d2b11d152f727240f2578c595d4f (diff) | |
download | ports-1452e5f02e2ef9bcbb6f31c8f0014d80ffc7f0cf.tar.gz ports-1452e5f02e2ef9bcbb6f31c8f0014d80ffc7f0cf.zip |
Notes
Diffstat (limited to 'x11/dynamag')
-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 |
5 files changed, 41 insertions, 0 deletions
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 <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 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 |