From owner-freebsd-ports Fri Sep 22 7:50: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 100C837B423 for ; Fri, 22 Sep 2000 07:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA20106; Fri, 22 Sep 2000 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 3DD9F37B422 for ; Fri, 22 Sep 2000 07:47:41 -0700 (PDT) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e8MElej25360 for ; Fri, 22 Sep 2000 10:47:40 -0400 (EDT) Message-Id: Date: Fri, 22 Sep 2000 10:47:40 -0400 (EDT) From: Trevor Johnson To: freebsd-gnats-submit@freebsd.org Subject: ports/21474: new port x11/dynamag Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21474 >Category: ports >Synopsis: new port x11/dynamag >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 22 07:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Trevor Johnson >Release: 4.1-STABLE i386 >Organization: myself >Environment: only tested under FreeBSD ws99.invalid 4.1-STABLE FreeBSD 4.1-STABLE #0: Sat Jul 29 02:55:41 UTC 2000 root@ws99.invalid:/usr/obj/usr/src/sys/TREVOR41A i386 >Description: magnifying utility which updates continuously 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 no longer works. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # dynamag # dynamag/files # dynamag/files/md5 # dynamag/pkg # dynamag/pkg/COMMENT # dynamag/pkg/DESCR # dynamag/pkg/PLIST # dynamag/Makefile # echo c - dynamag mkdir -p dynamag > /dev/null 2>&1 echo c - dynamag/files mkdir -p dynamag/files > /dev/null 2>&1 echo x - dynamag/files/md5 sed 's/^X//' >dynamag/files/md5 << 'END-of-dynamag/files/md5' XMD5 (unwindows.tar.Z) = 2cce5fac26edd6a7cac21b883d5c92af END-of-dynamag/files/md5 echo c - dynamag/pkg mkdir -p dynamag/pkg > /dev/null 2>&1 echo x - dynamag/pkg/COMMENT sed 's/^X//' >dynamag/pkg/COMMENT << 'END-of-dynamag/pkg/COMMENT' XMagnifying utility which updates continuously END-of-dynamag/pkg/COMMENT echo x - dynamag/pkg/DESCR sed 's/^X//' >dynamag/pkg/DESCR << 'END-of-dynamag/pkg/DESCR' Xfrom the source: X X This is a major rewrite of the xmag program distributed by MIT with X X11R5. It features three modes of magnification. The magnifier X can be made to follow the mouse pointer around, displaying a X magnified image either in a window that is "sticky" to the pointer, X or in a stationary window. The magnifier can also be `anchored' X to continually magnify a fixed area of the screen. X XThe sticky window no longer works. X XWWW: http://trace.wisc.edu/world/computer_access/unix/unixshar.html X XTrevor Johnson Xtrevor@jpj.net END-of-dynamag/pkg/DESCR echo x - dynamag/pkg/PLIST sed 's/^X//' >dynamag/pkg/PLIST << 'END-of-dynamag/pkg/PLIST' Xbin/dynamag END-of-dynamag/pkg/PLIST echo x - dynamag/Makefile sed 's/^X//' >dynamag/Makefile << 'END-of-dynamag/Makefile' X# New ports collection makefile for: dynamag X# Date created: 2000-09-22 X# Whom: Trevor Johnson X# X# $FreeBSD$ X# X XPORTNAME= dynamag XPORTVERSION= 1.1 XCATEGORIES= x11 XMASTER_SITES= ftp://trace.wisc.edu/pub/access_utils/unix/ XDISTNAME= unwindows XEXTRACT_SUFX= .tar.Z X XMAINTAINER= trevor@jpj.net X XUSE_IMAKE= yes XWRKSRC= ${WRKDIR}/${PORTNAME} X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/dynamag ${PREFIX}/bin X X.include END-of-dynamag/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message