aboutsummaryrefslogtreecommitdiff
path: root/textproc/cl-meta
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Cleanup plistAntoine Brodin2014-11-151-2/+0
| | | | Notes: svn path=/head/; revision=372605
* Remove indefinite articles from COMMENT where I'm maintainer.Jimmy Olgeni2014-06-081-1/+1
| | | | Notes: svn path=/head/; revision=357013
* Stage supportAntoine Brodin2014-02-151-10/+9
| | | | Notes: svn path=/head/; revision=344473
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* 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=276994
* Properly set PORTEPOCH since the previous version pattern started with "2001".Jimmy Olgeni2011-04-201-0/+1
| | | | | | | Noticed by: edwin Notes: svn path=/head/; revision=272953
* Building textproc/cl-meta-clisp fails with the following message:Jimmy Olgeni2010-07-232-1/+15
| | | | | | | | | | | | | | | | | | | | ;; Compiling file /usr/local/lib/common-lisp/meta/meta.lisp ... *** - SYSTEM::LINE-COMMENT-READER: Invalid byte #xFC in CHARSET:ASCII conversion It turns out that clisp does not like non-ASCII characters, even in comments. textproc/cl-meta contains source code for textproc/cl-meta-clisp: patch a comment line to use "Nuremberg" rather than the actual German spelling, which contains the 0xFC character (U-umlaut). This unbreaks textproc/cl-meta-clisp. Noticed by: QAT via itetcu, pointyhat via pav Notes: svn path=/head/; revision=258084
* Remove redundant code and variables from the cl-* ports.Jimmy Olgeni2010-01-151-9/+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-23/+23
| | | | | | | 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 SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149459
* 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 Parser GeneratorEdwin Groothuis2003-09-284-0/+56
Meta is a parser building toolkit implemented as a domain-specific language to be integrated in Common Lisp applications. This port depends on the previously submitted ASDF port. It installs the sources and the .asd file. There are other ports for the binaries for supported Lisp implementations. PR: ports/52361 Submitted by: Henrik Motakef <henrik.motakef@web.de> Notes: svn path=/head/; revision=89617