import gamgi 0.13.11

The goal of GAMGI is to provide a free package to construct, view and
analyse atomic structures, as powerful and simple to use as possible.
This commit is contained in:
jasper 2009-03-31 19:08:28 +00:00
parent 954578a359
commit 043a171ad8
6 changed files with 1089 additions and 0 deletions

53
education/gamgi/Makefile Executable file
View File

@ -0,0 +1,53 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/31 19:08:28 jasper Exp $
COMMENT= General Atomistic Modelling Graphic Interface
V= 0.13.11
DISTNAME= gamgi-all-${V}
PKGNAME= ${DISTNAME:S/-all//}
CATEGORIES= education x11
HOMEPAGE= http://www.gamgi.org/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.gamgi.org/gamgi/src/
WANTLIB += GL GLU X11 Xext Xi Xmu atk-1.0 c cairo expat freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0
USE_GMAKE= Yes
USE_X11= Yes
LIB_DEPENDS= gdkglext-x11-1.0,gtkglext-x11-1.0::x11/gtkglext
RUN_DEPENDS= ::graphics/netpbm
WRKDIST= ${WRKDIR}/gamgi${V}/
WRKSRC= ${WRKDIST}/src/
MAKE_FILE= ${WRKSRC}/makefile
ALL_TARGET= # empty
NO_REGRESS= Yes
DOC_DIR= ${PREFIX}/share/doc/gamgi/
DATA_DIR= ${PREFIX}/share/gamgi/
pre-configure:
${SUBST_CMD} ${WRKSRC}/make_local
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gamgi ${PREFIX}/bin
${INSTALL_DATA_DIR} ${DOC_DIR} ${DATA_DIR}
${INSTALL_DATA} ${WRKDIST}/dat/all.xml ${PREFIX}/share/gamgi
# Clean an empty directory and swap file.
rm -fr ${WRKDIST}/dat/util/python/ \
${WRKDIST}/doc/project/.links_scientific.html.swp
cd ${WRKDIST}/doc/ && umask 022 && pax -rw . ${DOC_DIR}
cd ${WRKDIST}/dat/ && umask 022 && pax -rw . ${DATA_DIR}
.include <bsd.port.mk>

5
education/gamgi/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (gamgi-all-0.13.11.tar.gz) = /lgMvTtUFOqFQqf+yw9X/Q==
RMD160 (gamgi-all-0.13.11.tar.gz) = gC5MWM0Ekvzeu3+lrSn6NJgzTx8=
SHA1 (gamgi-all-0.13.11.tar.gz) = Btr9hpPIef8DFlBXxA1WZfcIUYg=
SHA256 (gamgi-all-0.13.11.tar.gz) = nnBc4EypQlG/c9wKL+8TBxst3uurmH9WlohhbNhuyYY=
SIZE (gamgi-all-0.13.11.tar.gz) = 2235442

View File

@ -0,0 +1,28 @@
$OpenBSD: patch-src-make_local,v 1.1.1.1 2009/03/31 19:08:29 jasper Exp $
--- src/make_local.orig Sun Mar 29 19:02:53 2009
+++ src/make_local Tue Mar 31 19:25:04 2009
@@ -72,3 +72,24 @@ PATH_GTKGL_L =-L/usr/lib
#
#======================== Linux Yellow Dog ppc =================================
#
+
+#===================== OpenBSD ================================
+#
+PATH_EXPAT_H = -I${X11BASE}/include
+PATH_FREETYPE_H = -I${X11BASE}/include/freetype2
+PATH_X_H = -I${X11BASE}/include
+PATH_GLIB_H = `pkg-config --cflags glib-2.0`
+PATH_CAIRO_H = -I${LOCALBASE}/include/cairo
+PATH_PANGO_H = -I${LOCALBASE}/include/pango-2.0
+PATH_ATK_H = -I${LOCALBASE}/include/atk-2.0
+PATH_GTK_H = `pkg-config --cflags gtk+-2.0`
+PATH_MESA_H = -I${X11BASE}/include/GL
+PATH_GTKGL_H = `pkg-config --cflags gtkglext-1.0` `pkg-config --cflags gdkglext-1.0`
+
+PATH_X_L = -L${X11BASE}/lib
+PATH_GLIB_L = -L${LOCALBASE}/lib
+PATH_GTK_L = -L${LOCALBASE}/lib
+PATH_MESA_L = -L${X11BASE}/lib
+PATH_GTKGL_L = -L${LOCALBASE}/lib
+PATH_EXPAT_L = -L${X11BASE}/lib
+PATH_FREETYPE_L = -L${X11BASE}/lib

View File

@ -0,0 +1,28 @@
$OpenBSD: patch-src-make_rules,v 1.1.1.1 2009/03/31 19:08:29 jasper Exp $
--- src/make_rules.orig Wed Jun 4 16:26:29 2008
+++ src/make_rules Tue Mar 31 19:37:54 2009
@@ -14,12 +14,12 @@ SHELL=/bin/sh
#================================ compiler =================================
-COMPILE = gcc -g -Wall -ansi
+COMPILE = $(CC) -g -Wall -ansi
#COMPILE = gcc -g -Wall -ansi -O3 -pedantic -Werror -MMD
-LINK = gcc
+LINK = $(CC)
#LINK = g++
-CFLAGS = -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED \
+CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED # -DGTK_DISABLE_DEPRECATED
#================================ executable ===============================
@@ -31,7 +31,7 @@ EXE = gamgi
LIBS = -lgtkglext-x11-1.0 -lGLU -lGL -lgtk-x11-2.0 -lgdk-x11-2.0 \
-latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 \
-lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lXext -lX11 \
- -lXi -lXmu -lfreetype -lexpat -lm -ldl
+ -lXi -lXmu -lfreetype -lexpat -lm
#================================ full paths ===============================

13
education/gamgi/pkg/DESCR Normal file
View File

@ -0,0 +1,13 @@
The goal of GAMGI is to provide a free package to construct, view and
analyse atomic structures, as powerful and simple to use as possible.
GAMGI aims to be useful for: 1) the scientific community working in
atomistic modelling, who needs a graphic interface to build and analyse
atomic structures; 2) the scientific community at large, who needs a
graphic interface to study atomic structures and to prepare images for
presentations; 3) teaching the atomic structure of matter in schools and
universities, even inviting students to run GAMGI at home; 4) science
promotion, in exhibitions and science museums.
To run properly, GAMGI requires a graphics environment with at least 16
bits per pixel, plus a 3-button mouse.

962
education/gamgi/pkg/PLIST Normal file
View File

@ -0,0 +1,962 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/03/31 19:08:29 jasper Exp $
@bin bin/gamgi
share/doc/gamgi/
share/doc/gamgi/LICENSE
share/doc/gamgi/bibliography/
share/doc/gamgi/bibliography/scientific.html
share/doc/gamgi/bibliography/technical.html
share/doc/gamgi/changelogs/
share/doc/gamgi/changelogs/changelogs.html
share/doc/gamgi/changelogs/changelogs07.html
share/doc/gamgi/changelogs/changelogs08.html
share/doc/gamgi/changelogs/changelogs09.html
share/doc/gamgi/changelogs/changelogs10.html
share/doc/gamgi/changelogs/changelogs11.html
share/doc/gamgi/changelogs/changelogs12.html
share/doc/gamgi/changelogs/changelogs13.html
share/doc/gamgi/code/
share/doc/gamgi/code/architecture.html
share/doc/gamgi/code/libraries.html
share/doc/gamgi/code/style.html
share/doc/gamgi/contacts/
share/doc/gamgi/contacts/em.html
share/doc/gamgi/contacts/lists.html
share/doc/gamgi/css/
share/doc/gamgi/css/base.css
share/doc/gamgi/css/board.css
share/doc/gamgi/css/frontpage.css
share/doc/gamgi/css/gradient.png
share/doc/gamgi/css/menus.css
share/doc/gamgi/css/notebook.css
share/doc/gamgi/dtd/
share/doc/gamgi/dtd/gml.dtd
share/doc/gamgi/dtd/gml_config.dtd
share/doc/gamgi/dtd/gml_object.dtd
share/doc/gamgi/fasttrack.html
share/doc/gamgi/formats/
share/doc/gamgi/formats/arrow/
share/doc/gamgi/formats/arrow/create_view.html
share/doc/gamgi/formats/assembly/
share/doc/gamgi/formats/assembly/create_view.html
share/doc/gamgi/formats/atom/
share/doc/gamgi/formats/atom/config.html
share/doc/gamgi/formats/atom/create.html
share/doc/gamgi/formats/bond/
share/doc/gamgi/formats/bond/config_length.html
share/doc/gamgi/formats/bond/config_view.html
share/doc/gamgi/formats/bond/create_mode.html
share/doc/gamgi/formats/bond/create_type.html
share/doc/gamgi/formats/bond/create_view.html
share/doc/gamgi/formats/cell/
share/doc/gamgi/formats/cell/create_origin.html
share/doc/gamgi/formats/cell/create_position.html
share/doc/gamgi/formats/cell/create_symmetry.html
share/doc/gamgi/formats/cell/create_type.html
share/doc/gamgi/formats/cell/create_view.html
share/doc/gamgi/formats/cluster/
share/doc/gamgi/formats/cluster/create_view.html
share/doc/gamgi/formats/direction/
share/doc/gamgi/formats/direction/create_line.html
share/doc/gamgi/formats/direction/create_projection.html
share/doc/gamgi/formats/direction/create_type.html
share/doc/gamgi/formats/direction/create_view.html
share/doc/gamgi/formats/file/
share/doc/gamgi/formats/file/config.html
share/doc/gamgi/formats/formats.html
share/doc/gamgi/formats/gamgi/
share/doc/gamgi/formats/gamgi/config_color.html
share/doc/gamgi/formats/gamgi/config_precision.html
share/doc/gamgi/formats/gamgi/config_usability.html
share/doc/gamgi/formats/graph/
share/doc/gamgi/formats/graph/create_view.html
share/doc/gamgi/formats/group/
share/doc/gamgi/formats/group/create_view.html
share/doc/gamgi/formats/help/
share/doc/gamgi/formats/help/config_agent.html
share/doc/gamgi/formats/help/config_source.html
share/doc/gamgi/formats/introduction/
share/doc/gamgi/formats/introduction.html
share/doc/gamgi/formats/introduction/attributes.html
share/doc/gamgi/formats/introduction/comments.html
share/doc/gamgi/formats/introduction/defaults.html
share/doc/gamgi/formats/introduction/elements.html
share/doc/gamgi/formats/introduction/entities.html
share/doc/gamgi/formats/introduction/headers.html
share/doc/gamgi/formats/introduction/identifiers.html
share/doc/gamgi/formats/introduction/introduction.html
share/doc/gamgi/formats/introduction/jpeg.html
share/doc/gamgi/formats/introduction/language.html
share/doc/gamgi/formats/introduction/png.html
share/doc/gamgi/formats/introduction/ppm.html
share/doc/gamgi/formats/introduction/ps.html
share/doc/gamgi/formats/introduction/tiff.html
share/doc/gamgi/formats/introduction/xyz.html
share/doc/gamgi/formats/layer/
share/doc/gamgi/formats/layer/config_history.html
share/doc/gamgi/formats/layer/config_position.html
share/doc/gamgi/formats/layer/config_projection.html
share/doc/gamgi/formats/layer/create_position.html
share/doc/gamgi/formats/layer/create_projection.html
share/doc/gamgi/formats/layer/create_view.html
share/doc/gamgi/formats/layer/create_visibility.html
share/doc/gamgi/formats/light/
share/doc/gamgi/formats/light/config_color.html
share/doc/gamgi/formats/light/config_materials.html
share/doc/gamgi/formats/light/create_attenuation.html
share/doc/gamgi/formats/light/create_color.html
share/doc/gamgi/formats/light/create_type.html
share/doc/gamgi/formats/molecule/
share/doc/gamgi/formats/molecule/create_view.html
share/doc/gamgi/formats/orbital/
share/doc/gamgi/formats/orbital/create_view.html
share/doc/gamgi/formats/plane/
share/doc/gamgi/formats/plane/create_polygon.html
share/doc/gamgi/formats/plane/create_projection.html
share/doc/gamgi/formats/plane/create_type.html
share/doc/gamgi/formats/plane/create_view.html
share/doc/gamgi/formats/reference.html
share/doc/gamgi/formats/shape/
share/doc/gamgi/formats/shape/create_view.html
share/doc/gamgi/formats/text/
share/doc/gamgi/formats/text/config_view.html
share/doc/gamgi/formats/text/create_contents.html
share/doc/gamgi/formats/text/create_position.html
share/doc/gamgi/formats/text/create_view.html
share/doc/gamgi/formats/window/
share/doc/gamgi/formats/window/config_ruler.html
share/doc/gamgi/formats/window/create_position.html
share/doc/gamgi/formats/window/create_view.html
share/doc/gamgi/icon/
share/doc/gamgi/icon/README
share/doc/gamgi/icon/gamgi16.png
share/doc/gamgi/icon/gamgi22.png
share/doc/gamgi/icon/gamgi316.png
share/doc/gamgi/icon/gamgi32.png
share/doc/gamgi/icon/gamgi48.png
share/doc/gamgi/icon/icon.html
share/doc/gamgi/icon/icon.xml
share/doc/gamgi/icon/icon_screen.xml
share/doc/gamgi/images/
share/doc/gamgi/images/above0.png
share/doc/gamgi/images/below0.png
share/doc/gamgi/images/gamgi.png
share/doc/gamgi/images/header0.png
share/doc/gamgi/images/patents.png
share/doc/gamgi/index.shtml
share/doc/gamgi/installation/
share/doc/gamgi/installation/compilation.html
share/doc/gamgi/installation/configuration.html
share/doc/gamgi/installation/download.html
share/doc/gamgi/installation/environment.html
share/doc/gamgi/installation/installation.html
share/doc/gamgi/installation/options.html
share/doc/gamgi/installation/requirements.html
share/doc/gamgi/installation/tips.html
share/doc/gamgi/interfaces/
share/doc/gamgi/interfaces/arrow/
share/doc/gamgi/interfaces/arrow/select.html
share/doc/gamgi/interfaces/assembly/
share/doc/gamgi/interfaces/assembly/create.html
share/doc/gamgi/interfaces/assembly/link_object.html
share/doc/gamgi/interfaces/assembly/remove_object.html
share/doc/gamgi/interfaces/assembly/select.html
share/doc/gamgi/interfaces/atom/
share/doc/gamgi/interfaces/atom/config.html
share/doc/gamgi/interfaces/atom/copy_copies.html
share/doc/gamgi/interfaces/atom/copy_shift.html
share/doc/gamgi/interfaces/atom/create_analysis.html
share/doc/gamgi/interfaces/atom/create_element.html
share/doc/gamgi/interfaces/atom/create_position.html
share/doc/gamgi/interfaces/atom/create_property.html
share/doc/gamgi/interfaces/atom/create_view.html
share/doc/gamgi/interfaces/atom/link_object.html
share/doc/gamgi/interfaces/atom/measure_angle.html
share/doc/gamgi/interfaces/atom/measure_length.html
share/doc/gamgi/interfaces/atom/modify_analysis.html
share/doc/gamgi/interfaces/atom/modify_element.html
share/doc/gamgi/interfaces/atom/modify_position.html
share/doc/gamgi/interfaces/atom/modify_property.html
share/doc/gamgi/interfaces/atom/modify_view.html
share/doc/gamgi/interfaces/atom/remove_object.html
share/doc/gamgi/interfaces/atom/select.html
share/doc/gamgi/interfaces/bond/
share/doc/gamgi/interfaces/bond/config_length.html
share/doc/gamgi/interfaces/bond/config_view.html
share/doc/gamgi/interfaces/bond/create_length.html
share/doc/gamgi/interfaces/bond/create_mode.html
share/doc/gamgi/interfaces/bond/create_type.html
share/doc/gamgi/interfaces/bond/create_view.html
share/doc/gamgi/interfaces/bond/link_object.html
share/doc/gamgi/interfaces/bond/modify_type.html
share/doc/gamgi/interfaces/bond/modify_view.html
share/doc/gamgi/interfaces/bond/remove_object.html
share/doc/gamgi/interfaces/bond/select.html
share/doc/gamgi/interfaces/cell/
share/doc/gamgi/interfaces/cell/create_origin.html
share/doc/gamgi/interfaces/cell/create_position.html
share/doc/gamgi/interfaces/cell/create_symmetry.html
share/doc/gamgi/interfaces/cell/create_type.html
share/doc/gamgi/interfaces/cell/create_view.html
share/doc/gamgi/interfaces/cell/groups.html
share/doc/gamgi/interfaces/cell/lattices.html
share/doc/gamgi/interfaces/cell/link_object.html
share/doc/gamgi/interfaces/cell/link_occupancy.html
share/doc/gamgi/interfaces/cell/link_packing.html
share/doc/gamgi/interfaces/cell/link_position.html
share/doc/gamgi/interfaces/cell/measure_reciprocal.html
share/doc/gamgi/interfaces/cell/modify_origin.html
share/doc/gamgi/interfaces/cell/modify_position.html
share/doc/gamgi/interfaces/cell/modify_symmetry.html
share/doc/gamgi/interfaces/cell/modify_type.html
share/doc/gamgi/interfaces/cell/modify_view.html
share/doc/gamgi/interfaces/cell/rcp.html
share/doc/gamgi/interfaces/cell/remove_object.html
share/doc/gamgi/interfaces/cell/rotation.html
share/doc/gamgi/interfaces/cell/select.html
share/doc/gamgi/interfaces/cell/systems.html
share/doc/gamgi/interfaces/cell/translation.html
share/doc/gamgi/interfaces/cluster/
share/doc/gamgi/interfaces/cluster/create.html
share/doc/gamgi/interfaces/cluster/geometry.html
share/doc/gamgi/interfaces/cluster/link_object.html
share/doc/gamgi/interfaces/cluster/measure_symmetry.html
share/doc/gamgi/interfaces/cluster/measure_tolerance.html
share/doc/gamgi/interfaces/cluster/measure_type.html
share/doc/gamgi/interfaces/cluster/measure_view.html
share/doc/gamgi/interfaces/cluster/measure_voronoi.html
share/doc/gamgi/interfaces/cluster/remove_object.html
share/doc/gamgi/interfaces/cluster/select.html
share/doc/gamgi/interfaces/cluster/symmetry.html
share/doc/gamgi/interfaces/cluster/voronoi.html
share/doc/gamgi/interfaces/direction/
share/doc/gamgi/interfaces/direction/create_line.html
share/doc/gamgi/interfaces/direction/create_projection.html
share/doc/gamgi/interfaces/direction/create_type.html
share/doc/gamgi/interfaces/direction/create_view.html
share/doc/gamgi/interfaces/direction/link_object.html
share/doc/gamgi/interfaces/direction/measure_angle.html
share/doc/gamgi/interfaces/direction/measure_length.html
share/doc/gamgi/interfaces/direction/modify_line.html
share/doc/gamgi/interfaces/direction/modify_projection.html
share/doc/gamgi/interfaces/direction/modify_type.html
share/doc/gamgi/interfaces/direction/modify_view.html
share/doc/gamgi/interfaces/direction/remove_object.html
share/doc/gamgi/interfaces/direction/select.html
share/doc/gamgi/interfaces/file/
share/doc/gamgi/interfaces/file/export.html
share/doc/gamgi/interfaces/file/import.html
share/doc/gamgi/interfaces/gamgi/
share/doc/gamgi/interfaces/gamgi/about.html
share/doc/gamgi/interfaces/gamgi/config_color.html
share/doc/gamgi/interfaces/gamgi/config_precision.html
share/doc/gamgi/interfaces/gamgi/config_usability.html
share/doc/gamgi/interfaces/gamgi/exit.html
share/doc/gamgi/interfaces/gamgi/reset.html
share/doc/gamgi/interfaces/graph/
share/doc/gamgi/interfaces/graph/select.html
share/doc/gamgi/interfaces/group/
share/doc/gamgi/interfaces/group/create.html
share/doc/gamgi/interfaces/group/geometry.html
share/doc/gamgi/interfaces/group/link_object.html
share/doc/gamgi/interfaces/group/measure_symmetry.html
share/doc/gamgi/interfaces/group/measure_tolerance.html
share/doc/gamgi/interfaces/group/measure_type.html
share/doc/gamgi/interfaces/group/measure_view.html
share/doc/gamgi/interfaces/group/measure_voronoi.html
share/doc/gamgi/interfaces/group/modify_angle.html
share/doc/gamgi/interfaces/group/modify_length.html
share/doc/gamgi/interfaces/group/modify_torsion.html
share/doc/gamgi/interfaces/group/remove_object.html
share/doc/gamgi/interfaces/group/select.html
share/doc/gamgi/interfaces/group/symmetry.html
share/doc/gamgi/interfaces/group/voronoi.html
share/doc/gamgi/interfaces/help/
share/doc/gamgi/interfaces/help/config_agent.html
share/doc/gamgi/interfaces/help/config_source.html
share/doc/gamgi/interfaces/help/current.html
share/doc/gamgi/interfaces/help/search.html
share/doc/gamgi/interfaces/help/start.html
share/doc/gamgi/interfaces/help/topic.html
share/doc/gamgi/interfaces/help/tutorial.html
share/doc/gamgi/interfaces/interfaces.html
share/doc/gamgi/interfaces/introduction/
share/doc/gamgi/interfaces/introduction.html
share/doc/gamgi/interfaces/introduction/commands.html
share/doc/gamgi/interfaces/introduction/drawing.html
share/doc/gamgi/interfaces/introduction/identification.html
share/doc/gamgi/interfaces/introduction/introduction.html
share/doc/gamgi/interfaces/introduction/keyboard.html
share/doc/gamgi/interfaces/introduction/menus.html
share/doc/gamgi/interfaces/introduction/mouse.html
share/doc/gamgi/interfaces/introduction/objects.html
share/doc/gamgi/interfaces/introduction/selection.html
share/doc/gamgi/interfaces/introduction/starting.html
share/doc/gamgi/interfaces/introduction/status.html
share/doc/gamgi/interfaces/introduction/tasks.html
share/doc/gamgi/interfaces/introduction/tools.html
share/doc/gamgi/interfaces/introduction/windows.html
share/doc/gamgi/interfaces/layer/
share/doc/gamgi/interfaces/layer/config_history.html
share/doc/gamgi/interfaces/layer/config_position.html
share/doc/gamgi/interfaces/layer/config_projection.html
share/doc/gamgi/interfaces/layer/create_position.html
share/doc/gamgi/interfaces/layer/create_projection.html
share/doc/gamgi/interfaces/layer/create_view.html
share/doc/gamgi/interfaces/layer/create_visibility.html
share/doc/gamgi/interfaces/layer/link_object.html
share/doc/gamgi/interfaces/layer/modify_position.html
share/doc/gamgi/interfaces/layer/modify_projection.html
share/doc/gamgi/interfaces/layer/modify_view.html
share/doc/gamgi/interfaces/layer/modify_visibility.html
share/doc/gamgi/interfaces/layer/remove_object.html
share/doc/gamgi/interfaces/layer/select.html
share/doc/gamgi/interfaces/light/
share/doc/gamgi/interfaces/light/config_color.html
share/doc/gamgi/interfaces/light/config_materials.html
share/doc/gamgi/interfaces/light/create_attenuation.html
share/doc/gamgi/interfaces/light/create_color.html
share/doc/gamgi/interfaces/light/create_type.html
share/doc/gamgi/interfaces/light/link_object.html
share/doc/gamgi/interfaces/light/modify_attenuation.html
share/doc/gamgi/interfaces/light/modify_color.html
share/doc/gamgi/interfaces/light/modify_type.html
share/doc/gamgi/interfaces/light/remove_object.html
share/doc/gamgi/interfaces/light/select.html
share/doc/gamgi/interfaces/molecule/
share/doc/gamgi/interfaces/molecule/create.html
share/doc/gamgi/interfaces/molecule/geometry.html
share/doc/gamgi/interfaces/molecule/link_object.html
share/doc/gamgi/interfaces/molecule/measure_symmetry.html
share/doc/gamgi/interfaces/molecule/measure_tolerance.html
share/doc/gamgi/interfaces/molecule/measure_type.html
share/doc/gamgi/interfaces/molecule/measure_view.html
share/doc/gamgi/interfaces/molecule/measure_voronoi.html
share/doc/gamgi/interfaces/molecule/remove_object.html
share/doc/gamgi/interfaces/molecule/select.html
share/doc/gamgi/interfaces/molecule/symmetry.html
share/doc/gamgi/interfaces/molecule/voronoi.html
share/doc/gamgi/interfaces/orbital/
share/doc/gamgi/interfaces/orbital/select.html
share/doc/gamgi/interfaces/plane/
share/doc/gamgi/interfaces/plane/create_polygon.html
share/doc/gamgi/interfaces/plane/create_projection.html
share/doc/gamgi/interfaces/plane/create_type.html
share/doc/gamgi/interfaces/plane/create_view.html
share/doc/gamgi/interfaces/plane/link_object.html
share/doc/gamgi/interfaces/plane/measure_angle.html
share/doc/gamgi/interfaces/plane/measure_area.html
share/doc/gamgi/interfaces/plane/measure_length.html
share/doc/gamgi/interfaces/plane/modify_polygon.html
share/doc/gamgi/interfaces/plane/modify_projection.html
share/doc/gamgi/interfaces/plane/modify_type.html
share/doc/gamgi/interfaces/plane/modify_view.html
share/doc/gamgi/interfaces/plane/remove_object.html
share/doc/gamgi/interfaces/plane/select.html
share/doc/gamgi/interfaces/reference.html
share/doc/gamgi/interfaces/shape/
share/doc/gamgi/interfaces/shape/create_view.html
share/doc/gamgi/interfaces/shape/select.html
share/doc/gamgi/interfaces/text/
share/doc/gamgi/interfaces/text/config_view.html
share/doc/gamgi/interfaces/text/create_contents.html
share/doc/gamgi/interfaces/text/create_position.html
share/doc/gamgi/interfaces/text/create_view.html
share/doc/gamgi/interfaces/text/link_object.html
share/doc/gamgi/interfaces/text/modify_contents.html
share/doc/gamgi/interfaces/text/modify_position.html
share/doc/gamgi/interfaces/text/modify_view.html
share/doc/gamgi/interfaces/text/remove_object.html
share/doc/gamgi/interfaces/text/select.html
share/doc/gamgi/interfaces/window/
share/doc/gamgi/interfaces/window/config_ruler.html
share/doc/gamgi/interfaces/window/link_object.html
share/doc/gamgi/interfaces/window/remove_object.html
share/doc/gamgi/interfaces/window/select.html
share/doc/gamgi/keywords/
share/doc/gamgi/keywords/arrow.html
share/doc/gamgi/keywords/assembly.html
share/doc/gamgi/keywords/atom.html
share/doc/gamgi/keywords/bond.html
share/doc/gamgi/keywords/cell.html
share/doc/gamgi/keywords/cluster.html
share/doc/gamgi/keywords/direction.html
share/doc/gamgi/keywords/file.html
share/doc/gamgi/keywords/gamgi.html
share/doc/gamgi/keywords/graph.html
share/doc/gamgi/keywords/group.html
share/doc/gamgi/keywords/help.html
share/doc/gamgi/keywords/layer.html
share/doc/gamgi/keywords/light.html
share/doc/gamgi/keywords/molecule.html
share/doc/gamgi/keywords/orbital.html
share/doc/gamgi/keywords/plane.html
share/doc/gamgi/keywords/shape.html
share/doc/gamgi/keywords/text.html
share/doc/gamgi/keywords/window.html
share/doc/gamgi/main.html
share/doc/gamgi/man/
share/doc/gamgi/man/README
share/doc/gamgi/man/page
share/doc/gamgi/manuals.html
share/doc/gamgi/project/
share/doc/gamgi/project/history.html
share/doc/gamgi/project/jcgp.html
share/doc/gamgi/project/legal_copyright.html
share/doc/gamgi/project/legal_license.html
share/doc/gamgi/project/legal_trademark.html
share/doc/gamgi/project/legal_warranty.html
share/doc/gamgi/project/links_legal.html
share/doc/gamgi/project/links_scientific.html
share/doc/gamgi/project/links_technical.html
share/doc/gamgi/project/people_contributors.html
share/doc/gamgi/project/people_developers.html
share/doc/gamgi/project/people_supporters.html
share/doc/gamgi/project/projects_legal.html
share/doc/gamgi/project/projects_scientific.html
share/doc/gamgi/project/projects_technical.html
share/doc/gamgi/project/scientific_mission.html
share/doc/gamgi/project/scientific_objects.html
share/doc/gamgi/project/technical_mission.html
share/doc/gamgi/project/technical_requirements.html
share/doc/gamgi/questions/
share/doc/gamgi/questions/introduction_legal.html
share/doc/gamgi/questions/introduction_scientific.html
share/doc/gamgi/questions/introduction_technical.html
share/doc/gamgi/questions/questions.html
share/doc/gamgi/questions/troubleshooting_formats.html
share/doc/gamgi/questions/troubleshooting_interfaces.html
share/doc/gamgi/tutorials/
share/doc/gamgi/tutorials/calcite_page1.html
share/doc/gamgi/tutorials/cscl_page1.html
share/doc/gamgi/tutorials/interstices_bcc_page1.html
share/doc/gamgi/tutorials/interstices_bcc_page2.html
share/doc/gamgi/tutorials/interstices_cfc_page1.html
share/doc/gamgi/tutorials/interstices_cfc_page2.html
share/doc/gamgi/tutorials/interstices_hcp_page1.html
share/doc/gamgi/tutorials/interstices_hcp_page2.html
share/doc/gamgi/tutorials/lights_page1.html
share/doc/gamgi/tutorials/lights_page2.html
share/doc/gamgi/tutorials/nacl_page1.html
share/doc/gamgi/tutorials/nanostructure_page1.html
share/doc/gamgi/tutorials/occupancy_page1.html
share/doc/gamgi/tutorials/occupancy_page2.html
share/doc/gamgi/tutorials/polyethylene_page1.html
share/doc/gamgi/tutorials/rcp_page1.html
share/doc/gamgi/tutorials/symmetry_page1.html
share/doc/gamgi/tutorials/symmetry_page2.html
share/doc/gamgi/tutorials/tutorials.html
share/doc/gamgi/tutorials/voronoi_page1.html
share/doc/gamgi/tutorials/voronoi_page2.html
share/gamgi/
share/gamgi/all.xml
share/gamgi/assembly/
share/gamgi/assembly/recursive.xml
share/gamgi/atom/
share/gamgi/atom/solid.xml
share/gamgi/atom/wired.xml
share/gamgi/bond/
share/gamgi/bond/solid.xml
share/gamgi/bond/wired.xml
share/gamgi/cell/
share/gamgi/cell/Al_M/
share/gamgi/cell/Al_M/Al3Nb_bw.xml
share/gamgi/cell/Al_M/Al4Cr.xml
share/gamgi/cell/Al_M/Al4Cr_ab.xml
share/gamgi/cell/Al_M/Al4Cr_ab_abc.xml
share/gamgi/cell/Al_M/Al4Cr_abc.xml
share/gamgi/cell/Al_M/Al5Mo_h.xml
share/gamgi/cell/Al_M/Al5Mo_h_bw.xml
share/gamgi/cell/Al_M/Al5Mo_h_r.xml
share/gamgi/cell/Al_M/Al5Mo_r.xml
share/gamgi/cell/Al_M/Al7Cr.xml
share/gamgi/cell/Al_M/Al7Cr_bw.xml
share/gamgi/cell/calcite_solid.xml
share/gamgi/cell/calcite_wired.xml
share/gamgi/cell/interstices/
share/gamgi/cell/interstices/ccc_oct.xml
share/gamgi/cell/interstices/ccc_tet.xml
share/gamgi/cell/interstices/cfc_oct.xml
share/gamgi/cell/interstices/cfc_tet.xml
share/gamgi/cell/interstices/hc_oct.xml
share/gamgi/cell/interstices/hc_tet.xml
share/gamgi/cell/interstices/solid.xml
share/gamgi/cell/interstices/wired.xml
share/gamgi/cell/link/
share/gamgi/cell/link/link1.xml
share/gamgi/cell/link/link2.xml
share/gamgi/cell/link/link3.xml
share/gamgi/cell/link/link4.xml
share/gamgi/cell/link/link5.xml
share/gamgi/cell/link/link6.xml
share/gamgi/cell/link/link7.xml
share/gamgi/cell/link/link8.xml
share/gamgi/cell/olivina.xml
share/gamgi/cell/polymers/
share/gamgi/cell/polymers/o-HDPE.xml
share/gamgi/cell/polymers/o-HDPE_screen.xml
share/gamgi/cell/rcp100.xml
share/gamgi/cell/screenshot
share/gamgi/cell/styles.xml
share/gamgi/cell/styles_bw.xml
share/gamgi/cell/tetragonal.xml
share/gamgi/cluster/
share/gamgi/cluster/H2O.xml
share/gamgi/cluster/c476.xml
share/gamgi/cluster/c60.xml
share/gamgi/cluster/ccc111.xml
share/gamgi/cluster/ccc211.xml
share/gamgi/cluster/cfc111.xml
share/gamgi/cluster/cfc333.xml
share/gamgi/cluster/cs111.xml
share/gamgi/cluster/dna.xml
share/gamgi/cluster/hs.xml
share/gamgi/cluster/line3_a.xml
share/gamgi/cluster/line3_b.xml
share/gamgi/cluster/line8.xml
share/gamgi/cluster/pbc1.xml
share/gamgi/cluster/pbc4.xml
share/gamgi/cluster/pbc5.xml
share/gamgi/cluster/pbc6.xml
share/gamgi/cluster/pbc8.xml
share/gamgi/cluster/plane11_a.xml
share/gamgi/cluster/plane11_b.xml
share/gamgi/gamgi/
share/gamgi/gamgi/atom.xml
share/gamgi/gamgi/document.xml
share/gamgi/gamgi/document1.xml
share/gamgi/gamgi/document2.xml
share/gamgi/help/
share/gamgi/help/config.xml
share/gamgi/light/
share/gamgi/light/diffuse.xml
share/gamgi/light/greenish.xml
share/gamgi/light/grey.xml
share/gamgi/light/halloween.xml
share/gamgi/light/laser.xml
share/gamgi/light/q10.xml
share/gamgi/molecule/
share/gamgi/molecule/all.xml
share/gamgi/molecule/aminoacids/
share/gamgi/molecule/aminoacids/README
share/gamgi/molecule/aminoacids/alanine.xml
share/gamgi/molecule/aminoacids/arginine.xml
share/gamgi/molecule/aminoacids/asparagine.xml
share/gamgi/molecule/aminoacids/aspartic_acid.xml
share/gamgi/molecule/aminoacids/cysteine.xml
share/gamgi/molecule/aminoacids/glutamic_acid.xml
share/gamgi/molecule/aminoacids/glutamine.xml
share/gamgi/molecule/aminoacids/glycine.xml
share/gamgi/molecule/aminoacids/histidine.xml
share/gamgi/molecule/aminoacids/isoleucine.xml
share/gamgi/molecule/aminoacids/leucine.xml
share/gamgi/molecule/aminoacids/lysine.xml
share/gamgi/molecule/aminoacids/methionine.xml
share/gamgi/molecule/aminoacids/phenalalanine.xml
share/gamgi/molecule/aminoacids/proline.xml
share/gamgi/molecule/aminoacids/serine.xml
share/gamgi/molecule/aminoacids/threonine.xml
share/gamgi/molecule/aminoacids/tryptophan.xml
share/gamgi/molecule/aminoacids/tyrosine.xml
share/gamgi/molecule/aminoacids/valine.xml
share/gamgi/molecule/coordination/
share/gamgi/molecule/coordination/FeCH35Cp2.xml
share/gamgi/molecule/coordination/PCH32CH2C6H5.xml
share/gamgi/molecule/coordination/PCH32CH3.xml
share/gamgi/molecule/coordination/PCH33C6H23.xml
share/gamgi/molecule/coordination/PCH3C6H43.xml
share/gamgi/molecule/coordination/PCH3O2C6H33.xml
share/gamgi/molecule/coordination/PPh2CH2_cis.xml
share/gamgi/molecule/coordination/PPh2CH2_trans.xml
share/gamgi/molecule/coordination/Ptbutyl3.xml
share/gamgi/molecule/coordination/README
share/gamgi/molecule/coordination/TiAnCl3_f.xml
share/gamgi/molecule/coordination/TiAnCl3_m.xml
share/gamgi/molecule/coordination/VPyr3Cl3_m.xml
share/gamgi/molecule/coordination/WCO6.xml
share/gamgi/molecule/coordination/ZrCp3.xml
share/gamgi/molecule/coordination/vanadocene.xml
share/gamgi/molecule/drugs/
share/gamgi/molecule/drugs/README
share/gamgi/molecule/drugs/adrenaline.xml
share/gamgi/molecule/drugs/aspirin.xml
share/gamgi/molecule/drugs/azt.xml
share/gamgi/molecule/drugs/barbiturate.xml
share/gamgi/molecule/drugs/caffeine.xml
share/gamgi/molecule/drugs/cisplantin.xml
share/gamgi/molecule/drugs/codeine.xml
share/gamgi/molecule/drugs/heroine.xml
share/gamgi/molecule/drugs/ibuprofen.xml
share/gamgi/molecule/drugs/morphine.xml
share/gamgi/molecule/drugs/nicotine.xml
share/gamgi/molecule/drugs/streptomycin.xml
share/gamgi/molecule/drugs/taxol.xml
share/gamgi/molecule/drugs/thc.xml
share/gamgi/molecule/drugs/valium.xml
share/gamgi/molecule/drugs/zantac.xml
share/gamgi/molecule/flavors/
share/gamgi/molecule/flavors/README
share/gamgi/molecule/flavors/almonds1.xml
share/gamgi/molecule/flavors/almonds2.xml
share/gamgi/molecule/flavors/basil1.xml
share/gamgi/molecule/flavors/basil2.xml
share/gamgi/molecule/flavors/basil_cardamon.xml
share/gamgi/molecule/flavors/basil_cloves_roses.xml
share/gamgi/molecule/flavors/cardamom.xml
share/gamgi/molecule/flavors/cardamom_ginger.xml
share/gamgi/molecule/flavors/cardamon.xml
share/gamgi/molecule/flavors/cinnamon.xml
share/gamgi/molecule/flavors/cumin.xml
share/gamgi/molecule/flavors/garlic.xml
share/gamgi/molecule/flavors/ginger.xml
share/gamgi/molecule/flavors/ginger_lemon.xml
share/gamgi/molecule/flavors/mustard.xml
share/gamgi/molecule/flavors/peaches.xml
share/gamgi/molecule/flavors/peppermint1.xml
share/gamgi/molecule/flavors/peppermint2.xml
share/gamgi/molecule/flavors/roses1.xml
share/gamgi/molecule/flavors/roses2.xml
share/gamgi/molecule/flavors/roses3.xml
share/gamgi/molecule/flavors/sassafras.xml
share/gamgi/molecule/flavors/thyme.xml
share/gamgi/molecule/fullerenes/
share/gamgi/molecule/fullerenes/C100_D5d.xml
share/gamgi/molecule/fullerenes/C180.xml
share/gamgi/molecule/fullerenes/C20_C100.xml
share/gamgi/molecule/fullerenes/C20_Ih.xml
share/gamgi/molecule/fullerenes/C240.xml
share/gamgi/molecule/fullerenes/C24_D6d.xml
share/gamgi/molecule/fullerenes/C260.xml
share/gamgi/molecule/fullerenes/C26_D3h.xml
share/gamgi/molecule/fullerenes/C28_Td.xml
share/gamgi/molecule/fullerenes/C30_D5h.xml
share/gamgi/molecule/fullerenes/C320.xml
share/gamgi/molecule/fullerenes/C32_D3d.xml
share/gamgi/molecule/fullerenes/C34_C3v.xml
share/gamgi/molecule/fullerenes/C36_D6h.xml
share/gamgi/molecule/fullerenes/C38_D3h.xml
share/gamgi/molecule/fullerenes/C40_D5d.xml
share/gamgi/molecule/fullerenes/C42_D3.xml
share/gamgi/molecule/fullerenes/C44_T.xml
share/gamgi/molecule/fullerenes/C46_C3.xml
share/gamgi/molecule/fullerenes/C48_D6d.xml
share/gamgi/molecule/fullerenes/C500.xml
share/gamgi/molecule/fullerenes/C50_D5h.xml
share/gamgi/molecule/fullerenes/C52_T.xml
share/gamgi/molecule/fullerenes/C540.xml
share/gamgi/molecule/fullerenes/C60_Ih.xml
share/gamgi/molecule/fullerenes/C70_D5h.xml
share/gamgi/molecule/fullerenes/C720.xml
share/gamgi/molecule/fullerenes/C72_D6d.xml
share/gamgi/molecule/fullerenes/C74_D3h.xml
share/gamgi/molecule/fullerenes/C76_Td.xml
share/gamgi/molecule/fullerenes/C78_D3h.xml
share/gamgi/molecule/fullerenes/C80_D5d.xml
share/gamgi/molecule/fullerenes/C82_C3v.xml
share/gamgi/molecule/fullerenes/C84_Td.xml
share/gamgi/molecule/fullerenes/C86_D3.xml
share/gamgi/molecule/fullerenes/C90_D5h.xml
share/gamgi/molecule/fullerenes/C92_T.xml
share/gamgi/molecule/fullerenes/C94_C3v.xml
share/gamgi/molecule/fullerenes/C96_D6h.xml
share/gamgi/molecule/fullerenes/C98_D3.xml
share/gamgi/molecule/fullerenes/README
share/gamgi/molecule/glasses/
share/gamgi/molecule/glasses/NbSiGe.xml
share/gamgi/molecule/hydrocarbons/
share/gamgi/molecule/hydrocarbons/README
share/gamgi/molecule/hydrocarbons/benzene.xml
share/gamgi/molecule/hydrocarbons/butadiene.xml
share/gamgi/molecule/hydrocarbons/butane.xml
share/gamgi/molecule/hydrocarbons/cyclohexane.xml
share/gamgi/molecule/hydrocarbons/dinitrobenzene.xml
share/gamgi/molecule/hydrocarbons/ethane.xml
share/gamgi/molecule/hydrocarbons/ethylene.xml
share/gamgi/molecule/hydrocarbons/graphite.xml
share/gamgi/molecule/hydrocarbons/heptane.xml
share/gamgi/molecule/hydrocarbons/hexane.xml
share/gamgi/molecule/hydrocarbons/methane.xml
share/gamgi/molecule/hydrocarbons/octane.xml
share/gamgi/molecule/hydrocarbons/pentane.xml
share/gamgi/molecule/hydrocarbons/propane.xml
share/gamgi/molecule/hydrocarbons/pyrene.xml
share/gamgi/molecule/hydrocarbons/tetrabutylammonium.xml
share/gamgi/molecule/lipids/
share/gamgi/molecule/lipids/README
share/gamgi/molecule/lipids/arachidonic.xml
share/gamgi/molecule/lipids/dlpe.xml
share/gamgi/molecule/lipids/dmpg.xml
share/gamgi/molecule/lipids/dppc.xml
share/gamgi/molecule/lipids/linoleic.xml
share/gamgi/molecule/lipids/oleic.xml
share/gamgi/molecule/lipids/palmitic.xml
share/gamgi/molecule/lipids/stearic.xml
share/gamgi/molecule/nanotubes/
share/gamgi/molecule/nanotubes/README
share/gamgi/molecule/nanotubes/tube10_0.xml
share/gamgi/molecule/nanotubes/tube10_10.xml
share/gamgi/molecule/nanotubes/tube11_0.xml
share/gamgi/molecule/nanotubes/tube12_0.xml
share/gamgi/molecule/nanotubes/tube13_0.xml
share/gamgi/molecule/nanotubes/tube14_0.xml
share/gamgi/molecule/nanotubes/tube15_0.xml
share/gamgi/molecule/nanotubes/tube16_0.xml
share/gamgi/molecule/nanotubes/tube17_0.xml
share/gamgi/molecule/nanotubes/tube18_0.xml
share/gamgi/molecule/nanotubes/tube5_5.xml
share/gamgi/molecule/nanotubes/tube6_6.xml
share/gamgi/molecule/nanotubes/tube7_7.xml
share/gamgi/molecule/nanotubes/tube8_8.xml
share/gamgi/molecule/nanotubes/tube9_0.xml
share/gamgi/molecule/nanotubes/tube9_9.xml
share/gamgi/molecule/nucleotides/
share/gamgi/molecule/nucleotides/DNA.xml
share/gamgi/molecule/photosynthesis/
share/gamgi/molecule/photosynthesis/README
share/gamgi/molecule/photosynthesis/carotene_b.xml
share/gamgi/molecule/photosynthesis/chlorophyll_a.xml
share/gamgi/molecule/photosynthesis/cytochrome.xml
share/gamgi/molecule/photosynthesis/pheophytin.xml
share/gamgi/molecule/photosynthesis/prc.xml
share/gamgi/molecule/photosynthesis/quinone.xml
share/gamgi/molecule/polymers/
share/gamgi/molecule/polymers/pp.xml
share/gamgi/molecule/polymers/pvc.xml
share/gamgi/molecule/proteines/
share/gamgi/molecule/proteines/Protein.xml
share/gamgi/molecule/silicates/
share/gamgi/molecule/silicates/README
share/gamgi/molecule/silicates/q10.xml
share/gamgi/molecule/silicates/q21.xml
share/gamgi/molecule/silicates/q21q12.xml
share/gamgi/molecule/silicates/q22q13q11.xml
share/gamgi/molecule/silicates/q22q14q13q11.xml
share/gamgi/molecule/silicates/q22q21.xml
share/gamgi/molecule/silicates/q23q21q12c.xml
share/gamgi/molecule/silicates/q23q21q12t.xml
share/gamgi/molecule/silicates/q31q13.xml
share/gamgi/molecule/silicates/q31q13q12.xml
share/gamgi/molecule/silicates/q32.xml
share/gamgi/molecule/silicates/q32q13q11.xml
share/gamgi/molecule/silicates/q32q21.xml
share/gamgi/molecule/silicates/q32q23c.xml
share/gamgi/molecule/silicates/q32q23e.xml
share/gamgi/molecule/silicates/q33q12q11.xml
share/gamgi/molecule/silicates/q41q14.xml
share/gamgi/molecule/silicates/q42.xml
share/gamgi/molecule/silicates/q42q14.xml
share/gamgi/molecule/silicates/q52.xml
share/gamgi/molecule/silicates/q62.xml
share/gamgi/molecule/silicates/q83.xml
share/gamgi/molecule/silicates/teos.xml
share/gamgi/molecule/silicates/tmos.xml
share/gamgi/molecule/small/
share/gamgi/molecule/small/CCl4.xml
share/gamgi/molecule/small/EtOH.xml
share/gamgi/molecule/small/H2O.xml
share/gamgi/molecule/small/H2O2.xml
share/gamgi/molecule/small/H2O_H2O.xml
share/gamgi/molecule/small/H2SO4.xml
share/gamgi/molecule/small/H3O.xml
share/gamgi/molecule/small/H3PO4.xml
share/gamgi/molecule/small/HCl.xml
share/gamgi/molecule/small/MeOH.xml
share/gamgi/molecule/small/NH3.xml
share/gamgi/molecule/small/O3.xml
share/gamgi/molecule/small/OH.xml
share/gamgi/molecule/small/README
share/gamgi/molecule/small/S8.xml
share/gamgi/molecule/styles1.xml
share/gamgi/molecule/styles2.xml
share/gamgi/molecule/styles2_bw.xml
share/gamgi/molecule/sugars/
share/gamgi/molecule/sugars/README
share/gamgi/molecule/sugars/amylopectin.xml
share/gamgi/molecule/sugars/amylose.xml
share/gamgi/molecule/sugars/cellobiose.xml
share/gamgi/molecule/sugars/cellulose.xml
share/gamgi/molecule/sugars/d_galactose.xml
share/gamgi/molecule/sugars/d_glucose.xml
share/gamgi/molecule/sugars/d_mannose.xml
share/gamgi/molecule/sugars/d_xylose.xml
share/gamgi/molecule/sugars/fructose.xml
share/gamgi/molecule/sugars/glycogen.xml
share/gamgi/molecule/sugars/l_glucose.xml
share/gamgi/molecule/sugars/lactose.xml
share/gamgi/molecule/sugars/maltose.xml
share/gamgi/molecule/sugars/sucrose.xml
share/gamgi/molecule/symmetry/
share/gamgi/molecule/symmetry/.xml
share/gamgi/molecule/symmetry/C0v.xml
share/gamgi/molecule/symmetry/C0v_C6.xml
share/gamgi/molecule/symmetry/C1.xml
share/gamgi/molecule/symmetry/C12.xml
share/gamgi/molecule/symmetry/C12h.xml
share/gamgi/molecule/symmetry/C12v.xml
share/gamgi/molecule/symmetry/C15h.xml
share/gamgi/molecule/symmetry/C2.xml
share/gamgi/molecule/symmetry/C24.xml
share/gamgi/molecule/symmetry/C24h.xml
share/gamgi/molecule/symmetry/C24v.xml
share/gamgi/molecule/symmetry/C25h.xml
share/gamgi/molecule/symmetry/C27h.xml
share/gamgi/molecule/symmetry/C2h.xml
share/gamgi/molecule/symmetry/C2v.xml
share/gamgi/molecule/symmetry/C3.xml
share/gamgi/molecule/symmetry/C30_Ih.xml
share/gamgi/molecule/symmetry/C30h.xml
share/gamgi/molecule/symmetry/C3h.xml
share/gamgi/molecule/symmetry/C3h_OC.xml
share/gamgi/molecule/symmetry/C3v.xml
share/gamgi/molecule/symmetry/C3v_SNC3H9.xml
share/gamgi/molecule/symmetry/C3v_SNO3.xml
share/gamgi/molecule/symmetry/C4.xml
share/gamgi/molecule/symmetry/C4h.xml
share/gamgi/molecule/symmetry/C4v.xml
share/gamgi/molecule/symmetry/C5.xml
share/gamgi/molecule/symmetry/C5h.xml
share/gamgi/molecule/symmetry/C5v.xml
share/gamgi/molecule/symmetry/C6.xml
share/gamgi/molecule/symmetry/C6h.xml
share/gamgi/molecule/symmetry/C6v.xml
share/gamgi/molecule/symmetry/C7.xml
share/gamgi/molecule/symmetry/C7h.xml
share/gamgi/molecule/symmetry/C7v.xml
share/gamgi/molecule/symmetry/C8.xml
share/gamgi/molecule/symmetry/C8h.xml
share/gamgi/molecule/symmetry/C8v.xml
share/gamgi/molecule/symmetry/Ci.xml
share/gamgi/molecule/symmetry/Cs.xml
share/gamgi/molecule/symmetry/Cs_Cyclopropane.xml
share/gamgi/molecule/symmetry/D0h.xml
share/gamgi/molecule/symmetry/D10d.xml
share/gamgi/molecule/symmetry/D11d.xml
share/gamgi/molecule/symmetry/D12.xml
share/gamgi/molecule/symmetry/D12d.xml
share/gamgi/molecule/symmetry/D12h.xml
share/gamgi/molecule/symmetry/D13d.xml
share/gamgi/molecule/symmetry/D13h.xml
share/gamgi/molecule/symmetry/D14d.xml
share/gamgi/molecule/symmetry/D15d.xml
share/gamgi/molecule/symmetry/D15h.xml
share/gamgi/molecule/symmetry/D16d.xml
share/gamgi/molecule/symmetry/D16h.xml
share/gamgi/molecule/symmetry/D17d.xml
share/gamgi/molecule/symmetry/D18d.xml
share/gamgi/molecule/symmetry/D18h.xml
share/gamgi/molecule/symmetry/D19d.xml
share/gamgi/molecule/symmetry/D2.xml
share/gamgi/molecule/symmetry/D20d.xml
share/gamgi/molecule/symmetry/D21d.xml
share/gamgi/molecule/symmetry/D22d.xml
share/gamgi/molecule/symmetry/D23d.xml
share/gamgi/molecule/symmetry/D24.xml
share/gamgi/molecule/symmetry/D24d.xml
share/gamgi/molecule/symmetry/D24h.xml
share/gamgi/molecule/symmetry/D25d.xml
share/gamgi/molecule/symmetry/D26d.xml
share/gamgi/molecule/symmetry/D27d.xml
share/gamgi/molecule/symmetry/D27h.xml
share/gamgi/molecule/symmetry/D28d.xml
share/gamgi/molecule/symmetry/D29d.xml
share/gamgi/molecule/symmetry/D2d.xml
share/gamgi/molecule/symmetry/D2h.xml
share/gamgi/molecule/symmetry/D2h_C5.xml
share/gamgi/molecule/symmetry/D3.xml
share/gamgi/molecule/symmetry/D30d.xml
share/gamgi/molecule/symmetry/D30h.xml
share/gamgi/molecule/symmetry/D3d.xml
share/gamgi/molecule/symmetry/D3h.xml
share/gamgi/molecule/symmetry/D3h_C74.xml
share/gamgi/molecule/symmetry/D4.xml
share/gamgi/molecule/symmetry/D4d.xml
share/gamgi/molecule/symmetry/D4h.xml
share/gamgi/molecule/symmetry/D5.xml
share/gamgi/molecule/symmetry/D5d.xml
share/gamgi/molecule/symmetry/D5h.xml
share/gamgi/molecule/symmetry/D6.xml
share/gamgi/molecule/symmetry/D6d.xml
share/gamgi/molecule/symmetry/D6h.xml
share/gamgi/molecule/symmetry/D7.xml
share/gamgi/molecule/symmetry/D7d.xml
share/gamgi/molecule/symmetry/D7h.xml
share/gamgi/molecule/symmetry/D8.xml
share/gamgi/molecule/symmetry/D8d.xml
share/gamgi/molecule/symmetry/D8h.xml
share/gamgi/molecule/symmetry/D9d.xml
share/gamgi/molecule/symmetry/I.xml
share/gamgi/molecule/symmetry/Ih.xml
share/gamgi/molecule/symmetry/Ih_C12.xml
share/gamgi/molecule/symmetry/Ih_C20.xml
share/gamgi/molecule/symmetry/Kh.xml
share/gamgi/molecule/symmetry/O.xml
share/gamgi/molecule/symmetry/Oh.xml
share/gamgi/molecule/symmetry/Oh_Cubane.xml
share/gamgi/molecule/symmetry/README
share/gamgi/molecule/symmetry/S10.xml
share/gamgi/molecule/symmetry/S12.xml
share/gamgi/molecule/symmetry/S14.xml
share/gamgi/molecule/symmetry/S16.xml
share/gamgi/molecule/symmetry/S18.xml
share/gamgi/molecule/symmetry/S20.xml
share/gamgi/molecule/symmetry/S22.xml
share/gamgi/molecule/symmetry/S24.xml
share/gamgi/molecule/symmetry/S30.xml
share/gamgi/molecule/symmetry/S4.xml
share/gamgi/molecule/symmetry/S6.xml
share/gamgi/molecule/symmetry/S8.xml
share/gamgi/molecule/symmetry/T.xml
share/gamgi/molecule/symmetry/T0.01_Ih_C180.xml
share/gamgi/molecule/symmetry/T0.1_D5d_Ferrocene.xml
share/gamgi/molecule/symmetry/T0.1_D5h_C50.xml
share/gamgi/molecule/symmetry/T0.1_Td_Adamantane.xml
share/gamgi/molecule/symmetry/T0.2_C2v_Fluorophenyl.xml
share/gamgi/molecule/symmetry/T0.2_C3v_NS_CH3_3.xml
share/gamgi/molecule/symmetry/T0.2_D6h_Benzene.xml
share/gamgi/molecule/symmetry/T0.2_I_C260.xml
share/gamgi/molecule/symmetry/T0.2_Ih_C60.xml
share/gamgi/molecule/symmetry/T0.4_C3h_Ir6P3.xml
share/gamgi/molecule/symmetry/T0.5_D3d_Cyclohexane.xml
share/gamgi/molecule/symmetry/T0.5_S4_PtAuClSPC.xml
share/gamgi/molecule/symmetry/T0.9_Oh_NiOC.xml
share/gamgi/molecule/symmetry/Td.xml
share/gamgi/molecule/symmetry/Td_C28.xml
share/gamgi/molecule/symmetry/Td_C476.xml
share/gamgi/molecule/symmetry/Th.xml
share/gamgi/molecule/tiron.xml
share/gamgi/molecule/tiron_bw.xml
share/gamgi/molecule/zeolites/
share/gamgi/molecule/zeolites/Zeolite1.xml
share/gamgi/molecule/zeolites/Zeolite2.xml
share/gamgi/plane/
share/gamgi/plane/plane_cP001.xml
share/gamgi/plane/plane_cP110.xml
share/gamgi/plane/plane_direction_cP001.xml
share/gamgi/plane/plane_direction_hP001.xml
share/gamgi/plane/plane_direction_hR003.xml
share/gamgi/plane/plane_hP001.xml
share/gamgi/plane/planes_directions_screen.xml
share/gamgi/plane/screen_calchopirite_barbiturate.xml
share/gamgi/plane/screen_direction_plane_ranges.xml
share/gamgi/text/
share/gamgi/text/fonts.xml
share/gamgi/text/keyboard.xml
share/gamgi/text/wired.xml
share/gamgi/util/
share/gamgi/util/c/
share/gamgi/util/c/Cn.c
share/gamgi/util/c/Cnh.c
share/gamgi/util/c/Cnv.c
share/gamgi/util/c/Dn.c
share/gamgi/util/c/Dnd.c
share/gamgi/util/c/Dnh.c
share/gamgi/util/c/Sn.c
share/gamgi/util/perl/
share/gamgi/util/perl/car_gml
share/gamgi/util/perl/cc1_gml
share/gamgi/util/perl/debug_set_get
share/gamgi/util/perl/dos_unix
share/gamgi/util/perl/mac_unix
share/gamgi/util/perl/mol_gml
share/gamgi/util/perl/msf_gml
share/gamgi/util/perl/pdb_gml
share/gamgi/util/perl/xyz_gml