| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
24 Oct 2011 09:11:38
0.1_3,1
|
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 |
16 Aug 2011 20:59:36
0.1_3,1
|
olgeni  |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
03 Jul 2011 14:40:25
0.1_2,1
|
ohauer  |
-remove MD5 |
20 Apr 2011 12:58:41
0.1_2,1
|
olgeni  |
Properly set PORTEPOCH since the previous version pattern started with "2001".
Noticed by: edwin |
23 Jul 2010 13:10:12
0.1_2
|
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 |
15 Jan 2010 12:13:45
0.1_1  |
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. |
13 Jan 2010 12:52:22
0.1
|
olgeni  |
Always use " -sf". |
12 Jan 2010 21:32:07
0.1
|
olgeni  |
Cleanup whitespace, disable command echo and reduce diff between
similar code fragments. |
11 Jan 2010 23:50:03
0.1
|
olgeni  |
Take over a few unmaintained ports. |
25 Nov 2005 22:50:35
0.1
|
linimon  |
Remove dead mastersites per distfile survey. |
25 Nov 2005 18:40:57
0.1
|
pav  |
- Add SHA256 |
16 Oct 2005 14:48:09
0.1
|
vs  |
Populate virtual category "lisp"
PR: ports/86370
Submitted by: Julian Stecklina
Approved by: portmgr (linimon) |
06 Dec 2004 07:19:28
0.1
|
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) |
31 Mar 2004 03:12:58
0.1
|
trevor  |
SIZEify (maintainer timeout) |
28 Sep 2003 09:16:06
0.1
|
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> |