Commits
Ryan Schmidt authored 658e03ecc36
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 - | PortGroup cmake 1.0 |
4 + | PortGroup cmake 1.1 |
5 5 | PortGroup conflicts_build 1.0 |
6 6 | PortGroup github 1.0 |
7 7 | |
8 - | github.setup vrpn vrpn 07.33 v |
8 + | github.setup vrpn vrpn 07.34 version_ |
9 + | revision 0 |
10 + | checksums rmd160 47d468dbc22f0a4012f32bee7b52788780d80174 \ |
11 + | sha256 1ecb68f25dcd741c4bfe161ce15424f1319a387a487efa3fbf49b8aa249c9910 \ |
12 + | size 32700105 |
9 13 | |
10 14 | description Virtual-Reality Peripheral Network |
11 15 | long_description The Virtual-Reality Peripheral Network (VRPN) is a \ |
12 16 | set of classes that implement an interface between \ |
13 17 | application programs and the set of physical devices \ |
14 18 | (tracker, etc.) used in a virtual-reality (VR) system. |
15 19 | |
16 20 | categories net devel multimedia |
17 21 | license Boost-1 |
18 22 | platforms darwin |
19 23 | maintainers nomaintainer |
20 24 | |
21 25 | homepage http://vrpn.org/ |
22 26 | github.tarball_from releases |
23 - | distname ${name}_[string map {. _} ${version}] |
27 + | distname ${name}_${version} |
24 28 | use_zip yes |
25 29 | |
26 - | checksums rmd160 ec30c8b4d8b11b7996dafdd3c91d6e281985db1f \ |
27 - | sha256 3cb9e71f17eb756fbcf738e6d5084d47b3b122b68b66d42d6769105cb18a79be |
28 - | |
29 30 | worksrcdir ${name} |
30 - | cmake.out_of_source yes |
31 31 | |
32 32 | conflicts_build gnu-classpath |