From 61f619ec2e0c8239f90d2386f4828a968c7c8992 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 24 May 2013 21:57:31 -0600 Subject: [PATCH] reorganize into core plus packages The "racket" directory contains a pared-back version of the repository, roughly. The "pkgs" directory everything else in the repository, but organized into packages. original commit: b2ebb0a28bf8136e75cd98316c22fe54c30eacb2 --- pkgs/profile-pkgs/profile-doc/info.rkt | 4 ++++ .../profile-doc}/profile/scribblings/analyzer.scrbl | 0 .../profile-pkgs/profile-doc}/profile/scribblings/info.rkt | 0 .../profile-doc}/profile/scribblings/profile.scrbl | 0 .../profile-doc}/profile/scribblings/renderers.scrbl | 0 .../profile-doc}/profile/scribblings/sampler.scrbl | 0 .../profile-doc}/profile/scribblings/toplevel.scrbl | 0 .../pkg-z => pkgs/profile-pkgs/profile-lib}/info.rkt | 1 - .../profile-pkgs/profile-lib}/profile/analyzer.rkt | 0 {collects => pkgs/profile-pkgs/profile-lib}/profile/main.rkt | 0 .../profile-pkgs/profile-lib}/profile/render-graphviz.rkt | 0 .../profile-pkgs/profile-lib}/profile/render-text.rkt | 0 .../profile-pkgs/profile-lib}/profile/sampler.rkt | 0 .../profile-pkgs/profile-lib}/profile/structs.rkt | 0 {collects => pkgs/profile-pkgs/profile-lib}/profile/utils.rkt | 0 pkgs/profile-pkgs/profile/info.rkt | 4 ++++ .../racket-pkgs/racket-test}/tests/profile/analyze.rkt | 0 .../racket-pkgs/racket-test}/tests/profile/main.rkt | 0 .../racket-pkgs/racket-test}/tests/profile/topsort.rkt | 0 19 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 pkgs/profile-pkgs/profile-doc/info.rkt rename {collects => pkgs/profile-pkgs/profile-doc}/profile/scribblings/analyzer.scrbl (100%) rename {collects => pkgs/profile-pkgs/profile-doc}/profile/scribblings/info.rkt (100%) rename {collects => pkgs/profile-pkgs/profile-doc}/profile/scribblings/profile.scrbl (100%) rename {collects => pkgs/profile-pkgs/profile-doc}/profile/scribblings/renderers.scrbl (100%) rename {collects => pkgs/profile-pkgs/profile-doc}/profile/scribblings/sampler.scrbl (100%) rename {collects => pkgs/profile-pkgs/profile-doc}/profile/scribblings/toplevel.scrbl (100%) rename {collects/tests/pkg/test-pkgs/pkg-z => pkgs/profile-pkgs/profile-lib}/info.rkt (95%) rename {collects => pkgs/profile-pkgs/profile-lib}/profile/analyzer.rkt (100%) rename {collects => pkgs/profile-pkgs/profile-lib}/profile/main.rkt (100%) rename {collects => pkgs/profile-pkgs/profile-lib}/profile/render-graphviz.rkt (100%) rename {collects => pkgs/profile-pkgs/profile-lib}/profile/render-text.rkt (100%) rename {collects => pkgs/profile-pkgs/profile-lib}/profile/sampler.rkt (100%) rename {collects => pkgs/profile-pkgs/profile-lib}/profile/structs.rkt (100%) rename {collects => pkgs/profile-pkgs/profile-lib}/profile/utils.rkt (100%) create mode 100644 pkgs/profile-pkgs/profile/info.rkt rename {collects => pkgs/racket-pkgs/racket-test}/tests/profile/analyze.rkt (100%) rename {collects => pkgs/racket-pkgs/racket-test}/tests/profile/main.rkt (100%) rename {collects => pkgs/racket-pkgs/racket-test}/tests/profile/topsort.rkt (100%) 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