Bohlin's IrDA utilities.

PR:		ports/33714
Submitted by:	Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
This commit is contained in:
Munechika SUMIKAWA
2002-01-10 02:09:26 +00:00
parent e5a0091411
commit b59beb92fd
7 changed files with 68 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
SUBDIR += asmodem
SUBDIR += bayonne
SUBDIR += birda
SUBDIR += bpl+
SUBDIR += comserv
SUBDIR += conserver

20
comms/birda/Makefile Normal file
View File

@@ -0,0 +1,20 @@
# Ports collection makefile for: birda
# Date Created: 29 December 2001
# Whom: Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
#
# $FreeBSD$
#
PORTNAME= birda
PORTVERSION= 0.8
CATEGORIES= comms
MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ \
ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/
MAINTAINER= allbery@ece.cmu.edu
MAN1= ircomm.1 irobex.1 irs.1 \
mkobexdate.1 mkobexmemo.1 mkobextel.1 mkobextodo.1
MANCOMPRESSED= yes
.include <bsd.port.mk>

1
comms/birda/distinfo Normal file
View File

@@ -0,0 +1 @@
MD5 (birda-0.8.tar.gz) = 6cbfdb3e179f71ad5e7c1f21aa9e85cf

View File

@@ -0,0 +1,26 @@
--- Makefile.inc.orig Thu Nov 29 07:19:45 2001
+++ Makefile.inc Sun Dec 30 14:06:12 2001
@@ -5,7 +5,11 @@
PREFIX?= /usr/pkg
BINDIR= ${PREFIX}/bin
+.if ${OPSYS} == FreeBSD
+MANDIR= ${PREFIX}/man/man
+.else
MANDIR= ${PREFIX}/man
+.endif
MKLINT=no
--- src/obexformat.c.orig Tue Oct 16 20:32:45 2001
+++ src/obexformat.c Sat Dec 29 13:42:18 2001
@@ -30,6 +30,9 @@
#include <stdio.h>
#include <stdlib.h>
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
/**********************************************************************
* Internal functions

1
comms/birda/pkg-comment Normal file
View File

@@ -0,0 +1 @@
Bohlin's IrDA utilities, ported from NetBSD's pkgsrc

11
comms/birda/pkg-descr Normal file
View File

@@ -0,0 +1,11 @@
A set of utilities to communicate with IrDA devices over an IrDA port
on a serial line.
Covers IrComm for connecting via PPP over cell phones
as well as several utilities to exchange data with PDAs.
These programs were written by Tommy Bohlin <tommy@gatespace.com>.
The port is more or less directly copied from Lennart Augustsson's
<lennart@augustsson.net> NetBSD port.
Brandon S. Allbery KF8NH
allbery@ece.cmu.edu

8
comms/birda/pkg-plist Normal file
View File

@@ -0,0 +1,8 @@
@comment $FreeBSD$
bin/ircomm
bin/irobex
bin/irs
bin/mkobexdate
bin/mkobexmemo
bin/mkobextel
bin/mkobextodo