diff --git a/pkgs/profile-pkgs/profile-doc/info.rkt b/pkgs/profile-pkgs/profile-doc/info.rkt new file mode 100644 index 0000000..84638b4 --- /dev/null +++ b/pkgs/profile-pkgs/profile-doc/info.rkt @@ -0,0 +1,4 @@ +#lang setup/infotab + +(define build-deps '("profile-lib" + "racket-doc")) diff --git a/collects/profile/scribblings/analyzer.scrbl b/pkgs/profile-pkgs/profile-doc/profile/scribblings/analyzer.scrbl similarity index 100% rename from collects/profile/scribblings/analyzer.scrbl rename to pkgs/profile-pkgs/profile-doc/profile/scribblings/analyzer.scrbl diff --git a/collects/profile/scribblings/info.rkt b/pkgs/profile-pkgs/profile-doc/profile/scribblings/info.rkt similarity index 100% rename from collects/profile/scribblings/info.rkt rename to pkgs/profile-pkgs/profile-doc/profile/scribblings/info.rkt diff --git a/collects/profile/scribblings/profile.scrbl b/pkgs/profile-pkgs/profile-doc/profile/scribblings/profile.scrbl similarity index 100% rename from collects/profile/scribblings/profile.scrbl rename to pkgs/profile-pkgs/profile-doc/profile/scribblings/profile.scrbl diff --git a/collects/profile/scribblings/renderers.scrbl b/pkgs/profile-pkgs/profile-doc/profile/scribblings/renderers.scrbl similarity index 100% rename from collects/profile/scribblings/renderers.scrbl rename to pkgs/profile-pkgs/profile-doc/profile/scribblings/renderers.scrbl diff --git a/collects/profile/scribblings/sampler.scrbl b/pkgs/profile-pkgs/profile-doc/profile/scribblings/sampler.scrbl similarity index 100% rename from collects/profile/scribblings/sampler.scrbl rename to pkgs/profile-pkgs/profile-doc/profile/scribblings/sampler.scrbl diff --git a/collects/profile/scribblings/toplevel.scrbl b/pkgs/profile-pkgs/profile-doc/profile/scribblings/toplevel.scrbl similarity index 100% rename from collects/profile/scribblings/toplevel.scrbl rename to pkgs/profile-pkgs/profile-doc/profile/scribblings/toplevel.scrbl diff --git a/collects/tests/pkg/test-pkgs/pkg-z/info.rkt b/pkgs/profile-pkgs/profile-lib/info.rkt similarity index 95% rename from collects/tests/pkg/test-pkgs/pkg-z/info.rkt rename to pkgs/profile-pkgs/profile-lib/info.rkt index 13a63c4..c14a2ca 100644 --- a/collects/tests/pkg/test-pkgs/pkg-z/info.rkt +++ b/pkgs/profile-pkgs/profile-lib/info.rkt @@ -1,2 +1 @@ #lang setup/infotab - diff --git a/collects/profile/analyzer.rkt b/pkgs/profile-pkgs/profile-lib/profile/analyzer.rkt similarity index 100% rename from collects/profile/analyzer.rkt rename to pkgs/profile-pkgs/profile-lib/profile/analyzer.rkt diff --git a/collects/profile/main.rkt b/pkgs/profile-pkgs/profile-lib/profile/main.rkt similarity index 100% rename from collects/profile/main.rkt rename to pkgs/profile-pkgs/profile-lib/profile/main.rkt diff --git a/collects/profile/render-graphviz.rkt b/pkgs/profile-pkgs/profile-lib/profile/render-graphviz.rkt similarity index 100% rename from collects/profile/render-graphviz.rkt rename to pkgs/profile-pkgs/profile-lib/profile/render-graphviz.rkt diff --git a/collects/profile/render-text.rkt b/pkgs/profile-pkgs/profile-lib/profile/render-text.rkt similarity index 100% rename from collects/profile/render-text.rkt rename to pkgs/profile-pkgs/profile-lib/profile/render-text.rkt diff --git a/collects/profile/sampler.rkt b/pkgs/profile-pkgs/profile-lib/profile/sampler.rkt similarity index 100% rename from collects/profile/sampler.rkt rename to pkgs/profile-pkgs/profile-lib/profile/sampler.rkt diff --git a/collects/profile/structs.rkt b/pkgs/profile-pkgs/profile-lib/profile/structs.rkt similarity index 100% rename from collects/profile/structs.rkt rename to pkgs/profile-pkgs/profile-lib/profile/structs.rkt diff --git a/collects/profile/utils.rkt b/pkgs/profile-pkgs/profile-lib/profile/utils.rkt similarity index 100% rename from collects/profile/utils.rkt rename to pkgs/profile-pkgs/profile-lib/profile/utils.rkt diff --git a/pkgs/profile-pkgs/profile/info.rkt b/pkgs/profile-pkgs/profile/info.rkt new file mode 100644 index 0000000..920b500 --- /dev/null +++ b/pkgs/profile-pkgs/profile/info.rkt @@ -0,0 +1,4 @@ +#lang setup/infotab + +(define deps '("profile-lib" + "profile-doc")) diff --git a/collects/tests/profile/analyze.rkt b/pkgs/racket-pkgs/racket-test/tests/profile/analyze.rkt similarity index 100% rename from collects/tests/profile/analyze.rkt rename to pkgs/racket-pkgs/racket-test/tests/profile/analyze.rkt diff --git a/collects/tests/profile/main.rkt b/pkgs/racket-pkgs/racket-test/tests/profile/main.rkt similarity index 100% rename from collects/tests/profile/main.rkt rename to pkgs/racket-pkgs/racket-test/tests/profile/main.rkt diff --git a/collects/tests/profile/topsort.rkt b/pkgs/racket-pkgs/racket-test/tests/profile/topsort.rkt similarity index 100% rename from collects/tests/profile/topsort.rkt rename to pkgs/racket-pkgs/racket-test/tests/profile/topsort.rkt