From owner-freebsd-ports Sat Jan 20 16:20:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4479137B401 for ; Sat, 20 Jan 2001 16:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0L0K1Q56830; Sat, 20 Jan 2001 16:20:01 -0800 (PST) (envelope-from gnats) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.49.166]) by hub.freebsd.org (Postfix) with ESMTP id 666E537B400 for ; Sat, 20 Jan 2001 16:18:00 -0800 (PST) Received: (from stephen@localhost) by cauchy.math.missouri.edu (8.11.1/8.11.1) id f0L0Hxj94266; Sat, 20 Jan 2001 18:17:59 -0600 (CST) (envelope-from stephen) Message-Id: <200101210017.f0L0Hxj94266@cauchy.math.missouri.edu> Date: Sat, 20 Jan 2001 18:17:59 -0600 (CST) From: Stephen Montgomery-Smith Reply-To: stephen@cauchy.math.missouri.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24496: New port, accessx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24496 >Category: ports >Synopsis: New port, accessx >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: Sat Jan 20 16:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 4.2-STABLE i386 >Organization: University of Missouri >Environment: >Description: >How-To-Repeat: >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: # # accessx # accessx/Makefile # accessx/pkg-comment # accessx/distinfo # accessx/pkg-descr # accessx/pkg-plist # accessx/files # accessx/files/patch-00 # accessx/files/patch-01 # accessx/files/patch-02 # 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 X# X# $FreeBSD$ X# X XPORTNAME= accessx XPORTVERSION= 9.01 XCATEGORIES= x11 XMASTER_SITES= http://www.rehab.uiuc.edu/accessx/ XDISTNAME= accessx0901 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 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 (accessx0901.tar.gz) = e06d63507c36fe993daa48291b0b9bd6 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 echo x - accessx/files/patch-02 sed 's/^X//' >accessx/files/patch-02 << 'END-of-accessx/files/patch-02' X--- Makefile-orig Sat Jan 20 17:59:43 2001 X+++ Makefile Sat Jan 20 18:01:02 2001 X@@ -6,7 +6,7 @@ X LLIBS= -lXext X XLIBDIR= -L/usr/X11R6/lib X X-all: accessx X+all: ax X X install: X @echo "Installing accessx..." X@@ -22,11 +22,11 @@ X @rm /usr/local/bin/ax X @rm /usr/local/bin/accessx X X-accessx:Access X- @echo "Compiling accessx..." X+ax:ax.C Access.o X+ @echo "Compiling ax..." X $(CC) ax.C Access.o -o ax $(XLIBDIR) $(LLIBS) X X-Access: X+Access.o:Access.C X @echo "Compiling the Access Class..." X $(CC) Access.C -c X END-of-accessx/files/patch-02 exit >Release-Note: >Audit-Trail: >Unformatted: Stephen Montgomery-Smith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message