r3253: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 31 Oct 2002 01:54:12 +0000 (01:54 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 31 Oct 2002 01:54:12 +0000 (01:54 +0000)
README
debian/changelog
debian/control
pubmed.asd

diff --git a/README b/README
index 73989f6f84b1ccf1bc6b8ad79005d8b868cb1803..7334158bedaed9567f89e275be1e1cb2bfccad19 100644 (file)
--- a/README
+++ b/README
@@ -1,14 +1,37 @@
 This is the Common Lisp PubMed package.
 
 This is the Common Lisp PubMed package.
 
-This package is written and Copyright (C) 2000-2001 by 
+This package is written and Copyright (C) 2000-2002 by 
 Kevin M. Rosenberg <kevin@rosenberg.net>
 
 The web site for this package is http://pubmed.b9.com/
 
 Kevin M. Rosenberg <kevin@rosenberg.net>
 
 The web site for this package is http://pubmed.b9.com/
 
-This package requires the KMRCL utility package that available for
-download at ftp://kmrcl.b9.com/. This package also depends on
-Allegroserve which is included with AllegroCL and is available for
-other platforms at http://portableaserve.sourceforge.net.
 
 
+Prerequisites
+=============
+ - The ASDF system definition facility, available for download at 
+   ftp://ftp.b9.com/asdf/asdf.lisp
+ - The KMRCL utility package, available for download at
+   ftp://ftp.b9.com/kmrcl 
+ - Allegroserve which is included with AllegroCL and is available
+   for other platforms at http://portableaserve.sourceforge.net.
 
 
+
+Installation
+============ 
+ - Debian:
+     evaluate (require 'pubmed) 
+
+ - Other Operating Systems:
+     1. Install the ASDF, KMRCL, and PubMed packages into directories
+        of your choice.
+     2. Load asdf.lisp.
+     3. Push the names of the directories containing the KMRCL and PubMed
+        files on to the asdf:*central-registry* list.
+     2. Load kmrcl.asd from the KMRCL package.
+     3. Load pubmed.asd from the PubMed package.
+     4. Evaluate (asdf:oos 'asdf:load-op 'pubmed).
+
+
+USAGE
+=====
+  - Read the source and/or contact the author for support.
index cf66ce6661ffc5307a875461e9c42aeef9f7580a..a9ecef411f0d3f488dc72a01dfd5371d84702aa7 100644 (file)
@@ -1,3 +1,15 @@
+cl-pubmed (1.1.1-1) unstable; urgency=low
+
+  * README: Add prerequisites and installation instructions.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 30 Oct 2002 18:34:56 -0700
+
+cl-pubmed (1.1-1) unstable; urgency=low
+
+  * Fix bug in .asd file
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 30 Oct 2002 14:18:11 -0700
+
 cl-pubmed (1.0-1) unstable; urgency=low
 
   * Initial release (closes: 166482)
 cl-pubmed (1.0-1) unstable; urgency=low
 
   * Initial release (closes: 166482)
index fc9e1fd1e660095ceac4da8b46e32cacd00a1304..d9ab75e02aeb6392cc39c63143a73123f460422c 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: debhelper (>= 4.0.0)
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: debhelper (>= 4.0.0)
-Standards-Version: 3.5.7.0
+Standards-Version: 3.5.7.1
 
 Package: cl-pubmed
 Architecture: all
 
 Package: cl-pubmed
 Architecture: all
index f7657ceeb88391435828e0da4a02a72559990960..c50d5d840384541849ba58f5db4beada2d8410aa 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Sep 2002
 ;;;;
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Sep 2002
 ;;;;
-;;;; $Id: pubmed.asd,v 1.1 2002/10/26 17:06:07 kevin Exp $
+;;;; $Id: pubmed.asd,v 1.2 2002/10/31 01:54:12 kevin Exp $
 ;;;;
 ;;;; This file, part of cl-pubmed, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;;
 ;;;; This file, part of cl-pubmed, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -18,8 +18,8 @@
 
 (in-package :asdf)
 
 
 (in-package :asdf)
 
-#+(allegro common-lisp-controller) (c-l-c::clc-require :aserve)
-#+(allegro (not common-lisp-controller)) (require :aserve)
+#+(and allegro common-lisp-controller) (c-l-c::clc-require :aserve)
+#+(and allegro (not common-lisp-controller)) (require :aserve)
 
 ;; only define system on implementations that aserve is available
 #+(or allegro lispworks cmucl mcl openmcl)
 
 ;; only define system on implementations that aserve is available
 #+(or allegro lispworks cmucl mcl openmcl)