From: Kevin M. Rosenberg Date: Sat, 29 Aug 2015 22:48:00 +0000 (-0600) Subject: Update URL for package X-Git-Url: http://git.kpe.io/?p=pubmed.git;a=commitdiff_plain;h=cbb63ee2a1ead34ef393ed47eed6d1a0d6e6bd94;hp=-c Update URL for package --- cbb63ee2a1ead34ef393ed47eed6d1a0d6e6bd94 diff --combined README index c9e1c28,18755e9..d4d3288 --- a/README +++ b/README @@@ -1,17 -1,17 +1,16 @@@ - This is the Common Lisp PubMed package. + This is the Common Lisp Entrez package. This package is written and Copyright (C) 2000-2002 by Kevin M. Rosenberg -The web site for this package is http://entrez.b9.com/ - +The web site for this package is http://pubmed.kpe.io/ - Prerequisites ============= - The ASDF system definition facility, available for download at - ftp://ftp.b9.com/asdf/asdf.lisp + ftp://ftp.kpe.io/asdf/asdf.lisp - The KMRCL utility package, available for download at - ftp://ftp.b9.com/kmrcl + ftp://ftp.kpe.io/kmrcl - Allegroserve which is included with AllegroCL and is available for other platforms at http://portableaserve.sourceforge.net. @@@ -19,17 -19,17 +18,17 @@@ Installation ============ - Debian: - evaluate (require 'pubmed) + evaluate (require 'entrez) - Other Operating Systems: - 1. Install the ASDF, KMRCL, and PubMed packages into directories + 1. Install the ASDF, KMRCL, and Entrez packages into directories of your choice. 2. Load asdf.lisp. - 3. Push the names of the directories containing the KMRCL and PubMed + 3. Push the names of the directories containing the KMRCL and Entrez 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). + 3. Load entrez.asd from the Entrez package. + 4. Evaluate (asdf:oos 'asdf:load-op 'entrez). USAGE diff --combined debian/control index 4b1c5e4,e4de648..a3d384e --- a/debian/control +++ b/debian/control @@@ -1,18 -1,18 +1,18 @@@ - Source: cl-pubmed + Source: cl-entrez Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: dh-lisp Build-Depends: debhelper (>= 7.0.0) Standards-Version: 3.8.2.0 -Homepage: http://files.b9.com/entrez/ -Vcs-Git: git://git.b9.com/entrez.git -Vcs-Browser: http://git.b9.com/?p=entrez.git +Homepage: http://files.kpe.io/pubmed/ +Vcs-Git: git://git.kpe.io/pubmed.git +Vcs-Browser: http://git.kpe.io/?p=pubmed.git - Package: cl-pubmed + Package: cl-entrez Architecture: all Depends: ${misc:Depends}, cl-kmrcl, cl-aserve -Description: Common Lisp package to query Entrez medical literature database - This library has functions for querying the Entrez medical literature +Description: Common Lisp package to query Pubmed medical literature database - This library has functions for querying the PubMed medical literature ++ This library has functions for querying the Pubmed medical literature database and parsing the XML results into Common Lisp objects. This package uses the cl-aserve for HTTP fetches. diff --combined debian/copyright index 2ffce32,8418831..bf0b8b5 --- a/debian/copyright +++ b/debian/copyright @@@ -1,11 -1,11 +1,11 @@@ This package was debianized by Kevin M. Rosenberg in October 2002. -The upstream source was downloaded from http://entrez.b9.com/ +The upstream source was downloaded from http://pubmed.kpe.io/ Upstream Author: Kevin M. Rosenberg - Copyright (c) 2000-2002 Kevin M. Rosenberg + Copyright (c) 2000-2013 Kevin M. Rosenberg This code is free software; you can redistribute it and/or modify it under the terms of the version 2.1 of the GNU Lesser General Public