Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Feb 2021 18:03:24
2021.a_1

|
yuri  |
math/gretl: Change from gtk2 to gtk3.
Requested by: bapt (via e-mail) |
19 Jan 2021 20:16:03
2021.a

|
yuri  |
math/gretl: Update 2020e -> 2021a
Reported by: portscout |
24 Nov 2020 22:32:31
2020.e

|
yuri  |
math/gretl: Update 2020d -> 2020e |
20 Aug 2020 06:10:12
2020.d

|
yuri  |
math/gretl: Update 2020c -> 2020d
Reported by: portscout |
03 Aug 2020 07:20:50
2020.c

|
yuri  |
math/gretl: Update 2020b -> 2020c
Reported by: portscout |
12 Apr 2020 19:04:01
2020.b

|
yuri  |
math/gretl: Update 2020a -> 2020b
Reported by: portscout |
08 Mar 2020 21:56:37
2020.a

|
jbeich  |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020 |
07 Mar 2020 18:58:53
2020.a

|
yuri  |
math/gretl: Update 2019d -> 2020a
Reported by: portscout |
01 Jan 2020 22:50:04
2019.d

|
pkubaj  |
math/gretl: fix build on GCC architectures
Since the last upgrade, gretl requires C11:
../lib/src/bhhh_max.c:37: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'Lval'
Fix this by adding USES=compiler:c11 and replacing OPENMP_USES=compiler:openmp
with OPENMP_USE=GCC=yes. This sets the correct CC.
PR: 243027
Approved by: yuri (maintainer) |
26 Dec 2019 19:47:42
2019.d

|
yuri  |
math/gretl: Update 2019a -> 2019d |
26 Dec 2019 19:34:36
2019.a_7

|
yuri  |
math/gretl: Fix build on systems w/out omp.h in the base system; Add the MPI
option that is off and broken for now
Reported by: fallout |
08 Oct 2019 17:12:48
2019.a_6

|
pkubaj  |
math/gretl: fix build on GCC architectures
Don't unconditionally use libomp, it breaks build on GCC architectures.
Instead set USES=compiler:openmp.
PR: 241099
Approved by: yuri (maintainer), linimon (mentor) |
21 Sep 2019 18:59:57
2019.a_5

|
jbeich  |
devel/openmp: update to 9.0.0
- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783
Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/ |
26 Jul 2019 20:46:57
2019.a_4

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
08 May 2019 16:05:53
2019.a_3

|
jbeich  |
devel/openmp: phase out
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)
PR: 236907
Approved by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19767 |
24 Apr 2019 19:15:06
2019.a_2

|
jbeich  |
Switch to -fstack-protector-strong and enable on more architectures
PR: 237273
Exp-run by: antoine
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D19907 |
22 Apr 2019 13:16:34
2019.a_2

|
gerald  |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
09 Apr 2019 14:04:50
2019.a_1

|
sunpoet  |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
26 Jan 2019 05:19:20
2019.a

|
yuri  |
math/gretl: Update 2018d -> 2019a
Reported by: portscout |
22 Dec 2018 18:46:57
2018.d

|
yuri  |
math/gretl: Update 2018c -> 2018d
Reported by: portscout |
20 Dec 2018 02:45:22
2018.c

|
yuri  |
math/gretl: Update 1.9.13 -> 2018c
Take maintainership.
Port changes:
* Add the ADDONS option
* Marked the "R" option broken
* Remove the empty docs directory |
12 Dec 2018 01:35:36
1.9.13_15

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
29 Jul 2018 22:18:46
1.9.13_14

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
19 Apr 2018 07:08:45
1.9.13_13

|
ale  |
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. |
10 Mar 2018 17:46:06
1.9.13_12

|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
10 Sep 2017 20:55:39
1.9.13_11

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
18 Aug 2017 17:25:14
1.9.13_10

|
swills  |
math/gretl: Fix R dependency option (causing build failure)
PR: 220729
Submitted by: Beeblebrox <zaphod@berentweb.com> |
27 Jun 2017 13:46:53
1.9.13_10

|
sunpoet  |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
02 Jun 2017 16:42:15
1.9.13_9

|
pawel  |
- Add missing NLS option to OPTIONS_DEFINE, LICENSE_FILE
- Register missing dependencies found by stage-qa
- Convert to USES=localbase
- Use options helpers
- Strip gretl-gtk2 plugins
- Regenerate patches with make makepatch, use correct patch naming |
01 Apr 2017 15:23:32
1.9.13_8

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
07 Dec 2016 13:24:57
1.9.13_7

|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
27 Jun 2016 21:30:34
1.9.13_6

|
rene  |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
01 Apr 2016 14:16:20
1.9.13_6

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
07 Oct 2014 19:21:28
1.9.13_6

|
antoine  |
Fix packaging |
10 Sep 2014 20:50:37
1.9.13_5

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
31 Aug 2014 16:36:23
1.9.13_4

|
tijl  |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD |
18 Aug 2014 15:59:19
1.9.13_3

|
amdmi3  |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
29 Jul 2014 17:12:50
1.9.13_2

|
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
08 Jul 2014 13:37:10
1.9.13_2

|
bf  |
Use staging |
04 Jul 2014 00:52:40
1.9.13_2

|
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket) |
16 Apr 2014 18:28:50
1.9.13_2

|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
10 Mar 2014 20:55:22
1.9.13_1

|
gerald  |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
16 Feb 2014 17:15:32
1.9.13

|
tijl  |
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery) |
20 Nov 2013 08:34:26
1.9.13

|
bf  |
Update to 1.9.13 |
26 Oct 2013 00:52:36
1.9.12_1

|
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
22 Oct 2013 13:56:27
1.9.12

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery) |
20 Sep 2013 20:55:06
1.9.12

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
10 Sep 2013 21:31:33
1.9.12

|
antoine  |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
26 Apr 2013 10:44:29
1.9.12

|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
21 Apr 2013 15:00:51
1.9.12

|
bf  |
update to 1.9.12
Feature safe: yes |
28 Jul 2012 15:57:56
1.9.9
|
cs  |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
07 Jun 2012 03:36:00
1.9.9
|
bf  |
update to 1.9.9 and convert options to the new style |
01 Jun 2012 05:26:28
1.9.8_1
|
dinoex  |
- update png to 1.5.10 |
01 Apr 2012 00:12:52
1.9.8
|
bf  |
update to 1.9.8
Feature safe: yes |
06 Feb 2012 12:25:50
1.9.7_1
|
miwi  |
- Chase unixODBC shlib bump |
24 Dec 2011 09:58:15
1.9.7
|
bf  |
update to 1.9.7 |
22 Nov 2011 11:14:10
1.9.6
|
bf  |
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date
PR: 162706
Approved by: miwi (portmgr)
Feature safe: yes |
20 Oct 2011 01:05:18
1.9.6
|
bf  |
update to 1.9.6 |
17 Oct 2011 10:08:33
1.9.5_2
|
bf  |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen |
23 Sep 2011 22:26:39
1.9.5_1
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
02 May 2011 12:44:53
1.9.5_1
|
makc  |
Bump PORTREVISION after open-mofit update |
28 Apr 2011 00:58:42
1.9.5
|
bf  |
- Update to 1.9.5
- Discard the SSE2 option in favor
of a test of MACHINE_CPU |
26 Mar 2011 01:39:07
1.9.4
|
bf  |
Remove addition of CPPFLAGS to CONFIGURE_ENV
in port Makefiles, and MD5 entries in distinfo |
04 Mar 2011 08:43:28
1.9.4
|
bf  |
- Update to 1.9.4
- Fix the build by using the bundled
libtool rather than devel/libtool
Approved by: makc, miwi (mentors, implicit) |
05 Feb 2011 17:28:51
1.9.3
|
bf  |
Update to 1.9.3
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes |
04 Dec 2010 07:34:27
1.9.1
|
ade  |
Sync to new bsd.autotools.mk |
10 Aug 2010 05:50:52
1.9.1
|
bf  |
Take up maintainership
Approved by: makc (co-mentor) |
15 Jul 2010 08:14:48
1.9.1
|
miwi  |
- Update to 1.9.1
PR: 14562
Submitted by: Ports Fury |
11 Jun 2010 15:09:45
1.8.7_3
|
ale  |
Chase mpfr library and bump PORTREVISION. |
31 May 2010 02:01:56
1.8.7_2
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
28 Mar 2010 06:47:48
1.8.7_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
12 Feb 2010 14:20:21
1.8.7
|
miwi  |
- Update to 1.8.7
PR: 143813
Submitted by: Ports Fury |
05 Feb 2010 11:46:55
1.8.6_1
|
dinoex  |
- update to jpeg-8 |
13 Dec 2009 00:20:25
1.8.6
|
miwi  |
- Update to 1.8.6
PR: 141295
Submitted by: Ports Fury |
02 Nov 2009 10:54:10
1.8.5
|
miwi  |
- Update to 1.8.5
PR: 140120
Submitted by: Ports Fury |
13 Sep 2009 00:08:01
1.8.2_1
|
gerald  |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
08 Aug 2009 06:24:15
1.8.2
|
miwi  |
- Update to 1.8.2
PR: 137531
Submitted by: Ports Fury |
02 Aug 2009 19:36:34
1.8.1
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
09 Jul 2009 09:05:45
1.8.1
|
miwi  |
- Update to 1.8.1
PR: 136479
Submitted by: Ports Fury |
18 May 2009 15:08:58
1.8.0_1
|
pav  |
- Chase fftw3 update |
20 Feb 2009 16:32:30
1.8.0
|
miwi  |
- Update to 1.8.0
PR: 131849
Submitted by: Ports Fury |
30 Jan 2009 23:23:18
1.7.9_1
|
ale  |
Chase mpfr library. |
14 Jan 2009 09:12:07
1.7.9
|
miwi  |
- Update to 1.7.9
PR: 130467
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
10 Jan 2009 11:45:01
1.7.7_1
|
gerald  |
No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> |
07 Jan 2009 16:34:27
1.7.7_1
|
gerald  |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
05 Jan 2009 21:05:49
1.7.7
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
23 Sep 2008 18:51:19
1.7.7
|
amdmi3  |
- Update to 1.7.7
PR: 127180
Submitted by: valerio dot daelli at gmail dot com |
20 Aug 2008 00:57:32
1.7.6
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
02 Aug 2008 22:34:28
1.7.6
|
miwi  |
- Update to 1.7.6
PR: 126174
Submitted by: Ports Fury |
23 Jun 2008 10:51:41
1.7.5
|
miwi  |
- Update to 1.7.5
PR: 124849
Submitted by: Ports Fury |
06 Jun 2008 13:44:06
1.7.4_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
26 Apr 2008 23:35:08
1.7.4
|
miwi  |
- Update to 1.7.4
PR: 122502
Submitted by: Ports Fury |
13 Mar 2008 20:56:47
1.7.3
|
miwi  |
- Update to 1.7.3
PR: 121619
Submitted by: Ports Fury |
20 Jan 2008 21:56:45
1.7.1
|
miwi  |
- Update to 1.7.1
PR: 119725
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
24 Oct 2007 23:37:25
1.6.5_3
|
marcus  |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
30 Sep 2007 04:47:37
1.6.5_2
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
30 Aug 2007 09:56:05
1.6.5_1
|
ale  |
Chase mpfr library and bump PORTREVISION. |
14 Jul 2007 09:27:27
1.6.5
|
maho  |
Now we use USE_FORTRAN=yes to use FORTRAN compiler. |
04 Jun 2007 11:34:17
1.6.5
|
edwin  |
Move misc/gretl to math/gretl; add secondary category of finance
gretl is used in the mathematical analysis of time series,
and has a functionality that is similar to various statistical
and signal processing components of it++, octave, scilab,
R, numpy/scipy, etc. -- most of which are in the math
category. It should really be placed there, rather than
in misc. In recognition of the fact that it implements
some methods that are commonly (but not exclusively!) used
in econometrics, it should also be given a secondary listing
in finance. (In my opinion, however, it shouldn't be given
a primary listing in that category, because most of the
ports there deal with the nuts-and-bolts of accounting,
payment methods, taxes, and stock tracking. To my knowledge,
the only ports now in finance that remotely resemble gretl
are quantlib, xtrader, and qtstalker, all of which employ
simpler methods that are more specific to financial time
series than are the more general methods in gretl.
PR: ports/113052
Submitted by: bf <bf2006a@yahoo.com> |