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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | PortGroup xcode 1.0 |
---|
6 | |
---|
7 | github.setup jwise HoRNDIS 920d799b697fbd166b4fc656e3c0da3fc1fa3b17 |
---|
8 | |
---|
9 | name HoRNDIS |
---|
10 | version rel8 |
---|
11 | distname ${name}-${version} |
---|
12 | |
---|
13 | platforms Darwin |
---|
14 | categories sysutils |
---|
15 | license GPL-2+ |
---|
16 | |
---|
17 | maintainers {gmail.com:ndiscreet @chicagotripp} \ |
---|
18 | openmaintainer |
---|
19 | |
---|
20 | description HoRNDIS (pronounce: "horrendous" ) is a driver for Mac OS X that \ |
---|
21 | allows you to use your Android phone's native USB tethering mode \ |
---|
22 | to get Internet access. |
---|
23 | |
---|
24 | long_description HoRNDIS is implemented as a kext, rather than as a user-space \ |
---|
25 | program that opens a TAP or TUN device\; this means that it does \ |
---|
26 | not conflict with other TAP/TUN kexts that you might have installed \ |
---|
27 | (like OpenVPN, Tunnelblick, or Cisco VPN). The driver implements \ |
---|
28 | Microsoft's proprietary RNDIS protocol, which is the only protocol \ |
---|
29 | supported natively by Android devices\; although Linux and Windows \ |
---|
30 | users have enjoyed native RNDIS drivers for years, Mac OS X supports \ |
---|
31 | only CDC Ethernet devices out of the box. |
---|
32 | |
---|
33 | homepage http://joshuawise.com/horndis |
---|
34 | |
---|
35 | checksums rmd160 9e056c0997ecd92ec695e73c5608f1c10a20b127 \ |
---|
36 | sha256 8a06700e6be136f628e92e221bd91b2984fbd4fa5e3c4e0caf2f5fab9f47c61d |
---|
37 | |
---|
38 | use_configure no |
---|
39 | |
---|
40 | xcode.project ${name}.xcodeproj |
---|
41 | xcode.target ${name} |
---|
42 | xcode.configuration Release-unsigned |
---|
43 | xcode.destroot.type framework |
---|