It does load correctly from PLaneT (using the latest nightly build) and the correct documentation is added to the help desk. So, it does seem to just be the information on the PLaneT web page itself that is broken - at least for me.<br>
<br><div class="gmail_quote">On Wed, Jun 2, 2010 at 1:06 PM, Doug Williams <span dir="ltr">&lt;<a href="mailto:m.douglas.williams@gmail.com">m.douglas.williams@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I updated the animated-canvas collection to the new Racket conventions. It seems to build and upload to PLaneT fine. The URL for the collection on PLaneT is <a href="http://planet.plt-scheme.org/package-source/williams/animated-canvas.plt/2/1/" target="_blank">http://planet.plt-scheme.org/package-source/williams/animated-canvas.plt/2/1/</a>. The new files are there - including the update info.rkt. [It is now Version 2.1 because I forgot to put (define required-core-version &quot;5.0&quot;) the first time. However, the Current Version table information is incorrect. The blurb is from the old info.ss; the Docs, Req. PLT, To Load info, and release notes are all hosed. And, it shows it as being available for the 3.xx repository. [It&#39;s almost as though PLaneT didn&#39;t see the information in the info.rkt file.]<br>

<br>Here is the contents of the new info.rkt file - you can also see it by browsing the files in PLaneT.<br><pre>#lang setup/infotab<br>(define name &quot;Animated Canvas&quot;)<br>(define blurb<br>  (list &quot;This library provides an animated-canvas% class that specializes the GRacket &quot;<br>

        &quot;canvas% class to provide a simple double-buffered animation capability in Racket. &quot;<br>        &quot;Two simple demonstration programs are also provided.&quot;))<br>(define release-notes<br>  (list &quot;Updated for Racket naming conventions.&quot;))<br>

(define primary-file &quot;animated-canvas.rkt&quot;)<br>(define categories &#39;(ui))<br>(define version &quot;2.0&quot;)<br>(define repositories &#39;(&quot;4.x&quot;))<br>(define scribblings &#39;((&quot;animated-canvas.scrbl&quot; ())))<br>

(define url &quot;<a href="http://schematics.sourceforge.net/" target="_blank">http://schematics.sourceforge.net/</a>&quot;)<br>(define required-core-version &quot;5.0&quot;)</pre>Any ideas as to what is happening?<br><font color="#888888"><br>
Doug<br>
</font></blockquote></div><br>