Bug 56225 - [NEW PORT] palm/uppc-kmod: USB device driver for Windows CE handhelds
Summary: [NEW PORT] palm/uppc-kmod: USB device driver for Windows CE handhelds
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-31 09:30 UTC by Sam Lawrance
Modified: 2003-12-29 16:34 UTC (History)
0 users

See Also:


Attachments
uppc-kmod-0.1.shar (2.21 KB, text/plain)
2003-08-31 09:30 UTC, Sam Lawrance
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Lawrance 2003-08-31 09:30:08 UTC
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
Comment 1 Sam Lawrance 2003-09-18 05:43:24 UTC
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
Comment 2 Sam Lawrance 2003-11-13 00:34:21 UTC
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
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-29 16:34:09 UTC
State Changed
From-To: open->closed

New port added, thanks!