Commits
Raphael Straub authored 5ebd2affad0
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 | |
5 5 | name gvemod-xforms-example |
6 - | version 0.2 |
7 - | revision 1 |
6 + | version 0.4 |
8 7 | categories science graphics x11 |
9 8 | maintainers {raphael @raphael-st} openmaintainer |
10 9 | description The example emodule defined in the Geomview \ |
11 10 | manual |
12 11 | long_description This is the example emodule defined in the \ |
13 12 | Geomview manual. emodules are kind of plugins \ |
14 13 | which extend the functionality of Geomview \ |
15 14 | (an interactive 3d viewing program). |
16 15 | homepage http://www.geomview.org/ |
17 16 | license LGPL-2+ |
18 17 | platforms darwin |
19 - | master_sites sourceforge |
20 - | master_sites.mirror_subdir geomview |
21 - | livecheck.name geomview |
22 - | livecheck.distname ${name} |
18 + | master_sites sourceforge:project/geomview/${name} |
23 19 | |
24 - | checksums rmd160 607fc3f476716aae29ab357b0194e7056a57ae4a \ |
25 - | sha256 d0de14dd9a88bc7c4aff1dc6cf3be92b96dee22acd99ccf35f0835b834e129cd |
20 + | use_xz yes |
21 + | |
22 + | checksums rmd160 bda9c2e65ad521a7566d39fc465c2829d73f2bd0 \ |
23 + | sha256 83d26c25d754f09b5faf4c73beafd3b69495b198cbb01fdbdf57f962b16b9a39 \ |
24 + | size 274352 |
26 25 | |
27 26 | depends_lib port:geomview \ |
28 27 | port:xforms |
29 28 | |
30 29 | configure.cflags-append -std=gnu89 |
31 30 | |
32 31 | platform darwin 9 { configure.ldflags-append \ |
33 32 | -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\ |
34 33 | /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib |
35 34 | } |
38 37 | set docdir ${destroot}${prefix}/share/doc/${name} |
39 38 | xinstall -d ${docdir} |
40 39 | xinstall -m 644 -W ${worksrcpath} \ |
41 40 | AUTHORS \ |
42 41 | COPYING \ |
43 42 | ChangeLog \ |
44 43 | NEWS \ |
45 44 | README \ |
46 45 | ${docdir} |
47 46 | } |
47 + | |
48 + | livecheck.url http://sourceforge.net/projects/geomview/files/${name}/ |
49 + | livecheck.type regex |
50 + | livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} |