summaryrefslogtreecommitdiff
path: root/comms/bthfp
diff options
context:
space:
mode:
authorplunky <plunky>2006-12-07 20:29:10 +0000
committerplunky <plunky>2006-12-07 20:29:10 +0000
commita69c64b5b68702ddb22e0a54518d229c098f3d1c (patch)
tree5465881f382899e96e8b58e74dcd3b84007ebc24 /comms/bthfp
parent89688469e5246a37cfdd994f26ea4495dfa8bb51 (diff)
downloadpkgsrc-a69c64b5b68702ddb22e0a54518d229c098f3d1c.tar.gz
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 (limited to 'comms/bthfp')
-rw-r--r--comms/bthfp/DESCR4
-rw-r--r--comms/bthfp/Makefile21
-rw-r--r--comms/bthfp/PLIST3
-rw-r--r--comms/bthfp/distinfo5
4 files changed, 33 insertions, 0 deletions
diff --git a/comms/bthfp/DESCR b/comms/bthfp/DESCR
new file mode 100644
index 00000000000..af5cccbafcb
--- /dev/null
+++ b/comms/bthfp/DESCR
@@ -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 --git a/comms/bthfp/Makefile b/comms/bthfp/Makefile
new file mode 100644
index 00000000000..4abf4228a28
--- /dev/null
+++ b/comms/bthfp/Makefile
@@ -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
+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 --git a/comms/bthfp/PLIST b/comms/bthfp/PLIST
new file mode 100644
index 00000000000..ae1f1480c3a
--- /dev/null
+++ b/comms/bthfp/PLIST
@@ -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 --git a/comms/bthfp/distinfo b/comms/bthfp/distinfo
new file mode 100644
index 00000000000..d554ee35a73
--- /dev/null
+++ b/comms/bthfp/distinfo
@@ -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