summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-01-10 02:09:26 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-01-10 02:09:26 +0000
commitb59beb92fd878d8805cbdb47a85bfb30af95a14d (patch)
treeb72345669a60ad6f3380dac61c70ffabbdc7b725 /comms
parentUpdate to version 3.4. The main improvement is the ability (diff)
Bohlin's IrDA utilities.
PR: ports/33714 Submitted by: Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
Notes
Notes: svn path=/head/; revision=52839
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile1
-rw-r--r--comms/birda/Makefile20
-rw-r--r--comms/birda/distinfo1
-rw-r--r--comms/birda/files/patch-aa26
-rw-r--r--comms/birda/pkg-comment1
-rw-r--r--comms/birda/pkg-descr11
-rw-r--r--comms/birda/pkg-plist8
7 files changed, 68 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 94d68e0dcf5a..0ce28d39769d 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -4,6 +4,7 @@
SUBDIR += asmodem
SUBDIR += bayonne
+ SUBDIR += birda
SUBDIR += bpl+
SUBDIR += comserv
SUBDIR += conserver
diff --git a/comms/birda/Makefile b/comms/birda/Makefile
new file mode 100644
index 000000000000..3a094bc12177
--- /dev/null
+++ b/comms/birda/Makefile
@@ -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>
diff --git a/comms/birda/distinfo b/comms/birda/distinfo
new file mode 100644
index 000000000000..b3410c4a1aa6
--- /dev/null
+++ b/comms/birda/distinfo
@@ -0,0 +1 @@
+MD5 (birda-0.8.tar.gz) = 6cbfdb3e179f71ad5e7c1f21aa9e85cf
diff --git a/comms/birda/files/patch-aa b/comms/birda/files/patch-aa
new file mode 100644
index 000000000000..b15ecfbdfe18
--- /dev/null
+++ b/comms/birda/files/patch-aa
@@ -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
diff --git a/comms/birda/pkg-comment b/comms/birda/pkg-comment
new file mode 100644
index 000000000000..45e81ec72ff7
--- /dev/null
+++ b/comms/birda/pkg-comment
@@ -0,0 +1 @@
+Bohlin's IrDA utilities, ported from NetBSD's pkgsrc
diff --git a/comms/birda/pkg-descr b/comms/birda/pkg-descr
new file mode 100644
index 000000000000..b969ffb83540
--- /dev/null
+++ b/comms/birda/pkg-descr
@@ -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
diff --git a/comms/birda/pkg-plist b/comms/birda/pkg-plist
new file mode 100644
index 000000000000..6eb7bcc821b0
--- /dev/null
+++ b/comms/birda/pkg-plist
@@ -0,0 +1,8 @@
+@comment $FreeBSD$
+bin/ircomm
+bin/irobex
+bin/irs
+bin/mkobexdate
+bin/mkobexmemo
+bin/mkobextel
+bin/mkobextodo