Commit graph

20 commits

Author SHA1 Message Date
rhialto
fdbdfca01f lang/algol68g: update homepage and outdated maintainer mail address. 2022-04-03 13:56:50 +00:00
ryoon
19a758d7e5 algol68g: Update to 3.0.4
* Enable compiler mode (--compile) for NetBSD at least.

Changelog:
Version 3.0.3 and 3.0.4
* Unavailable.

Version 3.0.1-4, January/February 2022
* Several bug fixes, reported for 3.0.0.
* Updates a68g.exe to GSL 2.7.1 and R mathlib 4.1.2.

Version 3.0.0, December 2021
* On platforms that support them: 64 bit INT/BITS and 128-bit LONG INT, LONG BITS and LONG REAL.
  These platforms include amd64, x86_64 and i386 with GCC.
* More bindings for routines from the GNU Scientific Library.
* Adds a generalized incomplete gamma function.
* Builds with R mathlib bindings, if available.
* Fixes several minor bugs.
2022-03-02 01:41:34 +00:00
wiz
9f50982921 *: recursive PKGREVISION bump for sneaky gsl shared library version number change 2021-06-01 09:12:22 +00:00
rillig
e0c2e0d51d lang/algol68g: fix outdated configure options
Found by GNU_CONFIGURE_STRICT.
2020-05-21 07:02:56 +00:00
ryoon
2f4e6bc3e3 algol68g: Update to 2.8.4
Changelog:
Version 2.8.4, November 2016
* Fixes several minor bugs.
2020-04-12 02:50:02 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
rillig
4760eca917 Replaced $(ROUND) with ${CURLY} variable references.
This has been a pkglint warning for several years now, and pkglint can even
fix it automatically. And it did for this commit.

Only in lang/mercury, two passes of autofixing were necessary because there
were nested variables.
2018-01-01 18:16:35 +00:00
wiz
982c8f22e9 Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
maya
163ebded91 algol68g: update to 2.8.3
Version 2.8.3, March 2016
* Fixes garbage collector bug.
* Fixes "execve output" that caused a "too many open files" type error.
* Fixes ncurses support on Ubuntu.
2016-09-12 16:05:17 +00:00
leot
c663e8a139 Update lang/algol68g to algol68g-2.8.2.
Patch provided by Olaf 'Rhialto' Seibert via PR pkg/50371.

Changes:
Version 2.8.2, October 2015
* Several bug fixes.
* Cleaner interface for command line arguments
  through routines a68gargc and a68gargv.

Version 2.8.1, January 2015
* Update source code for recent versions of gcc, autoconf, automake and TeX.
* Documentation updates.
2015-10-28 15:54:19 +00:00
dholland
214f10e112 Update lang/algol68g to 2.8. Changes: bug fixes. 2015-01-04 02:08:45 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
ryoon
4c6b7488a9 Update to 2.7
* Fix pgsql dependency.

Changelog:
Version 2.7, June 2013
* Larger test set.
* Fixes several reported issues.
2013-06-30 09:43:31 +00:00
asau
2bd5fc4f9b Update to algol68g 2.6
Version 2.6 November 2012
* Larger test set.
* Hyperlinked manual.
* Fixes several reported issues.

Version 2.5 October 2012
* FHS 2.3 compliant.
* Larger test set.
* Fixes minor issues.
* Adds routine "abend" (exits with runtime error).
2013-06-11 19:40:22 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
asau
88feb4ac62 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
asau
8a2fc0f6c4 Note that "docdir" problem should be fixed in the next release. 2012-07-03 20:06:10 +00:00
asau
e9840ccf7d Update to Algol-68 Genie version 2.4.1
Changes:

Version 2.4.1, June 2012
* Fixes issue in transput library.
* Fixes issue in garbage collector.
* Documentation updates.
* Better distribution lay-out.

Version 2.4, June 2012
* Adds pretty-printer.
* Simplified garbage collector.
* Adds procedure "read line" (calls GNU readline).
* Adds procedure "on gc event".
* Adds option --storage [=] n.
* Fixes error in option --handles.
* Removed the field-selector extension.

Version 2.3.9, April 2012
* Fixes curses build issue.
* Documentation updates.

Version 2.3.8, April 2012
* Fixes build issues on Solaris and Cygwin.
* Adds procedures "rows" and "columns".
* Documentation updates.

Version 2.3.7, February 2012
* Fixes build issue occuring on some platforms.

Version 2.3.6, February 2012
* Source code maintenance.
* Documentation updates.

Version 2.3.5, December 2011
* Fixes issues in 2.3.4.
* Source code maintenance.
* Documentation updates.

Version 2.3.4, November 2011
* Fixes issues in 2.3.3.
* Source code maintenance.
* Documentation updates.

Version 2.3.3, October 2011
* Adds code clause.
* Fixes issues in 2.3.2.
* Source code maintenance.
* Documentation updates.

Version 2.3.2, October 2011
* Fixes issues in 2.3.1.
* Source code maintenance.
* Documentation updates.
2012-07-03 08:20:25 +00:00
sbd
9c85976ce5 Add missing mk/termcap buildlink.
Bump PKGREVISION
2011-12-17 10:15:48 +00:00
ryoon
ee2d6b0323 Import algol68g-2.3.1 as lang/algol68g from wip/algol68g
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. Algol
68 Genie is a practically full implementation of the language
defined by the Revised Report. The implementation is a hybrid
compiler-interpreter; units with considerable interpreter-overhead
can optionally be compiled.

Thanks for your work, Olaf Seibert.
2011-10-11 12:43:50 +00:00