- update to 0.15.5

This commit is contained in:
jasper 2011-09-28 16:45:17 +00:00
parent 86f15148d4
commit b1d349e8ca
4 changed files with 164 additions and 56 deletions

View File

@ -1,16 +1,14 @@
# $OpenBSD: Makefile,v 1.17 2011/03/02 11:30:08 jasper Exp $
# $OpenBSD: Makefile,v 1.18 2011/09/28 16:45:17 jasper Exp $
COMMENT= General Atomistic Modelling Graphic Interface
V= 0.15.1
V= 0.15.5
DISTNAME= gamgi-all-${V}
PKGNAME= ${DISTNAME:S/-all//}
CATEGORIES= education x11
HOMEPAGE= http://www.gamgi.org/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,5 +1,5 @@
MD5 (gamgi-all-0.15.1.tar.gz) = /JbWc3xNNChFeyuOmoyY+Q==
RMD160 (gamgi-all-0.15.1.tar.gz) = Nid4cU4W6rJcy5tcilwqZCPrAvc=
SHA1 (gamgi-all-0.15.1.tar.gz) = r9b2gy1voma8ol+PEGbALkXjSNM=
SHA256 (gamgi-all-0.15.1.tar.gz) = qJZoi3K4/03/2/6hYuKkeCBm2uWvog6Ytewn8YqZB+M=
SIZE (gamgi-all-0.15.1.tar.gz) = 2104923
MD5 (gamgi-all-0.15.5.tar.gz) = 4ay2S5qa0oZDWyg09siHqg==
RMD160 (gamgi-all-0.15.5.tar.gz) = VydffwKyKNO+seEVl4w2qudn17s=
SHA1 (gamgi-all-0.15.5.tar.gz) = KQzwTsF2iMCVxGzkK2Jak8VZNe0=
SHA256 (gamgi-all-0.15.5.tar.gz) = q0lT9RPQAJxOmr0pK+wRETscf7VLuCd7viod14WU7+Q=
SIZE (gamgi-all-0.15.5.tar.gz) = 2180662

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src-make_local,v 1.5 2011/03/02 11:30:08 jasper Exp $
--- src/make_local.orig Fri Dec 17 18:21:15 2010
+++ src/make_local Wed Mar 2 11:49:07 2011
@@ -68,28 +68,25 @@ PATH_GTKGL_L =-L/usr/lib64
$OpenBSD: patch-src-make_local,v 1.6 2011/09/28 16:45:17 jasper Exp $
--- src/make_local.orig Sun Jun 19 22:16:55 2011
+++ src/make_local Wed Sep 28 17:35:29 2011
@@ -70,29 +70,29 @@ PATH_GTKGL_L =-L/usr/lib
#================================= OpenBSD =====================================
#
@ -12,22 +12,12 @@ $OpenBSD: patch-src-make_local,v 1.5 2011/03/02 11:30:08 jasper Exp $
-# PATH_CAIRO_H = -I/usr/local/include/cairo
-# PATH_PANGO_H = -I/usr/local/include/pango-2.0
-# PATH_ATK_H = -I/usr/local/include/atk-2.0
-# PATH_GTK_H = -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
-# PATH_GTK_H = -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include \
-# -I/usr/include/gdk-pixbuf-2.0/
-# PATH_MESA_H = -I/usr/X11R6/include/GL
-# PATH_GTKGL_H = -I/usr/local/include/gtkglext-1.0 \
- -I/usr/local/lib/gtkglext-1.0/include
+PATH_EXPAT_H = -I${X11BASE}/include
+PATH_FREETYPE_H = -I${X11BASE}/include/freetype2
+PATH_X_H = -I${X11BASE}/include
+PATH_GLIB_H = -I${LOCALBASE}/include/glib-2.0 -I${LOCALBASE}/lib/glib-2.0/include
+PATH_CAIRO_H = -I${LOCALBASE}/include/cairo
+PATH_PANGO_H = -I${LOCALBASE}/include/pango-1.0
+PATH_ATK_H = -I${LOCALBASE}/include/atk-1.0
+PATH_GTK_H = -I${LOCALBASE}/include/gtk-2.0 -I${LOCALBASE}/lib/gtk-2.0/include
+PATH_MESA_H = -I${X11BASE}/include/GL
+PATH_GTKGL_H = -I${LOCALBASE}/include/gtkglext-1.0 \
+ -I${LOCALBASE}/lib/gtkglext-1.0/include
-# -I/usr/local/lib/gtkglext-1.0/include
-#
-# PATH_EXPAT_L = -L/usr/X11R6/lib
-# PATH_FREETYPE_L = -L/usr/X11R6/lib
-# PATH_X_L = -L/usr/X11R6/lib
@ -38,13 +28,29 @@ $OpenBSD: patch-src-make_local,v 1.5 2011/03/02 11:30:08 jasper Exp $
-# PATH_GTK_L = -L/usr/local/lib
-# PATH_MESA_L = -L/usr/X11R6/lib
-# PATH_GTKGL_L = -L/usr/local/lib
+PATH_EXPAT_H = -I${X11BASE}/include
+PATH_FREETYPE_H = -I${X11BASE}/include/freetype2
+PATH_X_H = -I${X11BASE}/include
+PATH_GLIB_H = -I${LOCALBASE}/include/glib-2.0 -I${LOCALBASE}/lib/glib-2.0/include
+PATH_CAIRO_H = -I${LOCALBASE}/include/cairo
+PATH_PANGO_H = -I${LOCALBASE}/include/pango-1.0
+PATH_ATK_H = -I${LOCALBASE}/include/atk-1.0
+PATH_GTK_H = -I${LOCALBASE}/include/gtk-2.0 -I${LOCALBASE}/lib/gtk-2.0/include \
+ -I/usr/include/gdk-pixbuf-2.0/
+PATH_MESA_H = -I${X11BASE}/include/GL
+PATH_GTKGL_H = -I${LOCALBASE}/include/gtkglext-1.0 \
+ -I${LOCALBASE}/lib/gtkglext-1.0/include/
+
+PATH_EXPAT_L = -L${X11BASE}/lib
+PATH_FREETYPE_L = -L${X11BASE}/lib
+PATH_X_L = -L${X11BASE}/lib
+PATH_GLIB_L = -L${LOCALBASE}/lib
+PATH_CAIRO_L = -L${LOCALBASE}/lib
+PATH_PANGO_L = -L${LOCALBASE}/lib
+PATH_ATK_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
#
#======================== Mac OS X 1.03 / MacPort =============================
#

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2011/03/02 11:30:08 jasper Exp $
@comment $OpenBSD: PLIST,v 1.7 2011/09/28 16:45:17 jasper Exp $
@bin bin/gamgi
share/doc/gamgi/
share/doc/gamgi/LICENSE
@ -58,8 +58,8 @@ 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_scope.html
share/doc/gamgi/formats/direction/create_type.html
share/doc/gamgi/formats/direction/create_view.html
share/doc/gamgi/formats/file/
@ -112,8 +112,8 @@ 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_scope.html
share/doc/gamgi/formats/plane/create_type.html
share/doc/gamgi/formats/plane/create_view.html
share/doc/gamgi/formats/reference.html
@ -160,16 +160,19 @@ 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/copy_object.html
share/doc/gamgi/interfaces/assembly/copy_shift.html
share/doc/gamgi/interfaces/assembly/create.html
share/doc/gamgi/interfaces/assembly/link_object.html
share/doc/gamgi/interfaces/assembly/link_shift.html
share/doc/gamgi/interfaces/assembly/remove_object.html
share/doc/gamgi/interfaces/assembly/select.html
share/doc/gamgi/interfaces/assembly/select_list.html
share/doc/gamgi/interfaces/atom/
share/doc/gamgi/interfaces/atom/config.html
share/doc/gamgi/interfaces/atom/config_analysis.html
share/doc/gamgi/interfaces/atom/config_element.html
share/doc/gamgi/interfaces/atom/config_view.html
share/doc/gamgi/interfaces/atom/copy_copies.html
share/doc/gamgi/interfaces/atom/copy_object.html
share/doc/gamgi/interfaces/atom/copy_shift.html
share/doc/gamgi/interfaces/atom/create_analysis.html
share/doc/gamgi/interfaces/atom/create_position.html
@ -177,6 +180,7 @@ share/doc/gamgi/interfaces/atom/create_property.html
share/doc/gamgi/interfaces/atom/create_type.html
share/doc/gamgi/interfaces/atom/create_view.html
share/doc/gamgi/interfaces/atom/link_object.html
share/doc/gamgi/interfaces/atom/link_shift.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
@ -196,11 +200,14 @@ share/doc/gamgi/interfaces/bond/create_method.html
share/doc/gamgi/interfaces/bond/create_property.html
share/doc/gamgi/interfaces/bond/create_view.html
share/doc/gamgi/interfaces/bond/link_object.html
share/doc/gamgi/interfaces/bond/link_shift.html
share/doc/gamgi/interfaces/bond/modify_property.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/bond/select_list.html
share/doc/gamgi/interfaces/cell/
share/doc/gamgi/interfaces/cell/copy_object.html
share/doc/gamgi/interfaces/cell/copy_shift.html
share/doc/gamgi/interfaces/cell/create_origin.html
share/doc/gamgi/interfaces/cell/create_position.html
share/doc/gamgi/interfaces/cell/create_symmetry.html
@ -208,10 +215,12 @@ share/doc/gamgi/interfaces/cell/create_view.html
share/doc/gamgi/interfaces/cell/create_volume.html
share/doc/gamgi/interfaces/cell/groups.html
share/doc/gamgi/interfaces/cell/lattices.html
share/doc/gamgi/interfaces/cell/link_change.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/link_shift.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
@ -221,36 +230,42 @@ share/doc/gamgi/interfaces/cell/modify_volume.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/select_list.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/copy_object.html
share/doc/gamgi/interfaces/cluster/copy_shift.html
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/link_shift.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/select_list.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/copy_object.html
share/doc/gamgi/interfaces/direction/copy_shift.html
share/doc/gamgi/interfaces/direction/create_projection.html
share/doc/gamgi/interfaces/direction/create_scope.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/link_shift.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_scope.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/direction/select_list.html
share/doc/gamgi/interfaces/file/
share/doc/gamgi/interfaces/file/export_filters.html
share/doc/gamgi/interfaces/file/export_location.html
@ -267,6 +282,8 @@ share/doc/gamgi/interfaces/graph/
share/doc/gamgi/interfaces/graph/select.html
share/doc/gamgi/interfaces/group/
share/doc/gamgi/interfaces/group/coordination.html
share/doc/gamgi/interfaces/group/copy_object.html
share/doc/gamgi/interfaces/group/copy_shift.html
share/doc/gamgi/interfaces/group/create_polytope.html
share/doc/gamgi/interfaces/group/create_scope.html
share/doc/gamgi/interfaces/group/create_tolerance.html
@ -274,6 +291,7 @@ share/doc/gamgi/interfaces/group/create_type.html
share/doc/gamgi/interfaces/group/create_view.html
share/doc/gamgi/interfaces/group/geometry.html
share/doc/gamgi/interfaces/group/link_object.html
share/doc/gamgi/interfaces/group/link_shift.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
@ -285,7 +303,7 @@ share/doc/gamgi/interfaces/group/modify_tolerance.html
share/doc/gamgi/interfaces/group/modify_type.html
share/doc/gamgi/interfaces/group/modify_view.html
share/doc/gamgi/interfaces/group/remove_object.html
share/doc/gamgi/interfaces/group/select.html
share/doc/gamgi/interfaces/group/select_list.html
share/doc/gamgi/interfaces/group/symmetry.html
share/doc/gamgi/interfaces/group/voronoi.html
share/doc/gamgi/interfaces/help/
@ -317,79 +335,96 @@ 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/copy_object.html
share/doc/gamgi/interfaces/layer/copy_shift.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/link_shift.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/layer/select_list.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/copy_object.html
share/doc/gamgi/interfaces/light/copy_shift.html
share/doc/gamgi/interfaces/light/create_attenuation.html
share/doc/gamgi/interfaces/light/create_color.html
share/doc/gamgi/interfaces/light/create_geometry.html
share/doc/gamgi/interfaces/light/link_object.html
share/doc/gamgi/interfaces/light/link_shift.html
share/doc/gamgi/interfaces/light/modify_attenuation.html
share/doc/gamgi/interfaces/light/modify_color.html
share/doc/gamgi/interfaces/light/modify_geometry.html
share/doc/gamgi/interfaces/light/remove_object.html
share/doc/gamgi/interfaces/light/select.html
share/doc/gamgi/interfaces/light/select_list.html
share/doc/gamgi/interfaces/molecule/
share/doc/gamgi/interfaces/molecule/copy_object.html
share/doc/gamgi/interfaces/molecule/copy_shift.html
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/link_shift.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/select_list.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/copy_object.html
share/doc/gamgi/interfaces/plane/copy_shift.html
share/doc/gamgi/interfaces/plane/create_projection.html
share/doc/gamgi/interfaces/plane/create_scope.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/link_shift.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_scope.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/plane/select_list.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/copy_object.html
share/doc/gamgi/interfaces/text/copy_shift.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/link_shift.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/text/select_list.html
share/doc/gamgi/interfaces/window/
share/doc/gamgi/interfaces/window/config_ruler.html
share/doc/gamgi/interfaces/window/copy_object.html
share/doc/gamgi/interfaces/window/link_object.html
share/doc/gamgi/interfaces/window/link_shift.html
share/doc/gamgi/interfaces/window/remove_object.html
share/doc/gamgi/interfaces/window/select.html
share/doc/gamgi/interfaces/window/select_list.html
share/doc/gamgi/keywords/
share/doc/gamgi/keywords/arrow.html
share/doc/gamgi/keywords/assembly.html
@ -443,6 +478,7 @@ 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/tips.html
share/doc/gamgi/tutorials/
share/doc/gamgi/tutorials/calcite_page1.html
share/doc/gamgi/tutorials/cscl_page1.html
@ -478,18 +514,17 @@ 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_ab_abc.txt
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/Al_M/screen_Al4Cr_ab_abc.xml
share/gamgi/cell/Al_M/screen_Al5Mo_h_r.xml
share/gamgi/cell/blenda.xml
share/gamgi/cell/blenda_screen.xml
share/gamgi/cell/calcite_solid.xml
share/gamgi/cell/calcite_wired.xml
share/gamgi/cell/interstices/
@ -515,10 +550,77 @@ 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/screen_blenda.xml
share/gamgi/cell/structures/
share/gamgi/cell/structures/s103_Ice_Ic.txt
share/gamgi/cell/structures/s103_Ice_Ic.xml
share/gamgi/cell/structures/s104_CO2_cubic.txt
share/gamgi/cell/structures/s104_CO2_cubic.xml
share/gamgi/cell/structures/s105_C6H6.txt
share/gamgi/cell/structures/s105_C6H6.xml
share/gamgi/cell/structures/s106_C8O46_ice_clathrate.txt
share/gamgi/cell/structures/s106_C8O46_ice_clathrate.xml
share/gamgi/cell/structures/s10_CsCl.txt
share/gamgi/cell/structures/s10_CsCl.xml
share/gamgi/cell/structures/s11_ZnS_blenda.txt
share/gamgi/cell/structures/s11_ZnS_blenda.xml
share/gamgi/cell/structures/s12_CaF2_fluorite.txt
share/gamgi/cell/structures/s12_CaF2_fluorite.xml
share/gamgi/cell/structures/s13_CuFeS2_chalcopyrite.txt
share/gamgi/cell/structures/s13_CuFeS2_chalcopyrite.xml
share/gamgi/cell/structures/s14_ZnS_wurtzite.txt
share/gamgi/cell/structures/s14_ZnS_wurtzite.xml
share/gamgi/cell/structures/s15_NiAs.txt
share/gamgi/cell/structures/s15a_NiAs.xml
share/gamgi/cell/structures/s15b_NiAs.xml
share/gamgi/cell/structures/s16_Ni3Sn.txt
share/gamgi/cell/structures/s16a_Ni3Sn.xml
share/gamgi/cell/structures/s16b_Ni3Sn.xml
share/gamgi/cell/structures/s17_aLa.txt
share/gamgi/cell/structures/s17_aLa.xml
share/gamgi/cell/structures/s18_bSn.txt
share/gamgi/cell/structures/s18_bSn.xml
share/gamgi/cell/structures/s19_In.txt
share/gamgi/cell/structures/s19_In.xml
share/gamgi/cell/structures/s1_Cu_cfc.txt
share/gamgi/cell/structures/s1_Cu_cfc.xml
share/gamgi/cell/structures/s20_As.txt
share/gamgi/cell/structures/s20_As.xml
share/gamgi/cell/structures/s21_gSe.txt
share/gamgi/cell/structures/s21a_gSe.xml
share/gamgi/cell/structures/s21b_gSe.xml
share/gamgi/cell/structures/s22_C_graphite.txt
share/gamgi/cell/structures/s22_C_graphite.xml
share/gamgi/cell/structures/s23_aHg.txt
share/gamgi/cell/structures/s23_aHg.xml
share/gamgi/cell/structures/s24_Ga.txt
share/gamgi/cell/structures/s24a_Ga.xml
share/gamgi/cell/structures/s24b_Ga.xml
share/gamgi/cell/structures/s2_W_bcc.txt
share/gamgi/cell/structures/s2_W_bcc.xml
share/gamgi/cell/structures/s3_Mg_hcp.txt
share/gamgi/cell/structures/s3a_Mg_hcp.xml
share/gamgi/cell/structures/s3b_Mg_hcp.xml
share/gamgi/cell/structures/s4_AuCu.txt
share/gamgi/cell/structures/s4_AuCu.xml
share/gamgi/cell/structures/s5_AuCu3.txt
share/gamgi/cell/structures/s5_AuCu3.xml
share/gamgi/cell/structures/s6_C_diamond.txt
share/gamgi/cell/structures/s6_C_diamond.xml
share/gamgi/cell/structures/s7_NaCl.txt
share/gamgi/cell/structures/s7a_NaCl.xml
share/gamgi/cell/structures/s7b_NaCl.xml
share/gamgi/cell/structures/s7c_NaCl.xml
share/gamgi/cell/structures/s8_BiF3.txt
share/gamgi/cell/structures/s8a_BiF3.xml
share/gamgi/cell/structures/s8b_BiF3.xml
share/gamgi/cell/structures/s9_AlCu2Mn_heusler.txt
share/gamgi/cell/structures/s9a_AlCu2Mn_heusler.xml
share/gamgi/cell/structures/s9b_AlCu2Mn_heusler.xml
share/gamgi/cell/styles.xml
share/gamgi/cell/styles_bw.xml
share/gamgi/cell/superconductors/
share/gamgi/cell/superconductors/screen_yba2cu3o7.xml
share/gamgi/cell/superconductors/yba2cu3o6.xml
share/gamgi/cell/superconductors/yba2cu3o7.xml
share/gamgi/cell/superconductors/yba2cu3o7_structure.txt
@ -668,6 +770,8 @@ 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/C60_cfc_atoms.xml
share/gamgi/molecule/fullerenes/C60_cfc_polyhedra.xml
share/gamgi/molecule/fullerenes/C70_D5h.xml
share/gamgi/molecule/fullerenes/C720.xml
share/gamgi/molecule/fullerenes/C72_D6d.xml
@ -958,9 +1062,9 @@ 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/plane/screen_planes_directions.xml
share/gamgi/text/
share/gamgi/text/fonts.xml
share/gamgi/text/keyboard.xml