Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.2_1 19 Mar 2024 20:17:25 |
Daniel Engberg (diizzy) |
lang/owl-lisp: Use upstream release archive and some Makefile improvements
- Use upstream release archive as recommended by Porters Handbook
- Don't run tests during build
- Adjust Makefile to improve readability and uniformity
PR: 277591
Reviewed by: Paco Pascal <me@pacopascal.com> (maintainer) |
0.2.2 27 Feb 2024 07:23:41 |
Kurt Jaeger (pi) Author: Paco Pascal |
lang/owl-lisp: update 0.1.23 -> 0.2.2, submitter becomes maintainer
- Project moved to gitlab
PR: 275337
Author: Paco Pascal <me@pacopascal.com> |
0.1.23 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
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) |
0.1.23 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 ) |
0.1.23 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 ) |
0.1.23 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
0.1.23 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.23 02 Oct 2020 15:02:25 |
0mp |
Update to 0.1.23 |
0.1.14 19 Jan 2019 17:55:45 |
rene |
Drop lang/owl-lisp. |
0.1.14 07 Dec 2017 21:43:52 |
rene |
lang/owl-lisp: update to 0.1.14, tested against security/radamsa
Reported by: portscout |
0.1.12_1 12 Nov 2017 20:36:53 |
rene |
lang/owl-lisp: add init.fasl to the package, new security/radamsa needs this. |
0.1.12 12 Nov 2017 19:27:53 |
rene |
Owl Lisp is a functional dialect of the Scheme programming language.
It is mainly based on the applicative subset of the R7RS standard.
WWW: https://github.com/aoh/owl-lisp/ |