From 1c9dca221a90bcf74d9f355826ab4d1fcbe43f11 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 24 Nov 2005 11:49:37 +0000 Subject: 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 --- comms/uticom/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ comms/uticom/distinfo | 2 ++ comms/uticom/pkg-descr | 3 +++ comms/uticom/pkg-plist | 1 + 4 files changed, 44 insertions(+) create mode 100644 comms/uticom/Makefile create mode 100644 comms/uticom/distinfo create mode 100644 comms/uticom/pkg-descr create mode 100644 comms/uticom/pkg-plist (limited to 'comms/uticom') diff --git a/comms/uticom/Makefile b/comms/uticom/Makefile new file mode 100644 index 000000000000..76e61d7554d1 --- /dev/null +++ b/comms/uticom/Makefile @@ -0,0 +1,38 @@ +# Ports collection makefile for: uticom +# Date created: 17-10-2005 +# Whom: Dmitry Komissaroff +# +# $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 + +.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 diff --git a/comms/uticom/distinfo b/comms/uticom/distinfo new file mode 100644 index 000000000000..bd09634ceca4 --- /dev/null +++ b/comms/uticom/distinfo @@ -0,0 +1,2 @@ +MD5 (uticom-0.1.tar.gz) = c59c6bca627a5aa546d476ee25f510c1 +SIZE (uticom-0.1.tar.gz) = 14552 diff --git a/comms/uticom/pkg-descr b/comms/uticom/pkg-descr new file mode 100644 index 000000000000..4116cb2821cb --- /dev/null +++ b/comms/uticom/pkg-descr @@ -0,0 +1,3 @@ +FreeBSD Driver for TUSB3410 uart-to-usb converter. + +WWW: http://sf.net/projects/uticom diff --git a/comms/uticom/pkg-plist b/comms/uticom/pkg-plist new file mode 100644 index 000000000000..d2d381ac8ead --- /dev/null +++ b/comms/uticom/pkg-plist @@ -0,0 +1 @@ +uticom.ko -- cgit v1.2.3