aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-port/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant code and variables from the cl-* ports.Jimmy Olgeni2010-01-151-11/+9
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=247937
* Always use " -sf".Jimmy Olgeni2010-01-131-1/+1
| | | | Notes: svn path=/head/; revision=247810
* Cleanup whitespace, disable command echo and reduce diff betweenJimmy Olgeni2010-01-121-24/+24
| | | | | | | similar code fragments. Notes: svn path=/head/; revision=247737
* Take over a few unmaintained ports.Jimmy Olgeni2010-01-111-1/+1
| | | | Notes: svn path=/head/; revision=247636
* - Fix build for SBCL.Stanislav Sedov2009-06-101-0/+1
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=235535
* Remove dead mastersites per distfile survey.Mark Linimon2005-11-251-2/+0
| | | | Notes: svn path=/head/; revision=149495
* Populate virtual category "lisp"Volker Stolz2005-10-161-1/+1
| | | | | | | | | PR: ports/86370 Submitted by: Julian Stecklina Approved by: portmgr (linimon) Notes: svn path=/head/; revision=145553
* Reset bouncing maintainer address:Kris Kennaway2004-12-061-1/+1
| | | | | | | | | <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) Notes: svn path=/head/; revision=123285
* New Port: Common Lisp portability packageEdwin Groothuis2003-09-281-0/+40
CLOCC Port is a wrapper library for various functions (sockets, shell access, etc) that are widely implemented in Common Lisp systems, but lack a standardized interface. This port depends on the previously submitted ASDF port. It installs the source files and an .asd file (which plays a similar role to a Makefile and a pkg-config script). There are other ports for each supported Lisp system. PR: ports/52365 Submitted by: Henrik Motakef <henrik.motakef@web.de> Notes: svn path=/head/; revision=89619