Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2001 23:00:03 -0800 (PST)
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/24496: New port, accessx
Message-ID:  <200103140700.f2E703959124@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 Mar 2001 00:52:47 -0600

 This is a multi-part message in MIME format.
 --------------582374515C3073BBF2974BD7
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 This is version 0.950.
 
 
 -- 
 Stephen Montgomery-Smith
 stephen@math.missouri.edu
 http://www.math.missouri.edu/~stephen
 --------------582374515C3073BBF2974BD7
 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/pkg-descr
 #	accessx/pkg-plist
 #	accessx/files
 #	accessx/files/patch-00
 #	accessx/files/patch-01
 #	accessx/distinfo
 #
 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=		0.950
 XCATEGORIES=		x11
 XMASTER_SITES=		http://www.rehab.uiuc.edu/accessx/software/
 XDISTNAME=		accessx0950
 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/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	Wed Mar 14 00:38:55 2001
 X+++ Makefile	Wed Mar 14 00:39:41 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 OPTS=		-O
 X LLIBS=		-lXext
 X XLIBDIR=	-L/usr/X11R6/lib
 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	Wed Mar 14 00:39:57 2001
 X+++ accessx	Wed Mar 14 00:40:21 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/distinfo
 sed 's/^X//' >accessx/distinfo << 'END-of-accessx/distinfo'
 XMD5 (accessx0950.tar.gz) = c61cf27887c76a8cca32f878389bba57
 END-of-accessx/distinfo
 exit
 
 
 --------------582374515C3073BBF2974BD7--
 

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?200103140700.f2E703959124>