6 | | name gnumeric |
7 | | version 1.10.17 |
8 | | revision 3 |
9 | | license GPL-2 |
10 | | set branch [join [lrange [split ${version} .] 0 1] .] |
11 | | description A spreadsheet with gnome support. |
12 | | long_description ${description} |
13 | | maintainers nomaintainer |
14 | | categories gnome math |
15 | | platforms darwin |
16 | | homepage http://projects.gnome.org/gnumeric/ |
17 | | |
18 | | master_sites gnome:sources/${name}/${branch}/ |
19 | | use_xz yes |
20 | | |
21 | | checksums sha256 8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963 |
22 | | |
23 | | depends_build port:gnome-doc-utils \ |
24 | | port:intltool \ |
25 | | port:pkgconfig |
26 | | |
27 | | depends_lib port:goffice \ |
28 | | port:libglade2 \ |
29 | | port:libpng |
30 | | |
31 | | configure.args --disable-schemas-install \ |
32 | | --disable-schemas-compile \ |
33 | | --without-gda \ |
34 | | --without-paradox \ |
35 | | --without-psiconv |
| 6 | name gnumeric |
| 7 | version 1.12.3 |
| 8 | |
| 9 | license GPL-2 |
| 10 | set branch [join [lrange [split ${version} .] 0 1] .] |
| 11 | description A powerful Gtk3 based spreadsheet with Excel and Python support. |
| 12 | long_description ${description} |
| 13 | maintainers nomaintainer |
| 14 | categories gnome math office science |
| 15 | platforms darwin |
| 16 | homepage http://projects.gnome.org/gnumeric/ |
| 17 | |
| 18 | master_sites gnome:sources/${name}/${branch}/ |
| 19 | use_xz yes |
| 20 | |
| 21 | checksums sha256 b332e6785077a2e7febf26a6ccac73e9ae1813c365bc3bf851fb27a5477713a6 \ |
| 22 | rmd160 d7ac7845ac1ad4d10df4169858d4d3ae1ccdb560 |
| 23 | |
| 24 | depends_build port:gnome-doc-utils \ |
| 25 | port:intltool \ |
| 26 | port:pkgconfig |
| 27 | |
| 28 | depends_lib port:goffice \ |
| 29 | port:gtk3 |
| 30 | |
| 31 | configure.args --without-gda \ |
| 32 | --without-paradox \ |
| 33 | --without-psiconv \ |
| 34 | --disable-schemas-install \ |
| 35 | --disable-schemas-compile |