aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-port
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
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Fix build for SBCL.Stanislav Sedov2009-06-102-0/+12
| | | | | | | 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
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* 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
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* New Port: Common Lisp portability packageEdwin Groothuis2003-09-285-0/+73
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