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 | |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | |
---|
7 | name gnome-chemistry-utils |
---|
8 | version 0.14.2 |
---|
9 | |
---|
10 | categories gnome science chemistry |
---|
11 | platforms darwin linux |
---|
12 | maintainers nomaintainer |
---|
13 | license GPL-3 |
---|
14 | |
---|
15 | description This package provides a set of applications for drawing and viewing \ |
---|
16 | molecules, crystals and spectra. |
---|
17 | |
---|
18 | long_description This package provides the following programs: \ |
---|
19 | \n- GChem3D displays molecule structures in 3D \ |
---|
20 | \n- GChemCalc provides calculations for chemistry \ |
---|
21 | \n- GChemPaint draws 2D chemical structures and reactions \ |
---|
22 | \n- GChemTable provides the periodic table of the elements \ |
---|
23 | \n- GCrystal displays and edits 3D crystal structures \ |
---|
24 | \n- GSpectrum displays spectra files (NMR, IR, etc) \ |
---|
25 | \n- Includes plugins for Gnumeric spreadsheet |
---|
26 | |
---|
27 | homepage http://gchemutils.nongnu.org/index.html |
---|
28 | master_sites http://download.savannah.gnu.org/releases/gchemutils/${version}/ |
---|
29 | use_xz yes |
---|
30 | |
---|
31 | checksums sha256 85462b95b9d72e95b34ebaa0d07dc101595adf2159e480e3483ab8f440028dfe \ |
---|
32 | rmd160 981652a5650ff7b1bed7718085274c8a492fda9b |
---|
33 | |
---|
34 | depends_build port:autoconf |
---|
35 | |
---|
36 | depends_lib port:gtk3 \ |
---|
37 | port:goffice \ |
---|
38 | port:libxml2 \ |
---|
39 | port:gnome-doc-utils \ |
---|
40 | port:openbabel \ |
---|
41 | port:bodr \ |
---|
42 | port:chemical-mime-data \ |
---|
43 | port:gnome-mime-data \ |
---|
44 | port:mesa |
---|
45 | |
---|
46 | depends_run port:yelp |
---|
47 | |
---|
48 | configure.args --disable-scrollkeeper \ |
---|
49 | --with-goffice-plugins \ |
---|
50 | --with-gnumeric-plugins |
---|
51 | |
---|
52 | |
---|
53 | # TODO: work with the upstream devs to make a +quartz variant… |
---|
54 | |
---|
55 | |
---|
56 | notes \ |
---|
57 | "Recommended supplementary ports: |
---|
58 | gnome-themes-standard provides the default Gnome Adwaita theme |
---|
59 | gnome-icon-themes provides the default Gnome icon resources" |
---|