Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1_4,1 01 Jan 2025 11:07:36
    |
Rene Ladan (rene)  |
textproc/cl-meta: Remove expired port
2024-12-31 textproc/cl-meta: Upstream is gone |
0.1_4,1 20 Dec 2024 02:31:48
    |
Joseph Mingrone (jrm)  |
Infrastructure for Common Lisp Ports: Overhaul
- Decouple ASDF initialization from devel/cl-asdf by creating a
dedicated port: devel/freebsd-cl-asdf-init.
- Convert devel/cl-asdf/bsd.cl-asdf.mk to USES=cl.
- Add devel/cl-asdf-sbcl
- Update ASDF configuration:
- Prefer newer ASDF versions, but only if the fasl is available.
- Replace license text with an SPDX license identifier.
- Simplify and clarify documentation.
- Remove the assumption that ${PREFIX} is /usr/local.
- Use uiop:getenv instead of a custom getenv function.
- Remove asdf:output-files customization to resolve output
translation issues.
- Improve output translations: (Only the first 15 lines of the commit message are shown above ) |
0.1_3,1 16 Nov 2024 18:29:09
    |
Daniel Engberg (diizzy)  |
textproc/cl-meta: Mark BROKEN, deprecate and set expiration date to 2024-12-31
Upstream is gone and port is unfetchable
PR: 282288
Approved by: portmgr (maintainer timeout, 2+ weeks) |
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_3,1 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_3,1 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.1_3,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.1_3,1 22 May 2015 20:34:29
  |
mat  |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
0.1_3,1 15 Nov 2014 16:26:33
  |
antoine  |
Cleanup plist |
0.1_3,1 08 Jun 2014 13:14:43
  |
olgeni  |
Remove indefinite articles from COMMENT where I'm maintainer. |
0.1_3,1 15 Feb 2014 18:45:10
  |
antoine  |
Stage support |
0.1_3,1 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.1_3,1 18 Feb 2013 12:34:39
  |
olgeni  |
Convert Makefile headers to the new format. |
0.1_3,1 24 Oct 2011 09:11:38
 |
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.1_3,1 16 Aug 2011 20:59:36
 |
olgeni  |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
0.1_2,1 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
0.1_2,1 20 Apr 2011 12:58:41
 |
olgeni  |
Properly set PORTEPOCH since the previous version pattern started with "2001".
Noticed by: edwin |
0.1_2 23 Jul 2010 13:10:12
 |
olgeni  |
Building textproc/cl-meta-clisp fails with the following message:
;; Compiling file /usr/local/lib/common-lisp/meta/meta.lisp ...
*** - SYSTEM::LINE-COMMENT-READER: Invalid byte #xFC in CHARSET:ASCII
conversion
It turns out that clisp does not like non-ASCII characters, even
in comments.
textproc/cl-meta contains source code for textproc/cl-meta-clisp:
patch a comment line to use "Nuremberg" rather than the actual
German spelling, which contains the 0xFC character (U-umlaut).
This unbreaks textproc/cl-meta-clisp.
Noticed by: QAT via itetcu, pointyhat via pav |
0.1_1 15 Jan 2010 12:13:45
 |
olgeni  |
Remove redundant code and variables from the cl-* ports.
Introduce bsd.cl-asdf.mk to automate the compilation and installation
of Common Lisp libraries using the ASDF framework.
Currently it supports building FASL files on SBCL and CLISP, to
support the ports that already exist in the ports tree.
This should help bringing in more cl-* ports from the ASDF repository
without excessive code duplication. |
0.1 13 Jan 2010 12:52:22
 |
olgeni  |
Always use " -sf". |
0.1 12 Jan 2010 21:32:07
 |
olgeni  |
Cleanup whitespace, disable command echo and reduce diff between
similar code fragments. |
0.1 11 Jan 2010 23:50:03
 |
olgeni  |
Take over a few unmaintained ports. |
0.1 25 Nov 2005 22:50:35
 |
linimon  |
Remove dead mastersites per distfile survey. |
0.1 25 Nov 2005 18:40:57
 |
pav  |
- Add SHA256 |
0.1 16 Oct 2005 14:48:09
 |
vs  |
Populate virtual category "lisp"
PR: ports/86370
Submitted by: Julian Stecklina
Approved by: portmgr (linimon) |
0.1 06 Dec 2004 07:19:28
 |
kris  |
Reset bouncing maintainer address:
<henrik.motakef@web.de>: host mx-ha01.web.de[217.72.192.149] said: 550
<henrik.motakef@web.de> Benutzer nicht bekannt/User unknown (in reply to
RCPT TO command) |
0.1 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.1 28 Sep 2003 09:16:06
 |
edwin  |
New Port: Common Lisp Parser Generator
Meta is a parser building toolkit implemented as a
domain-specific language to be integrated in Common Lisp
applications.
This port depends on the previously submitted ASDF port.
It installs the sources and the .asd file. There are other
ports for the binaries for supported Lisp implementations.
PR: ports/52361
Submitted by: Henrik Motakef <henrik.motakef@web.de> |