From blitz@jmmr.boelthorn.wh29.tu-dresden.de  Sat Feb  7 00:27:04 2004
Return-Path: <blitz@jmmr.boelthorn.wh29.tu-dresden.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1E08F16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 Feb 2004 00:27:04 -0800 (PST)
Received: from jmmr.boelthorn.wh29.tu-dresden.de (efficio.wh29.tu-dresden.de [141.30.207.25])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 68BC243D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 Feb 2004 00:27:03 -0800 (PST)
	(envelope-from blitz@jmmr.boelthorn.wh29.tu-dresden.de)
Received: from jmmr.boelthorn.wh29.tu-dresden.de (localhost [127.0.0.1])
	by jmmr.boelthorn.wh29.tu-dresden.de (8.12.10/8.12.10) with ESMTP id i16ElkSI015536
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 6 Feb 2004 15:47:46 +0100 (CET)
	(envelope-from blitz@jmmr.boelthorn.wh29.tu-dresden.de)
Received: (from blitz@localhost)
	by jmmr.boelthorn.wh29.tu-dresden.de (8.12.10/8.12.10/Submit) id i16ElkiU015535;
	Fri, 6 Feb 2004 15:47:46 +0100 (CET)
	(envelope-from blitz)
Message-Id: <200402061447.i16ElkiU015535@jmmr.boelthorn.wh29.tu-dresden.de>
Date: Fri, 6 Feb 2004 15:47:46 +0100 (CET)
From: Julian Stecklina <der_julian@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: lang/ecl An embeddable (ANSI) Common Lisp
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62467
>Category:       ports
>Synopsis:       New port: lang/ecl An embeddable (ANSI) Common Lisp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 07 00:30:15 PST 2004
>Closed-Date:    Sat Feb 07 01:35:37 PST 2004
>Last-Modified:  Sat Feb 07 01:35:37 PST 2004
>Originator:     Julian Stecklina
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD jmmr 5.2-CURRENT FreeBSD 5.2-CURRENT #5: Mon Jan 26 20:10:16 CET 2004 blitz@jmmr:/usr/obj/usr/src/sys/BSD5ROUTER i386


	
>Description:

ECL (Embeddable Common-Lisp) is an implementation 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.

WWW: http://sourceforge.net/projects/ecls/

>How-To-Repeat:
	
>Fix:

	

--- ecl.port.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ecl
#	ecl/Makefile
#	ecl/distinfo
#	ecl/pkg-descr
#	ecl/pkg-plist
#
echo c - ecl
mkdir -p ecl > /dev/null 2>&1
echo x - ecl/Makefile
sed 's/^X//' >ecl/Makefile << 'END-of-ecl/Makefile'
X# New ports collection makefile for: ecl
X# Date created:		  29 Januar 2004
X# Whom:			Julian Stecklina
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ecl
XPORTVERSION=	0.9d.040206
XCATEGORIES=	lang
XMASTER_SITES=	http://www.inf.tu-dresden.de/~s1054849/
XEXTRACT_SUFX=	.tbz
X
XMAINTAINER=	der_julian@web.de
XCOMMENT=	An ANSI Common Lisp implementation
X
XLIB_DEPENDS=	gmp.6:${PORTSDIR}/math/libgmp4
X
XWRKSRC=		${WRKDIR}/ecls
XINSTALLS_SHLIB=	yes
XLDCONFIG_DIRS=	%%PREFIX%%/lib/ecl
X
XMAN1=		ecl.1
XINFO=		ecl ecldev
X
XUSE_BZIP2=	YES
XUSE_GMAKE=	YES
XGNU_CONFIGURE=	YES
XUSE_LIBTOOL=	YES
XCONFIGURE_ARGS=	--with-tcp --enable-threads --with-clos-streams --enable-local-gmp
XCONFIGURE_ENV=	LDFLAGS=-L${PREFIX}/lib CFLAGS=-I${PREFIX}/include
X
X.include <bsd.port.mk>
END-of-ecl/Makefile
echo x - ecl/distinfo
sed 's/^X//' >ecl/distinfo << 'END-of-ecl/distinfo'
XMD5 (ecl-0.9d.040206.tbz) = f9339bcb1d1f63c4b5770d2de0f81ed3
XSIZE (ecl-0.9d.040206.tbz) = 4983908
END-of-ecl/distinfo
echo x - ecl/pkg-descr
sed 's/^X//' >ecl/pkg-descr << 'END-of-ecl/pkg-descr'
XECL (Embeddable Common-Lisp) is an interpreter of the Common-Lisp
Xlanguage as described in the X3J13 Ansi specification, featuring CLOS
X(Common-Lisp Object System), conditions, loops, etc, plus a translator
Xto C, which can produce standalone executables.
X
XWWW: http://sourceforge.net/projects/ecls/
END-of-ecl/pkg-descr
echo x - ecl/pkg-plist
sed 's/^X//' >ecl/pkg-plist << 'END-of-ecl/pkg-plist'
Xbin/ecl
Xbin/ecl-config
Xlib/ecl/BUILD-STAMP
Xlib/ecl/cmp.fas
Xlib/ecl/dpp
Xlib/ecl/h/config.h
Xlib/ecl/h/cs.h
Xlib/ecl/h/ecl-cmp.h
Xlib/ecl/h/ecl.h
Xlib/ecl/h/eval.h
Xlib/ecl/h/external.h
Xlib/ecl/h/lwp.h
Xlib/ecl/h/number.h
Xlib/ecl/h/object.h
Xlib/ecl/h/page.h
Xlib/ecl/h/stacks.h
Xlib/ecl/h/unify.h
Xlib/ecl/h/gc.h
Xlib/ecl/h/gc_local_alloc.h
Xlib/ecl/h/gc_typed.h
Xlib/ecl/h/gc_config_macros.h
Xlib/ecl/h/gc_pthread_redirects.h
Xlib/ecl/h/leak_detector.h
Xlib/ecl/help.doc
Xlib/ecl/libecl.a
Xlib/ecl/libecl.so
Xlib/ecl/sysfun.lsp
X@dirrm lib/ecl/h
X@dirrm lib/ecl
END-of-ecl/pkg-plist
exit
--- ecl.port.shar ends here ---


>Release-Note:
>Audit-Trail:

From: Julian Stecklina <julian.stecklina@mailbox.tu-dresden.de>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/62467: New port: lang/ecl An embeddable (ANSI) Common
 Lisp
Date: Sat, 7 Feb 2004 10:07:47 +0100

 --Signature=_Sat__7_Feb_2004_10_07_47_+0100_Oo4Uj302MmJe_Zrq
 Content-Type: text/plain; charset=US-ASCII
 Content-Disposition: inline
 Content-Transfer-Encoding: 7bit
 
 On Sat, 7 Feb 2004 00:30:15 -0800 (PST)
 FreeBSD-gnats-submit@FreeBSD.org wrote:
 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=62467
 > 
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       New port: lang/ecl An embeddable (ANSI) Common Lisp
 > >Arrival-Date:   Sat Feb 07 00:30:15 PST 2004
 
 Please disregard this one, it got duplicated. I am very sorry. The real one is ports/62455.
 
 Regards,
 -- 
 Julian Stecklina 
 
 Signed and encrypted mail welcome.
 Key-Server: pgp.mit.edu         Key-ID: 0xD65B2AB5
 FA38 DCD3 00EC 97B8 6DD8  D7CC 35D8 8D0E D65B 2AB5
 
 Any sufficiently complicated C or Fortran program
 contains an ad hoc informally-specified bug-ridden
 slow implementation of half of Common Lisp.
  - Greenspun's Tenth Rule of Programming
 
 --Signature=_Sat__7_Feb_2004_10_07_47_+0100_Oo4Uj302MmJe_Zrq
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.3 (FreeBSD)
 
 iD8DBQFAJKrmNdiNDtZbKrURArf3AJ0dnp2z1BUloRqcTNUE5UlWR6UxSACfWDdg
 zs9HZpFDM0FuWsQnZHHjteU=
 =Y7IW
 -----END PGP SIGNATURE-----
 
 --Signature=_Sat__7_Feb_2004_10_07_47_+0100_Oo4Uj302MmJe_Zrq--
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Feb 7 01:34:40 PST 2004 
State-Changed-Why:  
Duplicate, closed at maintainer's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62467 
>Unformatted:
