From 9ba9ffb957da50fc6a8f70cb46ffc295cd4f449f Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 18 Jul 2012 22:15:40 -0400 Subject: [PATCH] Add missing meta information for the new "future-visualizer" collection. (cherry picked from commit 1635ac1bc524fa4eff1379624cd7826e7a0684e9) --- collects/meta/dist-specs.rkt | 5 ++++- collects/meta/props | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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" *)