# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 106909 2013-06-11 11:06:20Z easieste@macports.org $

PortSystem      1.0
name		    ecl
version		    13.5.1
set branch      [join [lrange [split ${version} .] 0 1] .]
categories	    lang
license		GPL-2+
maintainers	easieste openmaintainer
description	Embeddable Common Lisp
long_description	\
	ECL (Embeddable Common Lisp) is an interpreter of the 	\
	Common Lisp language as described in the X3J13 ANSI 	\
	specification, featuring CLOS (Common Lisp Object 	\
	System), conditions, loops, etc, plus a translator to 	\
	C, which can produce standalone executables.

platforms	    darwin
homepage       	http://ecls.sourceforge.net/

master_sites        sourceforge:project/ecls/ecls/${branch}
checksums           md5     f6bb59d9383c51fc94e1c7ca5cf1c586 \
                    sha1    db7f732e5e12182118f00c02d8d2531f6d6aefb2 \
                    rmd160  e704fbe2d598376d9818bd5512a9457ca3661feb

configure.ccache    no
use_parallel_build	no
universal_variant	no
extract.suffix      .tgz

configure.args          --enable-boehm=included

# Segmentation fault: 11  ECLDIR=`pwd`/ ./ecl_min compile
compiler.blacklist      clang

livecheck.regex         /${name}-(\[0-9.\]+)${extract.suffix}
