aboutsummaryrefslogtreecommitdiff
path: root/textproc/cl-meta-clisp
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak by patching installed Lisp source file in textproc/cl-metaJimmy Olgeni2010-07-231-2/+0
| | | | | | | | | (see commit message for textproc/cl-meta/Makefile 1.9) Noticed by: QAT via itetcu, pointyhat via pav Notes: svn path=/head/; revision=258085
* - Mark BROKEN: does not buildPav Lucistnik2010-06-161-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=256605
* When building ASDF modules with the previous cl-asdf port version,Jimmy Olgeni2010-01-202-4/+1
| | | | | | | | | | | | | | | | | | | | | | sometimes the build would fail because of "missing" packages that weren't actually missing (this only happened in ports that aren't committed yet). Rewrite the FASL placement code using the asdf-binary-locations extension, which is already included in the cl-asdf port but needs to be installed from ports when building for SBCL (which has its own ASDF code). The binary-locations code generates paths unsuitable for PLISTs, therefore it has been overridden with lisp-specific-fasl-subdir. Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp ports is now entirely automated. All dependent cl-* ports are upgraded (obsolete code removed, PORTREVISION bumped). Notes: svn path=/head/; revision=248207
* Remove unused MASTER_SITES on FASL binary ports, since they onlyJimmy Olgeni2010-01-161-3/+0
| | | | | | | build sources installed by dependencies. Notes: svn path=/head/; revision=247970
* Remove redundant code and variables from the cl-* ports.Jimmy Olgeni2010-01-151-19/+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
* Sync version with source port (cl-meta).Jimmy Olgeni2010-01-121-1/+1
| | | | Notes: svn path=/head/; revision=247739
* Cleanup whitespace, disable command echo and reduce diff betweenJimmy Olgeni2010-01-121-21/+21
| | | | | | | 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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Remove dead mastersites per distfile survey.Mark Linimon2005-11-251-2/+0
| | | | Notes: svn path=/head/; revision=149496
* 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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add cl-meta-clisp 20011114.1, a parser generator for Common Lisp.Foxfair Hu2003-10-033-0/+51
META is builder for recursive descent parsers implemented as a domain specific language on top of Common Lisp. PR: 52364 Submitted by: Henrik Motakef <henrik.motakef@web.de> Notes: svn path=/head/; revision=90076