switched info.ss files to #lang
svn: r8532
This commit is contained in:
parent
5988c32a90
commit
3c72e71e24
|
@ -1,7 +1,7 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Algol 60")
|
||||
(define tools '(("tool.ss")))
|
||||
(define tool-names '("Algol 60"))
|
||||
(define scribblings '(("algol60.scrbl")))
|
||||
(define doc-categories '(other)))
|
||||
|
||||
(define doc-categories '(other))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Browser")
|
||||
(define tools (list (list "tool.ss")))
|
||||
(define tool-names (list "Browser")))
|
||||
|
||||
(define tool-names (list "Browser"))
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Browser private"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Browser private")
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "Combinator parser"))
|
||||
|
||||
(define name "Combinator parser")
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Combinator-parser private-combinator"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Combinator-parser private-combinator")
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "mzc")
|
||||
|
||||
(define scribblings '(("cffi.scrbl")))
|
||||
(define doc-categories '((foreign -1)))
|
||||
|
||||
(define mzscheme-launcher-libraries (list "main.ss"))
|
||||
(define mzscheme-launcher-names (list "mzc")))
|
||||
(define mzscheme-launcher-names (list "mzc"))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "mzc private"))
|
||||
(define name "mzc private")
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Config")
|
||||
(define scribblings '(("config.scrbl"))))
|
||||
(define scribblings '(("config.scrbl")))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "DrScheme")
|
||||
(define tools (list "syncheck.ss" (list "time-keystrokes.ss" "private")))
|
||||
(define tool-names (list "Check Syntax" "Time Keystrokes"))
|
||||
(define mred-launcher-names (list "DrScheme"))
|
||||
(define mred-launcher-libraries (list "drscheme.ss")))
|
||||
|
||||
(define mred-launcher-libraries (list "drscheme.ss"))
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "DrScheme private"))
|
||||
|
||||
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "DrScheme private")
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "Dynext")
|
||||
(define scribblings '(("dynext.scrbl" (multi-page)))))
|
||||
|
||||
(define scribblings '(("dynext.scrbl" (multi-page))))
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Embedded GUI"))
|
||||
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Embedded GUI")
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
(module info setup/infotab
|
||||
(require (lib "string-constant.ss" "string-constants"))
|
||||
#lang setup/infotab
|
||||
|
||||
(require string-constants/string-constant)
|
||||
|
||||
(define name "EoPL")
|
||||
(define tools (list "eopl-tool.ss"))
|
||||
|
@ -11,4 +12,4 @@
|
|||
(list (list '("eopl-small.gif" "eopl")
|
||||
"Essentials of Programming Languages"
|
||||
(string-constant teaching-languages)
|
||||
"Essentials of Programming Languages (2nd ed.)"))))
|
||||
"Essentials of Programming Languages (2nd ed.)")))
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "EoPL private"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "EoPL private")
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Errortrace"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Errortrace")
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Errortrace documentation")
|
||||
(define scribblings '(("errortrace.scrbl" (multi-page)))))
|
||||
(define scribblings '(("errortrace.scrbl" (multi-page))))
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Foreign Function Interfaces"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Foreign Function Interfaces")
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "File"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "File")
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "File documentation")
|
||||
(define scribblings '(("file.scrbl" (multi-page)))))
|
||||
(define scribblings '(("file.scrbl" (multi-page))))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Framework"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Framework"))
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Framework private")
|
||||
(define compile-omit-files '("standard-menus.ss")))
|
||||
(define compile-omit-files '("standard-menus.ss"))
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "frtime gui wrapper"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "frtime gui wrapper")
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "frtime")
|
||||
|
||||
(define scribblings '(("frtime.scrbl" ())))
|
||||
(define compile-subcollections (list (list "frtime" "demos" "gui")))
|
||||
(define tools (list "frtime-tool.ss"))
|
||||
(define tool-icons (list '("clock.png" "frtime")))
|
||||
(define tool-names (list "FrTime Languages")))
|
||||
(define compile-subcollections '(("frtime" "demos" "gui")))
|
||||
(define tools '("frtime-tool.ss"))
|
||||
(define tool-icons '(("clock.png" "frtime")))
|
||||
(define tool-names '("FrTime Languages"))
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Aces")
|
||||
(define game "aces.scm")
|
||||
(define game-set "Card Games"))
|
||||
(define game-set "Card Games")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Blackjack")
|
||||
(define game "blackjack.ss")
|
||||
(define game-set "Card Games"))
|
||||
(define game-set "Card Games")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(module info setup/infotab
|
||||
(define name "Game Cards")
|
||||
(define scribblings '(("cards.scrbl"))))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Game Cards")
|
||||
(define scribblings '(("cards.scrbl")))
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Checkers")
|
||||
(define game "checkers.ss")
|
||||
(define game-set "Board Games"))
|
||||
(define game-set "Board Games")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Crazy 8s")
|
||||
(define game "crazy8s.ss")
|
||||
(define game-set "Card Games"))
|
||||
(define game-set "Card Games")
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Doors game library"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Doors game library")
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "GCalc")
|
||||
(define game "gcalc.ss"))
|
||||
(define game "gcalc.ss")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Rummy")
|
||||
(define game "ginrummy.ss")
|
||||
(define game-set "Card Games"))
|
||||
(define game-set "Card Games")
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "3D board game library"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "3D board game library")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Gobblet")
|
||||
(define game "gobblet.ss")
|
||||
(define game-set "Board Games"))
|
||||
(define game-set "Board Games")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Go Fish")
|
||||
(define game "gofish.ss")
|
||||
(define game-set "Card Games"))
|
||||
(define game-set "Card Games")
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Games")
|
||||
(define mred-launcher-libraries (list "games.ss"))
|
||||
(define mred-launcher-names (list "PLT Games"))
|
||||
(define doc-sub-collections
|
||||
(list "cards" "paint-by-numbers" "same" "lights-out" "aces" "spider"
|
||||
"memory" "pousse" "crazy8s"
|
||||
"gcalc" "parcheesi" "gl-board-game"
|
||||
"jewel" "doors")))
|
||||
|
||||
'("cards" "paint-by-numbers" "same" "lights-out" "aces" "spider" "memory"
|
||||
"pousse" "crazy8s" "gcalc" "parcheesi" "gl-board-game" "jewel" "doors"))
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Jewel")
|
||||
(define game "jewel.scm")
|
||||
(define game-set "Puzzle Games"))
|
||||
(define game-set "Puzzle Games")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Lights Out")
|
||||
(define game-set "Puzzle Games")
|
||||
(define game "lights-out.ss"))
|
||||
(define game "lights-out.ss")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Memory")
|
||||
(define game "memory.ss")
|
||||
(define game-set "Card Games"))
|
||||
(define game-set "Card Games")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Minesweeper")
|
||||
(define game-set "Puzzle Games")
|
||||
(define game "mines.ss"))
|
||||
(define game "mines.ss")
|
||||
|
|
|
@ -1,18 +1,14 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Paint by Numbers")
|
||||
(define game "paint-by-numbers.ss")
|
||||
(define game-set "Puzzle Games")
|
||||
(define compile-omit-files '(
|
||||
;; Skipped because it's huge - lots
|
||||
;; of data-encoding units
|
||||
(define compile-omit-files
|
||||
'(;; Skipped because it's huge - lots of data-encoding units
|
||||
"all-problems.ss"
|
||||
|
||||
;; Skipped because it requires
|
||||
;; all-problems.ss
|
||||
;; Skipped because it requires all-problems.ss
|
||||
"paint-by-numbers.ss"
|
||||
|
||||
;; Skipped because these are used
|
||||
;; only to build the huge units.
|
||||
;; Skipped because these are used only to build the huge units.
|
||||
"build-hattori.ss"
|
||||
"build-kajitani.ss"
|
||||
"build-problems.ss"
|
||||
|
@ -22,4 +18,4 @@
|
|||
"raw-misc.ss"
|
||||
"build-rows-cols.ss"
|
||||
"count-missing.ss"
|
||||
"main.ss")))
|
||||
"main.ss"))
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Parcheesi")
|
||||
(define game "parcheesi.ss")
|
||||
(define game-set "Board Games"))
|
||||
(define game-set "Board Games")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Pousse")
|
||||
(define game "pousse.ss")
|
||||
(define game-set "Board Games"))
|
||||
(define game-set "Board Games")
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Same")
|
||||
(define game-set "Puzzle Games")
|
||||
(define game "same.ss"))
|
||||
|
||||
(define game "same.ss")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Slidey")
|
||||
(define game-set "Puzzle Games")
|
||||
(define game "slidey.ss"))
|
||||
(define game "slidey.ss")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Spider")
|
||||
(define game "spider.ss")
|
||||
(define game-set "Card Games"))
|
||||
(define game-set "Card Games")
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "Graphics")
|
||||
(define compile-omit-files '("value-turex.ss" "value-turtle-lib.ss")))
|
||||
|
||||
(define compile-omit-files '("value-turex.ss" "value-turtle-lib.ss"))
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Graphics documentation")
|
||||
(define scribblings '(("graphics.scrbl" (multi-page)))))
|
||||
(define scribblings '(("graphics.scrbl" (multi-page))))
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "GUI Builder")
|
||||
(define tools '(("tool.ss")))
|
||||
(define tool-names '("GUI Builder")))
|
||||
(define tool-names '("GUI Builder"))
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
;; Modify these definitions to enable & customize the tool.
|
||||
;; (Detailed instructions are in the handin-server collection's doc.txt)
|
||||
;; Also replace the "server-cert.pem" files.
|
||||
|
@ -38,5 +39,3 @@
|
|||
;(define password-keep-minutes 5) ; client remembers entered password 5 mins
|
||||
|
||||
(define requires '(("mred") ("openssl")))
|
||||
|
||||
)
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Handin Server"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Handin Server")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; help collection
|
||||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Help")
|
||||
(define post-install-collection "installer.ss"))
|
||||
(define post-install-collection "installer.ss")
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "Hierarchical list widget"))
|
||||
(define name "Hierarchical list widget")
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "#honu"))
|
||||
|
||||
(define name "#honu")
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Colors Teachpack")
|
||||
(define assume-virtual-sources #t)
|
||||
(define install-collection "installer.ss")
|
||||
#;(define pre-install-collection "pre-installer.ss"))
|
||||
;; (define pre-install-collection "pre-installer.ss")
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Draw Teachpack")
|
||||
(define assume-virtual-sources #t)
|
||||
(define install-collection "installer.ss")
|
||||
#;(define pre-install-collection "pre-installer.ss"))
|
||||
;; (define pre-install-collection "pre-installer.ss")
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Geometry Teachpack")
|
||||
(define assume-virtual-sources #t)
|
||||
(define install-collection "installer.ss")
|
||||
#;(define pre-install-collection "pre-installer.ss"))
|
||||
;; (define pre-install-collection "pre-installer.ss")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Java Graphics Teachpack")
|
||||
(define assume-virtual-sources #t)
|
||||
(define install-collection "installer.ss"))
|
||||
(define install-collection "installer.ss")
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Imperative Draw Teachpack")
|
||||
(define assume-virtual-sources #t)
|
||||
(define install-collection "installer.ss")
|
||||
#;(define pre-install-collection "pre-installer.ss"))
|
||||
;; (define pre-install-collection "pre-installer.ss")
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "htdch")
|
||||
(define compile-subcollections
|
||||
(list
|
||||
(list "htdch" "draw")
|
||||
(list "htdch" "geometry")
|
||||
(list "htdch" "colors")
|
||||
(list "htdch" "graphics")
|
||||
(list "htdch" "idraw"))))
|
||||
'(("htdch" "draw")
|
||||
("htdch" "geometry")
|
||||
("htdch" "colors")
|
||||
("htdch" "graphics")
|
||||
("htdch" "idraw")))
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "HtDP Teachpacks")
|
||||
(define compile-omit-files
|
||||
'("hangman-world.ss" "hangman-world-play.ss"
|
||||
;; TEMPORARY DISABLE THESE FILES UNTIL FIXED
|
||||
;; "matrix.ss" "matrix-client.ss" "matrix-invisible.ss"
|
||||
;; "matrix-render-sig.ss" "matrix-sig.ss" "matrix-unit.ss"
|
||||
)))
|
||||
))
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "HTML")
|
||||
(define scribblings '(("html.scrbl")))
|
||||
(define compile-omit-files
|
||||
'("dtd.ss" "dtdr.ss" "dtds.ss" "dtd-ast.ss"
|
||||
"case.ss" "html-structs.ss"
|
||||
"entity-expander.ss" "generate-code.ss"
|
||||
"sgml.ss")))
|
||||
|
||||
'("dtd.ss" "dtdr.ss" "dtds.ss" "dtd-ast.ss" "case.ss" "html-structs.ss"
|
||||
"entity-expander.ss" "generate-code.ss" "sgml.ss"))
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
(module info setup/infotab
|
||||
(require (lib "string-constant.ss" "string-constants"))
|
||||
#lang setup/infotab
|
||||
|
||||
(require string-constants/string-constant)
|
||||
|
||||
(define name "HtDP Languages")
|
||||
(define tools (list "htdp-langs.ss"))
|
||||
|
@ -12,4 +13,4 @@
|
|||
"How to Design Programs"
|
||||
(string-constant teaching-languages)
|
||||
(string-constant how-to-design-programs)
|
||||
(string-constant beginning-student)))))
|
||||
(string-constant beginning-student))))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "HtDP Languages Private"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "HtDP Languages Private")
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Launcher"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Launcher")
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
(module info setup/infotab
|
||||
(require (lib "string-constant.ss" "string-constants"))
|
||||
#lang setup/infotab
|
||||
|
||||
(require string-constants/string-constant)
|
||||
(define name "Lazy Scheme")
|
||||
(define scribblings '(("lazy.scrbl")))
|
||||
(define drscheme-language-modules '(("lazy.ss" "lazy")))
|
||||
|
@ -7,4 +8,3 @@
|
|||
`((,(string-constant experimental-languages) "Lazy Scheme")))
|
||||
(define drscheme-language-numbers '((1000 -500)))
|
||||
(define drscheme-language-one-line-summaries '("Lazy Scheme"))
|
||||
)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "Macro Debugger")
|
||||
(define tools '(["tool.ss"]))
|
||||
(define tool-names '("Macro Stepper")))
|
||||
(define tool-names '("Macro Stepper"))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "Macro Debugger expansion model"))
|
||||
(define name "Macro Debugger expansion model")
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Macro Debugger - Syntax Browser"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Macro Debugger - Syntax Browser")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "Macro Debugger view")
|
||||
(define compile-omit-files '("browse-deriv.ss" "show-deriv.ss")))
|
||||
(define compile-omit-files '("browse-deriv.ss" "show-deriv.ss"))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "Make"))
|
||||
(define name "Make")
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "MrEd")
|
||||
(define version '(400))
|
||||
(define post-install-collection "script-installer.ss"))
|
||||
(define post-install-collection "script-installer.ss")
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "MrEd #lang"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "MrEd #lang")
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "MrEd private"))
|
||||
(define name "MrEd private")
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "MrLib"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "MrLib")
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "MrLib private"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "MrLib private")
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "MrLib documentation")
|
||||
(define scribblings '(("mrlib.scrbl" (multi-page)))))
|
||||
(define scribblings '(("mrlib.scrbl" (multi-page))))
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
;; info.ss for mysterx collection
|
||||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "MysterX")
|
||||
(define post-install-collection "installer.ss"))
|
||||
(define post-install-collection "installer.ss")
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
;; info.ss for mzcom collection
|
||||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "MzCOM")
|
||||
(define post-install-collection "installer.ss"))
|
||||
(define post-install-collection "installer.ss")
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "MzLib"))
|
||||
|
||||
(define name "MzLib")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "MzLib private")
|
||||
(define compile-omit-files '("shared-body.ss")))
|
||||
(define compile-omit-files '("shared-body.ss"))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "MzScheme")
|
||||
(define version '(400))
|
||||
(define scribblings '(("mzscheme.scrbl" (multi-page)))))
|
||||
(define scribblings '(("mzscheme.scrbl" (multi-page))))
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "MzScheme #lang"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "MzScheme #lang")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "MzTake Debugger")
|
||||
(define tools '(("debug-tool.ss")))
|
||||
(define tool-names '("MzTake Debugger"))
|
||||
(define tool-icons '(("emblem-ohno.png" "mztake" "icons")))
|
||||
)
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Net"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Net")
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Net documentation")
|
||||
(define scribblings '(("net.scrbl" (multi-page)))))
|
||||
(define scribblings '(("net.scrbl" (multi-page))))
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "SSL Driver")
|
||||
(define scribblings '(("openssl.scrbl"))))
|
||||
(define scribblings '(("openssl.scrbl")))
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define name "Parser-tools"))
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(module info setup/infotab
|
||||
(define compile-omit-files (list "error-tests.ss"))
|
||||
(define name "Parser-tools private-lex"))
|
||||
|
||||
(define name "Parser-tools private-lex")
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Parser-tools private-yacc"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Parser-tools private-yacc")
|
||||
|
|
|
@ -573,14 +573,14 @@ installation; it is a good idea to add it.
|
|||
|
||||
An example info.ss file looks like this:
|
||||
|
||||
(module info (lib "infotab.ss" "setup")
|
||||
#lang setup/infotab
|
||||
(define name "My Application")
|
||||
(define blurb
|
||||
(list "My application runs 60% faster on 20% less peanut "
|
||||
'("My application runs 60% faster on 20% less peanut "
|
||||
"butter. It even shows a fancy graphic!"))
|
||||
(define primary-file "my-app.ss")
|
||||
(define doc.txt "doc.txt")
|
||||
(define categories '(system xml)))
|
||||
(define categories '(system xml))
|
||||
|
||||
See the PLT mzc: MzScheme Compiler Manual, chapter 7 for more
|
||||
information on info.ss files.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "PLaneT")
|
||||
(define mzscheme-launcher-names '("planet"))
|
||||
(define mzscheme-launcher-libraries '("planet.ss")))
|
||||
(define mzscheme-launcher-libraries '("planet.ss"))
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Plot library")
|
||||
(define pre-install-collection "pre-installer.ss"))
|
||||
(define pre-install-collection "pre-installer.ss")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Preprocessor")
|
||||
(define mzscheme-launcher-names '("mzpp" "mztext"))
|
||||
(define mzscheme-launcher-libraries '("mzpp-run.ss" "mztext-run.ss")))
|
||||
(define mzscheme-launcher-libraries '("mzpp-run.ss" "mztext-run.ss"))
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "ProfessorJ: parser"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "ProfessorJ: parser")
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
(module info setup/infotab
|
||||
(require (lib "string-constant.ss" "string-constants"))
|
||||
#lang setup/infotab
|
||||
|
||||
(require string-constants/string-constant)
|
||||
(define name "ProfessorJ")
|
||||
(define tools (list (list "tool.ss") (list "test-tool.ss")))
|
||||
(define tool-names '("ProfessorJ" "ProfessorJ Testing"))
|
||||
|
@ -16,4 +17,4 @@
|
|||
"How to Design Classes"
|
||||
(string-constant experimental-languages)
|
||||
"ProfessorJ"
|
||||
"Beginner"))))
|
||||
"Beginner")))
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "ProfessorJ: libs java io")
|
||||
#;(define install-collection "installer.ss"))
|
||||
;; (define install-collection "installer.ss")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "ProfessorJ: libs java lang")
|
||||
(define assume-virtual-sources #t)
|
||||
#;(define install-collection "installer.ss"))
|
||||
;; (define install-collection "installer.ss")
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "ProfessorJ: libs java tester")
|
||||
#;(define install-collection "installer.ss"))
|
||||
;; (define install-collection "installer.ss")
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(module info setup/infotab
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "ProfessorJ: libs java util")
|
||||
(define assume-virtual-sources #t)
|
||||
#;(define install-collection "installer.ss"))
|
||||
;; (define install-collection "installer.ss")
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "ProfessorJ: parsers"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "ProfessorJ: parsers")
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user