Hello,

I made a port for StumpWM. I would like some help to ensure that the port is fine. portscheck doesn't display any error at least.

StumpWM needs some LISP libraries (cl-ppcre and clx) which are fetched by the port, I had to wrote a little wrapper (in patches/) named bootstrap-depends.lisp. Libraries are usually installed with the tool quicklisp, which could be compared to cpan for perl. There is absolutely no need to create a port for common lisp libraries, that's why I needed to create a script which basically tells sbcl where to look for the libraries during the build.

There is a texinfo doc but I don't know what to do with it, it's not included in the package.

I didn't used ${INSTALL_PROGRAM} macro because after stripping the binary, starting stumpwm would only start a vanilla sbcl (the binary should be around 60 Mb and after stripping it's only 620 kb).

Thanks for reading
regards

PS : attachment missing in my previous mail

Attachment: stumpwm.tar.gz
Description: GNU Zip compressed data

Reply via email to