Commits
Christopher Chavez authored and Frank Schima committed eedf53d0ed1
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 6 | github.setup toy blueutil 2.4.0 v |
7 7 | categories sysutils |
8 8 | platforms darwin |
9 - | maintainers dons.net.au:darius |
9 + | maintainers {dons.net.au:darius @DanielO} |
10 10 | license BSD |
11 11 | |
12 12 | description CLI for bluetooth on OSX |
13 13 | |
14 14 | long_description Command line interface for Bluetooth on OSX, \ |
15 15 | control power, discoverable state, list paired \ |
16 16 | devices, pair new devices, connect and disconnect \ |
17 17 | devices, and check if a device is connected. |
18 18 | |
19 19 | checksums sha1 de57e6a1783a89523b0aec96b1bbbac2b1dd3a0e \ |