2010-09-09 23:19:13 +02:00
|
|
|
PORTNAME= algol68g
|
2023-06-12 14:44:22 +02:00
|
|
|
PORTVERSION= 3.2.0
|
2010-09-09 23:19:13 +02:00
|
|
|
CATEGORIES= lang
|
2022-09-29 04:17:16 +02:00
|
|
|
MASTER_SITES= https://jmvdveer.home.xs4all.nl/
|
2010-09-09 23:19:13 +02:00
|
|
|
|
2019-11-05 09:18:16 +01:00
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Algol 68 Genie compiler
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://www.xs4all.nl/~jmvdveer/algol.html
|
2010-09-09 23:19:13 +02:00
|
|
|
|
2016-11-15 21:39:58 +01:00
|
|
|
LICENSE= GPLv3+
|
|
|
|
|
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.
2022-03-15 21:37:10 +01:00
|
|
|
USES= readline
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= GSL PGSQL PLOTUTILS RMATH
|
|
|
|
OPTIONS_DEFAULT= GSL PGSQL PLOTUTILS RMATH
|
2010-09-09 23:19:13 +02:00
|
|
|
|
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.
2022-03-15 21:37:10 +01:00
|
|
|
GSL_DESC= Bindings for GNU Scientific Library
|
|
|
|
GSL_LIB_DEPENDS= libgsl.so:math/gsl
|
|
|
|
GSL_CONFIGURE_ENABLE= gsl
|
2014-09-04 19:38:04 +02:00
|
|
|
|
|
|
|
PLOTUTILS_DESC= Plotting support via plotutils
|
2016-04-01 16:08:37 +02:00
|
|
|
PLOTUTILS_LIB_DEPENDS= libplot.so:graphics/plotutils
|
2014-09-04 19:38:04 +02:00
|
|
|
PLOTUTILS_CONFIGURE_ENABLE=plotutils
|
|
|
|
|
|
|
|
PGSQL_USES= pgsql
|
|
|
|
PGSQL_CONFIGURE_ENABLE= postgresql
|
2010-09-09 23:19:13 +02:00
|
|
|
|
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.
2022-03-15 21:37:10 +01:00
|
|
|
RMATH_DESC= Bindings for GNU R's statistical routines
|
|
|
|
RMATH_LIB_DEPENDS= libRmath.so:math/libRmath
|
|
|
|
RMATH_CONFIGURE_ENABLE= mathlib
|
2010-09-09 23:19:13 +02:00
|
|
|
|
2011-01-22 15:05:58 +01:00
|
|
|
post-patch:
|
2012-07-01 00:06:08 +02:00
|
|
|
# Skip broken check, assume our $CC works
|
2013-10-08 11:08:22 +02:00
|
|
|
@${REINPLACE_CMD} -Ee 's/.*(\*-freebsd)/\1/' \
|
2015-08-05 19:24:58 +02:00
|
|
|
-e 's|"xgcc"|"x${CC}"|; s/-ldl //' ${WRKSRC}/configure
|
2012-06-16 17:51:36 +02:00
|
|
|
@${REINPLACE_CMD} -e '/^install-data-am/s/install-docDATA//' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2010-09-21 21:43:17 +02:00
|
|
|
|
2011-01-22 15:05:58 +01:00
|
|
|
.include <bsd.port.mk>
|