diff --git a/collects/meta/dist-specs.rkt b/collects/meta/dist-specs.rkt index 3165704534..44beb41e4f 100644 --- a/collects/meta/dist-specs.rkt +++ b/collects/meta/dist-specs.rkt @@ -627,7 +627,7 @@ plt-extras :+= (- (+ (package: "games/" #:executable "plt-games") "paint-by-numbers/{hattori|solution-sets|raw-problems}") ;; -------------------- texpict & slideshow -plt-extras :+= (collects: "texpict/") +plt-extras :+= (collects: "texpict/") (package: "slideshow") ;; -------------------- frtime @@ -694,6 +694,9 @@ plt-extras :+= (package: "datalog/") ;; -------------------- db mz-extras :+= (package: "db/") (lib: "sqlite*") +;; -------------------- future-visualizer +plt-extras :+= (package: "future-visualizer/") + ;; ============================================================================ ;; Readme header diff --git a/collects/meta/props b/collects/meta/props index 577568a6b9..2d80eb7891 100755 --- a/collects/meta/props +++ b/collects/meta/props @@ -749,6 +749,7 @@ path/s is either such a string or a list of them. "collects/frtime/demos/ufo.rkt" drdr:command-line (mzc *) "collects/frtime/gui/demo" drdr:command-line (mzc *) "collects/frtime/gui.rkt" drdr:command-line (mzc *) +"collects/future-visualizer" responsible (jamesswaine) "collects/games" responsible (mflatt robby) "collects/games/chat-noir" responsible (robby matthias) "collects/games/gobblet/check.rkt" drdr:command-line (mzc "-k" *)