From a5cb5a74b7d1ca5ab716c122e9ddee45e0ac5d86 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 --- {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/cond.rkt | 0 {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/dir-chars.rkt | 0 {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/lang/reader.rkt | 0 {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/lexer.rkt | 0 {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/match.rkt | 0 {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/private/lexer.rkt | 0 .../gui-pkgs/gui-lib}/unstable/2d/private/read-util.rkt | 0 .../gui-pkgs/gui-lib}/unstable/2d/private/readtable.rkt | 0 {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/tabular.rkt | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/cond.rkt (100%) rename {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/dir-chars.rkt (100%) rename {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/lang/reader.rkt (100%) rename {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/lexer.rkt (100%) rename {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/match.rkt (100%) rename {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/private/lexer.rkt (100%) rename {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/private/read-util.rkt (100%) rename {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/private/readtable.rkt (100%) rename {collects => pkgs/gui-pkgs/gui-lib}/unstable/2d/tabular.rkt (100%) diff --git a/collects/unstable/2d/cond.rkt b/pkgs/gui-pkgs/gui-lib/unstable/2d/cond.rkt similarity index 100% rename from collects/unstable/2d/cond.rkt rename to pkgs/gui-pkgs/gui-lib/unstable/2d/cond.rkt diff --git a/collects/unstable/2d/dir-chars.rkt b/pkgs/gui-pkgs/gui-lib/unstable/2d/dir-chars.rkt similarity index 100% rename from collects/unstable/2d/dir-chars.rkt rename to pkgs/gui-pkgs/gui-lib/unstable/2d/dir-chars.rkt diff --git a/collects/unstable/2d/lang/reader.rkt b/pkgs/gui-pkgs/gui-lib/unstable/2d/lang/reader.rkt similarity index 100% rename from collects/unstable/2d/lang/reader.rkt rename to pkgs/gui-pkgs/gui-lib/unstable/2d/lang/reader.rkt diff --git a/collects/unstable/2d/lexer.rkt b/pkgs/gui-pkgs/gui-lib/unstable/2d/lexer.rkt similarity index 100% rename from collects/unstable/2d/lexer.rkt rename to pkgs/gui-pkgs/gui-lib/unstable/2d/lexer.rkt diff --git a/collects/unstable/2d/match.rkt b/pkgs/gui-pkgs/gui-lib/unstable/2d/match.rkt similarity index 100% rename from collects/unstable/2d/match.rkt rename to pkgs/gui-pkgs/gui-lib/unstable/2d/match.rkt diff --git a/collects/unstable/2d/private/lexer.rkt b/pkgs/gui-pkgs/gui-lib/unstable/2d/private/lexer.rkt similarity index 100% rename from collects/unstable/2d/private/lexer.rkt rename to pkgs/gui-pkgs/gui-lib/unstable/2d/private/lexer.rkt diff --git a/collects/unstable/2d/private/read-util.rkt b/pkgs/gui-pkgs/gui-lib/unstable/2d/private/read-util.rkt similarity index 100% rename from collects/unstable/2d/private/read-util.rkt rename to pkgs/gui-pkgs/gui-lib/unstable/2d/private/read-util.rkt diff --git a/collects/unstable/2d/private/readtable.rkt b/pkgs/gui-pkgs/gui-lib/unstable/2d/private/readtable.rkt similarity index 100% rename from collects/unstable/2d/private/readtable.rkt rename to pkgs/gui-pkgs/gui-lib/unstable/2d/private/readtable.rkt diff --git a/collects/unstable/2d/tabular.rkt b/pkgs/gui-pkgs/gui-lib/unstable/2d/tabular.rkt similarity index 100% rename from collects/unstable/2d/tabular.rkt rename to pkgs/gui-pkgs/gui-lib/unstable/2d/tabular.rkt