r4363: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 3 Apr 2003 17:02:36 +0000 (17:02 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 3 Apr 2003 17:02:36 +0000 (17:02 +0000)
README
hyperobject.asd

diff --git a/README b/README
index 22b9e58da5545ce55907781e0940f6be13a1b3ec..b00fe22ae5ba2ff3658c1ea876b2c5d0b17a22e9 100644 (file)
--- a/README
+++ b/README
@@ -2,4 +2,4 @@ Hyperobject is written by Kevin M. Rosenberg <kevin@rosenberg.net>.
 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/
index 51d4eebf0a5fc585ef91c7037e65f57b7ba421ae..16e32cc3b759f2e2ee984d7b19c0e409d74cbd74 100644 (file)
@@ -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
 ;;;; *************************************************************************
 (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 <kevin@rosenberg.net>"
+  :version "2.6.0"
+  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
+  :licence "BSD-like License"
+
+  :perform (load-op :after (op hyperobject)
                      (pushnew :hyperobject cl:*features*))
     :components 
     ((:file "package")