non port: lang/algol68g/Makefile |
Number of commits found: 64 |
Thursday, 9 Nov 2023
|
08:37 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to version 3.4.4
Reported by: portscout
d3a61eb |
Monday, 16 Oct 2023
|
11:00 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to version 3.4.2
Reported by: portscout (suggested version 3.3.24)
67c7b12 |
Tuesday, 19 Sep 2023
|
04:27 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to version 3.3.23
The author had not made another release in several days,
perhaps this one he is happy with (for a short while).
Reported by: portscout
53a28be |
Monday, 4 Sep 2023
|
10:36 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to version 3.3.11
Reported by: portscout
161c5b7 |
Wednesday, 16 Aug 2023
|
07:16 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to the latest version 3.3.0
Apart from usual minor fixes, this release adds WWW/cURL support and
a number of new procedures: "https content", "puts", "gets", "putsf",
"getsf", "string", "stringf".
Reported by: portscout
5dfddf9 |
Monday, 12 Jun 2023
|
12:44 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to version 3.2.0
Reported by: portscout
b69270d1 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Thursday, 20 Apr 2023
|
10:52 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to version 3.1.8
Previous versions had been skipped due to broken tests and because
the author adheres to disgusting practice of removing the old files
upon fresh release (never do that).
Reported by: portscout
54fb02e |
Friday, 17 Mar 2023
|
02:10 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to bugfix version 3.1.3
Reported by: portscout
e1648fb |
Tuesday, 10 Jan 2023
|
05:26 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to minor bugfix version 3.1.1
Reported by: portscout
d8d71b0 |
Wednesday, 16 Nov 2022
|
10:47 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to version 3.1.0
Reported by: portscout
a9d27b1 |
Thursday, 29 Sep 2022
|
02:17 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to version 3.0.9
While here, chase HTTP/1.1 301 redirection in the MASTER_SITES.
Reported by: portscout
df88af9 |
Tuesday, 13 Sep 2022
|
04:56 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to version 3.0.8
Reported by: portscout
f955af7 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Sunday, 21 Aug 2022
|
04:20 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to version 3.0.7
Reported by: portscout
8dda83f |
Tuesday, 15 Mar 2022
|
20:37 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to version 3.0.6, hook the tests
This new release is mostly the result of the evolution of the previous
version over the [five] years. Since the hardware representation of
several modes has changed, the version number has been incremented.
Former Algol 68 Genie versions 1 and 2 implement 32-bit INT, BITS and
64-bit REAL modes, while implementing all LONG and LONG LONG modes in
software. Version 3 implements 64-bit INT, REAL and BITS modes, and
128-bit LONG modes which are supported by modern processors; only LONG
LONG modes remain implemented in software.
Version 3.0 offers bindings for more functions from the GNU Scientific
Library, as well as for statistical routines from the GNU R stand-alone
mathematics library, and adds a generalized incomplete gamma function
according a recent algorithm by Abergel and Moisan from the University
of Paris. Also, it incorporates reported bugfixes.
While here, drop CONFIGURE_ARGS+=--enable-compiler as it is enabled by
default, and switch to dedicated pkg-plist now that there are 36 files.
4f01cdb |
Wednesday, 12 Jan 2022
|
19:41 Tobias C. Berner (tcberner)
math/gsl: bump portrevision of consumers after update to 2.7.1
PR: 260201
654acd8 |
Wednesday, 16 Jun 2021
|
19:31 Tobias C. Berner (tcberner)
math/gsl: update to 2.7
From [1]
* What is new in gsl-2.7:
* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
* fixed bug #60335 (spmatrix test failure, J. Lamb)
* fixed bug #36577
* clarified documentation on interpolation accelerators (V. Krishnan)
* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
* fixed doc bug #59758
* fixed bug #58202 (rstat median for n=5)
* added support for native C complex number types in gsl_complex
when using a C11 compiler
* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
* updated exponential fitting example for nonlinear least squares
* added banded LU decomposition and solver (gsl_linalg_LU_band)
* New functions added to the library:
- gsl_matrix_norm1
- gsl_spmatrix_norm1
- gsl_matrix_complex_conjtrans_memcpy
- gsl_linalg_QL: decomp, unpack
- gsl_linalg_complex_QR_* (thanks to Christian Krueger)
- gsl_vector_sum
- gsl_matrix_scale_rows
- gsl_matrix_scale_columns
- gsl_multilarge_linear_matrix_ptr
- gsl_multilarge_linear_rhs_ptr
- gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense)
- gsl_spmatrix_dense_sub
- gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply
- gsl_linalg_QR_UD: decomp, lssolve
- gsl_linalg_QR_UU: decomp, lssolve, QTvec
- gsl_linalg_QR_UZ: decomp
- gsl_multifit_linear_lcurvature
- gsl_spline2d_eval_extrap
* bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me)
* made gsl_sf_legendre_array_index() inline and documented
- gsl_sf_legendre_nlm()
[1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS
PR: 256423
Exp-run by: antoine
63e653a |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 5 Nov 2019
|
08:18 danfe
Assume maintainership of several GNU tools I've been keeping an eye to
and updating as of recently.
 |
Monday, 4 Nov 2019
|
21:21 rene
Returns johans's ports to the pool after safekeeping his commit bit.
 |
Friday, 25 Oct 2019
|
23:41 tcberner
math/gsl: update to 2.6
- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
- this also breaks the two consumers of this port
- biology/gemma: has a conflict with cblas, and is makred broken.
PR: 241363
Exp-run by: antoine
 |
Friday, 26 Jul 2019
|
20:46 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
 |
Tuesday, 9 Apr 2019
|
14:04 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
 |
Wednesday, 12 Dec 2018
|
01:35 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
 |
Saturday, 23 Jun 2018
|
08:27 tcberner
Update math/gsl to 2.5
PR: 229067
 |
Monday, 3 Jul 2017
|
20:38 tcberner
Update math/gsl to 2.4
Exp-Run by: antoine
PR: 220408
 |
Tuesday, 27 Jun 2017
|
13:46 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
 |
Tuesday, 2 May 2017
|
05:26 tcberner
Update math/gsl to 2.3
This release introduces some new features and fixes several bugs:
http://savannah.gnu.org/forum/forum.php?forum_id=8751
* update to 2.3 and take maintainership
* update math/py-gsl to 2.2.0 for gsl2 support
* update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support
PR: 218952
Exp-run by: antoine
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10522
 |
Tuesday, 15 Nov 2016
|
20:39 johans
Update to Algol 68 Genie 2.8.4 (bugfix release)
 |
Tuesday, 26 Apr 2016
|
20:27 johans
Update to Algol 68 Genie 2.8.3 (bugfix release)
 |
Friday, 1 Apr 2016
|
14:08 mat
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 26 Oct 2015
|
19:17 johans
Update Algol 68 Genie to 2.8.2 (bugfix release)
 |
Wednesday, 5 Aug 2015
|
17:24 amdmi3
- Don't use / in sed regexps to allow paths, unbreaking cross-builds
Approved by: portmgr blanket
 |
Saturday, 2 May 2015
|
12:05 johans
Update to Algol68 Genie 2.8.1
 |
Saturday, 20 Dec 2014
|
19:09 bapt
cleanup plist
 |
Thursday, 4 Sep 2014
|
17:38 johans
Fix misleading option name: the option uses plotutils, not gnuplot
No functional changes
PR: 193317
Submitted by: amdmi3
 |
Sunday, 17 Aug 2014
|
13:09 tijl
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port)
 |
Saturday, 10 May 2014
|
21:17 stephen
- Chase revision 353604 to graphics/plotutils.
See: http://svnweb.freebsd.org/ports?view=revision&revision=353604
 |
Tuesday, 8 Oct 2013
|
09:08 johans
- Update Algol-68 Genie to 2.8
- Enable stage support
- Add work-around to fix OS detection, enables TCP/IP support
- Add work-around to fix dlopen detection, enables compilation support
 |
Friday, 20 Sep 2013
|
19:53 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
 |
Monday, 26 Aug 2013
|
16:06 bf
Update math/gsl to 1.16 and adjust some dependent ports
 |
Saturday, 29 Jun 2013
|
09:31 johans
Update Algol 68 Genie to version 2.7
 |
Saturday, 4 May 2013
|
17:27 johans
Update Algol 68 Genie to 2.6
 |
Sunday, 29 Jul 2012
|
11:17 cs
Fix typos in COMMENT
Approved by: portmgr@ (implicit)
 |
Saturday, 30 Jun 2012
|
22:06 johans
Update Algol 68 Genie to 2.4.1
 |
Saturday, 16 Jun 2012
|
15:51 johans
- Update Algol 68 Genie to 2.4
- Convert to new style OPTIONS
- Remove unneeded library version numbers
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Saturday, 3 Dec 2011
|
08:12 johans
Update Algol 68 Genie to 2.3.5 (bugfix release)
Feature safe: yes
 |
Wednesday, 30 Nov 2011
|
20:20 johans
Update Algol68 Genie to 2.3.4
Feature safe: yes
 |
Monday, 17 Oct 2011
|
16:35 johans
Update Algol-68 Genie to 2.3.2
 |
Sunday, 18 Sep 2011
|
17:27 johans
Update algol68g to 2.3.1 (bugfix release)
 |
Saturday, 17 Sep 2011
|
08:01 johans
Update algol68g to 2.3.0
 |
Saturday, 9 Jul 2011
|
11:43 johans
Update Algol 68 Genie to 2.2.0
 |
Monday, 9 May 2011
|
16:42 bf
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
 |
Monday, 2 May 2011
|
12:44 makc
Bump PORTREVISION after open-mofit update
 |
Monday, 24 Jan 2011
|
21:35 johans
Update algol68g to 2.1.2 (bugfix release)
Feature safe: yes
 |
Saturday, 22 Jan 2011
|
14:05 johans
Update Algol 68 Genie compiler to 2.1.1
- Distribution now uses GNU configure, which simplifies things
- Docs and examples are no longer included
- Remove unneeded local patches
- Remove check for FreeBSD <= 6.x
Feature safe: yes
 |
Saturday, 13 Nov 2010
|
13:18 johans
Update to algol68g 2.0.3
 |
Tuesday, 9 Nov 2010
|
20:19 johans
- Update to algol68g 2.0.2
- Enable threading
 |
Tuesday, 21 Sep 2010
|
19:43 pav
- Mark BROKEN on 6.X: does not build
Reported by: pointyhat
 |
Saturday, 18 Sep 2010
|
10:24 johans
Update to 2.0.1
 |
Thursday, 9 Sep 2010
|
21:19 johans
Algol 68 `Genie' compiler
The development of Algol played an important role in establishing
computer science as an academic discipline. The Algol 68 Genie project
preserves Algol 68 out of educational as well as scientific-historical
interest, by making available Algol 68 Genie; a recent, well-featured
implementation written from scratch.
WWW: http://www.xs4all.nl/~jmvdveer/algol.html
 |
Number of commits found: 64 |