diff options
-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 b3fdf334b9b9..d1a2b102d337 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 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 |