aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-split-sequence
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371544
* Stage supportAntoine Brodin2014-02-151-5/+4
| | | | Notes: svn path=/head/; revision=344431
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Convert Makefile headers to the new format.Jimmy Olgeni2013-02-181-4/+1
| | | | Notes: svn path=/head/; revision=312502
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf.Jimmy Olgeni2011-08-161-1/+1
| | | | Notes: svn path=/head/; revision=279847
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* 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