From stephen@cauchy.math.missouri.edu  Sat Jan 20 16:18:00 2001
Return-Path: <stephen@cauchy.math.missouri.edu>
Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.49.166])
	by hub.freebsd.org (Postfix) with ESMTP id 666E537B400
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <stephen@cauchy.math.missouri.edu>
Reply-To: stephen@cauchy.math.missouri.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port, accessx
X-Send-Pr-Version: 3.2

>Number:         24496
>Category:       ports
>Synopsis:       New port, accessx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 20 16:20:00 PST 2001
>Closed-Date:    Fri Apr 6 17:33:38 PDT 2001
>Last-Modified:  Fri Apr 06 17:34:41 PDT 2001
>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 <stephen@math.missouri.edu>
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 <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 (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:

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--
 
 

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--
 
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Fri Apr 6 17:33:38 PDT 2001 
State-Changed-Why:  
Committed, thanks.  I updated the port to 9.50, and made it 
cleaner (use ${PORTVERSION:S/.//g} and perl regexes instead 
of patches). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24496 
>Unformatted:
 Stephen Montgomery-Smith
