pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/btpin-qt btpin-qt is a graphical Bluetooth PI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3802bdbbb864
branches:  trunk
changeset: 522363:3802bdbbb864
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Thu Dec 07 20:32:15 2006 +0000

description:
btpin-qt is a graphical Bluetooth PIN Client for NetBSD. It sits in
the background until a PIN request is sent by the bthcid(8) daemon,
when it puts up a dialog for the user to enter a PIN.

diffstat:

 sysutils/btpin-qt/DESCR    |   3 +++
 sysutils/btpin-qt/Makefile |  24 ++++++++++++++++++++++++
 sysutils/btpin-qt/PLIST    |   3 +++
 sysutils/btpin-qt/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 86fdbb58c04d -r 3802bdbbb864 sysutils/btpin-qt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/btpin-qt/DESCR   Thu Dec 07 20:32:15 2006 +0000
@@ -0,0 +1,3 @@
+btpin-qt is a graphical Bluetooth PIN Client for NetBSD. It sits in
+the background until a PIN request is sent by the bthcid(8) daemon,
+when it puts up a dialog for the user to enter a PIN.
diff -r 86fdbb58c04d -r 3802bdbbb864 sysutils/btpin-qt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/btpin-qt/Makefile        Thu Dec 07 20:32:15 2006 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/12/07 20:32:15 plunky Exp $
+
+DISTNAME=              btpin-qt-1.0
+CATEGORIES=            sysutils
+MASTER_SITES=          http://homepages.rya-online.net/plunky/
+
+MAINTAINER=            plunky%rya-online.net@localhost
+COMMENT=               Bluetooth PIN Client
+
+ONLY_FOR_PLATFORM=     NetBSD-[4-9].*-*
+
+BUILD_DEFS+=           PKGMANDIR
+USE_LANGUAGES=         c++
+
+INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
+
+do-configure:
+       cd ${WRKSRC} && ${QTDIR}/bin/qmake -after       \
+               target.path=${PREFIX}/bin               \
+               man.path=${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 86fdbb58c04d -r 3802bdbbb864 sysutils/btpin-qt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/btpin-qt/PLIST   Thu Dec 07 20:32:15 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/07 20:32:15 plunky Exp $
+bin/btpin-qt
+man/man1/btpin-qt.1
diff -r 86fdbb58c04d -r 3802bdbbb864 sysutils/btpin-qt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/btpin-qt/distinfo        Thu Dec 07 20:32:15 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/12/07 20:32:15 plunky Exp $
+
+SHA1 (btpin-qt-1.0.tar.gz) = 487dd040918985ae8791922c880a7e2c99320de2
+RMD160 (btpin-qt-1.0.tar.gz) = be8da9e714a3b061418efe8d2dfdf773c2c4655f
+Size (btpin-qt-1.0.tar.gz) = 5382 bytes



Home | Main Index | Thread Index | Old Index