aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-split-sequence
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant code and variables from the cl-* ports.Jimmy Olgeni2010-01-151-8/+8
| | | | | | | | | | | | | | 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-19/+19
| | | | | | | 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
* Remove dead mastersites per distfile survey.Mark Linimon2005-11-251-2/+0
| | | | Notes: svn path=/head/; revision=149496
* - 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
* Fix typo.Mark Linimon2005-10-151-1/+1
| | | | Notes: svn path=/head/; revision=145438
* 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: Splitting Common Lisp sequencesEdwin Groothuis2003-09-284-0/+47
A small utility to split Common Lisp sequences. Depends on the previously submitted ASDF port. This port installs the source files and the .asd file (which is similar to a Makefile of a pkg-config script). There are other ports for the binaries for each supported Lisp system. PR: ports/52373 Submitted by: Henrik Motakef <henrik.motakef@web.de> Notes: svn path=/head/; revision=89623