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 | categories science chemistry |
---|
10 | platforms darwin freebsd linux |
---|
11 | maintainers nomaintainer |
---|
12 | license GPL-3 |
---|
13 | supported_archs x86_64 i386 |
---|
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 | GChem3D displays molecule structures in 3D, \ |
---|
20 | GChemCalc provides calculations for chemistry, \ |
---|
21 | GChemPaint draws 2D chemical structures and reactions, \ |
---|
22 | GChemTable provides the periodic table of the elements, \ |
---|
23 | GCrystal displays and edits 3D crystal structures, \ |
---|
24 | GSpectrum displays spectra files (NMR, IR, etc). |
---|
25 | |
---|
26 | homepage http://gchemutils.nongnu.org/index.html |
---|
27 | master_sites http://download.savannah.gnu.org/releases/gchemutils/${version}/ |
---|
28 | use_xz yes |
---|
29 | |
---|
30 | checksums sha256 85462b95b9d72e95b34ebaa0d07dc101595adf2159e480e3483ab8f440028dfe \ |
---|
31 | rmd160 981652a5650ff7b1bed7718085274c8a492fda9b |
---|
32 | |
---|
33 | depends_extract port:xz |
---|
34 | |
---|
35 | depends_build port:autoconf |
---|
36 | |
---|
37 | depends_lib port:gtk3 \ |
---|
38 | port:goffice \ |
---|
39 | port:libxml2 \ |
---|
40 | port:gnome-doc-utils \ |
---|
41 | port:openbabel \ |
---|
42 | port:bodr \ |
---|
43 | port:chemical-mime-data \ |
---|
44 | port:gnome-mime-data \ |
---|
45 | port:mesa |
---|
46 | |
---|
47 | depends_run port:xorg-server |
---|
48 | |
---|
49 | configure.args --disable-scrollkeeper |
---|
50 | |
---|
51 | |
---|
52 | # TODO: work with the upstream devs to make a +quartz variant… |
---|
53 | |
---|
54 | notes \ |
---|
55 | "#################################################################### |
---|
56 | Recommended supplementary ports: |
---|
57 | gnome-themes-standard provides the default Gnome Adwaita theme |
---|
58 | gnome-icon-themes provides the default Gnome icon resources |
---|
59 | yelp provides a help viewer for Gnome apps |
---|
60 | ####################################################################" |
---|