On Tue, Nov 08, 2005 at 10:32:46AM +0100, Alexandre Anriot wrote:
> wilfried@ and I have discussed about the documentation, and we think
> that a subpackage for drgeo-doc could be a good point, even if the
> versionning is different. Actually, it's a different port, and it could
> probably be merged.

I don't really see what is gained by doing this. Sure it can be done,
but is it worth the trouble? I would just go with an update for
drgeo-doc as well. The two diffs are in attachment.

-- 
steven


Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

? pkg/PLIST.uh
Index: Makefile
===================================================================
RCS file: /cvs/ports/education/drgeo/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile    13 Feb 2005 17:49:46 -0000      1.6
+++ Makefile    7 Nov 2005 11:01:02 -0000
@@ -2,12 +2,12 @@
 
 COMMENT=       "interactive geometry program"
 
-DISTNAME=      drgeo-0.9.13
+DISTNAME=      drgeo-1.1.0
 CATEGORIES=    education math
 
 HOMEPAGE=      http://www.ofset.org/drgeo/     
 
-MAINTAINER=    Kevin Lo <[EMAIL PROTECTED]>
+MAINTAINER=    Steven Mestdagh <[EMAIL PROTECTED]>
 
 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
@@ -18,19 +18,23 @@
                        glib-2.0.0.0 gmodule-2.0.0.0 \
                        gobject-2.0.0.0 gtk-x11-2.0.0.0 pango-1.0.0.0 \
                        pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \
-                       xml2.0.0 X11 Xext Xft Xinerama Xrender c fontconfig \
-                       freetype m stdc++ z Xcursor
+                       xml2.0.0 X11 Xft Xrender c fontconfig \
+                       freetype m stdc++ z
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ofset/}
 
 MODULES=       devel/gettext
 
-BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
+BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
+               :p5-XML-Parser-*:textproc/p5-XML-Parser
 LIB_DEPENDS=   glade-2.0.=0::devel/libglade2 \
                guile::lang/guile
 
 USE_X11=       Yes
 USE_GMAKE=     Yes
-CONFIGURE_STYLE= gnu
+USE_LIBTOOL=   Yes
+CONFIGURE_STYLE=gnu
+CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
+               LDFLAGS="-L${LOCALBASE}/lib"
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/education/drgeo/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo    5 Jan 2005 16:28:22 -0000       1.3
+++ distinfo    7 Nov 2005 11:01:02 -0000
@@ -1,4 +1,4 @@
-MD5 (drgeo-0.9.13.tar.gz) = 0ab4c1e1e72f4ffc8ef6c02a58036098
-RMD160 (drgeo-0.9.13.tar.gz) = 2d719b0a34c897a4958ad013b95bdaa7d8e3426d
-SHA1 (drgeo-0.9.13.tar.gz) = 24eaa741f2c4f756aec4273dca2004ee7a5a5a7a
-SIZE (drgeo-0.9.13.tar.gz) = 1442681
+MD5 (drgeo-1.1.0.tar.gz) = 4ee0a887e819266740867959cbb4095f
+RMD160 (drgeo-1.1.0.tar.gz) = 94859c622cf9a48f6134d7e348e6f5e94a43ed6c
+SHA1 (drgeo-1.1.0.tar.gz) = 7b988233fbcaac8002bd20e4e61c37240a739c29
+SIZE (drgeo-1.1.0.tar.gz) = 1608361
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/education/drgeo/patches/patch-Makefile_in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-Makefile_in
--- patches/patch-Makefile_in   21 Feb 2004 12:31:02 -0000      1.1.1.1
+++ patches/patch-Makefile_in   7 Nov 2005 11:01:02 -0000
@@ -1,7 +1,16 @@
 $OpenBSD: patch-Makefile_in,v 1.1.1.1 2004/02/21 12:31:02 espie Exp $
---- Makefile.in.orig   2004-02-12 01:31:23.000000000 +0100
-+++ Makefile.in        2004-02-12 01:31:29.000000000 +0100
-@@ -218,8 +218,7 @@ drgeo_LDADD = \
+--- Makefile.in.orig   Wed Jul 27 09:36:20 2005
++++ Makefile.in        Fri Nov  4 13:55:44 2005
+@@ -182,7 +182,7 @@ helpdir = $(datadir)/drgeo/help
+ gladedir = $(datadir)/drgeo/glade
+ scmdir = $(datadir)/drgeo/scm
+ appicondir = $(datadir)/pixmaps
+-SUBDIRS = po geo examples icons glade scm plugin encode
++SUBDIRS = po geo examples icons glade scm encode
+ 
+ INCLUDES = \
+       -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
+@@ -226,8 +226,7 @@ drgeo_LDADD = \
     $(top_builddir)/geo/libgeo.a \
        $(INTLLIBS) \
        $(DRGEO_LIBS) \
Index: patches/patch-examples_figures_Makefile_in
===================================================================
RCS file: patches/patch-examples_figures_Makefile_in
diff -N patches/patch-examples_figures_Makefile_in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-examples_figures_Makefile_in  7 Nov 2005 11:01:02 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- examples/figures/Makefile.in.orig  Fri Nov  4 13:33:10 2005
++++ examples/figures/Makefile.in       Fri Nov  4 13:33:31 2005
+@@ -178,7 +178,7 @@ sbindir = @sbindir@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-figuresdir = $(datadir)/drgeo/examples/figures
++figuresdir = $(datadir)/examples/drgeo/figures
+ 
+ figures_DATA = \
+       circle-locus.fgeo               \
Index: patches/patch-examples_macro_Makefile_in
===================================================================
RCS file: patches/patch-examples_macro_Makefile_in
diff -N patches/patch-examples_macro_Makefile_in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-examples_macro_Makefile_in    7 Nov 2005 11:01:02 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- examples/macro/Makefile.in.orig    Fri Nov  4 13:33:37 2005
++++ examples/macro/Makefile.in Fri Nov  4 13:33:44 2005
+@@ -178,7 +178,7 @@ sbindir = @sbindir@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-macrosdir = $(datadir)/drgeo/examples/macros
++macrosdir = $(datadir)/examples/drgeo/macros
+ 
+ macros_DATA = \
+       bissectrice.mgeo        \
Index: patches/patch-examples_scheme_Makefile_in
===================================================================
RCS file: patches/patch-examples_scheme_Makefile_in
diff -N patches/patch-examples_scheme_Makefile_in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-examples_scheme_Makefile_in   7 Nov 2005 11:01:02 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- examples/scheme/Makefile.in.orig   Fri Nov  4 13:33:53 2005
++++ examples/scheme/Makefile.in        Fri Nov  4 13:34:01 2005
+@@ -178,7 +178,7 @@ sbindir = @sbindir@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-schemedir = $(datadir)/drgeo/examples/scheme
++schemedir = $(datadir)/examples/drgeo/scheme
+ 
+ scheme_DATA = \
+       figure.scm                      \
Index: patches/patch-geo_drgeo_figure_cc
===================================================================
RCS file: patches/patch-geo_drgeo_figure_cc
diff -N patches/patch-geo_drgeo_figure_cc
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-geo_drgeo_figure_cc   7 Nov 2005 11:01:02 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- geo/drgeo_figure.cc.orig   Sun Nov  6 12:07:33 2005
++++ geo/drgeo_figure.cc        Sun Nov  6 12:11:08 2005
+@@ -1044,7 +1044,7 @@ drgeoFigure::getKeyFromValueOnHash (gpoi
+     return NULL;
+   else
+     // data.key is a * gchar get it content as a gpointer
+-    return GINT_TO_POINTER (strtol ((gchar *) data.key, NULL, 16));
++    return GUINT_TO_POINTER (strtoul ((gchar *) data.key, NULL, 16));
+ }
+ 
+ void
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/education/drgeo/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- pkg/PLIST   2 Aug 2004 07:13:08 -0000       1.2
+++ pkg/PLIST   7 Nov 2005 11:01:02 -0000
@@ -5,56 +5,6 @@
 share/drgeo/
 share/drgeo/encode/
 share/drgeo/encode/latin1.ps
-share/drgeo/examples/
-share/drgeo/examples/figures/
-share/drgeo/examples/figures/accel.fgeo
-share/drgeo/examples/figures/angle-inscrit.fgeo
-share/drgeo/examples/figures/baballe.fgeo
-share/drgeo/examples/figures/braik_conic.fgeo
-share/drgeo/examples/figures/cercle-inscrit.fgeo
-share/drgeo/examples/figures/circle-locus.fgeo
-share/drgeo/examples/figures/conics.fgeo
-share/drgeo/examples/figures/duality.fgeo
-share/drgeo/examples/figures/euler-line.fgeo
-share/drgeo/examples/figures/fonctions_associees.fgeo
-share/drgeo/examples/figures/lens.fgeo
-share/drgeo/examples/figures/light6.fgeo
-share/drgeo/examples/figures/mercedes.fgeo
-share/drgeo/examples/figures/moyenne-prop.fgeo
-share/drgeo/examples/figures/orthocenter-locus.fgeo
-share/drgeo/examples/figures/orthocentre-symetique.fgeo
-share/drgeo/examples/figures/parallelogramme.fgeo
-share/drgeo/examples/figures/partage-segment.fgeo
-share/drgeo/examples/figures/polygons.fgeo
-share/drgeo/examples/figures/problem1.fgeo
-share/drgeo/examples/figures/refraction.fgeo
-share/drgeo/examples/figures/saliera.fgeo
-share/drgeo/examples/figures/signed-distance.fgeo
-share/drgeo/examples/figures/sinusoide.fgeo
-share/drgeo/examples/figures/slope.fgeo
-share/drgeo/examples/figures/steiner_conic.fgeo
-share/drgeo/examples/figures/symmetry-axe-2.fgeo
-share/drgeo/examples/figures/symmetry-center.fgeo
-share/drgeo/examples/figures/triangle-scale.fgeo
-share/drgeo/examples/figures/triangle_rectangle1.fgeo
-share/drgeo/examples/figures/triangles-homothetiques.fgeo
-share/drgeo/examples/figures/trigo1.fgeo
-share/drgeo/examples/figures/varignon.fgeo
-share/drgeo/examples/figures/wheel.fgeo
-share/drgeo/examples/macros/
-share/drgeo/examples/macros/bissectrice.mgeo
-share/drgeo/examples/macros/centre1.mgeo
-share/drgeo/examples/macros/orthocentre.mgeo
-share/drgeo/examples/macros/pentagone.mgeo
-share/drgeo/examples/macros/segment.mgeo
-share/drgeo/examples/scheme/
-share/drgeo/examples/scheme/baum.scm
-share/drgeo/examples/scheme/figure.scm
-share/drgeo/examples/scheme/polygon.scm
-share/drgeo/examples/scheme/polygon2.scm
-share/drgeo/examples/scheme/spiral.scm
-share/drgeo/examples/scheme/square.scm
-share/drgeo/examples/scheme/steiner.scm
 share/drgeo/glade/
 share/drgeo/glade/angle.png
 share/drgeo/glade/angle.xpm
@@ -109,7 +59,6 @@
 share/drgeo/glade/line_menu.xpm
 share/drgeo/glade/load.xpm
 share/drgeo/glade/locus.png
-share/drgeo/glade/locus.xpm
 share/drgeo/glade/macro_menu.png
 share/drgeo/glade/macro_menu.xpm
 share/drgeo/glade/middle.png
@@ -170,13 +119,128 @@
 share/drgeo/scm/drgeo_scm_interface_constant_nl.scm
 share/drgeo/scm/drgeo_scm_interface_constant_sr.scm
 share/drgeo/scm/preferences.scm
+share/examples/drgeo/
+share/examples/drgeo/figures/
+share/examples/drgeo/figures/accel.big5.fgeo
+share/examples/drgeo/figures/accel.fgeo
+share/examples/drgeo/figures/angle-inscrit.fgeo
+share/examples/drgeo/figures/baballe.fgeo
+share/examples/drgeo/figures/braik_conic.fgeo
+share/examples/drgeo/figures/cercle-inscrit.fgeo
+share/examples/drgeo/figures/circle-locus.fgeo
+share/examples/drgeo/figures/conics.fgeo
+share/examples/drgeo/figures/duality.fgeo
+share/examples/drgeo/figures/euler-line.fgeo
+share/examples/drgeo/figures/fonctions_associees.fgeo
+share/examples/drgeo/figures/lens.fgeo
+share/examples/drgeo/figures/light6.fgeo
+share/examples/drgeo/figures/mercedes.fgeo
+share/examples/drgeo/figures/moyenne-prop.fgeo
+share/examples/drgeo/figures/orthocenter-locus.fgeo
+share/examples/drgeo/figures/orthocentre-symetique.fgeo
+share/examples/drgeo/figures/parallelogramme.fgeo
+share/examples/drgeo/figures/partage-segment.fgeo
+share/examples/drgeo/figures/polygon-7.fgeo
+share/examples/drgeo/figures/polygons.fgeo
+share/examples/drgeo/figures/problem1.fgeo
+share/examples/drgeo/figures/refraction.fgeo
+share/examples/drgeo/figures/saliera.fgeo
+share/examples/drgeo/figures/signed-distance.fgeo
+share/examples/drgeo/figures/sinusoide.fgeo
+share/examples/drgeo/figures/slope.fgeo
+share/examples/drgeo/figures/steiner_conic.fgeo
+share/examples/drgeo/figures/symmetry-axe-2.fgeo
+share/examples/drgeo/figures/symmetry-center.fgeo
+share/examples/drgeo/figures/triangle-scale.fgeo
+share/examples/drgeo/figures/triangle_rectangle1.fgeo
+share/examples/drgeo/figures/triangles-homothetiques.fgeo
+share/examples/drgeo/figures/trigo1.fgeo
+share/examples/drgeo/figures/varignon.fgeo
+share/examples/drgeo/figures/wheel.fgeo
+share/examples/drgeo/macros/
+share/examples/drgeo/macros/bissectrice.mgeo
+share/examples/drgeo/macros/centre1.mgeo
+share/examples/drgeo/macros/orthocentre.mgeo
+share/examples/drgeo/macros/pentagone.mgeo
+share/examples/drgeo/macros/polygon-7.mgeo
+share/examples/drgeo/macros/segment.mgeo
+share/examples/drgeo/scheme/
+share/examples/drgeo/scheme/baravelle.scm
+share/examples/drgeo/scheme/baum.scm
+share/examples/drgeo/scheme/figure.scm
+share/examples/drgeo/scheme/fractale.scm
+share/examples/drgeo/scheme/koch.scm
+share/examples/drgeo/scheme/pappo.scm
+share/examples/drgeo/scheme/polygon.scm
+share/examples/drgeo/scheme/polygon2.scm
+share/examples/drgeo/scheme/premier.scm
+share/examples/drgeo/scheme/spiral.scm
+share/examples/drgeo/scheme/square.scm
+share/examples/drgeo/scheme/steiner.scm
+share/examples/drgeo/scheme/tilings.scm
+share/locale/az/
+share/locale/az/LC_MESSAGES/
+share/locale/az/LC_MESSAGES/drgeo.mo
+share/locale/ca/LC_MESSAGES/drgeo.mo
+share/locale/cs/LC_MESSAGES/drgeo.mo
+share/locale/da/LC_MESSAGES/drgeo.mo
+share/locale/de/LC_MESSAGES/drgeo.mo
+share/locale/el/LC_MESSAGES/drgeo.mo
+share/locale/en_CA/
+share/locale/en_CA/LC_MESSAGES/
+share/locale/en_CA/LC_MESSAGES/drgeo.mo
+share/locale/en_GB/
+share/locale/en_GB/LC_MESSAGES/
+share/locale/en_GB/LC_MESSAGES/drgeo.mo
+share/locale/es/LC_MESSAGES/drgeo.mo
+share/locale/eu/
+share/locale/eu/LC_MESSAGES/
+share/locale/eu/LC_MESSAGES/drgeo.mo
+share/locale/fr/LC_MESSAGES/drgeo.mo
+share/locale/ga/LC_MESSAGES/drgeo.mo
+share/locale/gl/LC_MESSAGES/drgeo.mo
+share/locale/gu/
+share/locale/gu/LC_MESSAGES/
+share/locale/gu/LC_MESSAGES/drgeo.mo
+share/locale/hi/
+share/locale/hi/LC_MESSAGES/
+share/locale/hi/LC_MESSAGES/drgeo.mo
+share/locale/hr/LC_MESSAGES/drgeo.mo
+share/locale/hu/LC_MESSAGES/drgeo.mo
+share/locale/it/LC_MESSAGES/drgeo.mo
+share/locale/ja/LC_MESSAGES/drgeo.mo
+share/locale/ml/
+share/locale/ml/LC_MESSAGES/
+share/locale/ml/LC_MESSAGES/drgeo.mo
+share/locale/mr/
+share/locale/mr/LC_MESSAGES/
+share/locale/mr/LC_MESSAGES/drgeo.mo
+share/locale/nb/LC_MESSAGES/drgeo.mo
+share/locale/ne/
+share/locale/ne/LC_MESSAGES/
+share/locale/ne/LC_MESSAGES/drgeo.mo
+share/locale/nl/LC_MESSAGES/drgeo.mo
+share/locale/no/LC_MESSAGES/drgeo.mo
+share/locale/pl/LC_MESSAGES/drgeo.mo
+share/locale/pt/LC_MESSAGES/drgeo.mo
+share/locale/pt_BR/LC_MESSAGES/drgeo.mo
+share/locale/ru/LC_MESSAGES/drgeo.mo
+share/locale/rw/
+share/locale/rw/LC_MESSAGES/
+share/locale/rw/LC_MESSAGES/drgeo.mo
+share/locale/sl/LC_MESSAGES/drgeo.mo
+share/locale/sq/
+share/locale/sq/LC_MESSAGES/
+share/locale/sq/LC_MESSAGES/drgeo.mo
+share/locale/sr/LC_MESSAGES/drgeo.mo
+share/locale/[EMAIL PROTECTED]/
+share/locale/[EMAIL PROTECTED]/LC_MESSAGES/
+share/locale/[EMAIL PROTECTED]/LC_MESSAGES/drgeo.mo
+share/locale/sv/LC_MESSAGES/drgeo.mo
+share/locale/uk/LC_MESSAGES/drgeo.mo
+share/locale/zh_CN/LC_MESSAGES/drgeo.mo
+share/locale/zh_TW/LC_MESSAGES/drgeo.mo
 share/pixmaps/
 share/pixmaps/drgeo-book.png
 share/pixmaps/drgeo-file.png
 share/pixmaps/ofset-logo.png
-share/texmacs/
-share/texmacs/TeXmacs/
-share/texmacs/TeXmacs/plugins/
-share/texmacs/TeXmacs/plugins/drgeo/
-share/texmacs/TeXmacs/plugins/drgeo/progs/
-share/texmacs/TeXmacs/plugins/drgeo/progs/init-drgeo.scm
Index: Makefile
===================================================================
RCS file: /cvs/ports/education/drgeo-doc/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    14 Jan 2005 03:45:32 -0000      1.2
+++ Makefile    8 Nov 2005 11:16:59 -0000
@@ -2,10 +2,12 @@
 
 COMMENT=       "interactive geometry program, documentation"
 
-DISTNAME=      drgeo-doc-1.5
+DISTNAME=      drgeo-doc-1.6
 CATEGORIES=    education math
 
-HOMEPAGE=      http://www.ofset.org/drgeo/     
+HOMEPAGE=      http://www.ofset.org/drgeo/
+
+MAINTAINER=    Steven Mestdagh <[EMAIL PROTECTED]>
 
 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
@@ -13,9 +15,8 @@
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ofset/}
+MASTER_SITES=  http://documentation.ofset.org/drgeo/
 
-USE_GMAKE=             Yes
 CONFIGURE_STYLE=       gnu
 
 NO_BUILD=Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/education/drgeo-doc/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo    14 Jan 2005 03:45:32 -0000      1.3
+++ distinfo    8 Nov 2005 11:16:59 -0000
@@ -1,4 +1,4 @@
-MD5 (drgeo-doc-1.5.tar.gz) = a454d102a02528f993e0ccd41aadcad1
-RMD160 (drgeo-doc-1.5.tar.gz) = 4a39bd3faac08728f2221bd1a69320bf53cc7bf6
-SHA1 (drgeo-doc-1.5.tar.gz) = 5a504e4b80e97c51851772a00c83db226120d19e
-SIZE (drgeo-doc-1.5.tar.gz) = 2730242
+MD5 (drgeo-doc-1.6.tar.gz) = 189feb08a4246578ab918705fb58cfa1
+RMD160 (drgeo-doc-1.6.tar.gz) = 35a6698031516d1dfd1e1ee02cdaea61453ac352
+SHA1 (drgeo-doc-1.6.tar.gz) = 82e88a9a6ca3b86ec87ed6bd23786cb65399152e
+SIZE (drgeo-doc-1.6.tar.gz) = 2852981
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/education/drgeo-doc/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- pkg/PLIST   14 Jan 2005 03:45:32 -0000      1.3
+++ pkg/PLIST   8 Nov 2005 11:17:00 -0000
@@ -139,6 +139,10 @@
 share/drgeo/help/es/drgenius_102.html
 share/drgeo/help/es/drgenius_103.html
 share/drgeo/help/es/drgenius_104.html
+share/drgeo/help/es/drgenius_105.html
+share/drgeo/help/es/drgenius_106.html
+share/drgeo/help/es/drgenius_107.html
+share/drgeo/help/es/drgenius_108.html
 share/drgeo/help/es/drgenius_11.html
 share/drgeo/help/es/drgenius_12.html
 share/drgeo/help/es/drgenius_13.html
@@ -250,6 +254,8 @@
 share/drgeo/help/es/figures/dafig7.png
 share/drgeo/help/es/figures/dafig8.png
 share/drgeo/help/es/figures/dafig9.png
+share/drgeo/help/es/figures/drgeo.png
+share/drgeo/help/es/figures/fig0-bis.png
 share/drgeo/help/es/figures/fig0.png
 share/drgeo/help/es/figures/fig1.png
 share/drgeo/help/es/figures/fig10.png
@@ -314,7 +320,9 @@
 share/drgeo/help/es/figures/fig9.png
 share/drgeo/help/es/figures/hilaire-email.png
 share/drgeo/help/es/figures/next.png
+share/drgeo/help/es/figures/note.png
 share/drgeo/help/es/figures/previous.png
+share/drgeo/help/es/figures/puce.png
 share/drgeo/help/es/figures/up.png
 share/drgeo/help/es/introduction.html
 share/drgeo/help/es/line_tools.html
@@ -324,6 +332,65 @@
 share/drgeo/help/es/point_tools.html
 share/drgeo/help/es/transformation_tools.html
 share/drgeo/help/es/using_macro.html
+share/drgeo/help/eu/
+share/drgeo/help/eu/contents.html
+share/drgeo/help/eu/default_behaviour.html
+share/drgeo/help/eu/drgenius.html
+share/drgeo/help/eu/drgenius_11.html
+share/drgeo/help/eu/drgenius_12.html
+share/drgeo/help/eu/drgenius_13.html
+share/drgeo/help/eu/drgenius_14.html
+share/drgeo/help/eu/drgenius_15.html
+share/drgeo/help/eu/drgenius_16.html
+share/drgeo/help/eu/drgenius_17.html
+share/drgeo/help/eu/drgenius_18.html
+share/drgeo/help/eu/drgenius_20.html
+share/drgeo/help/eu/drgenius_21.html
+share/drgeo/help/eu/drgenius_22.html
+share/drgeo/help/eu/drgenius_23.html
+share/drgeo/help/eu/drgenius_24.html
+share/drgeo/help/eu/drgenius_25.html
+share/drgeo/help/eu/drgenius_26.html
+share/drgeo/help/eu/drgenius_28.html
+share/drgeo/help/eu/drgenius_29.html
+share/drgeo/help/eu/drgenius_3.html
+share/drgeo/help/eu/drgenius_30.html
+share/drgeo/help/eu/drgenius_31.html
+share/drgeo/help/eu/drgenius_33.html
+share/drgeo/help/eu/drgenius_34.html
+share/drgeo/help/eu/drgenius_36.html
+share/drgeo/help/eu/drgenius_37.html
+share/drgeo/help/eu/drgenius_38.html
+share/drgeo/help/eu/drgenius_4.html
+share/drgeo/help/eu/drgenius_40.html
+share/drgeo/help/eu/drgenius_41.html
+share/drgeo/help/eu/drgenius_43.html
+share/drgeo/help/eu/drgenius_44.html
+share/drgeo/help/eu/drgenius_46.html
+share/drgeo/help/eu/drgenius_47.html
+share/drgeo/help/eu/drgenius_49.html
+share/drgeo/help/eu/drgenius_50.html
+share/drgeo/help/eu/drgenius_51.html
+share/drgeo/help/eu/drgenius_52.html
+share/drgeo/help/eu/drgenius_53.html
+share/drgeo/help/eu/drgenius_54.html
+share/drgeo/help/eu/drgenius_55.html
+share/drgeo/help/eu/drgenius_56.html
+share/drgeo/help/eu/drgenius_6.html
+share/drgeo/help/eu/drgenius_7.html
+share/drgeo/help/eu/drgenius_8.html
+share/drgeo/help/eu/drgenius_9.html
+share/drgeo/help/eu/drgenius_guile_script.html
+share/drgeo/help/eu/editing_object_styles.html
+share/drgeo/help/eu/figures/
+share/drgeo/help/eu/introduction.html
+share/drgeo/help/eu/line_tools.html
+share/drgeo/help/eu/macroconstruction_tools.html
+share/drgeo/help/eu/numeric_tools.html
+share/drgeo/help/eu/other_tools.html
+share/drgeo/help/eu/point_tools.html
+share/drgeo/help/eu/transformation_tools.html
+share/drgeo/help/eu/using_macro.html
 share/drgeo/help/fr/
 share/drgeo/help/fr/contents.html
 share/drgeo/help/fr/default_behaviour.html
@@ -334,6 +401,11 @@
 share/drgeo/help/fr/drgenius_102.html
 share/drgeo/help/fr/drgenius_103.html
 share/drgeo/help/fr/drgenius_104.html
+share/drgeo/help/fr/drgenius_105.html
+share/drgeo/help/fr/drgenius_106.html
+share/drgeo/help/fr/drgenius_107.html
+share/drgeo/help/fr/drgenius_108.html
+share/drgeo/help/fr/drgenius_109.html
 share/drgeo/help/fr/drgenius_11.html
 share/drgeo/help/fr/drgenius_12.html
 share/drgeo/help/fr/drgenius_13.html
@@ -447,6 +519,7 @@
 share/drgeo/help/fr/figures/dafig7.png
 share/drgeo/help/fr/figures/dafig8.png
 share/drgeo/help/fr/figures/dafig9.png
+share/drgeo/help/fr/figures/drgeo.png
 share/drgeo/help/fr/figures/fig0-bis.png
 share/drgeo/help/fr/figures/fig0.png
 share/drgeo/help/fr/figures/fig1.png
@@ -512,7 +585,9 @@
 share/drgeo/help/fr/figures/fig9.png
 share/drgeo/help/fr/figures/hilaire-email.png
 share/drgeo/help/fr/figures/next.png
+share/drgeo/help/fr/figures/note.png
 share/drgeo/help/fr/figures/previous.png
+share/drgeo/help/fr/figures/puce.png
 share/drgeo/help/fr/figures/up.png
 share/drgeo/help/fr/introduction.html
 share/drgeo/help/fr/line_tools.html
@@ -637,6 +712,8 @@
 share/drgeo/help/it/figures/dafig7.png
 share/drgeo/help/it/figures/dafig8.png
 share/drgeo/help/it/figures/dafig9.png
+share/drgeo/help/it/figures/drgeo.png
+share/drgeo/help/it/figures/fig0-bis.png
 share/drgeo/help/it/figures/fig0.png
 share/drgeo/help/it/figures/fig1.png
 share/drgeo/help/it/figures/fig10.png
@@ -698,7 +775,9 @@
 share/drgeo/help/it/figures/fig9.png
 share/drgeo/help/it/figures/hilaire-email.png
 share/drgeo/help/it/figures/next.png
+share/drgeo/help/it/figures/note.png
 share/drgeo/help/it/figures/previous.png
+share/drgeo/help/it/figures/puce.png
 share/drgeo/help/it/figures/up.png
 share/drgeo/help/it/introduction.html
 share/drgeo/help/it/line_tools.html

Reply via email to