From 169beefafa0def71df7e71b18a97a011d9c4beb4 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 5 Jun 2026 03:13:18 +0000 Subject: [PATCH] Update to geomview 1.95 and fix build with llvm22 --- graphics/geomview/Makefile | 3 +- graphics/geomview/distinfo | 4 +- .../patches/patch-src_bin_animate_glob_c | 9 +- .../patch-src_bin_geomutil_ucd_anytoucd_c | 12 ++ .../patches/patch-src_lib_Makefile_in | 7 +- graphics/geomview/pkg/PLIST | 144 ++++++++++++------ 6 files changed, 119 insertions(+), 60 deletions(-) create mode 100644 graphics/geomview/patches/patch-src_bin_geomutil_ucd_anytoucd_c diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index f80ef8ecad6..6621fc6eed4 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,8 +1,7 @@ COMMENT = geometry viewer for OOGL file formats -V = 1.9.4 +V = 1.9.5 DISTNAME = geomview-$V -REVISION = 12 SHARED_LIBS = geomview 0.0 CATEGORIES = graphics diff --git a/graphics/geomview/distinfo b/graphics/geomview/distinfo index 4a9aa701cfb..474a035bb1e 100644 --- a/graphics/geomview/distinfo +++ b/graphics/geomview/distinfo @@ -1,2 +1,2 @@ -SHA256 (geomview-1.9.4.tar.gz) = BkesuFgmCYNuWIuXp/FvcLCO249p1rQvl5TBQuBPdaY= -SIZE (geomview-1.9.4.tar.gz) = 4969606 +SHA256 (geomview-1.9.5.tar.gz) = Z+2zAFoi7SvwbweQMD7j9SMBG6BpwQ24rvJjrBobAsA= +SIZE (geomview-1.9.5.tar.gz) = 5423449 diff --git a/graphics/geomview/patches/patch-src_bin_animate_glob_c b/graphics/geomview/patches/patch-src_bin_animate_glob_c index 846c5854f0b..83447ccbae0 100644 --- a/graphics/geomview/patches/patch-src_bin_animate_glob_c +++ b/graphics/geomview/patches/patch-src_bin_animate_glob_c @@ -1,11 +1,12 @@ ---- src/bin/animate/glob.c.orig Fri Mar 23 14:28:53 2012 -+++ src/bin/animate/glob.c Fri Mar 23 14:29:26 2012 +Index: src/bin/animate/glob.c +--- src/bin/animate/glob.c.orig ++++ src/bin/animate/glob.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)glob.c 5.7 (Berkeley) 12/1 #include #include --#if !defined(dirfd) && !defined(__GLIBC__) && !defined(__linux__) && !defined(__FreeBSD__) && !defined(__CYGWIN__) -+#if !defined(dirfd) && !defined(__GLIBC__) && !defined(__linux__) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__CYGWIN__) +-#if !defined(dirfd) && !defined(__GLIBC__) && !defined(__linux__) && !defined(__FreeBSD__) && !defined(__CYGWIN__) && !defined(__APPLE__) ++#if !defined(dirfd) && !defined(__GLIBC__) && !defined(__linux__) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__CYGWIN__) && !defined(__APPLE__) #define dirfd(dirp) ((dirp)->dd_fd) #endif diff --git a/graphics/geomview/patches/patch-src_bin_geomutil_ucd_anytoucd_c b/graphics/geomview/patches/patch-src_bin_geomutil_ucd_anytoucd_c new file mode 100644 index 00000000000..d04cb1f2684 --- /dev/null +++ b/graphics/geomview/patches/patch-src_bin_geomutil_ucd_anytoucd_c @@ -0,0 +1,12 @@ +Index: src/bin/geomutil/ucd/anytoucd.c +--- src/bin/geomutil/ucd/anytoucd.c.orig ++++ src/bin/geomutil/ucd/anytoucd.c +@@ -370,7 +370,7 @@ int main(int argc, char **argv) + } + { + char *timestring; +- long mytime; ++ time_t mytime; + time_t myt; + myt = time(&mytime); + timestring = ctime(&myt); diff --git a/graphics/geomview/patches/patch-src_lib_Makefile_in b/graphics/geomview/patches/patch-src_lib_Makefile_in index baf0896cca7..5bfccca514d 100644 --- a/graphics/geomview/patches/patch-src_lib_Makefile_in +++ b/graphics/geomview/patches/patch-src_lib_Makefile_in @@ -1,6 +1,7 @@ ---- src/lib/Makefile.in.orig Wed Aug 29 11:49:52 2007 -+++ src/lib/Makefile.in Wed Mar 16 19:50:01 2016 -@@ -264,7 +264,7 @@ libgeomview_la_LIBADD = \ +Index: src/lib/Makefile.in +--- src/lib/Makefile.in.orig ++++ src/lib/Makefile.in +@@ -427,7 +427,7 @@ libgeomview_la_LIBADD = \ $(OOGLLIBS) $(OPENGLLIBS) $(SOCKETLIBS) $(XLIBS) $(ZLIB_LIB) libgeomview_la_DEPENDENCIES = $(OOGLLIBS) Makefile.am diff --git a/graphics/geomview/pkg/PLIST b/graphics/geomview/pkg/PLIST index e50c2f8d546..72a72ecb703 100644 --- a/graphics/geomview/pkg/PLIST +++ b/graphics/geomview/pkg/PLIST @@ -151,6 +151,7 @@ include/geomview/transobj.h include/geomview/vec4.h include/geomview/vect.h include/geomview/vert.h +include/geomview/vvec.h include/geomview/wa.h include/geomview/wa.yacc.h include/geomview/wa.yystype.h @@ -175,7 +176,7 @@ info/figs/tools.png info/figs/trefdodecinter.png @info info/geomview @info info/geomview-pt_BR -lib/libgeomview.a +@static-lib lib/libgeomview.a lib/libgeomview.la @lib lib/libgeomview.so.${LIBgeomview_VERSION} libexec/geomview/ @@ -315,14 +316,16 @@ share/doc/geomview/html/Unix-Binary-Installation.html share/doc/geomview/html/VECT.html share/doc/geomview/html/Vertices.html share/doc/geomview/html/XForms.html +share/doc/geomview/html/add.html share/doc/geomview/html/all.html share/doc/geomview/html/and.html share/doc/geomview/html/ap_002doverride.html -share/doc/geomview/html/appearance.html +share/doc/geomview/html/appearance-objects.html share/doc/geomview/html/backcolor.html share/doc/geomview/html/background_002dimage.html share/doc/geomview/html/bbox_002dcolor.html share/doc/geomview/html/bbox_002ddraw.html +share/doc/geomview/html/camera-objects.html share/doc/geomview/html/camera.html share/doc/geomview/html/camera_002ddraw.html share/doc/geomview/html/camera_002dprop.html @@ -331,13 +334,16 @@ share/doc/geomview/html/car.html share/doc/geomview/html/cdr.html share/doc/geomview/html/clock.html share/doc/geomview/html/command.html +share/doc/geomview/html/cons.html share/doc/geomview/html/copy.html share/doc/geomview/html/cursor_002dstill.html share/doc/geomview/html/cursor_002dtwitch.html +share/doc/geomview/html/defun.html share/doc/geomview/html/delete.html share/doc/geomview/html/dice.html share/doc/geomview/html/dimension.html share/doc/geomview/html/dither.html +share/doc/geomview/html/div.html share/doc/geomview/html/draw.html share/doc/geomview/html/dump_002dhandles.html share/doc/geomview/html/echo.html @@ -347,11 +353,13 @@ share/doc/geomview/html/emodule_002ddefined.html share/doc/geomview/html/emodule_002disrunning.html share/doc/geomview/html/emodule_002dpath.html share/doc/geomview/html/emodule_002drun.html +share/doc/geomview/html/emodule_002drun_002dshortcut.html share/doc/geomview/html/emodule_002dsort.html share/doc/geomview/html/emodule_002dstart.html share/doc/geomview/html/emodule_002dtransmit.html share/doc/geomview/html/eq.html share/doc/geomview/html/escale.html +share/doc/geomview/html/eval.html share/doc/geomview/html/event_002dkeys.html share/doc/geomview/html/event_002dmode.html share/doc/geomview/html/event_002dpick.html @@ -397,14 +405,17 @@ share/doc/geomview/html/gt.html share/doc/geomview/html/hdefine.html share/doc/geomview/html/hdelete.html share/doc/geomview/html/help.html +share/doc/geomview/html/help_002dshortcut.html share/doc/geomview/html/hmodel.html share/doc/geomview/html/hsphere_002ddraw.html share/doc/geomview/html/if.html -share/doc/geomview/html/image.html +share/doc/geomview/html/image-objects.html share/doc/geomview/html/index.html share/doc/geomview/html/inhibit_002dwarning.html share/doc/geomview/html/input_002dtranslator.html share/doc/geomview/html/interest.html +share/doc/geomview/html/lambda.html +share/doc/geomview/html/let.html share/doc/geomview/html/lines_002dcloser.html share/doc/geomview/html/load.html share/doc/geomview/html/load_002dpath.html @@ -418,7 +429,10 @@ share/doc/geomview/html/merge.html share/doc/geomview/html/merge_002dap.html share/doc/geomview/html/merge_002dbase_002dap.html share/doc/geomview/html/merge_002dbaseap.html +share/doc/geomview/html/mod.html share/doc/geomview/html/morehelp.html +share/doc/geomview/html/morehelp_002dshortcut.html +share/doc/geomview/html/mul.html share/doc/geomview/html/name_002dobject.html share/doc/geomview/html/new_002dalien.html share/doc/geomview/html/new_002dcamera.html @@ -427,7 +441,7 @@ share/doc/geomview/html/new_002dgeometry.html share/doc/geomview/html/new_002dreset.html share/doc/geomview/html/normalization.html share/doc/geomview/html/not.html -share/doc/geomview/html/ntransform.html +share/doc/geomview/html/ntransform-objects.html share/doc/geomview/html/or.html share/doc/geomview/html/pick.html share/doc/geomview/html/pick_002dinvisible.html @@ -435,58 +449,61 @@ share/doc/geomview/html/pickable.html share/doc/geomview/html/position.html share/doc/geomview/html/position_002dat.html share/doc/geomview/html/position_002dtoward.html +share/doc/geomview/html/process_002devents.html share/doc/geomview/html/progn.html share/doc/geomview/html/pt_BR/ -share/doc/geomview/html/pt_BR/Appearance-Panel.html -share/doc/geomview/html/pt_BR/Appearance.html -share/doc/geomview/html/pt_BR/Appearances.html +share/doc/geomview/html/pt_BR/Aparencia.html +share/doc/geomview/html/pt_BR/Aparencias.html share/doc/geomview/html/pt_BR/Argument-Conventions.html -share/doc/geomview/html/pt_BR/Authors.html +share/doc/geomview/html/pt_BR/Atalhos-de-Teclado.html +share/doc/geomview/html/pt_BR/Autores.html share/doc/geomview/html/pt_BR/BBOX.html share/doc/geomview/html/pt_BR/BBP-and-BEZ.html -share/doc/geomview/html/pt_BR/Basic-Interaction.html -share/doc/geomview/html/pt_BR/Binary-format.html share/doc/geomview/html/pt_BR/COMMENT.html share/doc/geomview/html/pt_BR/Cameras.html +share/doc/geomview/html/pt_BR/Chamando.html share/doc/geomview/html/pt_BR/Chunks.html -share/doc/geomview/html/pt_BR/Command-Line-Options.html -share/doc/geomview/html/pt_BR/Commands.html -share/doc/geomview/html/pt_BR/Common-syntax.html -share/doc/geomview/html/pt_BR/Contributing.html -share/doc/geomview/html/pt_BR/Conventions.html -share/doc/geomview/html/pt_BR/Copying.html -share/doc/geomview/html/pt_BR/Customization.html +share/doc/geomview/html/pt_BR/Comandos.html +share/doc/geomview/html/pt_BR/Contribuindo.html +share/doc/geomview/html/pt_BR/Convencoes.html +share/doc/geomview/html/pt_BR/Copiando.html +share/doc/geomview/html/pt_BR/Customizacao.html share/doc/geomview/html/pt_BR/DISCGRP.html +share/doc/geomview/html/pt_BR/Direcoes-de-superficies-normais.html share/doc/geomview/html/pt_BR/Distrib.html share/doc/geomview/html/pt_BR/Example1.html share/doc/geomview/html/pt_BR/Example2.html share/doc/geomview/html/pt_BR/Example3.html share/doc/geomview/html/pt_BR/Example4.html -share/doc/geomview/html/pt_BR/File-names.html -share/doc/geomview/html/pt_BR/Function-Index.html +share/doc/geomview/html/pt_BR/Exemplos-INST.html +share/doc/geomview/html/pt_BR/Formato-binario.html +share/doc/geomview/html/pt_BR/Formatos-de-Arquivo-de-Objeto.html +share/doc/geomview/html/pt_BR/Formatos-dos-Arquivos-da-OOGL.html share/doc/geomview/html/pt_BR/GCL-Reference.html share/doc/geomview/html/pt_BR/GCL.html share/doc/geomview/html/pt_BR/GROUP.html +share/doc/geomview/html/pt_BR/Geometrias-Nao_002dEuclidianas.html share/doc/geomview/html/pt_BR/Geomview_002em.html -share/doc/geomview/html/pt_BR/History.html -share/doc/geomview/html/pt_BR/INST-Examples.html +share/doc/geomview/html/pt_BR/Gravando.html +share/doc/geomview/html/pt_BR/Historia.html share/doc/geomview/html/pt_BR/INST.html -share/doc/geomview/html/pt_BR/Installation.html -share/doc/geomview/html/pt_BR/Interaction.html +share/doc/geomview/html/pt_BR/Indice-de-Funcoes.html +share/doc/geomview/html/pt_BR/Iniciando-o-Geomview.html +share/doc/geomview/html/pt_BR/Instalacao.html +share/doc/geomview/html/pt_BR/Interacao-Basica.html +share/doc/geomview/html/pt_BR/Interacao.html share/doc/geomview/html/pt_BR/Interface.html share/doc/geomview/html/pt_BR/Intro.html -share/doc/geomview/html/pt_BR/Keyboard-Shortcuts.html share/doc/geomview/html/pt_BR/LIST.html -share/doc/geomview/html/pt_BR/Lighting-Panel.html -share/doc/geomview/html/pt_BR/List-of-Figures.html -share/doc/geomview/html/pt_BR/Loading.html +share/doc/geomview/html/pt_BR/Lista-de-Figuras.html share/doc/geomview/html/pt_BR/MESH.html -share/doc/geomview/html/pt_BR/Materials-Panel.html +share/doc/geomview/html/pt_BR/Mapeamento-de-Textura.html share/doc/geomview/html/pt_BR/Mathematica.html +share/doc/geomview/html/pt_BR/Matrizes-de-transformacao-ND.html +share/doc/geomview/html/pt_BR/Matrizes-de-transformacao.html share/doc/geomview/html/pt_BR/Module-Installation.html -share/doc/geomview/html/pt_BR/Modules.html -share/doc/geomview/html/pt_BR/Mouse-Motions.html -share/doc/geomview/html/pt_BR/ND-Transformation-matrices.html +share/doc/geomview/html/pt_BR/Modulos.html +share/doc/geomview/html/pt_BR/Movimentos-do-Mouse.html share/doc/geomview/html/pt_BR/ND_002dVertices.html share/doc/geomview/html/pt_BR/ND_002daxes.html share/doc/geomview/html/pt_BR/ND_002dcolor.html @@ -495,44 +512,44 @@ share/doc/geomview/html/pt_BR/ND_002dxform_002dget.html share/doc/geomview/html/pt_BR/ND_002dxform_002dset.html share/doc/geomview/html/pt_BR/NeXT.html share/doc/geomview/html/pt_BR/Networked-Geomview.html -share/doc/geomview/html/pt_BR/Non_002dEuclidean-Geometry.html -share/doc/geomview/html/pt_BR/Non_002dgeometric-objects.html +share/doc/geomview/html/pt_BR/Nomes-de-arquivos.html share/doc/geomview/html/pt_BR/OFF.html -share/doc/geomview/html/pt_BR/OOGL-File-Formats.html share/doc/geomview/html/pt_BR/OOGL_002em.html -share/doc/geomview/html/pt_BR/Object-File-Formats.html -share/doc/geomview/html/pt_BR/Overview.html +share/doc/geomview/html/pt_BR/Objeto-camera.html +share/doc/geomview/html/pt_BR/Objetos-de-aparencia.html +share/doc/geomview/html/pt_BR/Objetos-nao_002dgeometricos.html +share/doc/geomview/html/pt_BR/Opcoes-de-Linha-de-Comando.html share/doc/geomview/html/pt_BR/Package-Details.html share/doc/geomview/html/pt_BR/Package-Installation.html -share/doc/geomview/html/pt_BR/Platforms.html -share/doc/geomview/html/pt_BR/Point-of-Interest.html +share/doc/geomview/html/pt_BR/Painel-de-Aparencia.html +share/doc/geomview/html/pt_BR/Painel-de-Iluminacao.html +share/doc/geomview/html/pt_BR/Painel-de-Materiais.html +share/doc/geomview/html/pt_BR/Plantaformas.html +share/doc/geomview/html/pt_BR/Ponto-de-Interesse.html share/doc/geomview/html/pt_BR/Private-Module-Installation.html -share/doc/geomview/html/pt_BR/Pronunciation.html +share/doc/geomview/html/pt_BR/Pronuncia.html share/doc/geomview/html/pt_BR/QUAD.html -share/doc/geomview/html/pt_BR/References.html +share/doc/geomview/html/pt_BR/Referencias.html share/doc/geomview/html/pt_BR/Remote-Display.html share/doc/geomview/html/pt_BR/RenderMan.html share/doc/geomview/html/pt_BR/SKEL.html share/doc/geomview/html/pt_BR/SPHERE.html -share/doc/geomview/html/pt_BR/Saving.html +share/doc/geomview/html/pt_BR/Sintaxe-comum.html share/doc/geomview/html/pt_BR/Source-Code-Installation.html -share/doc/geomview/html/pt_BR/Starting-Geomview.html -share/doc/geomview/html/pt_BR/Support.html -share/doc/geomview/html/pt_BR/Surface-normal-directions.html +share/doc/geomview/html/pt_BR/Suporte.html share/doc/geomview/html/pt_BR/System-Module-Installation.html share/doc/geomview/html/pt_BR/TLIST.html -share/doc/geomview/html/pt_BR/Texture-Mapping.html -share/doc/geomview/html/pt_BR/Transformation-matrices.html share/doc/geomview/html/pt_BR/Tutorial.html share/doc/geomview/html/pt_BR/Unix-Binary-Detail.html share/doc/geomview/html/pt_BR/Unix-Binary-Installation.html share/doc/geomview/html/pt_BR/VECT.html share/doc/geomview/html/pt_BR/Vertices.html +share/doc/geomview/html/pt_BR/Visao-Geral.html share/doc/geomview/html/pt_BR/XForms.html +share/doc/geomview/html/pt_BR/add.html share/doc/geomview/html/pt_BR/all.html share/doc/geomview/html/pt_BR/and.html share/doc/geomview/html/pt_BR/ap_002doverride.html -share/doc/geomview/html/pt_BR/appearance.html share/doc/geomview/html/pt_BR/backcolor.html share/doc/geomview/html/pt_BR/background_002dimage.html share/doc/geomview/html/pt_BR/bbox_002dcolor.html @@ -545,13 +562,16 @@ share/doc/geomview/html/pt_BR/car.html share/doc/geomview/html/pt_BR/cdr.html share/doc/geomview/html/pt_BR/clock.html share/doc/geomview/html/pt_BR/command.html +share/doc/geomview/html/pt_BR/cons.html share/doc/geomview/html/pt_BR/copy.html share/doc/geomview/html/pt_BR/cursor_002dstill.html share/doc/geomview/html/pt_BR/cursor_002dtwitch.html +share/doc/geomview/html/pt_BR/defun.html share/doc/geomview/html/pt_BR/delete.html share/doc/geomview/html/pt_BR/dice.html share/doc/geomview/html/pt_BR/dimension.html share/doc/geomview/html/pt_BR/dither.html +share/doc/geomview/html/pt_BR/div.html share/doc/geomview/html/pt_BR/draw.html share/doc/geomview/html/pt_BR/dump_002dhandles.html share/doc/geomview/html/pt_BR/echo.html @@ -561,11 +581,13 @@ share/doc/geomview/html/pt_BR/emodule_002ddefined.html share/doc/geomview/html/pt_BR/emodule_002disrunning.html share/doc/geomview/html/pt_BR/emodule_002dpath.html share/doc/geomview/html/pt_BR/emodule_002drun.html +share/doc/geomview/html/pt_BR/emodule_002drun_002dshortcut.html share/doc/geomview/html/pt_BR/emodule_002dsort.html share/doc/geomview/html/pt_BR/emodule_002dstart.html share/doc/geomview/html/pt_BR/emodule_002dtransmit.html share/doc/geomview/html/pt_BR/eq.html share/doc/geomview/html/pt_BR/escale.html +share/doc/geomview/html/pt_BR/eval.html share/doc/geomview/html/pt_BR/event_002dkeys.html share/doc/geomview/html/pt_BR/event_002dmode.html share/doc/geomview/html/pt_BR/event_002dpick.html @@ -611,14 +633,17 @@ share/doc/geomview/html/pt_BR/gt.html share/doc/geomview/html/pt_BR/hdefine.html share/doc/geomview/html/pt_BR/hdelete.html share/doc/geomview/html/pt_BR/help.html +share/doc/geomview/html/pt_BR/help_002dshortcut.html share/doc/geomview/html/pt_BR/hmodel.html share/doc/geomview/html/pt_BR/hsphere_002ddraw.html share/doc/geomview/html/pt_BR/if.html -share/doc/geomview/html/pt_BR/image.html +share/doc/geomview/html/pt_BR/image-objects.html share/doc/geomview/html/pt_BR/index.html share/doc/geomview/html/pt_BR/inhibit_002dwarning.html share/doc/geomview/html/pt_BR/input_002dtranslator.html share/doc/geomview/html/pt_BR/interest.html +share/doc/geomview/html/pt_BR/lambda.html +share/doc/geomview/html/pt_BR/let.html share/doc/geomview/html/pt_BR/lines_002dcloser.html share/doc/geomview/html/pt_BR/load.html share/doc/geomview/html/pt_BR/load_002dpath.html @@ -632,7 +657,10 @@ share/doc/geomview/html/pt_BR/merge.html share/doc/geomview/html/pt_BR/merge_002dap.html share/doc/geomview/html/pt_BR/merge_002dbase_002dap.html share/doc/geomview/html/pt_BR/merge_002dbaseap.html +share/doc/geomview/html/pt_BR/mod.html share/doc/geomview/html/pt_BR/morehelp.html +share/doc/geomview/html/pt_BR/morehelp_002dshortcut.html +share/doc/geomview/html/pt_BR/mul.html share/doc/geomview/html/pt_BR/name_002dobject.html share/doc/geomview/html/pt_BR/new_002dalien.html share/doc/geomview/html/pt_BR/new_002dcamera.html @@ -641,7 +669,7 @@ share/doc/geomview/html/pt_BR/new_002dgeometry.html share/doc/geomview/html/pt_BR/new_002dreset.html share/doc/geomview/html/pt_BR/normalization.html share/doc/geomview/html/pt_BR/not.html -share/doc/geomview/html/pt_BR/ntransform.html +share/doc/geomview/html/pt_BR/ntransform-objects.html share/doc/geomview/html/pt_BR/or.html share/doc/geomview/html/pt_BR/pick.html share/doc/geomview/html/pt_BR/pick_002dinvisible.html @@ -649,6 +677,7 @@ share/doc/geomview/html/pt_BR/pickable.html share/doc/geomview/html/pt_BR/position.html share/doc/geomview/html/pt_BR/position_002dat.html share/doc/geomview/html/pt_BR/position_002dtoward.html +share/doc/geomview/html/pt_BR/process_002devents.html share/doc/geomview/html/pt_BR/progn.html share/doc/geomview/html/pt_BR/quit.html share/doc/geomview/html/pt_BR/quote.html @@ -670,18 +699,23 @@ share/doc/geomview/html/pt_BR/set_002demodule_002dpath.html share/doc/geomview/html/pt_BR/set_002dload_002dpath.html share/doc/geomview/html/pt_BR/set_002dmotionscale.html share/doc/geomview/html/pt_BR/setenv.html +share/doc/geomview/html/pt_BR/setq.html share/doc/geomview/html/pt_BR/sgi.html share/doc/geomview/html/pt_BR/shell.html +share/doc/geomview/html/pt_BR/shell_002dshortcut.html share/doc/geomview/html/pt_BR/sleep_002dfor.html share/doc/geomview/html/pt_BR/sleep_002duntil.html share/doc/geomview/html/pt_BR/snapshot.html share/doc/geomview/html/pt_BR/soft_002dshader.html share/doc/geomview/html/pt_BR/space.html share/doc/geomview/html/pt_BR/stereowin.html +share/doc/geomview/html/pt_BR/sub.html share/doc/geomview/html/pt_BR/time_002dinterests.html +share/doc/geomview/html/pt_BR/transform-objects.html share/doc/geomview/html/pt_BR/transform.html share/doc/geomview/html/pt_BR/transform_002dincr.html share/doc/geomview/html/pt_BR/transform_002dset.html +share/doc/geomview/html/pt_BR/truncate.html share/doc/geomview/html/pt_BR/ui_002dcam_002dfocus.html share/doc/geomview/html/pt_BR/ui_002dcenter.html share/doc/geomview/html/pt_BR/ui_002dcenter_002dorigin.html @@ -696,6 +730,8 @@ share/doc/geomview/html/pt_BR/ui_002dtarget.html share/doc/geomview/html/pt_BR/uninterest.html share/doc/geomview/html/pt_BR/update.html share/doc/geomview/html/pt_BR/update_002ddraw.html +share/doc/geomview/html/pt_BR/while.html +share/doc/geomview/html/pt_BR/window-objects.html share/doc/geomview/html/pt_BR/window.html share/doc/geomview/html/pt_BR/winenter.html share/doc/geomview/html/pt_BR/write.html @@ -726,18 +762,23 @@ share/doc/geomview/html/set_002demodule_002dpath.html share/doc/geomview/html/set_002dload_002dpath.html share/doc/geomview/html/set_002dmotionscale.html share/doc/geomview/html/setenv.html +share/doc/geomview/html/setq.html share/doc/geomview/html/sgi.html share/doc/geomview/html/shell.html +share/doc/geomview/html/shell_002dshortcut.html share/doc/geomview/html/sleep_002dfor.html share/doc/geomview/html/sleep_002duntil.html share/doc/geomview/html/snapshot.html share/doc/geomview/html/soft_002dshader.html share/doc/geomview/html/space.html share/doc/geomview/html/stereowin.html +share/doc/geomview/html/sub.html share/doc/geomview/html/time_002dinterests.html +share/doc/geomview/html/transform-objects.html share/doc/geomview/html/transform.html share/doc/geomview/html/transform_002dincr.html share/doc/geomview/html/transform_002dset.html +share/doc/geomview/html/truncate.html share/doc/geomview/html/ui_002dcam_002dfocus.html share/doc/geomview/html/ui_002dcenter.html share/doc/geomview/html/ui_002dcenter_002dorigin.html @@ -752,6 +793,8 @@ share/doc/geomview/html/ui_002dtarget.html share/doc/geomview/html/uninterest.html share/doc/geomview/html/update.html share/doc/geomview/html/update_002ddraw.html +share/doc/geomview/html/while.html +share/doc/geomview/html/window-objects.html share/doc/geomview/html/window.html share/doc/geomview/html/winenter.html share/doc/geomview/html/write.html @@ -778,6 +821,9 @@ share/geomview/Mathematica/Geomview.m share/geomview/Mathematica/OOGL.m share/geomview/Mathematica/OOGL.m.txt share/geomview/cmap.fmap +share/geomview/gcl/ +share/geomview/gcl/arithmetic.gcl +share/geomview/gcl/events.gcl share/geomview/geom/ share/geomview/geom/abstr.off share/geomview/geom/alphabet.vect