<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Lispy</title>
    <link>http://common-lisp.net/project/lispy/</link>
    <description>Latest Lispy news</description>
    <item>
      <title>Started an RSS feed</title>
      <link>http://common-lisp.net/project/lispy/?10</link>
      <guid>http://common-lisp.net/project/lispy/?10</guid>
      <description>The Lispy project will now use an RSS feed to post news about significant updates to Lispy, new releases and also new packages available in the maps.</description>
      <pubDate>Sat, 02 Feb 2008 15:36:29 +0000</pubDate>
    </item>
    <item>
      <title>Added Lispy Mapping Guide</title>
      <link>http://common-lisp.net/project/lispy/?11</link>
      <guid>http://common-lisp.net/project/lispy/?11</guid>
      <description>A mapping guide has been added to the site.  It describes the structure of Lispy maps and repositories.</description>
      <pubDate>Sun, 23 Mar 2008 10:30:54 -0500</pubDate>
    </item>
    <item>
      <title>Package Upgrades</title>
      <link>http://common-lisp.net/project/lispy/?12</link>
      <guid>http://common-lisp.net/project/lispy/?12</guid>
      <description>Hunchentoot 0.15.4, CL-FAD 0.6.2, CL-WHO 0.11.1, Drakma 0.11.5, Ironclad 0.25 and Archive 0.7.0</description>
      <pubDate>Mon, 31 Mar 2008 19:23:08 -0500</pubDate>
    </item>
    <item>
      <title>Automatic GPG Signature Verification Added</title>
      <link>http://common-lisp.net/project/lispy/?13</link>
      <guid>http://common-lisp.net/project/lispy/?13</guid>
      <description>Initial support for validating map signatures automatically has been added to CVS.  This support is implemented using the trivial-shell package, which I haven't tested on Windows yet.  &lt;pre&gt;CL-USER&gt; (require :lispy)
0:22:40 "Initializing Lispy system on SBCL 1.0.15" 
0:22:40 "Fetching http://common-lisp.net/project/lispy/repository/map.lisp-expr" 
0:22:41 "Fetching http://common-lisp.net/project/lispy/repository/map.lisp-expr.asc" 
0:22:41 "gpg: Signature made Mon 31 Mar 2008 10:34:02 PM CDT using DSA key ID 7CF49723" 
0:22:41 "gpg: Good signature from "Matthew Kennedy &lt;mkennedy@common-lisp.net&gt;"" 
0:22:41 "Reading /home/mkennedy/lispy-all-0.4/maps/map.lisp-expr"&lt;/pre&gt;
      </description>
      <pubDate>Wed, 02 Apr 2008 00:36:21 -0500</pubDate>
    </item>
    <item>
      <title>GPGME-CL Support Replaces trivial-shell</title>
      <link>http://common-lisp.net/project/lispy/?14</link>
      <guid>http://common-lisp.net/project/lispy/?14</guid>
      <description>&lt;p&gt;It turns out that trivial-shell is not so portable, so while trying to create my own &lt;a href="http://common-lisp.net/project/cffi/"&gt;CFFI&lt;/a&gt; binding to &lt;a href="http://www.gnupg.org/gpgme.html"&gt;GPGME&lt;/a&gt; I discovered &lt;a href="http://www.cliki.net/GPGME"&gt;GPGME-CL&lt;/a&gt; which is a CFFI binding to GPGME-CL included in the GPGME source archive itself!&lt;/p&gt;&lt;p&gt;Unfortunately GPGME-CL uses an AWK script to generate bindings when the rest of GPGME is built.  This is no good for ASDF managing systems like Lispy and ASDF-Install, so a hopefully short-lived fork which parses the error code files in Lisp at compile time is included in Lispy: &lt;a href="http://common-lisp.net/project/lispy/repository/distfiles/lispy-gpgme.tar.gz"&gt;lispy-gpgme.tar.gz&lt;/a&gt;.  All of this support is in CVS only.&lt;/p&gt;&lt;pre&gt;
(:VERIFY
 (:SIGNATURES
  ((:SUMMARY (:VALID :GREEN) :FPR "1588AC519123342375566F6769124FB87CF49723"
    :STATUS (:GPG-ERR-SOURCE-UNKNOWN :GPG-ERR-NO-ERROR) :NOTATIONS NIL
    :TIMESTAMP 1207661106 :EXP-TIMESTAMP 0 :BITFIELD NIL :VALIDITY :FULL
    :VALIDITY-REASON (:GPG-ERR-SOURCE-UNKNOWN :GPG-ERR-NO-ERROR) :PUBKEY-ALGO
    :DSA))
  :FILE-NAME NIL))&lt;pre&gt;

      </description>
      <pubDate>Sat, 12 Apr 2008 12:18:21 -0500</pubDate>
    </item>
    <item>
      <title>Added More Libraries</title>
      <link>http://common-lisp.net/project/lispy/?15</link>
      <guid>http://common-lisp.net/project/lispy/?15</guid>
      <description>S-BASE64, S-UTILS, S-HTTP-CLIENT, S-SYSDEPS and S-XML.</description>
      <pubDate>Sun, 13 Apr 2008 11:51:41 -0500</pubDate>
    </item>
    <item>
      <title>Library Upgrades</title>
      <link>http://common-lisp.net/project/lispy/?16</link>
      <guid>http://common-lisp.net/project/lispy/?16</guid>
      <description>FLEXI-STREAMS 1.0.5, CL-INTERPOL 0.2.1, CL-UNICODE 0.1.1, CL-PPCRE 2.0.0, Chunga 0.4.3, Hunchentoot 0.15.7</description>
      <pubDate>Tue, 05 Aug 2008 23:33:08 -0400</pubDate>
    </item>
    <item>
      <title>Edi Libraries Upgraded</title>
      <link>http://common-lisp.net/project/lispy/?17</link>
      <guid>http://common-lisp.net/project/lispy/?17</guid>
      <description>Drakma 1.0.0 and Hunchentoot 1.0.0 were upgraded along with all of their dependencies.  Bordeaux Threads was also added (recent Hunchentoot depends on it).</description>
      <pubDate>Tue, 13 Aug 2009 00:00:00 -0400</pubDate>
    </item>
    <item>
      <title>Upgraded everything else, CFFI 0.10.5 and GPGME</title>
      <link>http://common-lisp.net/project/lispy/?17</link>
      <guid>http://common-lisp.net/project/lispy/?17</guid>
      <description>Everything in the official map has been checked and upgraded if necessary with most testing being conducted with SBCL 1.0.30 on 32-bit x86 GNU/Linux (Ubuntu 9.10 Alpha).  One problem encountered is the CFFI 0.10.5 type mapping API has completely changed since 0.9.2.  GPGME's CFFI interface uses the old API, therefore it is now broken.  Since GPGME is a dependency of CVS Lispy, signature verification no longer works.  I'm thinking about adding alternate support for using GnuPG command line tools via TRIVIAL-SHELL and making it default, since I really don't have enough time to look into the CFFI issues.</description>
      <pubDate>Sat, 15 Aug 2009 00:00:00 -0400</pubDate>
    </item>
    <item>
      <title>New Lispy Version 0.5</title>
      <link>http://common-lisp.net/project/lispy/?18</link>
      <guid>http://common-lisp.net/project/lispy/?18</guid>
      <description>Changes include support for GNUPG.</description>
      <pubDate>Sat, 23 Dec 2009 03:23:00 -0400</pubDate>
    </item>
    <item>
      <title>Introducing Lispy Box</title>
      <link>http://common-lisp.net/project/lispy/?19</link>
      <guid>http://common-lisp.net/project/lispy/?19</guid>
      <description>Lispy Box is a the result installing everything (about 100 libraries) through Lispy and then creating a archive file out of the result.  Currently it results in about 28M (unpacked) of Common Lisp library source.</description>
      <pubDate>Sat, 26 Dec 2009 11:55:00 -0400</pubDate>
    </item>
  </channel>
</rss>

