Commits
Raphael Straub authored 7c38d59e460
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-cplxview |
6 - | version 0.2 |
7 - | revision 1 |
6 + | version 0.3 |
8 7 | categories science graphics x11 |
9 8 | maintainers {raphael @raphael-st} openmaintainer |
10 9 | description a Geomview plugin for the visualisation of complex \ |
11 10 | functions |
12 11 | long_description This is the Cplxview emodule, a Geomview plugin for \ |
13 12 | the visualisation of complex functions. emodules \ |
14 13 | are kind of plugins which extend the functionality \ |
15 14 | of Geomview (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 af1b0311bba5c06606411713cbcc4780e0366394 \ |
25 - | sha256 05720ec3652fe7ee121efdd2a41d8261e1e1d6f8a51bb991ac287456d229e67b |
20 + | use_xz yes |
21 + | |
22 + | checksums rmd160 f9d2dd9ae1bdde009b15d43e87f915432f7d1628 \ |
23 + | sha256 82aec27012e44992e272606924b0d4ae9a68fd79b9d864d391e2280302f1f1df \ |
24 + | size 246924 |
26 25 | |
27 26 | depends_lib port:geomview \ |
28 27 | port:xforms |
29 28 | |
30 29 | platform darwin 9 { |
31 30 | configure.ldflags-append -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\ |
32 31 | /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib |
33 32 | } |
34 33 | |
35 34 | post-destroot { |
36 35 | set docdir ${destroot}${prefix}/share/doc/${name} |
37 36 | xinstall -d ${docdir} |
38 37 | xinstall -m 644 -W ${worksrcpath} \ |
39 38 | AUTHORS \ |
40 39 | COPYING \ |
41 40 | ChangeLog \ |
42 41 | NEWS \ |
43 42 | README \ |
44 43 | ${docdir} |
45 44 | } |
45 + | |
46 + | livecheck.url http://sourceforge.net/projects/geomview/files/${name}/ |
47 + | livecheck.type regex |
48 + | livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} |