New port: comm/uticom

usbcomm driver for TUSB3410 uart-to-usb converter
	WWW: http://sf.net/projects/uticom

PR:		ports/87809
Submitted by:	Dmitry Komissaroff <dxi@mail.ru>
This commit is contained in:
Edwin Groothuis 2005-11-24 11:49:37 +00:00
parent dd5f0bf084
commit 1c9dca221a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149278
5 changed files with 45 additions and 0 deletions

View file

@ -102,6 +102,7 @@
SUBDIR += trustedqsl
SUBDIR += twpsk
SUBDIR += uird
SUBDIR += uticom
SUBDIR += viewfax
SUBDIR += vpb-driver
SUBDIR += vpb2

38
comms/uticom/Makefile Normal file
View file

@ -0,0 +1,38 @@
# Ports collection makefile for: uticom
# Date created: 17-10-2005
# Whom: Dmitry Komissaroff <dxi@mail.ru>
#
# $FreeBSD$
#
PORTNAME= uticom
PORTVERSION= 0.1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= uticom-${PORTVERSION}
MAINTAINER= dxi@mail.ru
COMMENT= A FreeBSD Driver for TUSB3410 uart-to-usb converter
NO_PACKAGE= "Should be in sync with the kernel to work correctly"
ONLY_FOR_ARCHS= i386
SRCPREFIX?= /usr/src
WRKSRC= ${WRKDIR}/${PORTNAME}
LOCALBASE= /boot/kernel
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= FreeBSD < 5.0 are not supported
.endif
# Make sure kernel sources are present before going any further
.if ! exists(${SRCPREFIX}/sys/dev/usb/usb.c)
IGNORE= You need to extract kernel source tree before building this package
.endif
.include <bsd.port.post.mk>

2
comms/uticom/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (uticom-0.1.tar.gz) = c59c6bca627a5aa546d476ee25f510c1
SIZE (uticom-0.1.tar.gz) = 14552

3
comms/uticom/pkg-descr Normal file
View file

@ -0,0 +1,3 @@
FreeBSD Driver for TUSB3410 uart-to-usb converter.
WWW: http://sf.net/projects/uticom

1
comms/uticom/pkg-plist Normal file
View file

@ -0,0 +1 @@
uticom.ko