Port details |
- gnu-apl Free interpreter for APL programming language
- 1.8_3 lang =2 1.8_3Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2019-06-25 15:55:30
- Last Update: 2024-01-23 11:32:28
- Commit Hash: 9a81a60
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://www.gnu.org/software/apl/
- Description:
- GNU APL is a free interpreter for the programming language APL.
The APL interpreter is an (almost) complete implementation of ISO
standard 13751 aka Programming Language APL, Extended.
The APL interpreter has implemented:
- nested arrays and related functions
- complex numbers, and
- a shared variable interface
In addition, GNU APL can be scripted.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/gnu-apl/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/gnu-apl
- pkg install gnu-apl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gnu-apl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1561298598
SHA256 (apl-1.8.tar.gz) = 144f4c858a0d430ce8f28be90a35920dd8e0951e56976cb80b55053fa0d8bbcb
SIZE (apl-1.8.tar.gz) = 3565018
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libfftw3.so : math/fftw3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gnu-apl-1.8_3:
DOCS=on: Build and/or install documentation
GTK3=off: GTK 3 GUI toolkit support
LIBAPL=off: Build libapl.so instead of executable
PCRE=off: Use Perl Compatible Regular Expressions
PGSQL=off: PostgreSQL database support
SQLITE=off: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- lang_gnu-apl
- USES:
- compiler:c++11-lang gmake libtool localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8_3 23 Jan 2024 11:32:28 |
Alexey Dokuchaev (danfe) |
Convert more of my ports to new manual page location (part two). |
1.8_3 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
1.8_2 08 Jul 2023 07:11:46 |
Alexey Dokuchaev (danfe) |
lang/gnu-apl: try to fix the port's build on recent -CURRENT
Use modern smart pointer class `std::unique_ptr' instead of
the deprecated in C++11 and removed in C++17 `std::auto_ptr'.
Reported by: pkg-fallout |
1.8_2 15 Feb 2023 10:09:04 |
Alexey Dokuchaev (danfe) |
Try to quickly unbreak two of my ports against Clang 15
Reported by: pkg-fallout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8_2 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.8_2 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
1.8_2 26 Nov 2021 18:47:16 |
Alexey Dokuchaev (danfe) |
lang/gnu-apl: unbreak the build on recent -CURRENT (clang 13.0.0)
Bif_F12_FORMAT.cc:579:5: error: variable 'sum' set but not used
[-Werror,-Wunused-but-set-variable]
int sum = 0;
^
1 error generated.
Obtained from: upstream SVN r1498
Reported by: pkg-fallout |
1.8_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8_2 01 Jan 2021 23:51:49 |
linimon |
Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate.
While here, pet portlint (Makevar order; whitespace).
Approved by: portmgr (tier-2 blanket) |
1.8_2 04 Jul 2020 07:53:25 |
mikael |
Mark as broken on aarch64: fails to link with sbrk.
Approved by: portmgr (tier-2 blanket) |
1.8_2 16 Mar 2020 12:16:40 |
danfe |
Backport upstream r1244 to unbreak the build against Clang 10.
Reported by: pkg-fallout |
1.8_2 26 Jul 2019 20:46:57 |
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 |
1.8_1 08 Jul 2019 03:28:25 |
danfe |
Do not use LIBAPL_CONFIGURE_WITH and only add --with-libapl flag when the
LIBAPL option is selected. For some reason, configure script thinks that
libapl.so is wanted when --without-libapl passed down on it.
Reported by: pkg-fallout |
1.8_1 04 Jul 2019 12:12:21 |
danfe |
- Allow to build with PostgreSQL database support
- Unbreak the build and packaging with LIBAPL option |
1.8_1 04 Jul 2019 11:18:43 |
danfe |
- Install preferences file as sample and annotate accordingly
- Teach the code to expand tilde (~) to $(HOME) to prevent
spamming every current directory with `.apl.history' file
- Fix some minor C[XX]FLAGS pollution while I'm here |
1.8 03 Jul 2019 01:30:47 |
danfe |
- Unbreak the build on PowerPC and other GCC-based architectures
- Add an XXX comment about hardcoded `math/fftw3' on LIB_DEPENDS
- Convert direct dependency on `libsqlite3.so' to USES+=sqlite:3
PR: 238896 (modified)
Submitted by: pkubaj
Tested on: Mac mini G4 |
1.8 25 Jun 2019 15:55:22 |
danfe |
Add a port of GNU APL, free interpreter for the APL programming language.
WWW: https://www.gnu.org/software/apl/ |