From owner-cvs-all Thu Aug 23 10:10:40 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 8ABFB37B406; Thu, 23 Aug 2001 10:10:29 -0700 (PDT) (envelope-from jkh@freebsd.org) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.4) with ESMTP id f7NHARq02391; Thu, 23 Aug 2001 10:10:27 -0700 (PDT) (envelope-from jkh@freebsd.org) To: kris@freebsd.org Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/lang Makefile ports/lang/klone Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/klone/files freebsd In-Reply-To: <200108231130.f7NBUeG50002@freefall.freebsd.org> References: <200108231130.f7NBUeG50002@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010823101027R.jkh@freebsd.org> Date: Thu, 23 Aug 2001 10:10:27 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That's pretty cool! I've attempted to use siod (Scheme In One Defun) to do this very thing a few times, but it was always a real pain. This looks much more applicable to such things, thanks. - Jordan From: Kris Kennaway Subject: cvs commit: ports/lang Makefile ports/lang/klone Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/klone/files freebsd Date: Thu, 23 Aug 2001 04:30:40 -0700 (PDT) > kris 2001/08/23 04:30:40 PDT > > Modified files: > lang Makefile > Added files: > lang/klone Makefile distinfo pkg-comment pkg-descr > pkg-plist > lang/klone/files freebsd > Log: > Initial import of klone-2.1.359 > > KLONE is a small and fast fully interpreted language intended to be > embedded into C applications to provide them with a powerful, yet fast > and small extension language. Its syntax is very inspired from Lisp (its > external syntax has been kept as close as possible to Common Lisp as > possible), but its implementation is original and efficient, to give full > extensibility, intimate interfacing to C, incremental garbage collection, > and full portability on either K&R or ANSI C. > > Obtained from: OpenBSD > > Revision Changes Path > 1.247 +2 -1 ports/lang/Makefile > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message