./wip/cl-who, CL-WHO - Yet another Lisp markup language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.11.1, Package name: ecl-who-0.11.1, Maintainer: ddeus.pkgsrc

CL-WHO - Yet another Lisp markup language

CL-WHO tries to create efficient code in that it makes constant strings as long
as possible. In other words, the code generated by the CL-WHO macros will
usually be a sequence of WRITE-STRING forms for constant parts of the output
interspersed with arbitrary code inserted by the user of the macro. CL-WHO will
make sure that there aren't two adjacent WRITE-STRING forms with constant
strings - see examples below. CL-WHO's output is either XHTML (default) or
'plain' (SGML) HTML depending on what you've set HTML-MODE to.


Required to run:
[devel/libffi] [lang/ecl]

Required to build:
[pkgtools/cwrappers]

Package options: ecl

Master sites:

RMD160: 64b7c3c58e2fb6413a280d8d18660b9ca0981fa4
Filesize: 19.353 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-24 20:26:51 by Aleksej Saushev | Files touched by this commit (116)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-06-18 12:49:11 by Oleksandr Kozachuk | Files touched by this commit (17)
Log message:
For cl-* packages - fix *.asd files to be compatible with ECL-12.2.1.
   2012-02-21 12:57:09 by Oleksandr Kozachuk | Files touched by this commit (1)
Log message:
Fix installation of ECL packages (add missing lib*.a files).

   2011-11-27 23:35:46 by Oleksandr Kozachuk | Files touched by this commit (2)
Log message:
Support of CLisp.
   2011-11-25 15:01:30 by Oleksandr Kozachuk | Files touched by this commit (42)
Log message:
SBCL support for all Common Lisp modules.
   2011-11-24 09:11:03 by Oleksandr Kozachuk | Files touched by this commit (13)
Log message:
Changed the option name from <LISP>-<PACKAGE> to cl-<PACKAGE>.
   2011-03-08 14:36:33 by Oleksandr Kozachuk | Files touched by this commit (26)
Log message:
Merged implementation of Common Lisp packages to mk/cl-package.mk. Added
possibility to choose the ECL package (f.e. lang/ecl or wip/ecl).
   2011-02-22 17:10:33 by Oleksandr Kozachuk | Files touched by this commit (6) | Imported package
Log message:
Import cl-who-0.11.1 as wip/cl-who.

CL-WHO - Yet another Lisp markup language

CL-WHO tries to create efficient code in that it makes constant strings as long
as possible. In other words, the code generated by the CL-WHO macros will
usually be a sequence of WRITE-STRING forms for constant parts of the output
interspersed with arbitrary code inserted by the user of the macro. CL-WHO will
make sure that there aren't two adjacent WRITE-STRING forms with constant
strings - see examples below. CL-WHO's output is either XHTML (default) or
'plain' (SGML) HTML depending on what you've set HTML-MODE to.