From boris@brooknet.com.au  Sun Aug 31 01:28:43 2003
Return-Path: <boris@brooknet.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D0E1816A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 31 Aug 2003 01:28:43 -0700 (PDT)
Received: from bloodwood.hunterlink.net.au (mail.hunterlink.net.au [203.12.144.18])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 24F3543FCB
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 31 Aug 2003 01:28:42 -0700 (PDT)
	(envelope-from boris@brooknet.com.au)
Received: from localhost (as1-p66.mait.hunterlink.net.au [202.7.67.66])
	by bloodwood.hunterlink.net.au (8.12.8/8.12.8) with ESMTP id h7V8SdUV027705
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 31 Aug 2003 18:28:39 +1000
Received: by localhost (Postfix, from userid 1001)
	id 07EBE406; Sun, 31 Aug 2003 18:28:17 +1000 (EST)
Message-Id: <20030831082817.07EBE406@localhost>
Date: Sun, 31 Aug 2003 18:28:17 +1000 (EST)
From: Sam Lawrance <boris@brooknet.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] palm/uppc-kmod: USB device driver for Windows CE handhelds
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56225
>Category:       ports
>Synopsis:       [NEW PORT] palm/uppc-kmod: USB device driver for Windows CE handhelds
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 31 01:30:08 PDT 2003
>Closed-Date:    Mon Dec 29 08:34:19 PST 2003
>Last-Modified:  Mon Dec 29 08:34:19 PST 2003
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #3: Thu Aug 21 19:45:36 EST 2003
>Description:
UPPC is a USB device driver that presents a tty style serial interface to
Windows CE devices like Pocket PCs. This lets programs like those from the
SynCE project access your device much faster than the standard serial
interface.

>How-To-Repeat:
	n/a
>Fix:

--- uppc-kmod-0.1.shar begins here ---
# 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:
#
#	uppc-kmod
#	uppc-kmod/pkg-descr
#	uppc-kmod/pkg-plist
#	uppc-kmod/Makefile
#	uppc-kmod/distinfo
#
echo c - uppc-kmod
mkdir -p uppc-kmod > /dev/null 2>&1
echo x - uppc-kmod/pkg-descr
sed 's/^X//' >uppc-kmod/pkg-descr << 'END-of-uppc-kmod/pkg-descr'
XUPPC is a USB device driver that presents a tty style serial interface to
XWindows CE devices like Pocket PCs. This lets programs like those from the
XSynCE project access your device much faster than the standard serial
Xinterface.
X
X- Sam Lawrance <boris@brooknet.com.au>
END-of-uppc-kmod/pkg-descr
echo x - uppc-kmod/pkg-plist
sed 's/^X//' >uppc-kmod/pkg-plist << 'END-of-uppc-kmod/pkg-plist'
Xlib/uppc.ko
Xsbin/uppcsetup
END-of-uppc-kmod/pkg-plist
echo x - uppc-kmod/Makefile
sed 's/^X//' >uppc-kmod/Makefile << 'END-of-uppc-kmod/Makefile'
X# New ports collection makefile for:	uppc-kmod
X# Date created:				31 August 2003
X# Whom:					Sam Lawrance <boris@brooknet.com.au>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	uppc
XPORTVERSION=	0.1
XCATEGORIES=	palm
XMASTER_SITES=	http://sam.stral.net/freebsd/
XPKGNAMESUFFIX=	-kmod
X
XMAINTAINER=	boris@brooknet.com.au
XCOMMENT=	USB device driver for Windows CE handhelds
X
XMAN4=	uppc.4
XUSE_REINPLACE=	yes
X
X.if !exists(/usr/src/sys/dev/usb/usb.h)
XBROKEN=		"Requires kernel source (/usr/src/sys) to build"
X.endif
X
Xpre-install:
X	@${REINPLACE_CMD} -e 's|%%INITIAL_INSTALLDIR%%|${PREFIX}/lib|g' ${BUILD_WRKSRC}/uppcsetup
X	@${REINPLACE_CMD} -e 's|%%INITIAL_MODDIR%%|${KMODDIR}|g' ${WRKSRC}/uppcsetup
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/uppc.ko ${PREFIX}/lib
X	${INSTALL_SCRIPT} ${WRKSRC}/uppcsetup ${PREFIX}/sbin
X	cd ${WRKSRC} && ${INSTALL_MAN} ${MAN4} ${MANPREFIX}/man/man4
X
Xpost-install:
X	@echo "===> You can run 'uppcsetup' to help configure the device driver."
X
X.include <bsd.port.mk>
END-of-uppc-kmod/Makefile
echo x - uppc-kmod/distinfo
sed 's/^X//' >uppc-kmod/distinfo << 'END-of-uppc-kmod/distinfo'
XMD5 (uppc-0.1.tar.gz) = ef19c0b422fd374c94f67ec06c197246
END-of-uppc-kmod/distinfo
exit
--- uppc-kmod-0.1.shar ends here ---

>Release-Note:
>Audit-Trail:

From: Sam Lawrance <boris@brooknet.com.au>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/56225: [NEW PORT] palm/uppc-kmod: USB device driver for
	Windows CE handhelds
Date: 18 Sep 2003 14:43:24 +1000

 Fixed a one line error in the uppcsetup script (no #!/bin/sh):
 
 diff -urN uppc-kmod.orig/Makefile uppc-kmod/Makefile
 --- uppc-kmod.orig/Makefile	Thu Sep 18 14:27:55 2003
 +++ uppc-kmod/Makefile	Thu Sep 18 14:39:20 2003
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	uppc
 -PORTVERSION=	0.1
 +PORTVERSION=	0.2
  CATEGORIES=	palm
  MASTER_SITES=	http://sam.stral.net/freebsd/
  PKGNAMESUFFIX=	-kmod
 diff -urN uppc-kmod.orig/distinfo uppc-kmod/distinfo
 --- uppc-kmod.orig/distinfo	Thu Sep 18 14:27:55 2003
 +++ uppc-kmod/distinfo	Thu Sep 18 14:39:36 2003
 @@ -1 +1 @@
 -MD5 (uppc-0.1.tar.gz) = ef19c0b422fd374c94f67ec06c197246
 +MD5 (uppc-0.2.tar.gz) = 9da32be0e8b476f4999b1dc5af6dda9f
 
 
 

From: Sam Lawrance <boris@brooknet.com.au>
To: freebsd-gnats-submit@FreeBSD.org, boris@brooknet.com.au
Cc:  
Subject: Re: ports/56225: [NEW PORT] palm/uppc-kmod: USB device driver for
	Windows CE handhelds
Date: Thu, 13 Nov 2003 11:34:21 +1100

 Uppc-kmod has changed a fair bit since this PR was submitted, so here is a
 new shar of the port. Disregard the shar and patch above.
 
 # 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:
 #
 #	uppc-kmod/Makefile
 #	uppc-kmod/distinfo
 #	uppc-kmod/pkg-descr
 #	uppc-kmod/pkg-plist
 #
 echo x - uppc-kmod/Makefile
 sed 's/^X//' >uppc-kmod/Makefile << 'END-of-uppc-kmod/Makefile'
 X# New ports collection makefile for:	uppc-kmod
 X# Date created:				31 August 2003
 X# Whom:					Sam Lawrance <boris@brooknet.com.au>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	uppc
 XPORTVERSION=	0.4
 XCATEGORIES=	palm
 XMASTER_SITES=	http://sam.stral.net/freebsd/
 XPKGNAMESUFFIX=	-kmod
 X
 XMAINTAINER=	boris@brooknet.com.au
 XCOMMENT=	USB device driver for Windows CE handhelds
 X
 XMAN4=	uppc.4
 XWRKSRC=		${WRKDIR}/${PORTNAME}
 XUSE_REINPLACE=	yes
 X
 X.if !exists(/usr/src/sys/dev/usb/usb.h)
 XBROKEN=		"Requires kernel source (/usr/src/sys) to build"
 X.endif
 X
 Xpre-install:
 X	@${REINPLACE_CMD} -e 's|%%INITIAL_INSTALLDIR%%|${PREFIX}/lib|g' ${BUILD_WRKSRC}/uppcsetup
 X	@${REINPLACE_CMD} -e 's|%%INITIAL_MODDIR%%|${KMODDIR}|g' ${WRKSRC}/uppcsetup
 X
 Xdo-install:
 X	${INSTALL_PROGRAM} ${WRKSRC}/uppc.ko ${PREFIX}/lib
 X	${INSTALL_SCRIPT} ${WRKSRC}/uppcsetup ${PREFIX}/sbin
 X	cd ${WRKSRC} && ${INSTALL_MAN} ${MAN4} ${MANPREFIX}/man/man4
 X
 Xpost-install:
 X	@echo "       ****************************************************************"
 X	@echo "       * You can run 'uppcsetup' to help configure the device driver. *"
 X	@echo "       ****************************************************************"
 X
 X.include <bsd.port.mk>
 END-of-uppc-kmod/Makefile
 echo x - uppc-kmod/distinfo
 sed 's/^X//' >uppc-kmod/distinfo << 'END-of-uppc-kmod/distinfo'
 XMD5 (uppc-0.4.tar.gz) = 4a1e5bd35b10c2c6c720a302a38e0048
 END-of-uppc-kmod/distinfo
 echo x - uppc-kmod/pkg-descr
 sed 's/^X//' >uppc-kmod/pkg-descr << 'END-of-uppc-kmod/pkg-descr'
 XUPPC is a USB device driver that presents a tty style serial interface to
 XWindows CE devices like Pocket PCs. This lets programs like those from the
 XSynCE project access your device much faster than the standard serial
 Xinterface.
 X
 X- Sam Lawrance <boris@brooknet.com.au>
 END-of-uppc-kmod/pkg-descr
 echo x - uppc-kmod/pkg-plist
 sed 's/^X//' >uppc-kmod/pkg-plist << 'END-of-uppc-kmod/pkg-plist'
 Xlib/uppc.ko
 Xsbin/uppcsetup
 END-of-uppc-kmod/pkg-plist
 exit
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Dec 29 08:34:09 PST 2003 
State-Changed-Why:  
New port added, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56225 
>Unformatted:
