pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/bthfp Very basic implementation of the Bluetooth...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0deef8cd9728
branches:  trunk
changeset: 522361:0deef8cd9728
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Thu Dec 07 20:29:10 2006 +0000

description:
Very basic implementation of the Bluetooth Handsfree Profile for NetBSD.

bthfp opens a control connection to your phone and copies audio data
to and from your system audio as appropriate.

diffstat:

 comms/bthfp/DESCR    |   4 ++++
 comms/bthfp/Makefile |  21 +++++++++++++++++++++
 comms/bthfp/PLIST    |   3 +++
 comms/bthfp/distinfo |   5 +++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 73e862a67428 -r 0deef8cd9728 comms/bthfp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/bthfp/DESCR Thu Dec 07 20:29:10 2006 +0000
@@ -0,0 +1,4 @@
+Very basic implementation of the Bluetooth Handsfree Profile for NetBSD.
+
+bthfp opens a control connection to your phone and copies audio data
+to and from your system audio as appropriate.
diff -r 73e862a67428 -r 0deef8cd9728 comms/bthfp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/bthfp/Makefile      Thu Dec 07 20:29:10 2006 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/12/07 20:29:10 plunky Exp $
+
+DISTNAME=              bthfp-0.1
+CATEGORIES=            comms
+MASTER_SITES=          http://homepages.rya-online.net/plunky/
+DISTFILES=             bthfp-0.1.tar.gz
+
+MAINTAINER=            plunky%rya-online.net@localhost
+COMMENT=               Bluetooth Handsfree Profile
+
+ONLY_FOR_PLATFORM=     NetBSD-[4-9].*-*
+
+BUILD_DEFS+=           PKGMANDIR
+
+INSTALLATION_DIRS=     ${PKGMANDIR}/man1
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/bthfp ${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/bthfp.1 ${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff -r 73e862a67428 -r 0deef8cd9728 comms/bthfp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/bthfp/PLIST Thu Dec 07 20:29:10 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/07 20:29:10 plunky Exp $
+bin/bthfp
+man/man1/bthfp.1
diff -r 73e862a67428 -r 0deef8cd9728 comms/bthfp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/bthfp/distinfo      Thu Dec 07 20:29:10 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/12/07 20:29:10 plunky Exp $
+
+SHA1 (bthfp-0.1.tar.gz) = f0cefa424596545dec3c7d61eb9e608e8178871b
+RMD160 (bthfp-0.1.tar.gz) = 5185c59ee67a7482ec8c424172fdeebed5bb3238
+Size (bthfp-0.1.tar.gz) = 8522 bytes



Home | Main Index | Thread Index | Old Index