From: Kevin M. Rosenberg Date: Thu, 3 Apr 2003 17:02:36 +0000 (+0000) Subject: r4363: *** empty log message *** X-Git-Tag: debian-2.11.0-2~169 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=549bf52b2dd9f2c4d61cfbd88150a5349715ce6b r4363: *** empty log message *** --- diff --git a/README b/README index 22b9e58..b00fe22 100644 --- a/README +++ b/README @@ -2,4 +2,4 @@ Hyperobject is written by Kevin M. Rosenberg . Usage and distribution is governed by the BSD license which is in the file COPYING. -The FTP home for hyperobject is ftp://ftp.b9.com/hyperobject/ +The home for hyperobject is http://hyperobject.b9.com/ diff --git a/hyperobject.asd b/hyperobject.asd index 51d4eeb..16e32cc 100644 --- a/hyperobject.asd +++ b/hyperobject.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: hyperobject.asd,v 1.18 2003/03/25 14:38:32 kevin Exp $ +;;;; $Id: hyperobject.asd,v 1.19 2003/04/03 17:01:17 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -15,8 +15,14 @@ (in-package :asdf) #+(or allegro lispworks sbcl cmu scl) -(defsystem :hyperobject - :perform (load-op :after (op hyperobject) +(defsystem :hyperobject + :name "cl-hyperobject" + :author "Kevin M. Rosenberg " + :version "2.6.0" + :maintainer "Kevin M. Rosenberg " + :licence "BSD-like License" + + :perform (load-op :after (op hyperobject) (pushnew :hyperobject cl:*features*)) :components ((:file "package")