summaryrefslogtreecommitdiff
path: root/math/gretl
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-01-20 16:41:49 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-01-20 16:41:49 +0000
commitd1f7862a6eed5b6bda0da085c1b6b92293280051 (patch)
tree6db009037e19a7ca9430545bdd8fe77a9867eaea /math/gretl
parent- Update to 5.0.1 (diff)
- Update to 1.5.0
PR: ports/92012 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=153998
Diffstat (limited to 'math/gretl')
-rw-r--r--math/gretl/Makefile8
-rw-r--r--math/gretl/distinfo6
-rw-r--r--math/gretl/files/patch-cli::Makefile.in6
-rw-r--r--math/gretl/files/patch-gnome::Makefile.in21
-rw-r--r--math/gretl/files/patch-gui2::Makefile.in23
-rw-r--r--math/gretl/files/patch-lib::Makefile.in18
-rw-r--r--math/gretl/files/patch-share::Makefile.in59
-rw-r--r--math/gretl/pkg-plist206
8 files changed, 122 insertions, 225 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index 4fc1e96b35de..4b6653a697bd 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= gretl
-PORTVERSION= 1.4.1
-PORTREVISION= 1
+PORTVERSION= 1.5.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -41,10 +40,13 @@ MAN1= gretl.1 gretl-config.1
BROKEN= "math/lapack appears to be broken on alpha"
.endif
+.if ${OSVERSION} < 500018
+LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+.endif
+
.if ${HAVE_GNOME:Mlibgnomeui}!=""
PKGNAMESUFFIX= -gnome
USE_GNOME+= gnomeprefix gtksourceview libgnomeui
-INSTALLS_OMF= yes
GCONF_SCHEMAS= gretl.schemas
DATADIR= ${PREFIX}/share/gnome/${PORTNAME}
.else
diff --git a/math/gretl/distinfo b/math/gretl/distinfo
index 2b3ffe1080cf..013c1461ff63 100644
--- a/math/gretl/distinfo
+++ b/math/gretl/distinfo
@@ -1,3 +1,3 @@
-MD5 (gretl-1.4.1.tar.bz2) = 38eaa13c19f56ce080817d30a98001f0
-SHA256 (gretl-1.4.1.tar.bz2) = 0334b37f6780ea2b1c81bcafd28cc05617787e1c0cfb041e4f824f7dad7abd04
-SIZE (gretl-1.4.1.tar.bz2) = 4645454
+MD5 (gretl-1.5.0.tar.bz2) = 8bfbdf21565c7e3fa751b5630975367f
+SHA256 (gretl-1.5.0.tar.bz2) = d2d3b2a0d7abcd6b30ab76ceb151f4b48eb39dfb882534d9c4fdec2fa8ac5c65
+SIZE (gretl-1.5.0.tar.bz2) = 4176894
diff --git a/math/gretl/files/patch-cli::Makefile.in b/math/gretl/files/patch-cli::Makefile.in
index c80706a4dde6..67f5a701a191 100644
--- a/math/gretl/files/patch-cli::Makefile.in
+++ b/math/gretl/files/patch-cli::Makefile.in
@@ -1,5 +1,5 @@
---- cli/Makefile.in.orig Wed Oct 22 06:22:31 2003
-+++ cli/Makefile.in Sun Oct 26 10:19:56 2003
+--- cli/Makefile.in.orig Fri Sep 10 22:16:11 2004
++++ cli/Makefile.in Sun Jan 15 14:18:39 2006
@@ -9,12 +9,16 @@
exec_prefix = @exec_prefix@
bindir = @bindir@
@@ -32,7 +32,7 @@
$(CLI): .deps $(OBJS)
- $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS) $(GRETLLIB) $(READLINE_LIBS)
-+ $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS) $(GRETLLIB) $(READLINE_LIBS) $(INTL_LIBS) $(LDFLAGS)
++ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(OBJS) $(GRETLLIB) $(READLINE_LIBS) $(INTL_LIBS)
.deps:
mkdir $@
diff --git a/math/gretl/files/patch-gnome::Makefile.in b/math/gretl/files/patch-gnome::Makefile.in
index a0f075106313..942dba413e23 100644
--- a/math/gretl/files/patch-gnome::Makefile.in
+++ b/math/gretl/files/patch-gnome::Makefile.in
@@ -1,5 +1,5 @@
---- gnome/Makefile.in.orig Fri Nov 5 05:16:18 2004
-+++ gnome/Makefile.in Thu Nov 18 20:14:05 2004
+--- gnome/Makefile.in.orig Tue Nov 22 03:45:16 2005
++++ gnome/Makefile.in Fri Jan 6 22:54:18 2006
@@ -4,10 +4,10 @@
docdir = $(topsrc)/doc
@@ -13,29 +13,18 @@
GCONFTOOL = @GCONFTOOL@
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
-@@ -26,11 +26,11 @@
- install_help = install-help-1
+@@ -23,10 +23,10 @@
+ schemadir = $(GCONF_SCHEMA_FILE_DIR)
endif
-desktopdir = $(gnome_prefix)/share/applications
-mimedir = $(gnome_prefix)/share/mime-info
-gpixmaps = $(gnome_prefix)/share/pixmaps
--ghelpdir = $(gnome_prefix)/share/gnome/help/gretl
-schemadir = $(gnome_prefix)/etc/gconf/schemas
+desktopdir = $(datadir)/applications
+mimedir = $(datadir)/mime-info
+gpixmaps = $(datadir)/pixmaps
-+ghelpdir = $(datadir)/help/gretl
+schemadir = $(sysconfdir)/gconf/schemas
- install: install-images install-misc install-help-dirs $(install_help) $(install_schemas)
+ install: install-images install-misc $(install_schemas)
-@@ -73,7 +73,7 @@
- $(ghelpdir)/it/chapters/`basename $$f` ; done
- $(INSTALL_DATA) $(docdir)/figures/*.png $(ghelpdir)/it/figures
- $(INSTALL_DATA) $(docdir)/figures_it/*.png $(ghelpdir)/it/figures
-- make -C $(omfdir) install
-+ $(MAKE) -C $(omfdir) install
-
- install-help-1:
- -$(INSTALL_DATA) $(topsrc)/gnome/topic.dat $(ghelpdir)/C
diff --git a/math/gretl/files/patch-gui2::Makefile.in b/math/gretl/files/patch-gui2::Makefile.in
index 88dff43db9a8..c327571c73af 100644
--- a/math/gretl/files/patch-gui2::Makefile.in
+++ b/math/gretl/files/patch-gui2::Makefile.in
@@ -1,5 +1,5 @@
---- gui2/Makefile.in.orig Wed Mar 17 22:34:09 2004
-+++ gui2/Makefile.in Thu Apr 1 19:37:11 2004
+--- gui2/Makefile.in.orig Mon Nov 21 23:02:28 2005
++++ gui2/Makefile.in Sun Jan 15 14:51:18 2006
@@ -4,6 +4,7 @@
exec_prefix = @exec_prefix@
bindir = @bindir@
@@ -52,9 +52,24 @@
tooldir = $(topsrc)/tools
libsrc = $(topsrc)/lib/src
clisrc = $(topsrc)/cli
-@@ -124,10 +125,10 @@
+@@ -149,23 +150,23 @@
+ $(CC) $(CFLAGS) -MM $< > .deps/$*.d
+
+ $(PROG): .deps $(OBJS) $(HACK_OBJ) $(GTKEXTRA_LITE) $(MY_SOURCEVIEW_LIB)
+- $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS) $(HACK_OBJ) $(LIBS) $(INETLIB)
++ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(OBJS) $(HACK_OBJ) $(LIBS) $(INETLIB)
+
+ $(HACK_OBJ): $(HACK_SRC) $(HACK_HDR)
$(CC) $(CFLAGS) $(GTK_CFLAGS) -c $<
+ mklang: mklang.c
+ $(CC) -c -I.. -I$(libsrc) $<
+- $(LIBTOOL) --mode=link $(CC) -o $@ mklang.o ../lib/libgretl-1.0.la
++ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ mklang.o ../lib/libgretl-1.0.la
+
+ gretl.lang: mklang
+ ./mklang > $@
+
$(GTKEXTRA_LITE):
- make -C gtkextra-lite
+ $(MAKE) -C gtkextra-lite
@@ -65,7 +80,7 @@
.deps:
mkdir $@
-@@ -142,7 +143,7 @@
+@@ -180,7 +181,7 @@
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s $(PROG) $(bindir)/$(PROG)
install-data: installdirs
diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in
index 55aecb17e83a..bde274933e66 100644
--- a/math/gretl/files/patch-lib::Makefile.in
+++ b/math/gretl/files/patch-lib::Makefile.in
@@ -1,5 +1,5 @@
---- lib/Makefile.in.orig Sat Jan 29 02:45:42 2005
-+++ lib/Makefile.in Tue Feb 1 20:14:33 2005
+--- lib/Makefile.in.orig Thu Dec 8 00:25:48 2005
++++ lib/Makefile.in Sun Jan 15 14:54:18 2006
@@ -22,6 +22,11 @@
have_gtk = @have_gtk@
@@ -32,7 +32,7 @@
#### End of system configuration section. ####
-@@ -119,7 +124,7 @@
+@@ -186,7 +191,7 @@
LIBTOOL = ../libtool
override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(XML_CFLAGS) $(GLIB_CFLAGS) \
@@ -41,12 +41,12 @@
COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS)
-@@ -130,7 +135,7 @@
+@@ -195,7 +200,7 @@
+ $(CC) $(CFLAGS) -MM -MT $*.lo $< > .deps/$*.d
+
$(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ)
- $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \
+- $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \
++ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(LOBJS) $(AUX_LOBJ) \
-rpath $(prefix)/lib $(LIBS) \
-- -version-info $(CURRENT):$(REVISION):$(AGE)
-+ -version-info $(CURRENT):$(REVISION):$(AGE) $(LDFLAGS)
+ -version-info $(CURRENT):$(REVISION):$(AGE)
- .deps:
- mkdir $@
diff --git a/math/gretl/files/patch-share::Makefile.in b/math/gretl/files/patch-share::Makefile.in
index 4baf38e1d71c..b7eda4cfefb6 100644
--- a/math/gretl/files/patch-share::Makefile.in
+++ b/math/gretl/files/patch-share::Makefile.in
@@ -1,52 +1,49 @@
---- share/Makefile.in.orig Sat Jun 12 04:15:49 2004
-+++ share/Makefile.in Thu Jul 1 23:06:55 2004
-@@ -1,13 +1,14 @@
+--- share/Makefile.in.orig Wed Dec 14 00:24:43 2005
++++ share/Makefile.in Fri Jan 6 22:59:04 2006
+@@ -1,15 +1,16 @@
topsrc = @top_srcdir@
prefix = @prefix@
+datadir = @datadir@
have_gtk = @have_gtk@
+ build_docs = @build_docs@
-gretldir = $(prefix)/share/gretl
+gretldir = $(datadir)/gretl
tooldir = $(topsrc)/tools
sharesrc = $(topsrc)/share
+ pdfdir = $(topsrc)/doc/tex
-INSTALL_DATA = cp -fp
+INSTALL_DATA = @INSTALL_DATA@
- AUTO_HELPFILES = \
- $(sharesrc)/gretl.hlp \
-@@ -44,7 +45,7 @@
+ ifeq ($(build_docs),yes)
+ AUTO_HELPFILES = \
+@@ -46,14 +47,14 @@
+ all: $(AUTO_HELPFILES)
- install: installdirs install_datafiles install_scripts install_help
+ $(AUTO_HELPFILES):
+- make -C ../doc/commands help-all
++ $(MAKE) -C ../doc/commands help-all
+
+ .PHONY :
+
+ install: installdirs install_datafiles install_scripts install_help \
+ $(INSTALL_GUI_SCRIPT_HELP) $(INSTALL_HELP_FIGS)
$(INSTALL_DATA) $(sharesrc)/gretl.stamp $(gretldir)/gretl.stamp
- make -C bcih install
+ $(MAKE) -C bcih install
install-strip: install
-@@ -74,10 +75,10 @@
- $(tooldir)/mkinstalldirs $(gretldir)
- $(INSTALL_DATA) $(sharesrc)/gretl.hlp $(gretldir)/gretl.hlp
- $(INSTALL_DATA) $(sharesrc)/gretlcli.hlp $(gretldir)/gretlcli.hlp
-- $(INSTALL_DATA) $(ES_GUI_HLP) $(gretldir)/gretl.hlp.es
-- $(INSTALL_DATA) $(ES_CLI_HLP) $(gretldir)/gretlcli.hlp.es
-- $(INSTALL_DATA) $(IT_GUI_HLP) $(gretldir)/gretl.hlp.it
-- $(INSTALL_DATA) $(IT_CLI_HLP) $(gretldir)/gretlcli.hlp.it
-+# $(INSTALL_DATA) $(ES_GUI_HLP) $(gretldir)/gretl.hlp.es
-+# $(INSTALL_DATA) $(ES_CLI_HLP) $(gretldir)/gretlcli.hlp.es
-+# $(INSTALL_DATA) $(IT_GUI_HLP) $(gretldir)/gretl.hlp.it
-+# $(INSTALL_DATA) $(IT_CLI_HLP) $(gretldir)/gretlcli.hlp.it
-
- installdirs:
- $(tooldir)/mkinstalldirs $(gretldir) $(gretldir)/data
-@@ -93,7 +94,7 @@
-
- $(RECODE_FILES): $(sharesrc)/gretl.hlp.es $(sharesrc)/gretlcli.hlp.es \
- $(sharesrc)/gretl.hlp.it $(sharesrc)/gretlcli.hlp.it
-- for f in $^ ; do recode l1..utf-8 < $$f > $$f.utf8 ; done
-+# for f in $^ ; do recode l1..utf-8 < $$f > $$f.utf8 ; done
-
- clean:
- make -C bcih clean
+@@ -76,8 +77,8 @@
+ $(INSTALL_DATA) $$f $(gretldir)/scripts/misc ; done
+
+ install_man: gretl.1
+- $(tooldir)/mkinstalldirs $(prefix)/share/man/man1
+- $(INSTALL_DATA) $(topsrc)/gretl.1 $(prefix)/share/man/man1
++ $(tooldir)/mkinstalldirs $(prefix)/man/man1
++ $(INSTALL_DATA) $(topsrc)/gretl.1 $(prefix)/man/man1
+
+ install_helpfigs:
+ $(tooldir)/mkinstalldirs $(gretldir)/helpfigs
diff --git a/math/gretl/pkg-plist b/math/gretl/pkg-plist
index 304e62590a79..4bcc36ad86ad 100644
--- a/math/gretl/pkg-plist
+++ b/math/gretl/pkg-plist
@@ -1,6 +1,7 @@
bin/gretl
bin/gretl_x11
bin/gretlcli
+include/gretl/adf_kpss.h
include/gretl/bhhh_max.h
include/gretl/calendar.h
include/gretl/compare.h
@@ -13,6 +14,7 @@ include/gretl/discrete.h
include/gretl/estimate.h
include/gretl/forecast.h
include/gretl/generate.h
+include/gretl/genrfuncs.h
include/gretl/genstack.h
include/gretl/graphing.h
include/gretl/gretl_commands.h
@@ -28,6 +30,7 @@ include/gretl/gretl_restrict.h
include/gretl/gretl_string_table.h
include/gretl/gretl_utils.h
include/gretl/gretl_win32.h
+include/gretl/gretl_xml.h
include/gretl/interact.h
include/gretl/libgretl.h
include/gretl/libset.h
@@ -37,6 +40,7 @@ include/gretl/modelspec.h
include/gretl/monte_carlo.h
include/gretl/nls.h
include/gretl/nonparam.h
+include/gretl/objstack.h
include/gretl/options.h
include/gretl/plugins.h
include/gretl/printout.h
@@ -48,10 +52,13 @@ include/gretl/subsample.h
include/gretl/system.h
include/gretl/texprint.h
include/gretl/transforms.h
+include/gretl/tsls.h
include/gretl/var.h
+include/gretl/varprint.h
lib/gretl-gtk2/arma.so
lib/gretl-gtk2/arma_x12.so
lib/gretl-gtk2/data/urcdata.gz
+lib/gretl-gtk2/eviews_import.so
lib/gretl-gtk2/excel_import.so
lib/gretl-gtk2/fractals.so
lib/gretl-gtk2/garch.so
@@ -60,7 +67,7 @@ lib/gretl-gtk2/johansen.so
lib/gretl-gtk2/kernel.so
lib/gretl-gtk2/lad.so
lib/gretl-gtk2/leverage.so
-lib/gretl-gtk2/logistic.so
+lib/gretl-gtk2/mailer.so
lib/gretl-gtk2/mp_ols.so
lib/gretl-gtk2/nistcheck.so
lib/gretl-gtk2/panel_data.so
@@ -68,6 +75,7 @@ lib/gretl-gtk2/pca.so
lib/gretl-gtk2/poisson.so
lib/gretl-gtk2/progress_bar.so
lib/gretl-gtk2/range-mean.so
+lib/gretl-gtk2/stata_import.so
lib/gretl-gtk2/stats_tables.so
lib/gretl-gtk2/sysest.so
lib/gretl-gtk2/tobit.so
@@ -194,6 +202,7 @@ libdata/pkgconfig/gretl.pc
%%DATADIR%%/data/misc/arma.gdt
%%DATADIR%%/data/misc/armaloop.gdt
%%DATADIR%%/data/misc/b-g.gdt
+%%DATADIR%%/data/misc/denmark.gdt
%%DATADIR%%/data/misc/descriptions
%%DATADIR%%/data/misc/djclose.gdt
%%DATADIR%%/data/misc/ects_nls.gdt
@@ -222,10 +231,47 @@ libdata/pkgconfig/gretl.pc
%%DATADIR%%/data/nist/Wampler5.dat
%%DATADIR%%/db/fedstl.bin
%%DATADIR%%/db/fedstl.idx
+%%DATADIR%%/doc/gretl-guide.pdf
+%%DATADIR%%/doc/gretl-ref.pdf
%%DATADIR%%/gretl-logo.xpm
-%%DATADIR%%/gretl.hlp
%%DATADIR%%/gretl.stamp
%%DATADIR%%/gretlcli.hlp
+%%DATADIR%%/gretlcli.hlp.es
+%%DATADIR%%/gretlcli.hlp.it
+%%DATADIR%%/gretlcmd.hlp
+%%DATADIR%%/gretlcmd.hlp.es
+%%DATADIR%%/gretlcmd.hlp.it
+%%DATADIR%%/gretlgui.hlp
+%%DATADIR%%/gretlgui.hlp.es
+%%DATADIR%%/gretlgui.hlp.it
+%%DATADIR%%/helpfigs/adf1.png
+%%DATADIR%%/helpfigs/aic.png
+%%DATADIR%%/helpfigs/arlags.png
+%%DATADIR%%/helpfigs/autocorr.png
+%%DATADIR%%/helpfigs/bic_orig.png
+%%DATADIR%%/helpfigs/cumulate.png
+%%DATADIR%%/helpfigs/dffit.png
+%%DATADIR%%/helpfigs/ell.png
+%%DATADIR%%/helpfigs/garch_h.png
+%%DATADIR%%/helpfigs/greene_Cfunc.png
+%%DATADIR%%/helpfigs/hsk.png
+%%DATADIR%%/helpfigs/hurst.png
+%%DATADIR%%/helpfigs/influence.png
+%%DATADIR%%/helpfigs/kernel1.png
+%%DATADIR%%/helpfigs/kernel2.png
+%%DATADIR%%/helpfigs/lambda.png
+%%DATADIR%%/helpfigs/logistic1.png
+%%DATADIR%%/helpfigs/logistic2.png
+%%DATADIR%%/helpfigs/mahal.png
+%%DATADIR%%/helpfigs/mahal2.png
+%%DATADIR%%/helpfigs/nw1.png
+%%DATADIR%%/helpfigs/nw2.png
+%%DATADIR%%/helpfigs/poisson1.png
+%%DATADIR%%/helpfigs/poisson2.png
+%%DATADIR%%/helpfigs/simformula.png
+%%DATADIR%%/helpfigs/syssigma1.png
+%%DATADIR%%/helpfigs/syssigma2.png
+%%DATADIR%%/helpfigs/vif.png
%%DATADIR%%/scripts/greene11_3.inp
%%DATADIR%%/scripts/greene12_1.inp
%%DATADIR%%/scripts/greene14_1.inp
@@ -332,154 +378,8 @@ libdata/pkgconfig/gretl.pc
%%DATADIR%%/scripts/wg_ps_descriptions
%%GNOME:%%share/gnome/gtksourceview-1.0/language-specs/gnuplot.lang
%%GNOME:%%share/gnome/gtksourceview-1.0/language-specs/gretl.lang
-%%GNOME:%%share/gnome/help/gretl/C/chapters/appendices.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/biblio.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/cli.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/cmdlist.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/cmdref.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/datafiles.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/functions.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/genr.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/graphs.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/intro.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/looping.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/modes.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/native.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/nls.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/obs.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/optarg.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/panel.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/sampling.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/starting.xml
-%%GNOME:%%share/gnome/help/gretl/C/chapters/trouble.xml
-%%GNOME:%%share/gnome/help/gretl/C/figures/adf1.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/adf2.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/aic.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/arlags.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/autocorr.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/bk1.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/bk1a.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/bk1b.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/bk2.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/bk2a.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/bk2b.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/bk3.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/bk4.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/bk4a.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/caution.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/corc.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/cumulate.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/datafiles.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/dffit.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/garch_h.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/greeneC.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/gretl-logo.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/hsk.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/hurst.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/important.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/influence.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/lambda.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/ldx.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/ldy.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/logistic1.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/logistic2.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/mahal.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/mainwin.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/menubar.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/model_table.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/modelwin.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/nls_window.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/note.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/nw1.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/nw2.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/plot_control.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/scriptwin.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/selector.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/session.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/simformula.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/syssigma1.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/syssigma2.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/tip.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/toolbar.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/tworootT.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/vif.png
-%%GNOME:%%share/gnome/help/gretl/C/figures/warning.png
-%%GNOME:%%share/gnome/help/gretl/C/gretl.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/appendices.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/biblio.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/cli.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/cmdlist.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/cmdref.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/datafiles.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/functions.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/genr.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/graphs.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/intro.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/looping.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/modes.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/native.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/nls.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/optarg.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/panel.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/sampling.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/starting.xml
-%%GNOME:%%share/gnome/help/gretl/it/chapters/trouble.xml
-%%GNOME:%%share/gnome/help/gretl/it/figures/adf1.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/adf2.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/aic.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/arlags.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/autocorr.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/bk1.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/bk1a.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/bk1b.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/bk2.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/bk2a.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/bk2b.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/bk3.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/bk4.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/bk4a.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/caution.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/corc.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/cumulate.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/datafiles.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/dffit.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/garch_h.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/greeneC.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/gretl-logo.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/hsk.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/hurst.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/important.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/influence.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/lambda.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/ldx.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/ldy.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/logistic1.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/logistic2.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/mahal.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/mainwin.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/menubar.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/model_table.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/modelwin.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/nls_window.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/note.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/nw1.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/nw2.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/plot_control.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/scriptwin.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/selector.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/session.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/simformula.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/syssigma1.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/syssigma2.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/tip.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/toolbar.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/tworootT.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/vif.png
-%%GNOME:%%share/gnome/help/gretl/it/figures/warning.png
-%%GNOME:%%share/gnome/help/gretl/it/gretl.xml
%%GNOME:%%share/gnome/mime-info/gretl.keys
%%GNOME:%%share/gnome/mime-info/gretl.mime
-%%GNOME:%%share/gnome/omf/gretl/gretl-C.omf
%%GNOME:%%share/gnome/pixmaps/gnome-application-x-gretldata.png
%%GNOME:%%share/gnome/pixmaps/gnome-application-x-gretlsession.png
%%GNOME:%%share/gnome/pixmaps/gretl-logo.xpm
@@ -493,16 +393,10 @@ share/locale/ja/LC_MESSAGES/gretl.mo
share/locale/pl/LC_MESSAGES/gretl.mo
share/locale/rw/LC_MESSAGES/gretl.mo
share/locale/tr/LC_MESSAGES/gretl.mo
-%%GNOME:%%@dirrm share/gnome/omf/gretl
-%%GNOME:%%@dirrm share/gnome/help/gretl/it/figures
-%%GNOME:%%@dirrm share/gnome/help/gretl/it/chapters
-%%GNOME:%%@dirrm share/gnome/help/gretl/it
-%%GNOME:%%@dirrm share/gnome/help/gretl/C/figures
-%%GNOME:%%@dirrm share/gnome/help/gretl/C/chapters
-%%GNOME:%%@dirrm share/gnome/help/gretl/C
-%%GNOME:%%@dirrm share/gnome/help/gretl
@dirrm %%DATADIR%%/scripts/misc
@dirrm %%DATADIR%%/scripts
+@dirrm %%DATADIR%%/helpfigs
+@dirrm %%DATADIR%%/doc
@dirrm %%DATADIR%%/db
@dirrm %%DATADIR%%/data/nist
@dirrm %%DATADIR%%/data/misc