From eff3a9e07671323f70e2ace7de54e48a2fc1b44e Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 31 Oct 2002 01:54:12 +0000 Subject: [PATCH] r3253: *** empty log message *** --- README | 35 +++++++++++++++++++++++++++++------ debian/changelog | 12 ++++++++++++ debian/control | 2 +- pubmed.asd | 6 +++--- 4 files changed, 45 insertions(+), 10 deletions(-) diff --git a/README b/README index 73989f6..7334158 100644 --- a/README +++ b/README @@ -1,14 +1,37 @@ 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 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. diff --git a/debian/changelog b/debian/changelog index cf66ce6..a9ecef4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +cl-pubmed (1.1.1-1) unstable; urgency=low + + * README: Add prerequisites and installation instructions. + + -- Kevin M. Rosenberg Wed, 30 Oct 2002 18:34:56 -0700 + +cl-pubmed (1.1-1) unstable; urgency=low + + * Fix bug in .asd file + + -- Kevin M. Rosenberg Wed, 30 Oct 2002 14:18:11 -0700 + cl-pubmed (1.0-1) unstable; urgency=low * Initial release (closes: 166482) diff --git a/debian/control b/debian/control index fc9e1fd..d9ab75e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.5.7.0 +Standards-Version: 3.5.7.1 Package: cl-pubmed Architecture: all diff --git a/pubmed.asd b/pubmed.asd index f7657ce..c50d5d8 100644 --- a/pubmed.asd +++ b/pubmed.asd @@ -7,7 +7,7 @@ ;;;; 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 ;;;; @@ -18,8 +18,8 @@ (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) -- 2.34.1