| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
18 Feb 2013 12:34:39
20011114.1_5
|
olgeni  |
Convert Makefile headers to the new format. |
24 Oct 2011 09:11:38
20011114.1_5
|
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
20011114.1_5
|
olgeni  |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
20 Jan 2010 12:40:13
20011114.1_4
|
olgeni  |
When building ASDF modules with the previous cl-asdf port version,
sometimes the build would fail because of "missing" packages that
weren't actually missing (this only happened in ports that aren't
committed yet).
Rewrite the FASL placement code using the asdf-binary-locations
extension, which is already included in the cl-asdf port but needs
to be installed from ports when building for SBCL (which has its
own ASDF code). The binary-locations code generates paths unsuitable
for PLISTs, therefore it has been overridden with
lisp-specific-fasl-subdir.
Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp
ports is now entirely automated.
All dependent cl-* ports are upgraded (obsolete code removed,
PORTREVISION bumped). |
16 Jan 2010 11:13:23
20011114.1_3
|
olgeni  |
Remove unused MASTER_SITES on FASL binary ports, since they only
build sources installed by dependencies. |
15 Jan 2010 12:13:45
20011114.1_3  |
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. |
12 Jan 2010 21:32:07
20011114.1_2
|
olgeni  |
Cleanup whitespace, disable command echo and reduce diff between
similar code fragments. |
11 Jan 2010 23:50:03
20011114.1_2
|
olgeni  |
Take over a few unmaintained ports. |
06 Jun 2008 13:21:59
20011114.1_2
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
25 Nov 2005 22:46:45
20011114.1_1
|
linimon  |
Remove dead mastersites per distfile survey. |
16 Oct 2005 14:48:09
20011114.1_1
|
vs  |
Populate virtual category "lisp"
PR: ports/86370
Submitted by: Julian Stecklina
Approved by: portmgr (linimon) |
15 Oct 2005 05:12:01
20011114.1_1
|
linimon  |
Fix typo. |
06 Dec 2004 07:19:28
20011114.1_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) |
04 Feb 2004 05:21:48
20011114.1_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
03 Oct 2003 07:47:10
20011114.1
|
foxfair  |
Add cl-split-sequence-clisp 20011114.1, partinitoning Common Lisp
sequences.
split-sequence is a small library to split sequences in to a list of
subsequences delimited by an object satisfying a test function. It is
a member of the Common Lisp Utilities family of programs, designed by
community consensus.
PR: 52376
Submitted by: Henrik Motakef <henrik.motakef@web.de> |