ports/56225: [NEW PORT] palm/uppc-kmod: USB device driver for Windows CE handhelds
Sam Lawrance
boris at brooknet.com.au
Sun Aug 31 08:30:10 UTC 2003
>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: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Aug 31 01:30:08 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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 at 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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list