aboutsummaryrefslogtreecommitdiffstats
path: root/comms/birda
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>2002-01-10 10:09:26 +0800
committersumikawa <sumikawa@FreeBSD.org>2002-01-10 10:09:26 +0800
commit4742b5b7967b39953963a06fe9b1845a38d59e44 (patch)
treee728ec70ccd22c93b14b774d47f8ef67b60b2d23 /comms/birda
parent6fcb9e339c354c852df76b08b81cd164e6f2b9d0 (diff)
downloadfreebsd-ports-gnome-4742b5b7967b39953963a06fe9b1845a38d59e44.tar.gz
freebsd-ports-gnome-4742b5b7967b39953963a06fe9b1845a38d59e44.tar.zst
freebsd-ports-gnome-4742b5b7967b39953963a06fe9b1845a38d59e44.zip
Bohlin's IrDA utilities.
PR: ports/33714 Submitted by: Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
Diffstat (limited to 'comms/birda')
-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
6 files changed, 67 insertions, 0 deletions
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