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 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libfreespace |
---|
6 | version 0.3 |
---|
7 | categories devel |
---|
8 | |
---|
9 | description library for developing applications using Hillcrest Labs Freespace Devices |
---|
10 | long_description \ |
---|
11 | The libfreespace library enables rapid development of applications for \ |
---|
12 | Hillcrest Labs Freespace® devices. libfreespace provides access to extended \ |
---|
13 | information beyond mouse, keyboard and consumer page functionality through \ |
---|
14 | calibrated acceleration, rotational velocity measurements and \ |
---|
15 | calibrated sensor orientation. |
---|
16 | |
---|
17 | homepage http://libfreespace.hillcrestlabs.com/ |
---|
18 | |
---|
19 | platforms darwin |
---|
20 | license LGPLv2.1 |
---|
21 | maintainers hillcrestlabs.com:jt.burgess |
---|
22 | |
---|
23 | master_sites http://launchpad.net/libfreespace/0.3/0.3/+download/ |
---|
24 | checksums md5 edf8b1bc584b655df0fe710871611954 \ |
---|
25 | sha1 b0b9781f86daf973ddc432ed48407344af35845b \ |
---|
26 | rmd160 661196e9ad8e1aaee5d01b97b47ecddfd68f2297 |
---|
27 | |
---|
28 | depends_lib port:libusb |
---|