IABSD.fr/ports/lang/abcl

Branch :


Log

Author Commit Date CI Message
558715b9 2017-04-21 13:27:46 - disconnect devel/jdk/1.7 from the build - adjust java.port.mk so all 1.7 and lower ports now build with 1.8 - bump revision on affected ports okay sthen@, ian@, landry@
d3e30038 2016-11-01 10:25:53 update to abcl-1.4.0 from Timo Myyra (MAINTAINER)
6b5c3b30 2015-12-02 07:09:44 Update to abcl-1.3.3. from Timo Myyra (maintainer)
37beef5e 2015-08-11 20:12:01 - update to abcl-1.3.2 - add --noinit to the completions target to prevent quicklisp from showing up with Timo Myyra (MAINTAINER)
7818460c 2015-01-04 21:12:52 - update to abcl-1.3.1 - enable regress tests - add 'completions' target to generate the completions file ok MAINTAINER
92816cd8 2014-08-10 09:58:04 use more specific version of SUBST_* where appropriate
46f312ea 2014-05-07 15:42:15 - Unlink jdk/1.6 and make jdk/1.7 the default jdk for all java ports - Adjust java.port.mk and cmake to use 1.7 - Adjust jdk/1.7 for pkg_add upgrades okay sthen@, jasper@, ajacoutot@
df0899a6 2014-03-09 19:52:27 Timo Myyra takes maintainership
ce244027 2013-07-02 10:36:35 rename stuff so that java.port.mk conforms to the new style of overriding do-build.
b195ded4 2013-05-13 09:25:54 import abcl-1.1.1 Armed Bear Common Lisp (ABCL) is a full implementation of the Common Lisp language featuring both an interpreter and a compiler, running in the JVM. Originally started to be a scripting language for the J editor, it now supports JSR-223 (Java scripting API): it can be a scripting engine in any Java application. Additionally, it can be used to implement (parts of) the application using Java to Lisp integration APIs. from timo.myyra@wickedbsd.net ok aja@