Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2001 10:00:05 -0800 (PST)
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/24496: New port, accessx
Message-ID:  <200102141800.f1EI05137951@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/24496; it has been noted by GNATS.

From: Stephen Montgomery-Smith <stephen@math.missouri.edu>
To: freebsd-gnats-submit@FreeBSD.org,
	stephen@cauchy.math.missouri.edu
Cc:  
Subject: Re: ports/24496: New port, accessx
Date: Wed, 14 Feb 2001 11:50:16 -0600

 This is a multi-part message in MIME format.
 --------------C4BF8A9E4A0DFECD32F4AF56
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Well this program has now been updated to 9.02 (and the
 ULR for the software has changed), so when you get to installing
 this port, please use this new share file (included as an
 attachment).
 --------------C4BF8A9E4A0DFECD32F4AF56
 Content-Type: application/x-shar;
  name="accessx.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="accessx.shar"
 
 # 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:
 #
 #	accessx
 #	accessx/Makefile
 #	accessx/pkg-comment
 #	accessx/distinfo
 #	accessx/pkg-descr
 #	accessx/pkg-plist
 #	accessx/files
 #	accessx/files/patch-00
 #	accessx/files/patch-01
 #
 echo c - accessx
 mkdir -p accessx > /dev/null 2>&1
 echo x - accessx/Makefile
 sed 's/^X//' >accessx/Makefile << 'END-of-accessx/Makefile'
 X# New ports collection makefile for:	accessx
 X# Date created:		January 20 2001
 X# Whom:			Stephen Montgomery-Smith <stephen@math.missouri.edu>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=		accessx
 XPORTVERSION=		9.02
 XCATEGORIES=		x11
 XMASTER_SITES=		http://www.rehab.uiuc.edu/accessx/software/
 XDISTNAME=		accessx0902
 X
 XMAINTAINER=		stephen@math.missouri.edu
 X
 XRUN_DEPENDS=		wish8.2:${PORTSDIR}/x11-toolkits/tk82
 X
 XWRKSRC=			${WRKDIR}/accessx
 X
 Xpost-install:
 X	strip ${PREFIX}/bin/ax
 X
 X.include <bsd.port.mk>
 END-of-accessx/Makefile
 echo x - accessx/pkg-comment
 sed 's/^X//' >accessx/pkg-comment << 'END-of-accessx/pkg-comment'
 XCustomise accessibility features for X
 END-of-accessx/pkg-comment
 echo x - accessx/distinfo
 sed 's/^X//' >accessx/distinfo << 'END-of-accessx/distinfo'
 XMD5 (accessx0902.tar.gz) = 11e16b2ce853e42a0e4b56bfbd35c901
 END-of-accessx/distinfo
 echo x - accessx/pkg-descr
 sed 's/^X//' >accessx/pkg-descr << 'END-of-accessx/pkg-descr'
 XA GUI program to manage various of the accessibility features of X window
 Xto help people with physical disabilities.  The features include:
 X
 XMouseKeys - move the mouse pointer using the keypad.
 XStickyKeys - key modifiers such as SHIFT and CTRL latch.
 XSlowKeys - keys only work if pressed for a certain period of time.
 XBounceKeys - key pressed several times will only register once.
 X
 XWWW: http://www.rehab.uiuc.edu/accessx/
 X
 XStephen Montgomery-Smith
 Xstephen@math.missouri.edu
 END-of-accessx/pkg-descr
 echo x - accessx/pkg-plist
 sed 's/^X//' >accessx/pkg-plist << 'END-of-accessx/pkg-plist'
 Xbin/ax
 Xbin/accessx
 END-of-accessx/pkg-plist
 echo c - accessx/files
 mkdir -p accessx/files > /dev/null 2>&1
 echo x - accessx/files/patch-00
 sed 's/^X//' >accessx/files/patch-00 << 'END-of-accessx/files/patch-00'
 X--- Makefile-orig	Sat Jan 20 15:46:20 2001
 X+++ Makefile	Sat Jan 20 15:46:34 2001
 X@@ -2,7 +2,7 @@
 X # By Dan Linder (dlinder@uiuc.edu)
 X 
 X 
 X-CC=		g++
 X+CC=		g++ -I/usr/X11R6/include
 X LLIBS=		-lXext
 X XLIBDIR=	-L/usr/X11R6/lib
 X 
 END-of-accessx/files/patch-00
 echo x - accessx/files/patch-01
 sed 's/^X//' >accessx/files/patch-01 << 'END-of-accessx/files/patch-01'
 X--- accessx-orig	Sat Jan 20 15:54:56 2001
 X+++ accessx	Sat Jan 20 15:55:08 2001
 X@@ -1,6 +1,6 @@
 X #!/bin/sh
 X # Next line is a comment to Tcl \
 X-exec wish -f "$0" ${1+"$@"}
 X+exec wish8.2 -f "$0" ${1+"$@"}
 X # Begin Tcl/Tk Code
 X 
 X proc InitAX {} {
 END-of-accessx/files/patch-01
 exit
 
 
 --------------C4BF8A9E4A0DFECD32F4AF56--
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102141800.f1EI05137951>