diff options
author | augustss <augustss@pkgsrc.org> | 2001-11-29 13:05:22 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 2001-11-29 13:05:22 +0000 |
commit | 1d0f731683003dc818ba94eedaad9a6283492b9b (patch) | |
tree | dce7072b5663960f1a208b6fa692223fc06390c5 /comms | |
parent | 40b4c40b4aafd59575b13f67492ad81a4e3e85fb (diff) | |
download | pkgsrc-1d0f731683003dc818ba94eedaad9a6283492b9b.tar.gz |
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>.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/birda/DESCR | 6 | ||||
-rw-r--r-- | comms/birda/Makefile | 11 | ||||
-rw-r--r-- | comms/birda/PLIST | 22 | ||||
-rw-r--r-- | comms/birda/distinfo | 4 |
4 files changed, 43 insertions, 0 deletions
diff --git a/comms/birda/DESCR b/comms/birda/DESCR new file mode 100644 index 00000000000..620b6429c32 --- /dev/null +++ b/comms/birda/DESCR @@ -0,0 +1,6 @@ +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>. diff --git a/comms/birda/Makefile b/comms/birda/Makefile new file mode 100644 index 00000000000..c12d649fca2 --- /dev/null +++ b/comms/birda/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 13:05:22 augustss Exp $ +# + +DISTNAME= birda-0.1 +CATEGORIES= comms +MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ + +MAINTAINER= lennart@augustsson.net +COMMENT= Bohlin's IrDA utilities + +.include "../../mk/bsd.pkg.mk" diff --git a/comms/birda/PLIST b/comms/birda/PLIST new file mode 100644 index 00000000000..d28f3e7912c --- /dev/null +++ b/comms/birda/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/29 13:05:22 augustss Exp $ +bin/ircomm +bin/irobex +bin/irs +bin/mkobexdate +bin/mkobexmemo +bin/mkobextel +bin/mkobextodo +man/man1/ircomm.1 +man/man1/irobex.1 +man/man1/irs.1 +man/man1/mkobexdate.1 +man/man1/mkobexmemo.1 +man/man1/mkobextel.1 +man/man1/mkobextodo.1 +man/cat1/ircomm.0 +man/cat1/irobex.0 +man/cat1/irs.0 +man/cat1/mkobexdate.0 +man/cat1/mkobexmemo.0 +man/cat1/mkobextel.0 +man/cat1/mkobextodo.0 diff --git a/comms/birda/distinfo b/comms/birda/distinfo new file mode 100644 index 00000000000..d4db48119ce --- /dev/null +++ b/comms/birda/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/11/29 13:05:22 augustss Exp $ + +SHA1 (birda-0.1.tar.gz) = fde0e0fcb764879c2037cd414c27db99cc549ce8 +Size (birda-0.1.tar.gz) = 52648 bytes |