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/">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 "5.0") 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's almost as though PLaneT didn'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 "Animated Canvas")<br>(define blurb<br> (list "This library provides an animated-canvas% class that specializes the GRacket "<br>
"canvas% class to provide a simple double-buffered animation capability in Racket. "<br> "Two simple demonstration programs are also provided."))<br>(define release-notes<br> (list "Updated for Racket naming conventions."))<br>
(define primary-file "animated-canvas.rkt")<br>(define categories '(ui))<br>(define version "2.0")<br>(define repositories '("4.x"))<br>(define scribblings '(("animated-canvas.scrbl" ())))<br>
(define url "<a href="http://schematics.sourceforge.net/">http://schematics.sourceforge.net/</a>")<br>(define required-core-version "5.0")</pre>Any ideas as to what is happening?<br><br>Doug<br>