summaryrefslogtreecommitdiff
path: root/math/gretl
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /math/gretl
parentc31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff)
Diffstat (limited to 'math/gretl')
-rw-r--r--math/gretl/Makefile46
-rw-r--r--math/gretl/distinfo1
-rw-r--r--math/gretl/files/patch-Makefile.in14
-rw-r--r--math/gretl/files/patch-aclocal.m4207
-rw-r--r--math/gretl/files/patch-cli::Makefile.in48
-rw-r--r--math/gretl/files/patch-doc::manual.xml11
-rw-r--r--math/gretl/files/patch-gnome::Makefile.in41
-rw-r--r--math/gretl/files/patch-gui2::Makefile.in54
-rw-r--r--math/gretl/files/patch-gui2::gretl.c20
-rw-r--r--math/gretl/files/patch-gui2::omf-install::Makefile.in23
-rw-r--r--math/gretl/files/patch-lib::Makefile.in49
-rw-r--r--math/gretl/files/patch-lib::src::gretl_utils.c13
-rw-r--r--math/gretl/files/patch-plugin::Makefile.in47
-rw-r--r--math/gretl/files/patch-plugin::workbook.c10
-rw-r--r--math/gretl/files/patch-po::Makefile.in.in11
-rw-r--r--math/gretl/files/patch-share::Makefile.in17
-rw-r--r--math/gretl/files/patch-tools::ltmain.sh49
-rw-r--r--math/gretl/pkg-comment1
-rw-r--r--math/gretl/pkg-descr22
-rw-r--r--math/gretl/pkg-plist313
20 files changed, 0 insertions, 997 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
deleted file mode 100644
index 674d15e353e0..000000000000
--- a/math/gretl/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: gretl
-# Date created: Mar 22, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= gretl
-PORTVERSION= 1.0
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-
-BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \
- xml2.5:${PORTSDIR}/textproc/libxml2 \
- gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
-BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOMENG= yes
-GNU_CONFIGURE= yes
-USE_AUTOCONF_VER= 253
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --enable-static --enable-shared --with-gmake
-INSTALLS_SHLIB= yes
-
-MAN1= gretl.1 gretl-config.1
-
-.if defined(WITHOUT_GNOME2)
-CONFIGURE_ARGS+= --without-gnome
-PLIST_SUB+= GNOME2:="@comment " DATADIR="share"
-.else
-LIB_DEPENDS+= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \
- gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui
-USE_GNOME= gnomeprefix
-PLIST_SUB+= GNOME2:="" DATADIR="share/gnome"
-.endif
-
-.include <bsd.port.mk>
diff --git a/math/gretl/distinfo b/math/gretl/distinfo
deleted file mode 100644
index e3f34ff4ce6d..000000000000
--- a/math/gretl/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gretl-1.0.tar.gz) = 5f175f7134953836139c9f803c936847
diff --git a/math/gretl/files/patch-Makefile.in b/math/gretl/files/patch-Makefile.in
deleted file mode 100644
index c4dab95e3ebc..000000000000
--- a/math/gretl/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.in.orig Thu Sep 12 00:35:22 2002
-+++ Makefile.in Mon Oct 21 10:02:37 2002
-@@ -22,8 +22,9 @@
- GUIDIR = gui
- endif
-
--INSTALL_PROGRAM = ${INSTALL} -m 755
--INSTALL_DATA = ${INSTALL} -m 644
-+INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_SCRIPT = @INSTALL_SCRIPT@
-+INSTALL_DATA = @INSTALL_DATA@
-
- export
-
diff --git a/math/gretl/files/patch-aclocal.m4 b/math/gretl/files/patch-aclocal.m4
deleted file mode 100644
index fb147833b171..000000000000
--- a/math/gretl/files/patch-aclocal.m4
+++ /dev/null
@@ -1,207 +0,0 @@
---- aclocal.m4.dist Thu Oct 10 11:39:35 2002
-+++ aclocal.m4 Mon Oct 21 09:34:35 2002
-@@ -11,7 +11,7 @@
- # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- # PARTICULAR PURPOSE.
-
--# gettext.m4 serial 13 (gettext-0.11.1)
-+# gettext.m4 serial 17 (gettext-0.11.5)
- dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
- dnl This file is free software, distributed under the terms of the GNU
- dnl General Public License. As a special exception to the GNU General
-@@ -46,7 +46,9 @@
- dnl $(top_builddir)/intl/libintl.a will be created.
- dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
- dnl implementations (in libc or libintl) without the ngettext() function
--dnl will be ignored.
-+dnl will be ignored. If NEEDSYMBOL is specified and is
-+dnl 'need-formatstring-macros', then GNU gettext implementations that don't
-+dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
- dnl INTLDIR is used to find the intl libraries. If empty,
- dnl the value `$(top_builddir)/intl/' is used.
- dnl
-@@ -73,9 +75,9 @@
- ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], ,
- [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT
- ])])])])])
-- ifelse([$2], [], , [ifelse([$2], [need-ngettext], ,
-+ ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
- [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
--])])])
-+])])])])
- define(gt_included_intl, ifelse([$1], [external], [no], [yes]))
- define(gt_libtool_suffix_prefix, ifelse([$1], [use-libtool], [l], []))
-
-@@ -88,6 +90,21 @@
- AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
- AC_REQUIRE([AC_LIB_RPATH])
-
-+ dnl Sometimes libintl requires libiconv, so first search for libiconv.
-+ dnl Ideally we would do this search only after the
-+ dnl if test "$USE_NLS" = "yes"; then
-+ dnl if test "$gt_cv_func_gnugettext_libc" != "yes"; then
-+ dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT
-+ dnl the configure script would need to contain the same shell code
-+ dnl again, outside any 'if'. There are two solutions:
-+ dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'.
-+ dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
-+ dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not
-+ dnl documented, we avoid it.
-+ ifelse(gt_included_intl, yes, , [
-+ AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
-+ ])
-+
- AC_MSG_CHECKING([whether NLS is requested])
- dnl Default is enabled NLS
- AC_ARG_ENABLE(nls,
-@@ -123,13 +140,20 @@
- dnl to fall back to GNU NLS library.
-
- dnl Add a version number to the cache macros.
-- define([gt_api_version], ifelse([$2], [need-ngettext], 2, 1))
-+ define([gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext], 2, 1)))
- define([gt_cv_func_gnugettext_libc], [gt_cv_func_gnugettext]gt_api_version[_libc])
- define([gt_cv_func_gnugettext_libintl], [gt_cv_func_gnugettext]gt_api_version[_libintl])
-
- AC_CACHE_CHECK([for GNU gettext in libc], gt_cv_func_gnugettext_libc,
- [AC_TRY_LINK([#include <libintl.h>
--extern int _nl_msg_cat_cntr;
-+]ifelse([$2], [need-formatstring-macros],
-+[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
-+#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
-+#endif
-+changequote(,)dnl
-+typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
-+changequote([,])dnl
-+], [])[extern int _nl_msg_cat_cntr;
- extern int *_nl_domain_bindings;],
- [bindtextdomain ("", "");
- return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings],
-@@ -154,30 +178,42 @@
- LIBS="$LIBS $LIBINTL"
- dnl Now see whether libintl exists and does not depend on libiconv.
- AC_TRY_LINK([#include <libintl.h>
--extern int _nl_msg_cat_cntr;
--extern int *_nl_domain_bindings;
-+]ifelse([$2], [need-formatstring-macros],
-+[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
-+#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
-+#endif
-+changequote(,)dnl
-+typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
-+changequote([,])dnl
-+], [])[extern int _nl_msg_cat_cntr;
- extern
- #ifdef __cplusplus
- "C"
- #endif
- const char *_nl_expand_alias ();],
- [bindtextdomain ("", "");
--return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)],
-+return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
- gt_cv_func_gnugettext_libintl=yes,
- gt_cv_func_gnugettext_libintl=no)
- dnl Now see whether libintl exists and depends on libiconv.
- if test "$gt_cv_func_gnugettext_libintl" != yes && test -n "$LIBICONV"; then
- LIBS="$LIBS $LIBICONV"
- AC_TRY_LINK([#include <libintl.h>
--extern int _nl_msg_cat_cntr;
--extern int *_nl_domain_bindings;
-+]ifelse([$2], [need-formatstring-macros],
-+[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
-+#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
-+#endif
-+changequote(,)dnl
-+typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
-+changequote([,])dnl
-+], [])[extern int _nl_msg_cat_cntr;
- extern
- #ifdef __cplusplus
- "C"
- #endif
- const char *_nl_expand_alias ();],
- [bindtextdomain ("", "");
--return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)],
-+return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
- [LIBINTL="$LIBINTL $LIBICONV"
- LTLIBINTL="$LTLIBINTL $LTLIBICONV"
- gt_cv_func_gnugettext_libintl=yes
-@@ -465,7 +501,7 @@
- ;;
- esac
- done],
-- [# Capture the value of obsolete $ALL_LINGUAS because we need it to compute
-+ [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
- # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
- # from automake.
- eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
-@@ -494,6 +530,10 @@
- AC_REQUIRE([AC_FUNC_ALLOCA])dnl
- AC_REQUIRE([AC_FUNC_MMAP])dnl
- AC_REQUIRE([jm_GLIBC21])dnl
-+ AC_REQUIRE([gt_INTDIV0])dnl
-+ AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])dnl
-+ AC_REQUIRE([gt_HEADER_INTTYPES_H])dnl
-+ AC_REQUIRE([gt_INTTYPES_PRI])dnl
-
- AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
- stdlib.h string.h unistd.h sys/param.h])
-@@ -503,7 +543,9 @@
-
- AM_ICONV
- AM_LANGINFO_CODESET
-- AM_LC_MESSAGES
-+ if test $ac_cv_header_locale_h = yes; then
-+ AM_LC_MESSAGES
-+ fi
-
- dnl intl/plural.c is generated from intl/plural.y. It requires bison,
- dnl because plural.y uses bison specific features. It requires at least
-@@ -1322,7 +1364,7 @@
- AC_LIB_PROG_LD_GNU
- ])
-
--# iconv.m4 serial AM3 (gettext-0.11)
-+# iconv.m4 serial AM4 (gettext-0.11.3)
- dnl Copyright (C) 2000-2002 Free Software Foundation, Inc.
- dnl This file is free software, distributed under the terms of the GNU
- dnl General Public License. As a special exception to the GNU General
-@@ -1332,11 +1374,8 @@
-
- dnl From Bruno Haible.
-
--AC_DEFUN([AM_ICONV_LINK],
-+AC_DEFUN([AM_ICONV_LINKFLAGS_BODY],
- [
-- dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
-- dnl those with the standalone portable GNU libiconv installed).
--
- dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
- AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
- AC_REQUIRE([AC_LIB_RPATH])
-@@ -1344,6 +1383,16 @@
- dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
- dnl accordingly.
- AC_LIB_LINKFLAGS_BODY([iconv])
-+])
-+
-+AC_DEFUN([AM_ICONV_LINK],
-+[
-+ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
-+ dnl those with the standalone portable GNU libiconv installed).
-+
-+ dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
-+ dnl accordingly.
-+ AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
-
- dnl Add $INCICONV to CPPFLAGS before performing the following checks,
- dnl because if the user has installed libiconv and not disabled its use
-@@ -1393,7 +1442,7 @@
-
- AC_DEFUN([AM_ICONV],
- [
-- AC_REQUIRE([AM_ICONV_LINK])
-+ AM_ICONV_LINK
- if test "$am_cv_func_iconv" = yes; then
- AC_MSG_CHECKING([for iconv declaration])
- AC_CACHE_VAL(am_cv_proto_iconv, [
diff --git a/math/gretl/files/patch-cli::Makefile.in b/math/gretl/files/patch-cli::Makefile.in
deleted file mode 100644
index afef1f23fac4..000000000000
--- a/math/gretl/files/patch-cli::Makefile.in
+++ /dev/null
@@ -1,48 +0,0 @@
---- cli/Makefile.in.orig Tue Nov 12 04:28:19 2002
-+++ cli/Makefile.in Mon Nov 18 20:00:01 2002
-@@ -15,6 +15,10 @@
- RL_OBJ = @RL_OBJ@
- USE_NLS = @USE_NLS@
-
-+CPPFLAGS = @CPPFLAGS@
-+LDFLAGS = @LDFLAGS@
-+INTL_LIBS = @LTLIBINTL@
-+
- ifeq ($(CC),)
- CC = gcc
- endif
-@@ -25,15 +29,14 @@
- LN = ln -sf
- endif
- ifeq ($(USE_NLS),yes)
-- datadir = @datadir@
-- localedir = $(datadir)/locale
-+ localedir = $(prefix)/share/locale
- DEFS = -DLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H
- endif
-
- GRETLLIB = ../lib/libgretl-1.0.la
-
- # General compile options and libs:
--LIBS = $(CLI_LIBS)
-+LIBS = $(CLI_LIBS) $(INTL_LIBS)
-
- # Directories
- tooldir = $(topsrc)/tools
-@@ -41,14 +44,14 @@
-
- #### End of system configuration section. ####
-
--override CFLAGS += -I. -I.. -I$(libsrc) $(DEFS)
-+override CFLAGS += -I. -I.. -I$(libsrc) $(DEFS) $(CPPFLAGS)
-
- CLI = gretlcli
- LIBTOOL = $(topsrc)/libtool
-
- $(CLI): gretlcli.o $(RL_OBJ)
- ../libtool --mode=link $(CC) -o $@ $< \
-- $(RL_OBJ) $(GRETLLIB) $(CLI_LIBS)
-+ $(RL_OBJ) $(GRETLLIB) $(CLI_LIBS) $(LDFLAGS)
-
- .PHONY :
-
diff --git a/math/gretl/files/patch-doc::manual.xml b/math/gretl/files/patch-doc::manual.xml
deleted file mode 100644
index 903d8b6e8bd6..000000000000
--- a/math/gretl/files/patch-doc::manual.xml
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/manual.xml.orig Fri Nov 8 01:30:56 2002
-+++ doc/manual.xml Mon Nov 18 20:26:15 2002
-@@ -1,6 +1,6 @@
- <?xml version="1.0"?>
--<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
--"/usr/share/sgml/docbook-xml-4.2/docbookx.dtd" [
-+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
-
- <!ENTITY version "1.0">
- <!ENTITY latex "LaTeX">
diff --git a/math/gretl/files/patch-gnome::Makefile.in b/math/gretl/files/patch-gnome::Makefile.in
deleted file mode 100644
index 0daf4dce042b..000000000000
--- a/math/gretl/files/patch-gnome::Makefile.in
+++ /dev/null
@@ -1,41 +0,0 @@
---- gnome/Makefile.in.orig Tue Aug 27 03:11:56 2002
-+++ gnome/Makefile.in Mon Oct 21 08:27:48 2002
-@@ -2,10 +2,10 @@
- docdir = ../doc
-
- INSTALL = @INSTALL@
--gnome_prefix = @gnome_prefix@
-+datadir = @datadir@
- have_gnome = @have_gnome@
-
--sysconfdir = $(gnome_prefix)/etc
-+sysconfdir = @sysconfdir@
-
- GCONFTOOL = @GCONFTOOL@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
-@@ -24,11 +24,11 @@
- install_help = install-help-1
- 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)
-
-@@ -58,7 +58,7 @@
- cat $$f | sed s+fileref=\"figures/[^\"]*+\&.png+g > \
- $(ghelpdir)/C/chapters/`basename $$f` ; done
- $(INSTALL_DATA) $(docdir)/figures/*.png $(ghelpdir)/C/figures
-- make -C $(omfdir) install
-+ $(MAKE) -C $(omfdir) install
-
- install-help-1:
- $(INSTALL_DATA) topic.dat $(ghelpdir)/C
diff --git a/math/gretl/files/patch-gui2::Makefile.in b/math/gretl/files/patch-gui2::Makefile.in
deleted file mode 100644
index b6f3cf5ea560..000000000000
--- a/math/gretl/files/patch-gui2::Makefile.in
+++ /dev/null
@@ -1,54 +0,0 @@
---- gui2/Makefile.in.orig Tue Nov 12 04:28:20 2002
-+++ gui2/Makefile.in Mon Nov 18 20:02:19 2002
-@@ -4,6 +4,7 @@
- exec_prefix = @exec_prefix@
- bindir = @bindir@
- libdir = @libdir@
-+datadir= @datadir@
- CC = @CC@
- CFLAGS = @CFLAGS@
- MAKE = @MAKE@
-@@ -42,14 +43,13 @@
- LIBS = $(GNOME_LIBS) $(GTK_EXTRA_LIB) ../lib/libgretl-1.0.la
- GUI_CFLAGS = $(GNOME_CFLAGS) $(GTK_EXTRA_CFLAGS)
- query_install_gnome = install-gnome
-- GNOMEDEF = -DGNOME_DISABLE_DEPRECATED -DDATADIR=\"$(gnome_prefix)/share\"
-+ GNOMEDEF = -DGNOME_DISABLE_DEPRECATED -DDATADIR=\"$(datadir)\"
- else
- LIBS = $(GTK_LIBS) $(GTK_EXTRA_LIB) ../lib/libgretl-1.0.la
- GUI_CFLAGS = $(GTK_CFLAGS) $(GTK_EXTRA_CFLAGS)
- endif
- ifeq ($(USE_NLS),yes)
-- datadir = @datadir@
-- localedir = $(datadir)/locale
-+ localedir = $(prefix)/share/locale
- NLSDEF = -DLOCALEDIR=\"$(localedir)\"
- endif
-
-@@ -60,7 +60,7 @@
-
- # Directories
- bindir = $(prefix)/bin
--gretldir = $(prefix)/share/gretl
-+gretldir = $(datadir)/gretl
- tooldir = $(topsrc)/tools
- libsrc = $(topsrc)/lib/src
- clisrc = $(topsrc)/cli
-@@ -92,7 +92,7 @@
- $(CC) $(CFLAGS) $(GTK_CFLAGS) -c $<
-
- $(GTKEXTRA_LITE):
-- make -C gtkextra-lite
-+ $(MAKE) -C gtkextra-lite
-
- .PHONY:
-
-@@ -103,7 +103,7 @@
- $(LIBTOOL) $(INSTALL_PROGRAM) -s $(PROG) $(bindir)/$(PROG)
-
- install-data: installdirs
-- $(INSTALL_PROGRAM) $(topsrc)/gretl_sh $(bindir)/gretl
-+ $(INSTALL_SCRIPT) $(topsrc)/gretl_sh $(bindir)/gretl
- $(INSTALL_DATA) ../pixmaps/gretl-logo.xpm $(gretldir)
- $(INSTALL_DATA) $(topsrc)/COPYING $(gretldir)
-
diff --git a/math/gretl/files/patch-gui2::gretl.c b/math/gretl/files/patch-gui2::gretl.c
deleted file mode 100644
index dcf9fa877ac4..000000000000
--- a/math/gretl/files/patch-gui2::gretl.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- gui2/gretl.c.orig Tue Oct 8 02:10:30 2002
-+++ gui2/gretl.c Mon Oct 21 08:48:34 2002
-@@ -1560,7 +1560,7 @@
- {
- pid_t pid;
-
-- signal(SIGCLD, SIG_IGN);
-+ signal(SIGCHLD, SIG_IGN);
-
- pid = fork();
- if (pid == -1) {
-@@ -1649,7 +1649,7 @@
- return;
- }
-
-- signal(SIGCLD, SIG_IGN);
-+ signal(SIGCHLD, SIG_IGN);
- pid = fork();
-
- if (pid == -1) {
diff --git a/math/gretl/files/patch-gui2::omf-install::Makefile.in b/math/gretl/files/patch-gui2::omf-install::Makefile.in
deleted file mode 100644
index 45b94a1ec05c..000000000000
--- a/math/gretl/files/patch-gui2::omf-install::Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
---- gui2/omf-install/Makefile.in.orig Sun Aug 25 03:09:19 2002
-+++ gui2/omf-install/Makefile.in Mon Oct 21 07:48:35 2002
-@@ -1,9 +1,9 @@
-
- INSTALL = @INSTALL@
--gnome_prefix = @gnome_prefix@
-+datadir = @datadir@
-
--docdir = $(gnome_prefix)/share/gnome/help/gretl/C
--omfdir = $(gnome_prefix)/share/omf/gretl
-+docdir = $(datadir)/help/gretl/C
-+omfdir = $(datadir)/omf/gretl
-
- gretl-C.omf: gretl-C.omf.in
- scrollkeeper-preinstall $(docdir)/`awk 'BEGIN {RS = ">" } \
-@@ -12,5 +12,5 @@
-
- install: gretl-C.omf
- ../../tools/mkinstalldirs $(omfdir)
-- $(INSTALL) -m 644 $< $(omfdir)
-- scrollkeeper-update -p $(gnome_prefix)/var/scrollkeeper
-+ $(INSTALL_DATA) $< $(omfdir)
-+ scrollkeeper-update -p /var/log/scrollkeeper
diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in
deleted file mode 100644
index 17550caf232f..000000000000
--- a/math/gretl/files/patch-lib::Makefile.in
+++ /dev/null
@@ -1,49 +0,0 @@
---- lib/Makefile.in.orig Wed Nov 13 03:50:52 2002
-+++ lib/Makefile.in Mon Nov 18 20:04:11 2002
-@@ -14,6 +14,11 @@
- GLIB_LIBS = @GLIB_LIBS@
- have_gtk = @have_gtk@
-
-+datadir = @datadir@
-+CPPFLAGS = @CPPFLAGS@ -DDATADIR=\"$(datadir)\"
-+LDFLAGS = @LDFLAGS@
-+INTL_LIBS = @LTLIBINTL@
-+
- ifeq ($(INSTALL_PROGRAM),)
- INSTALL_PROGRAM = $(INSTALL) -m 755
- endif
-@@ -28,7 +33,7 @@
- libdir = $(prefix)/lib
- includedir = $(prefix)/include/gretl
- aclocaldir = $(prefix)/share/aclocal
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
-
- INSTALLDIRS = $(libdir) $(includedir) $(aclocaldir)
-
-@@ -42,7 +47,7 @@
- INSTALL_CFG = install-cfg-old
- endif
-
--LIBS = -lm -ldl -L/usr/local/lib -lz $(XML_LIBS) $(GLIB_LIBS)
-+LIBS = -lm -lz $(XML_LIBS) $(GLIB_LIBS) $(INTL_LIBS)
-
- #### End of system configuration section. ####
-
-@@ -73,14 +78,14 @@
-
- override CFLAGS += -I. -I./src -I.. $(XML_CFLAGS) $(GLIB_CFLAGS) -DHAVE_CONFIG_H
-
--COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS)
-+COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(CPPFLAGS)
-
- .c.o:
- $(COMPILE) $<
-
- $(LIBGRETL): $(OBJS) $(LOBJS) $(CEPHES_OBJ) $(CEPHES_OBJ)
- $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(CEPHES_LOBJ) \
-- -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0
-+ -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0 $(LDFLAGS)
-
- .PHONY:
-
diff --git a/math/gretl/files/patch-lib::src::gretl_utils.c b/math/gretl/files/patch-lib::src::gretl_utils.c
deleted file mode 100644
index b05b6e035e38..000000000000
--- a/math/gretl/files/patch-lib::src::gretl_utils.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib/src/gretl_utils.c.orig Mon Sep 30 06:13:40 2002
-+++ lib/src/gretl_utils.c Mon Oct 21 08:31:52 2002
-@@ -1373,8 +1373,8 @@
- if (home != NULL) {
- strcpy(ppaths->gretldir, home);
- } else {
-- strcpy(ppaths->gretldir, GRETL_PREFIX);
-- strcat(ppaths->gretldir, "/share/gretl/");
-+ strcpy(ppaths->gretldir, DATADIR);
-+ strcat(ppaths->gretldir, "/gretl/");
- }
- if (gui) {
- sprintf(ppaths->binbase, "%sdb/", ppaths->gretldir);
diff --git a/math/gretl/files/patch-plugin::Makefile.in b/math/gretl/files/patch-plugin::Makefile.in
deleted file mode 100644
index e02bb5a24afa..000000000000
--- a/math/gretl/files/patch-plugin::Makefile.in
+++ /dev/null
@@ -1,47 +0,0 @@
---- plugin/Makefile.in.orig Fri Oct 11 03:03:46 2002
-+++ plugin/Makefile.in Mon Oct 21 10:23:25 2002
-@@ -8,6 +8,10 @@
- INSTALL = @INSTALL@
- LN = @LN_S@
-
-+CPPFLAGS = @CPPFLAGS@
-+LDFLAGS = @LDFLAGS@
-+INTL_LIBS = @LTLIBINTL@
-+
- have_gtk = @have_gtk@
- GTK_CFLAGS = @GTK_CFLAGS@
- GTK_LIBS = @GTK_LIBS@
-@@ -31,8 +35,8 @@
- override CFLAGS += -I.. -DHAVE_CONFIG_H
-
- LIBTOOL = $(topsrc)/libtool
--COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS)
--LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -shared
-+COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(CPPFLAGS)
-+LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -shared $(LDFLAGS)
-
- GRETLINC = -I$(topsrc)/lib/src
- GRETLLIB = ../lib/libgretl.la
-@@ -47,7 +51,7 @@
- PROGRESS_PLUGIN = progress_bar.so
- GNUMERIC_PLUGIN = gnumeric_import.so
- EXCEL_PLUGIN = excel_import.so
-- GRETL_LIBOLE2_CFLAGS := -I. $(shell glib-config --cflags)
-+ GRETL_LIBOLE2_CFLAGS := -I. $(shell $(GLIB_CONFIG) --cflags)
- endif
-
- PLUGINS = stats_tables.so panel_data.so des_import.so range-mean.so lad.so \
-@@ -156,11 +160,11 @@
- .PHONY:
-
- install: $(PLUGINS) installdirs
-- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) \
-+ $(LIBTOOL) --mode=install $(INSTALL_DATA) \
- $(PLUGINS) $(plugindir)
-
- install-strip: $(PLUGINS) installdirs
-- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s \
-+ $(LIBTOOL) --mode=install $(INSTALL_DATA) -s \
- $(PLUGINS) $(plugindir)
-
- installdirs:
diff --git a/math/gretl/files/patch-plugin::workbook.c b/math/gretl/files/patch-plugin::workbook.c
deleted file mode 100644
index d91482092391..000000000000
--- a/math/gretl/files/patch-plugin::workbook.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- plugin/workbook.c.orig Fri May 31 22:22:42 2002
-+++ plugin/workbook.c Sat Jul 27 08:45:00 2002
-@@ -24,6 +24,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <glib.h>
-+#include <wchar.h>
-
- #ifdef G_OS_WIN32
- # include "../winconfig.h"
diff --git a/math/gretl/files/patch-po::Makefile.in.in b/math/gretl/files/patch-po::Makefile.in.in
deleted file mode 100644
index 53fa2d5ede09..000000000000
--- a/math/gretl/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- po/Makefile.in.in.orig Fri May 24 05:03:49 2002
-+++ po/Makefile.in.in Mon Oct 21 08:10:04 2002
-@@ -21,7 +21,7 @@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- datadir = @datadir@
--localedir = $(datadir)/locale
-+localedir = $(prefix)/share/locale
- gettextsrcdir = $(datadir)/gettext/po
-
- INSTALL = @INSTALL@
diff --git a/math/gretl/files/patch-share::Makefile.in b/math/gretl/files/patch-share::Makefile.in
deleted file mode 100644
index c4811e225653..000000000000
--- a/math/gretl/files/patch-share::Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- share/Makefile.in.orig Mon Sep 30 03:49:42 2002
-+++ share/Makefile.in Mon Oct 21 07:31:57 2002
-@@ -1,11 +1,12 @@
- topsrc = ..
-
- prefix = @prefix@
-+datadir = @datadir@
- have_gtk = @have_gtk@
-
--gretldir = $(prefix)/share/gretl
-+gretldir = $(datadir)/gretl
- tooldir = $(topsrc)/tools
--INSTALL_DATA = cp -fp
-+INSTALL_DATA = @INSTALL_DATA@
-
- ifeq ($(have_gtk),2.0)
- ES_GUI_HLP = gretl.hlp.es.utf8
diff --git a/math/gretl/files/patch-tools::ltmain.sh b/math/gretl/files/patch-tools::ltmain.sh
deleted file mode 100644
index 3d010b6c9f88..000000000000
--- a/math/gretl/files/patch-tools::ltmain.sh
+++ /dev/null
@@ -1,49 +0,0 @@
---- tools/ltmain.sh.orig Mon May 20 06:43:59 2002
-+++ tools/ltmain.sh Mon Oct 21 10:45:46 2002
-@@ -956,6 +956,7 @@
- ;;
-
- -avoid-version)
-+ build_old_libs=no
- avoid_version=yes
- continue
- ;;
-@@ -1043,14 +1044,14 @@
- # These systems don't actually have a C library (as such)
- test "X$arg" = "X-lc" && continue
- ;;
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc due to us having libc/libc_r.
- test "X$arg" = "X-lc" && continue
- ;;
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -2441,7 +2442,7 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc due to us having libc/libc_r.
- ;;
- *)
-@@ -4210,10 +4211,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/math/gretl/pkg-comment b/math/gretl/pkg-comment
deleted file mode 100644
index f528efe7ec35..000000000000
--- a/math/gretl/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Gnu Regression, Econometrics and Time-series Library
diff --git a/math/gretl/pkg-descr b/math/gretl/pkg-descr
deleted file mode 100644
index b0fbe9f62440..000000000000
--- a/math/gretl/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-Gnu Regression, Econometrics and Time-series Library
-
-Features
- - A wide variety of least-squares based estimators (including two-stage
- least squares).
- - Easy intuitive interface.
- - Single commands to launch things like augmented Dickey-Fuller test, Chow
- test for structural stability, Vector Autoregression.
- - Reads own format ascii data files, Comma Separated Values files, BOX1
- files, own format binary databases (allowing mixed data frequencies and
- series lengths) and RATS 4 databases. Includes a US macro database and a
- perl script to create a database off economagic.com. See also the gretl
- data page.
- - Output models as LaTeX files, in tabular or equation format (not very
- flexible yet).
- - Integrated scripting language: enter commands either via the gui or via
- script.
- - Command loop structure for Monte Carlo simulations.
- - GUI controller for fine-tuning Gnuplot graphs.
- - Link to GNU R for further data analysis.
-
-WWW: http://gretl.sourceforge.net/
diff --git a/math/gretl/pkg-plist b/math/gretl/pkg-plist
deleted file mode 100644
index ff772ebdd371..000000000000
--- a/math/gretl/pkg-plist
+++ /dev/null
@@ -1,313 +0,0 @@
-bin/gretl
-bin/gretl_x11
-bin/gretlcli
-%%GNOME2:%%etc/gconf/gconf.xml.defaults/apps/gretl/%gconf.xml
-%%GNOME2:%%etc/gconf/gconf.xml.defaults/schemas/apps/gretl/%gconf.xml
-%%GNOME2:%%etc/gconf/schemas/gretl.schemas
-include/gretl/calendar.h
-include/gretl/cmdlist.h
-include/gretl/commands.h
-include/gretl/compare.h
-include/gretl/dataio.h
-include/gretl/describe.h
-include/gretl/discrete.h
-include/gretl/errors.h
-include/gretl/estimate.h
-include/gretl/generate.h
-include/gretl/graphing.h
-include/gretl/gretl_utils.h
-include/gretl/interact.h
-include/gretl/internal.h
-include/gretl/libgretl.h
-include/gretl/libprob.h
-include/gretl/modelprint.h
-include/gretl/monte_carlo.h
-include/gretl/nonparam.h
-include/gretl/printout.h
-include/gretl/pvalues.h
-include/gretl/strutils.h
-include/gretl/subsample.h
-include/gretl/texprint.h
-include/gretl/var.h
-include/gretl/version.h
-include/gretl/win32.h
-lib/gretl/excel_import-2.so
-lib/gretl/gnumeric_import-2.so
-lib/gretl/lad.so
-lib/gretl/mp_ols.so
-lib/gretl/panel_data.so
-lib/gretl/progress_bar-2.so
-lib/gretl/range-mean.so
-lib/gretl/stats_tables.so
-lib/libgretl-1.0.a
-lib/libgretl-1.0.so
-lib/libgretl-1.0.so.0
-libdata/pkgconfig/gretl.pc
-%%GNOME2:%%%%DATADIR%%/applications/gretl.desktop
-%%DATADIR%%/gretl/COPYING
-%%DATADIR%%/gretl/data/data10-1.gdt
-%%DATADIR%%/gretl/data/data10-2.gdt
-%%DATADIR%%/gretl/data/data10-3.gdt
-%%DATADIR%%/gretl/data/data10-4.gdt
-%%DATADIR%%/gretl/data/data10-5.gdt
-%%DATADIR%%/gretl/data/data10-6.gdt
-%%DATADIR%%/gretl/data/data10-7.gdt
-%%DATADIR%%/gretl/data/data10-8.gdt
-%%DATADIR%%/gretl/data/data11-1.gdt
-%%DATADIR%%/gretl/data/data12-1.gdt
-%%DATADIR%%/gretl/data/data13-1.gdt
-%%DATADIR%%/gretl/data/data2-1.gdt
-%%DATADIR%%/gretl/data/data2-2.gdt
-%%DATADIR%%/gretl/data/data2-3.gdt
-%%DATADIR%%/gretl/data/data3-1.gdt
-%%DATADIR%%/gretl/data/data3-10.gdt
-%%DATADIR%%/gretl/data/data3-11.gdt
-%%DATADIR%%/gretl/data/data3-12.gdt
-%%DATADIR%%/gretl/data/data3-13.gdt
-%%DATADIR%%/gretl/data/data3-14.gdt
-%%DATADIR%%/gretl/data/data3-15.gdt
-%%DATADIR%%/gretl/data/data3-2.gdt
-%%DATADIR%%/gretl/data/data3-3.gdt
-%%DATADIR%%/gretl/data/data3-4.gdt
-%%DATADIR%%/gretl/data/data3-5.gdt
-%%DATADIR%%/gretl/data/data3-6.gdt
-%%DATADIR%%/gretl/data/data3-7.gdt
-%%DATADIR%%/gretl/data/data3-8.gdt
-%%DATADIR%%/gretl/data/data3-9.gdt
-%%DATADIR%%/gretl/data/data4-1.gdt
-%%DATADIR%%/gretl/data/data4-10.gdt
-%%DATADIR%%/gretl/data/data4-11.gdt
-%%DATADIR%%/gretl/data/data4-12.gdt
-%%DATADIR%%/gretl/data/data4-13.gdt
-%%DATADIR%%/gretl/data/data4-14.gdt
-%%DATADIR%%/gretl/data/data4-15.gdt
-%%DATADIR%%/gretl/data/data4-16.gdt
-%%DATADIR%%/gretl/data/data4-17.gdt
-%%DATADIR%%/gretl/data/data4-2.gdt
-%%DATADIR%%/gretl/data/data4-3.gdt
-%%DATADIR%%/gretl/data/data4-3a.gdt
-%%DATADIR%%/gretl/data/data4-4.gdt
-%%DATADIR%%/gretl/data/data4-5.gdt
-%%DATADIR%%/gretl/data/data4-6.gdt
-%%DATADIR%%/gretl/data/data4-7.gdt
-%%DATADIR%%/gretl/data/data4-8.gdt
-%%DATADIR%%/gretl/data/data4-9.gdt
-%%DATADIR%%/gretl/data/data6-1.gdt
-%%DATADIR%%/gretl/data/data6-2.gdt
-%%DATADIR%%/gretl/data/data6-3.gdt
-%%DATADIR%%/gretl/data/data6-4.gdt
-%%DATADIR%%/gretl/data/data6-5.gdt
-%%DATADIR%%/gretl/data/data6-6.gdt
-%%DATADIR%%/gretl/data/data7-1.gdt
-%%DATADIR%%/gretl/data/data7-10.gdt
-%%DATADIR%%/gretl/data/data7-11.gdt
-%%DATADIR%%/gretl/data/data7-12.gdt
-%%DATADIR%%/gretl/data/data7-13.gdt
-%%DATADIR%%/gretl/data/data7-14.gdt
-%%DATADIR%%/gretl/data/data7-15.gdt
-%%DATADIR%%/gretl/data/data7-16.gdt
-%%DATADIR%%/gretl/data/data7-17.gdt
-%%DATADIR%%/gretl/data/data7-18.gdt
-%%DATADIR%%/gretl/data/data7-19.gdt
-%%DATADIR%%/gretl/data/data7-2.gdt
-%%DATADIR%%/gretl/data/data7-20.gdt
-%%DATADIR%%/gretl/data/data7-21.gdt
-%%DATADIR%%/gretl/data/data7-22.gdt
-%%DATADIR%%/gretl/data/data7-23.gdt
-%%DATADIR%%/gretl/data/data7-24.gdt
-%%DATADIR%%/gretl/data/data7-26.gdt
-%%DATADIR%%/gretl/data/data7-3.gdt
-%%DATADIR%%/gretl/data/data7-4.gdt
-%%DATADIR%%/gretl/data/data7-5.gdt
-%%DATADIR%%/gretl/data/data7-6.gdt
-%%DATADIR%%/gretl/data/data7-7.gdt
-%%DATADIR%%/gretl/data/data7-8.gdt
-%%DATADIR%%/gretl/data/data7-9.gdt
-%%DATADIR%%/gretl/data/data8-1.gdt
-%%DATADIR%%/gretl/data/data8-2.gdt
-%%DATADIR%%/gretl/data/data8-3.gdt
-%%DATADIR%%/gretl/data/data9-1.gdt
-%%DATADIR%%/gretl/data/data9-10.gdt
-%%DATADIR%%/gretl/data/data9-11.gdt
-%%DATADIR%%/gretl/data/data9-12.gdt
-%%DATADIR%%/gretl/data/data9-13.gdt
-%%DATADIR%%/gretl/data/data9-2.gdt
-%%DATADIR%%/gretl/data/data9-3.gdt
-%%DATADIR%%/gretl/data/data9-4.gdt
-%%DATADIR%%/gretl/data/data9-5.gdt
-%%DATADIR%%/gretl/data/data9-6.gdt
-%%DATADIR%%/gretl/data/data9-7.gdt
-%%DATADIR%%/gretl/data/data9-8.gdt
-%%DATADIR%%/gretl/data/data9-9.gdt
-%%DATADIR%%/gretl/data/descriptions
-%%DATADIR%%/gretl/data/greene/greene10_3.gdt
-%%DATADIR%%/gretl/data/greene/greene11_3.gdt
-%%DATADIR%%/gretl/data/greene/greene12_1.gdt
-%%DATADIR%%/gretl/data/greene/greene18_1.gdt
-%%DATADIR%%/gretl/data/greene/greene18_2.gdt
-%%DATADIR%%/gretl/data/greene/greene19_1.gdt
-%%DATADIR%%/gretl/data/greene/greene7_8.gdt
-%%DATADIR%%/gretl/data/greene/greene8_3.gdt
-%%DATADIR%%/gretl/data/greene/greene9_1.gdt
-%%DATADIR%%/gretl/data/greene/wg_descriptions
-%%DATADIR%%/gretl/data/longley.gdt
-%%DATADIR%%/gretl/db/README
-%%DATADIR%%/gretl/db/bcih.bin
-%%DATADIR%%/gretl/db/bcih.idx
-%%DATADIR%%/gretl/gretl-logo.xpm
-%%DATADIR%%/gretl/gretl.hlp
-%%DATADIR%%/gretl/gretl.hlp.es
-%%DATADIR%%/gretl/gretl.stamp
-%%DATADIR%%/gretl/gretlcli.hlp
-%%DATADIR%%/gretl/gretlcli.hlp.es
-%%DATADIR%%/gretl/scripts/greene11_3.inp
-%%DATADIR%%/gretl/scripts/greene12_1.inp
-%%DATADIR%%/gretl/scripts/greene18_6.inp
-%%DATADIR%%/gretl/scripts/greene19_1.inp
-%%DATADIR%%/gretl/scripts/greene7_8.inp
-%%DATADIR%%/gretl/scripts/greene8_3.inp
-%%DATADIR%%/gretl/scripts/greene9_1.inp
-%%DATADIR%%/gretl/scripts/ps10-1.inp
-%%DATADIR%%/gretl/scripts/ps10-10.inp
-%%DATADIR%%/gretl/scripts/ps10-11.inp
-%%DATADIR%%/gretl/scripts/ps10-2.inp
-%%DATADIR%%/gretl/scripts/ps10-3.inp
-%%DATADIR%%/gretl/scripts/ps10-4.inp
-%%DATADIR%%/gretl/scripts/ps10-5a.inp
-%%DATADIR%%/gretl/scripts/ps10-5b.inp
-%%DATADIR%%/gretl/scripts/ps10-6.inp
-%%DATADIR%%/gretl/scripts/ps10-7.inp
-%%DATADIR%%/gretl/scripts/ps10-8.inp
-%%DATADIR%%/gretl/scripts/ps10-9.inp
-%%DATADIR%%/gretl/scripts/ps11-1.inp
-%%DATADIR%%/gretl/scripts/ps11-2.inp
-%%DATADIR%%/gretl/scripts/ps11-3.inp
-%%DATADIR%%/gretl/scripts/ps12-1.inp
-%%DATADIR%%/gretl/scripts/ps13-1.inp
-%%DATADIR%%/gretl/scripts/ps2-1.inp
-%%DATADIR%%/gretl/scripts/ps2-2.inp
-%%DATADIR%%/gretl/scripts/ps2-3.inp
-%%DATADIR%%/gretl/scripts/ps3-1.inp
-%%DATADIR%%/gretl/scripts/ps3-2.inp
-%%DATADIR%%/gretl/scripts/ps3-3.inp
-%%DATADIR%%/gretl/scripts/ps3-4.inp
-%%DATADIR%%/gretl/scripts/ps3-5.inp
-%%DATADIR%%/gretl/scripts/ps3-6.inp
-%%DATADIR%%/gretl/scripts/ps4-1.inp
-%%DATADIR%%/gretl/scripts/ps4-2.inp
-%%DATADIR%%/gretl/scripts/ps4-3.inp
-%%DATADIR%%/gretl/scripts/ps4-4.inp
-%%DATADIR%%/gretl/scripts/ps4-5.inp
-%%DATADIR%%/gretl/scripts/ps5-1.inp
-%%DATADIR%%/gretl/scripts/ps5-2.inp
-%%DATADIR%%/gretl/scripts/ps5-3.inp
-%%DATADIR%%/gretl/scripts/ps5-4.inp
-%%DATADIR%%/gretl/scripts/ps5-5.inp
-%%DATADIR%%/gretl/scripts/ps6-1.inp
-%%DATADIR%%/gretl/scripts/ps6-10.inp
-%%DATADIR%%/gretl/scripts/ps6-11.inp
-%%DATADIR%%/gretl/scripts/ps6-12.inp
-%%DATADIR%%/gretl/scripts/ps6-2.inp
-%%DATADIR%%/gretl/scripts/ps6-3.inp
-%%DATADIR%%/gretl/scripts/ps6-4.inp
-%%DATADIR%%/gretl/scripts/ps6-5.inp
-%%DATADIR%%/gretl/scripts/ps6-6.inp
-%%DATADIR%%/gretl/scripts/ps6-7.inp
-%%DATADIR%%/gretl/scripts/ps6-8.inp
-%%DATADIR%%/gretl/scripts/ps6-9.inp
-%%DATADIR%%/gretl/scripts/ps7-1.inp
-%%DATADIR%%/gretl/scripts/ps7-2.inp
-%%DATADIR%%/gretl/scripts/ps7-3.inp
-%%DATADIR%%/gretl/scripts/ps7-4.inp
-%%DATADIR%%/gretl/scripts/ps7-5.inp
-%%DATADIR%%/gretl/scripts/ps7-6.inp
-%%DATADIR%%/gretl/scripts/ps7-7.inp
-%%DATADIR%%/gretl/scripts/ps8-1.inp
-%%DATADIR%%/gretl/scripts/ps8-2.inp
-%%DATADIR%%/gretl/scripts/ps8-3.inp
-%%DATADIR%%/gretl/scripts/ps8-4.inp
-%%DATADIR%%/gretl/scripts/ps8-5.inp
-%%DATADIR%%/gretl/scripts/ps8-6.inp
-%%DATADIR%%/gretl/scripts/ps8-7.inp
-%%DATADIR%%/gretl/scripts/ps8-8.inp
-%%DATADIR%%/gretl/scripts/ps9-1.inp
-%%DATADIR%%/gretl/scripts/ps9-10.inp
-%%DATADIR%%/gretl/scripts/ps9-2.inp
-%%DATADIR%%/gretl/scripts/ps9-3.inp
-%%DATADIR%%/gretl/scripts/ps9-4.inp
-%%DATADIR%%/gretl/scripts/ps9-5.inp
-%%DATADIR%%/gretl/scripts/ps9-6.inp
-%%DATADIR%%/gretl/scripts/ps9-7.inp
-%%DATADIR%%/gretl/scripts/ps9-8.inp
-%%DATADIR%%/gretl/scripts/ps9-9.inp
-%%DATADIR%%/gretl/scripts/ps_descriptions
-%%DATADIR%%/gretl/scripts/testinp
-%%DATADIR%%/gretl/scripts/wg_ps_descriptions
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/appendices.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/biblio.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/cli.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/cmdref.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/datafiles.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/graphs.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/intro.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/looping.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/modes.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/native.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/optarg.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/panel.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/starting.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/chapters/trouble.xml
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/adf1.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/adf2.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/autocorr.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/caution.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/chisqu.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/corc.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/cumulate.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/datafiles.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/greeneC.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/gretl-logo.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/important.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/ldx.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/ldy.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/linreg.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/mainwin.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/menubar.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/modelwin.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/nonlin.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/note.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/plot_control.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/resid.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/scriptwin.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/selector.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/session.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/tip.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/tipbak.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/toolbar.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/uhatsq.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/warning.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/figures/yhat.png
-%%GNOME2:%%%%DATADIR%%/help/gretl/C/gretl.xml
-%%GNOME2:%%%%DATADIR%%/mime-info/gretl.keys
-%%GNOME2:%%%%DATADIR%%/mime-info/gretl.mime
-%%GNOME2:%%%%DATADIR%%/omf/gretl/gretl-C.omf
-%%GNOME2:%%%%DATADIR%%/pixmaps/gnome-application-x-gretldata.png
-%%GNOME2:%%%%DATADIR%%/pixmaps/gnome-application-x-gretlsession.png
-%%GNOME2:%%%%DATADIR%%/pixmaps/gretl-logo.xpm
-%%GNOME2:%%%%DATADIR%%/pixmaps/gretl.png
-share/locale/es/LC_MESSAGES/gretl.mo
-share/locale/fr/LC_MESSAGES/gretl.mo
-%%GNOME2:%%@dirrm %%DATADIR%%/omf/gretl
-%%GNOME2:%%@dirrm %%DATADIR%%/help/gretl/C/figures
-%%GNOME2:%%@dirrm %%DATADIR%%/help/gretl/C/chapters
-%%GNOME2:%%@dirrm %%DATADIR%%/help/gretl/C
-%%GNOME2:%%@dirrm %%DATADIR%%/help/gretl
-@dirrm %%DATADIR%%/gretl/scripts
-@dirrm %%DATADIR%%/gretl/db
-@dirrm %%DATADIR%%/gretl/data/greene
-@dirrm %%DATADIR%%/gretl/data
-@dirrm %%DATADIR%%/gretl
-@dirrm lib/gretl
-@dirrm include/gretl
-%%GNOME2:%%@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gretl
-%%GNOME2:%%@dirrm etc/gconf/gconf.xml.defaults/apps/gretl