Add omconsole, a small utility to access the OpenMoko console using
the DebugBoard. ok sthen@.
This commit is contained in:
parent
228b9323d8
commit
c9a37fe9f7
25
misc/omconsole/Makefile
Normal file
25
misc/omconsole/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2009/01/21 20:43:23 matthieu Exp $
|
||||
|
||||
COMMENT = OpenMoko serial console tool
|
||||
|
||||
DISTNAME = omconsole-0.5
|
||||
|
||||
CATEGORIES = misc
|
||||
|
||||
MAINTAINER = Matthieu Herrb <matthieu@herrb.eu>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = ftdi usb c
|
||||
|
||||
MASTER_SITES = ftp://ftp.laas.fr/pub/ii/matthieu/
|
||||
|
||||
LIB_DEPENDS = :libftdi-*:devel/libftdi
|
||||
|
||||
NO_REGRESS = yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
misc/omconsole/distinfo
Normal file
5
misc/omconsole/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (omconsole-0.5.tar.gz) = iHIxQQmwCOQXdIX3W3FvjA==
|
||||
RMD160 (omconsole-0.5.tar.gz) = lh7XneeX2oE6Uz5arHCBXwk6Z4U=
|
||||
SHA1 (omconsole-0.5.tar.gz) = 70nTVwj2PJ6N8yqw1uu5f0/tMLk=
|
||||
SHA256 (omconsole-0.5.tar.gz) = 6LZJMkHiOtgLiLUwZjmaX6E6rqO6dcj369vpS5LCAWg=
|
||||
SIZE (omconsole-0.5.tar.gz) = 1924
|
3
misc/omconsole/pkg/DESCR
Normal file
3
misc/omconsole/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
The omconsole utility connects to the secondary port of the FTDI R2232
|
||||
chip on the OpenMoko debug board to provide access to the serial
|
||||
console of the phone for debugging purposes.
|
3
misc/omconsole/pkg/PLIST
Normal file
3
misc/omconsole/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1 2009/01/21 20:43:23 matthieu Exp $
|
||||
@bin bin/omconsole
|
||||
@man man/cat1/omconsole.0
|
Loading…
Reference in New Issue
Block a user