diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2016-07-04 14:06:48 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2016-07-04 14:06:48 +0000 |
commit | e03b780a6448a9fd2de0791891cbad2a19ba2a42 (patch) | |
tree | 87bbe7171fbbc31e7cf91f453a1fd85274e0d43c /lang/racket | |
parent | ae7a1de1b9ecc5043214e5a8ed95c6792a270cdc (diff) |
Notes
Diffstat (limited to 'lang/racket')
-rw-r--r-- | lang/racket/Makefile | 39 | ||||
-rw-r--r-- | lang/racket/distinfo | 5 | ||||
-rw-r--r-- | lang/racket/files/patch-racket_include_scheme.h | 15 | ||||
-rw-r--r-- | lang/racket/files/patch-racket_src_bool.c | 75 | ||||
-rw-r--r-- | lang/racket/files/patch-racket_src_number.c | 36 | ||||
-rw-r--r-- | lang/racket/files/patch-share_pkgs_gui-lib_mred_private_wx_gtk_queue.rkt | 19 | ||||
-rw-r--r-- | lang/racket/files/patch-src_racket_src_future.c | 179 | ||||
-rw-r--r-- | lang/racket/pkg-plist | 9402 |
8 files changed, 5193 insertions, 4577 deletions
diff --git a/lang/racket/Makefile b/lang/racket/Makefile index c22a60e8a7a6..86d9d2c5eea9 100644 --- a/lang/racket/Makefile +++ b/lang/racket/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= racket -PORTVERSION= 6.2 +PORTVERSION= 6.5 CATEGORIES= lang scheme MASTER_SITES= http://mirror.racket-lang.org/installers/${PORTVERSION}/ \ http://www.cs.utah.edu/plt/installers/${PORTVERSION}/ \ @@ -10,45 +10,50 @@ MASTER_SITES= http://mirror.racket-lang.org/installers/${PORTVERSION}/ \ http://mirror.csclub.uwaterloo.ca/racket/racket-installers/${PORTVERSION}/ \ http://mirror.informatik.uni-tuebingen.de/mirror/racket/${PORTVERSION}/ \ http://racket.infogroep.be/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src +DISTNAME= ${PORTNAME}-${PORTVERSION}-src-builtpkgs DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= Interactive, integrated, graphical Scheme programming environment -LIB_DEPENDS= libffi.so:devel/libffi \ +LICENSE= LGPL3 + +LIB_DEPENDS= libffi.so:devel/libffi \ libcairo.so:graphics/cairo \ libpng.so:graphics/png MAKE_JOBS_UNSAFE=yes -OPTIONS_DEFINE= RACKET_PLACES -OPTIONS_DEFAULT= RACKET_PLACES -RACKET_PLACES_DESC= Enable Places -RACKET_PLACES_CONFIGURE_ENABLE= places - CONFLICTS= racket-minimal-[0-9]* GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-lt --enable-shared --enable-pthread +CONFIGURE_ARGS= -enable-libffi --enable-pthread --enable-places --enable-shared CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib - WRKSRC= ${WRKDIR}/racket-${PORTVERSION}/src +PATCH_WRKSRC= ${WRKDIR}/racket-${PORTVERSION} USES= iconv jpeg libtool sqlite tar:tgz USE_LDCONFIG= yes -USE_GNOME= pango +REINPLACE_ARGS= -i "" +USE_GNOME= cairo pango + +OPTIONS_DEFINE= FUTURES +OPTIONS_DEFAULT=FUTURES -ONLY_FOR_ARCHS= i386 amd64 +OPTIONS_DEFINE_amd64= JIT +OPTIONS_DEFINE_i386= JIT +OPTIONS_DEFAULT_amd64= JIT +OPTIONS_DEFAULT_i386= JIT -.include <bsd.port.options.mk> +FUTURES_DESC= Enable futures +JIT_DESC= Enable JIT compiler +JIT_CFLAGS= -msse -msse2 -mfpmath=sse -.if ${ARCH} == "amd64" -CPPFLAGS+= -DLONG64 -.endif +FUTURES_CONFIGURE_ENABLE= futures +JIT_CONFIGURE_ENABLE= jit post-install: + ${FIND} ${STAGEDIR}${PREFIX} -type d -empty -delete ${REINPLACE_CMD} -e "s@${STAGEDIR}@@" ${STAGEDIR}${PREFIX}/share/applications/*.desktop - ${RM} ${STAGEDIR}${PREFIX}/share/applications/*.bak .include <bsd.port.mk> diff --git a/lang/racket/distinfo b/lang/racket/distinfo index c1683260180b..25b36df96490 100644 --- a/lang/racket/distinfo +++ b/lang/racket/distinfo @@ -1,2 +1,3 @@ -SHA256 (racket/6.2/racket-6.2-src.tgz) = 1331113742b3b3c26b5b95242c714379f1e5f325fad824bb28eeb7b4be03e615 -SIZE (racket/6.2/racket-6.2-src.tgz) = 20109661 +TIMESTAMP = 1467016113 +SHA256 (racket/6.5/racket-6.5-src-builtpkgs.tgz) = 9cfd20e7b68f6e7effaef144e184d7e67e1a2bab1df2b1c0b5fce8581f4c9457 +SIZE (racket/6.5/racket-6.5-src-builtpkgs.tgz) = 125157499 diff --git a/lang/racket/files/patch-racket_include_scheme.h b/lang/racket/files/patch-racket_include_scheme.h deleted file mode 100644 index 4d6a77afdaff..000000000000 --- a/lang/racket/files/patch-racket_include_scheme.h +++ /dev/null @@ -1,15 +0,0 @@ ---- racket/include/scheme.h.orig 2015-07-28 14:12:13.879975000 -0700 -+++ racket/include/scheme.h 2015-07-28 14:15:08.492462000 -0700 -@@ -63,10 +63,12 @@ - # define MZ_USE_SINGLE_FLOATS - #endif - -+#if (__FreeBSD_version >= 1000100) - /* gcc defines __SSE2_MATH__ when SSE2 floating point is enabled: */ - #ifdef __SSE2_MATH__ - # define C_COMPILER_USES_SSE 1 - #endif -+#endif - - #ifdef C_COMPILER_USES_SSE - # if defined(MZ_TRY_EXTFLONUMS) && !defined(MZ_NO_EXTFLONUMS) diff --git a/lang/racket/files/patch-racket_src_bool.c b/lang/racket/files/patch-racket_src_bool.c deleted file mode 100644 index cab2f06879a7..000000000000 --- a/lang/racket/files/patch-racket_src_bool.c +++ /dev/null @@ -1,75 +0,0 @@ ---- racket/src/bool.c.orig -+++ racket/src/bool.c -@@ -203,6 +203,9 @@ - } - - #ifdef MZ_LONG_DOUBLE -+#ifdef MZ_XFORM -+START_XFORM_SKIP; -+#endif - XFORM_NONGCING static MZ_INLINE int mz_long_double_eqv(long_double a, long_double b) - { - # ifndef NAN_EQUALS_ANYTHING -@@ -238,6 +241,13 @@ - return 1; - # endif - } -+#ifdef MZ_XFORM -+END_XFORM_SKIP; -+#endif -+#endif -+ -+#ifdef MZ_XFORM -+START_XFORM_SKIP; - #endif - XFORM_NONGCING static MZ_INLINE int double_eqv(double a, double b) - { -@@ -274,7 +284,13 @@ - return 1; - # endif - } -+#ifdef MZ_XFORM -+END_XFORM_SKIP; -+#endif - -+#ifdef MZ_XFORM -+START_XFORM_SKIP; -+#endif - XFORM_NONGCING static int is_eqv(Scheme_Object *obj1, Scheme_Object *obj2) - { - Scheme_Type t1, t2; -@@ -323,12 +339,24 @@ - } - } - } -+#ifdef MZ_XFORM -+END_XFORM_SKIP; -+#endif - -+#ifdef MZ_XFORM -+START_XFORM_SKIP; -+#endif - int scheme_eqv (Scheme_Object *obj1, Scheme_Object *obj2) - { - return (is_eqv(obj1, obj2) > 0); - } -+#ifdef MZ_XFORM -+END_XFORM_SKIP; -+#endif - -+#ifdef MZ_XFORM -+START_XFORM_SKIP; -+#endif - XFORM_NONGCING int is_fast_equal (Scheme_Object *obj1, Scheme_Object *obj2, int for_chaperone) - { - Scheme_Type t1, t2; -@@ -414,6 +442,9 @@ - - return -1; - } -+#ifdef MZ_XFORM -+END_XFORM_SKIP; -+#endif - - int is_slow_equal (Scheme_Object *obj1, Scheme_Object *obj2) - { diff --git a/lang/racket/files/patch-racket_src_number.c b/lang/racket/files/patch-racket_src_number.c deleted file mode 100644 index e8ad9b53a42f..000000000000 --- a/lang/racket/files/patch-racket_src_number.c +++ /dev/null @@ -1,36 +0,0 @@ ---- racket/src/number.c.orig -+++ racket/src/number.c -@@ -1890,6 +1890,9 @@ - return (is_rational(argv[0]) ? scheme_true : scheme_false); - } - -+#ifdef MZ_XFORM -+START_XFORM_SKIP; -+#endif - XFORM_NONGCING static int double_is_integer(double d) - { - # ifdef NAN_EQUALS_ANYTHING -@@ -1905,7 +1908,13 @@ - - return 0; - } -+#ifdef MZ_XFORM -+END_XFORM_SKIP; -+#endif - -+#ifdef MZ_XFORM -+START_XFORM_SKIP; -+#endif - int scheme_is_integer(const Scheme_Object *o) - { - if (SCHEME_INTP(o) || SCHEME_BIGNUMP(o)) -@@ -1916,6 +1925,9 @@ - - return 0; - } -+#ifdef MZ_XFORM -+END_XFORM_SKIP; -+#endif - - - static Scheme_Object * diff --git a/lang/racket/files/patch-share_pkgs_gui-lib_mred_private_wx_gtk_queue.rkt b/lang/racket/files/patch-share_pkgs_gui-lib_mred_private_wx_gtk_queue.rkt new file mode 100644 index 000000000000..1e11c5cf3f3a --- /dev/null +++ b/lang/racket/files/patch-share_pkgs_gui-lib_mred_private_wx_gtk_queue.rkt @@ -0,0 +1,19 @@ +--- share/pkgs/gui-lib/mred/private/wx/gtk/queue.rkt.orig 2016-04-22 21:19:48 UTC ++++ share/pkgs/gui-lib/mred/private/wx/gtk/queue.rkt +@@ -9,7 +9,6 @@ + "clipboard.rkt" + "const.rkt" + "w32.rkt" +- "unique.rkt" + "../common/keep-forever.rkt") + + (provide (protect-out gtk-start-event-pump +@@ -83,8 +82,6 @@ + (error (format + "Gtk initialization failed for display ~s" + (or display ":0")))) +- (when single-instance? +- (do-single-instance)) + (let ([v (scheme_register_process_global "Racket-GUI-wm-class" #f)]) + (when v + (gdk_set_program_class (cast v _pointer _string)))) diff --git a/lang/racket/files/patch-src_racket_src_future.c b/lang/racket/files/patch-src_racket_src_future.c new file mode 100644 index 000000000000..3495c32e395c --- /dev/null +++ b/lang/racket/files/patch-src_racket_src_future.c @@ -0,0 +1,179 @@ +--- src/racket/src/future.c.orig 2016-04-15 20:33:56 UTC ++++ src/racket/src/future.c +@@ -184,6 +184,11 @@ Scheme_Object *scheme_make_fsemaphore(in + return (Scheme_Object*)fsema; + } + ++static Scheme_Object *make_fsemaphore(int argc, Scheme_Object *argv[]) ++{ ++ return scheme_make_fsemaphore(argc, argv); ++} ++ + Scheme_Object *scheme_fsemaphore_post(int argc, Scheme_Object *argv[]) + { + fsemaphore_t *fsema; +@@ -247,46 +252,24 @@ static Scheme_Object *mark_future_trace_ + return scheme_void; + } + +-# define FUTURE_PRIM_W_ARITY(name, func, a1, a2, env) GLOBAL_PRIM_W_ARITY(name, func, a1, a2, env) +- +-void scheme_init_futures(Scheme_Env *newenv) +-{ +- FUTURE_PRIM_W_ARITY("future?", future_p, 1, 1, newenv); +- FUTURE_PRIM_W_ARITY("future", scheme_future, 1, 1, newenv); +- FUTURE_PRIM_W_ARITY("processor-count", processor_count, 0, 0, newenv); +- FUTURE_PRIM_W_ARITY("touch", touch, 1, 1, newenv); +- FUTURE_PRIM_W_ARITY("current-future", scheme_current_future, 0, 0, newenv); +- FUTURE_PRIM_W_ARITY("make-fsemaphore", scheme_make_fsemaphore, 1, 1, newenv); +- FUTURE_PRIM_W_ARITY("fsemaphore?", scheme_fsemaphore_p, 1, 1, newenv); +- FUTURE_PRIM_W_ARITY("fsemaphore-post", scheme_fsemaphore_post, 1, 1, newenv); +- FUTURE_PRIM_W_ARITY("fsemaphore-wait", scheme_fsemaphore_wait, 1, 1, newenv); +- FUTURE_PRIM_W_ARITY("fsemaphore-try-wait?", scheme_fsemaphore_try_wait, 1, 1, newenv); +- FUTURE_PRIM_W_ARITY("fsemaphore-count", scheme_fsemaphore_count, 1, 1, newenv); +- FUTURE_PRIM_W_ARITY("would-be-future", would_be_future, 1, 1, newenv); +- FUTURE_PRIM_W_ARITY("futures-enabled?", futures_enabled, 0, 0, newenv); +- FUTURE_PRIM_W_ARITY("reset-future-logs-for-tracing!", reset_future_logs_for_tracking, 0, 0, newenv); +- GLOBAL_PRIM_W_ARITY("mark-future-trace-end!", mark_future_trace_end, 0, 0, newenv); +- +- scheme_finish_primitive_module(newenv); +- scheme_protect_primitive_provide(newenv, NULL); +- +-#ifdef MZ_PRECISE_GC +- register_traversers(); +-#endif +-} +- + void scheme_init_futures_once() + { + } + + void scheme_init_futures_per_place() + { ++#ifdef MZ_PRECISE_GC ++ register_traversers(); ++#endif + } + + void scheme_end_futures_per_place() + { + } + ++#define SCHEME_FUTURE_PRIM_IS_NARY_INLINED SCHEME_PRIM_SOMETIMES_INLINED ++#define SCHEME_FUTURE_PRIM_IS_UNARY_INLINED SCHEME_PRIM_SOMETIMES_INLINED ++ + #else + + #include "future.h" +@@ -467,6 +450,11 @@ typedef struct future_thread_params_t { + Scheme_Current_LWC *lwc; + } future_thread_params_t; + ++#define SCHEME_FUTURE_PRIM_IS_NARY_INLINED SCHEME_PRIM_IS_NARY_INLINED ++#define SCHEME_FUTURE_PRIM_IS_UNARY_INLINED SCHEME_PRIM_IS_UNARY_INLINED ++ ++#endif ++ + /**********************************************************************/ + /* Plumbing for Racket initialization */ + /**********************************************************************/ +@@ -476,6 +464,9 @@ void scheme_init_futures(Scheme_Env *new + { + Scheme_Object *p; + ++ /* Order and properties here need to be in sync with the order and ++ properties in the other scheme_init_futures() */ ++ + scheme_add_global_constant( + "future?", + scheme_make_folding_prim( +@@ -487,7 +478,7 @@ void scheme_init_futures(Scheme_Env *new + newenv); + + p = scheme_make_prim_w_arity(scheme_future, "future", 1, 1); +- SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_PRIM_IS_UNARY_INLINED); ++ SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_FUTURE_PRIM_IS_UNARY_INLINED); + scheme_add_global_constant("future", p, newenv); + + scheme_add_global_constant( +@@ -500,7 +491,7 @@ void scheme_init_futures(Scheme_Env *new + newenv); + + p = scheme_make_prim_w_arity(touch, "touch", 1, 1); +- SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_PRIM_IS_UNARY_INLINED); ++ SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_FUTURE_PRIM_IS_UNARY_INLINED); + scheme_add_global_constant("touch", p, newenv); + + p = scheme_make_immed_prim( +@@ -508,7 +499,7 @@ void scheme_init_futures(Scheme_Env *new + "current-future", + 0, + 0); +- SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_PRIM_IS_NARY_INLINED); ++ SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_FUTURE_PRIM_IS_NARY_INLINED); + scheme_add_global_constant("current-future", p, newenv); + + p = scheme_make_immed_prim( +@@ -517,7 +508,7 @@ void scheme_init_futures(Scheme_Env *new + 1, + 1); + +- SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_PRIM_IS_UNARY_INLINED); ++ SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_FUTURE_PRIM_IS_UNARY_INLINED); + scheme_add_global_constant("fsemaphore?", p, newenv); + + p = scheme_make_immed_prim( +@@ -525,7 +516,7 @@ void scheme_init_futures(Scheme_Env *new + "make-fsemaphore", + 1, + 1); +- SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_PRIM_IS_UNARY_INLINED); ++ SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_FUTURE_PRIM_IS_UNARY_INLINED); + scheme_add_global_constant("make-fsemaphore", p, newenv); + + p = scheme_make_immed_prim( +@@ -533,7 +524,7 @@ void scheme_init_futures(Scheme_Env *new + "fsemaphore-count", + 1, + 1); +- SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_PRIM_IS_UNARY_INLINED); ++ SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_FUTURE_PRIM_IS_UNARY_INLINED); + scheme_add_global_constant("fsemaphore-count", p, newenv); + + p = scheme_make_immed_prim( +@@ -541,7 +532,7 @@ void scheme_init_futures(Scheme_Env *new + "fsemaphore-wait", + 1, + 1); +- SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_PRIM_IS_UNARY_INLINED); ++ SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_FUTURE_PRIM_IS_UNARY_INLINED); + scheme_add_global_constant("fsemaphore-wait", p, newenv); + + p = scheme_make_immed_prim( +@@ -549,7 +540,7 @@ void scheme_init_futures(Scheme_Env *new + "fsemaphore-post", + 1, + 1); +- SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_PRIM_IS_UNARY_INLINED); ++ SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_FUTURE_PRIM_IS_UNARY_INLINED); + scheme_add_global_constant("fsemaphore-post", p, newenv); + + p = scheme_make_immed_prim( +@@ -557,7 +548,7 @@ void scheme_init_futures(Scheme_Env *new + "fsemaphore-try-wait?", + 1, + 1); +- SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_PRIM_IS_UNARY_INLINED); ++ SCHEME_PRIM_PROC_FLAGS(p) |= scheme_intern_prim_opt_flags(SCHEME_FUTURE_PRIM_IS_UNARY_INLINED); + scheme_add_global_constant("fsemaphore-try-wait?", p, newenv); + + GLOBAL_PRIM_W_ARITY("would-be-future", would_be_future, 1, 1, newenv); +@@ -569,6 +560,8 @@ void scheme_init_futures(Scheme_Env *new + scheme_protect_primitive_provide(newenv, NULL); + } + ++#ifdef MZ_USE_FUTURES ++ + void scheme_init_futures_once() + { + init_cpucount(); diff --git a/lang/racket/pkg-plist b/lang/racket/pkg-plist index 4ae636a60149..45aa110e3e69 100644 --- a/lang/racket/pkg-plist +++ b/lang/racket/pkg-plist @@ -20,6 +20,7 @@ bin/setup-plt bin/slatex bin/slideshow bin/swindle +%%ETCDIR%%/config.rktd include/racket/escheme.h include/racket/ext.exp include/racket/mzconfig.h @@ -37,7 +38,7 @@ include/racket/schvers.h include/racket/sconfig.h include/racket/stypes.h include/racket/uconfig.h -lib/libracket3m-6.2.so +lib/libracket3m-6.5.so lib/libracket3m.so lib/racket/buildinfo lib/racket/gracket @@ -46,6 +47,7 @@ lib/racket/mans.rktd lib/racket/mzdyn3m.o lib/racket/starter lib/racket/starter-sh +lib/racket/system.rktd man/man1/drracket.1.gz man/man1/gracket.1.gz man/man1/mred.1.gz @@ -57,6 +59,3828 @@ man/man1/raco.1.gz man/man1/setup-plt.1.gz share/applications/drracket.desktop share/applications/slideshow.desktop +%%PORTDOCS%%%%DOCSDIR%%/2d/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/2d/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/2d/index.html +%%PORTDOCS%%%%DOCSDIR%%/2d/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/2d/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/2d/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/2d/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/2d/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/acks/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/acks/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/acks/index.html +%%PORTDOCS%%%%DOCSDIR%%/acks/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/acks/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/acks/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/acks/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/acks/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/algol60/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/algol60/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/algol60/index.html +%%PORTDOCS%%%%DOCSDIR%%/algol60/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/algol60/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/algol60/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/algol60/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/algol60/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/browser/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/browser/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/browser/index.html +%%PORTDOCS%%%%DOCSDIR%%/browser/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/browser/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/browser/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/browser/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/browser/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/bug-report/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/bug-report/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/bug-report/index.html +%%PORTDOCS%%%%DOCSDIR%%/bug-report/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/bug-report/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/bug-report/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/bug-report/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/bug-report/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/cards/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/cards/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/cards/index.html +%%PORTDOCS%%%%DOCSDIR%%/cards/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/cards/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/cards/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/cards/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/cards/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/compatibility/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/compatibility/compatibility-package.html +%%PORTDOCS%%%%DOCSDIR%%/compatibility/defmacro.html +%%PORTDOCS%%%%DOCSDIR%%/compatibility/doc-bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/compatibility/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/compatibility/index.html +%%PORTDOCS%%%%DOCSDIR%%/compatibility/mlists.html +%%PORTDOCS%%%%DOCSDIR%%/compatibility/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/compatibility/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/compatibility/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/compatibility/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/compatibility/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/continue/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/continue/flow1.png +%%PORTDOCS%%%%DOCSDIR%%/continue/flow2.png +%%PORTDOCS%%%%DOCSDIR%%/continue/flow3.png +%%PORTDOCS%%%%DOCSDIR%%/continue/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/continue/index.html +%%PORTDOCS%%%%DOCSDIR%%/continue/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/continue/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/continue/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/continue/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/continue/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/contract-profile/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/contract-profile/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/contract-profile/index.html +%%PORTDOCS%%%%DOCSDIR%%/contract-profile/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/contract-profile/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/contract-profile/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/contract-profile/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/contract-profile/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/data/Binary_Heaps.html +%%PORTDOCS%%%%DOCSDIR%%/data/Enumerations.html +%%PORTDOCS%%%%DOCSDIR%%/data/Imperative_Queues.html +%%PORTDOCS%%%%DOCSDIR%%/data/Orders_and_Ordered_Dictionaries.html +%%PORTDOCS%%%%DOCSDIR%%/data/Splay_Trees.html +%%PORTDOCS%%%%DOCSDIR%%/data/bit-vector.html +%%PORTDOCS%%%%DOCSDIR%%/data/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/data/gvector.html +%%PORTDOCS%%%%DOCSDIR%%/data/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/data/index.html +%%PORTDOCS%%%%DOCSDIR%%/data/integer-set.html +%%PORTDOCS%%%%DOCSDIR%%/data/interval-map.html +%%PORTDOCS%%%%DOCSDIR%%/data/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/data/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/data/pict.png +%%PORTDOCS%%%%DOCSDIR%%/data/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/data/pict_3.png +%%PORTDOCS%%%%DOCSDIR%%/data/pict_4.png +%%PORTDOCS%%%%DOCSDIR%%/data/pict_5.png +%%PORTDOCS%%%%DOCSDIR%%/data/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/data/skip-list.html +%%PORTDOCS%%%%DOCSDIR%%/data/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/data/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/data/union-find.html +%%PORTDOCS%%%%DOCSDIR%%/datalog/Acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/datalog/Parenthetical_Datalog_Module_Language.html +%%PORTDOCS%%%%DOCSDIR%%/datalog/Tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/datalog/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/datalog/datalog.html +%%PORTDOCS%%%%DOCSDIR%%/datalog/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/datalog/index.html +%%PORTDOCS%%%%DOCSDIR%%/datalog/interop.html +%%PORTDOCS%%%%DOCSDIR%%/datalog/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/datalog/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/datalog/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/datalog/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/datalog/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/db/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/db/connect.html +%%PORTDOCS%%%%DOCSDIR%%/db/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/db/index.html +%%PORTDOCS%%%%DOCSDIR%%/db/notes.html +%%PORTDOCS%%%%DOCSDIR%%/db/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/db/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/db/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/db/query-api.html +%%PORTDOCS%%%%DOCSDIR%%/db/sql-types.html +%%PORTDOCS%%%%DOCSDIR%%/db/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/db/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/db/using-db.html +%%PORTDOCS%%%%DOCSDIR%%/db/util.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/DMdA-advanced.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/DMdA-assignments.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/DMdA-beginner.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/DMdA-vanilla.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/DMdA__Sprachen_als_Libraries.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Definitionen.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Eigenschaften.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Konstruktionsanleitungen_1_bis_10.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Parametrische_Record-Typ-Definitionen.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Record-Typ-Definitionen.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Signaturen.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Testf_lle.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/_t_and__f.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/advanced-definitions.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/advanced-lambda.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/advanced-prim-op.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/advanced-quote.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/advanced-signatures.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/and.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/application.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/assignments-prim-op.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/assignments-signatures.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/begin.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/beginner-prim-ops.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/cond.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/define-record-procedures-2.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/define-record-procedures-parametric-2.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/id.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/if.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/image.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/index.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/lambda.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/let__letrec_und_let_.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/line3d.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/or.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/p1.jpg +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/p2.jpg +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/p3.jpg +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/p4.jpg +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/set_.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/signatures-vanilla.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/sound.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/turtle.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/vanilla-prim-op.html +%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/world.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/Block_Styles.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/Element_Styles.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/Enumerations.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/Navigation_Bars.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/Paragraph_Spacing.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/all-non-sec.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/deepest.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/h3.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/index.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/no-toc.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-m1/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/Block_Styles.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/Element_Styles.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/Enumerations.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/Navigation_Bars.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/Paragraph_Spacing.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/all-non-sec.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/deepest.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/h3.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/index.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/no-toc.html +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-m2/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/Bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/Code_Styles.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/Definition_Blocks.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/Miscellaneous.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/bitmap-dc_.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/doc-bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/index.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/Bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/Code_Styles.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/Definition_Blocks.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/Miscellaneous.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/bitmap-dc_.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/doc-bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/index.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/index.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/index.html +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-s1/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-s1/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-s1/index.html +%%PORTDOCS%%%%DOCSDIR%%/demo-s1/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-s1/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-s1/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-s1/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-s1/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-s2/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/demo-s2/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-s2/index.html +%%PORTDOCS%%%%DOCSDIR%%/demo-s2/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-s2/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-s2/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-s2/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/demo-s2/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/distributed-places/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/distributed-places/finger.png +%%PORTDOCS%%%%DOCSDIR%%/distributed-places/icons.css +%%PORTDOCS%%%%DOCSDIR%%/distributed-places/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/distributed-places/index.html +%%PORTDOCS%%%%DOCSDIR%%/distributed-places/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/distributed-places/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/distributed-places/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/distributed-places/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/distributed-places/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/doc-site.css +%%PORTDOCS%%%%DOCSDIR%%/doc-site.js +%%PORTDOCS%%%%DOCSDIR%%/docindex.sqlite +%%PORTDOCS%%%%DOCSDIR%%/draw/Drawing_Contracts.html +%%PORTDOCS%%%%DOCSDIR%%/draw/Drawing_Conveniences.html +%%PORTDOCS%%%%DOCSDIR%%/draw/Drawing_Functions.html +%%PORTDOCS%%%%DOCSDIR%%/draw/Signature_and_Unit.html +%%PORTDOCS%%%%DOCSDIR%%/draw/bitmap-dc_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/bitmap_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/draw/brush-list_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/brush_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/color-database___.html +%%PORTDOCS%%%%DOCSDIR%%/draw/color_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/dc-path_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/dc___.html +%%PORTDOCS%%%%DOCSDIR%%/draw/doc-bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/draw/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/draw/font-list_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/font-name-directory___.html +%%PORTDOCS%%%%DOCSDIR%%/draw/font_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/gl-config_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/gl-context___.html +%%PORTDOCS%%%%DOCSDIR%%/draw/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/draw/index.html +%%PORTDOCS%%%%DOCSDIR%%/draw/libs.html +%%PORTDOCS%%%%DOCSDIR%%/draw/linear-gradient_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/draw/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/draw/overview.html +%%PORTDOCS%%%%DOCSDIR%%/draw/pdf-dc_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/pen-list_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/pen_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/pict.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_10.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_11.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_12.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_13.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_14.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_15.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_16.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_17.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_18.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_19.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_20.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_21.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_22.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_23.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_24.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_25.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_26.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_3.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_4.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_5.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_6.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_7.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_8.png +%%PORTDOCS%%%%DOCSDIR%%/draw/pict_9.png +%%PORTDOCS%%%%DOCSDIR%%/draw/point_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/post-script-dc_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/draw/ps-setup_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/radial-gradient_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/record-dc_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/region_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/draw/svg-dc_.html +%%PORTDOCS%%%%DOCSDIR%%/draw/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/draw/unsafe.html +%%PORTDOCS%%%%DOCSDIR%%/draw/water.png +%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/Accessing_Check_Syntax_Programmatically.html +%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/Module_Browser.html +%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/Module_Path_Selection.html +%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/index.html +%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/drracket/Graphical_Syntax.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/Interface_Reference.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/Keyboard_Shortcuts.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/Menus.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/Searching.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/Tabbed_Editing.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/drracket/buttons.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/choose-language.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/color-scheme.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/create-exe.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/debugger.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/debugger1.png +%%PORTDOCS%%%%DOCSDIR%%/drracket/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/drracket-files.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/editor.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/example.png +%%PORTDOCS%%%%DOCSDIR%%/drracket/experimental-langs.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/extending-drracket.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/follow-log.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/htdp-langs.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/drracket/index.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/interactions-window.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/interface-essentials.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/io.png +%%PORTDOCS%%%%DOCSDIR%%/drracket/languages.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/legacy.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/module-browser.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/module.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/drracket/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/drracket/output-syntax.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/prefs-explanation.html +%%PORTDOCS%%%%DOCSDIR%%/drracket/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/drracket/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/drracket/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/ds-store/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/ds-store/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/ds-store/index.html +%%PORTDOCS%%%%DOCSDIR%%/ds-store/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/ds-store/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/ds-store/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/ds-store/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/ds-store/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/dynext/Compilation.html +%%PORTDOCS%%%%DOCSDIR%%/dynext/Filenames.html +%%PORTDOCS%%%%DOCSDIR%%/dynext/Linking.html +%%PORTDOCS%%%%DOCSDIR%%/dynext/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/dynext/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/dynext/index.html +%%PORTDOCS%%%%DOCSDIR%%/dynext/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/dynext/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/dynext/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/dynext/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/dynext/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/Helpers.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/aligned-pasteboard_.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/alignment-parent___.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/alignment___.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/button-snip_.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/containers.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/control-snips.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/controls.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/dllist___.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/embedded-button_.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/embedded-message_.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/embedded-text-button_.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/embedded-toggle-button_.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/hline_.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/horizontal-alignment_.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/index.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/snip-related-functions.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/snip-wrapper_.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/stretchable-snip___.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/text-button-snip_.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/toggle-button-snip_.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/vertical-alignment_.html +%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/vline_.html +%%PORTDOCS%%%%DOCSDIR%%/eopl/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/eopl/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/eopl/index.html +%%PORTDOCS%%%%DOCSDIR%%/eopl/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/eopl/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/eopl/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/eopl/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/eopl/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/errortrace/Errortrace_Key.html +%%PORTDOCS%%%%DOCSDIR%%/errortrace/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/errortrace/errortrace-library.html +%%PORTDOCS%%%%DOCSDIR%%/errortrace/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/errortrace/index.html +%%PORTDOCS%%%%DOCSDIR%%/errortrace/installing-errortrace.html +%%PORTDOCS%%%%DOCSDIR%%/errortrace/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/errortrace/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/errortrace/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/errortrace/quick-instructions.html +%%PORTDOCS%%%%DOCSDIR%%/errortrace/stacktrace.html +%%PORTDOCS%%%%DOCSDIR%%/errortrace/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/errortrace/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/errortrace/using-errortrace.html +%%PORTDOCS%%%%DOCSDIR%%/file/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/file/cache.html +%%PORTDOCS%%%%DOCSDIR%%/file/convertible.html +%%PORTDOCS%%%%DOCSDIR%%/file/doc-bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/file/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/file/gif.html +%%PORTDOCS%%%%DOCSDIR%%/file/gunzip.html +%%PORTDOCS%%%%DOCSDIR%%/file/gzip.html +%%PORTDOCS%%%%DOCSDIR%%/file/ico.html +%%PORTDOCS%%%%DOCSDIR%%/file/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/file/index.html +%%PORTDOCS%%%%DOCSDIR%%/file/md5.html +%%PORTDOCS%%%%DOCSDIR%%/file/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/file/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/file/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/file/resource.html +%%PORTDOCS%%%%DOCSDIR%%/file/sha1b.html +%%PORTDOCS%%%%DOCSDIR%%/file/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/file/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/file/tar.html +%%PORTDOCS%%%%DOCSDIR%%/file/untar.html +%%PORTDOCS%%%%DOCSDIR%%/file/untgz.html +%%PORTDOCS%%%%DOCSDIR%%/file/unzip.html +%%PORTDOCS%%%%DOCSDIR%%/file/zip.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/Allocation_and_Finalization.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/Atomic_Execution.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/C_Array_Types.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/C_Struct_Types.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/C_Union_Types.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/Custodian_Shutdown_Registration.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/Defining_Bindings.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/Derived_Utilities.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/Enumerations_and_Masks.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/Loading_Foreign_Libraries.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/Miscellaneous_Support.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/Numeric_Types.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/Objective-C_FFI.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/Other_Atomic_Types.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/Pointer_Types.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/Speculatively_Atomic_Execution.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/String_Types.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/active-x.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/foreign/com-auto.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/com-intf.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/com.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/ctype.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/doc-bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/file-security-guard-checks.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/foreign_c-only.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/foreign_cvector.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/foreign_pointer-funcs.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/foreign_procedures.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/foreign_tagged-pointers.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/homogeneous-vectors.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/foreign/index.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/intro.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/ns.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/foreign/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/foreign/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/foreign/serialize-struct.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/foreign/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/foreign/types.html +%%PORTDOCS%%%%DOCSDIR%%/foreign/winapi.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Application.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Autosave.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Backwards_Compatibility.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Canvas.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Color.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Color_Model.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Color_Prefs.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Comment_Box.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Decorated_Editor_Snip.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Editor.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Exit.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Finder.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Frame.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Framework_Libraries_Overview.html +%%PORTDOCS%%%%DOCSDIR%%/framework/GUI_Utilities.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Group.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Handler.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Icon.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Keymap.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Menu.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Mode.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Number_Snip.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Panel.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Pasteboard.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Path_Utils.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Preferences.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Preferences__Textual.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Racket.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Signatures.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Splash.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Test.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Text.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Unit.html +%%PORTDOCS%%%%DOCSDIR%%/framework/Version.html +%%PORTDOCS%%%%DOCSDIR%%/framework/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/framework/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/framework/editor-snip.html +%%PORTDOCS%%%%DOCSDIR%%/framework/gui-notify.html +%%PORTDOCS%%%%DOCSDIR%%/framework/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/framework/index.html +%%PORTDOCS%%%%DOCSDIR%%/framework/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/framework/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/framework/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/framework/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/framework/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/frtime/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/frtime/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/frtime/index.html +%%PORTDOCS%%%%DOCSDIR%%/frtime/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/frtime/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/frtime/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/frtime/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/frtime/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/future-visualizer-timeline.html +%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/future-visualizer-tree.html +%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/futures-trace.html +%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/index.html +%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/games/3x3-empty-board.png +%%PORTDOCS%%%%DOCSDIR%%/games/7x7-empty-board.png +%%PORTDOCS%%%%DOCSDIR%%/games/Board_to_Graph.html +%%PORTDOCS%%%%DOCSDIR%%/games/Breadth-first_Search.html +%%PORTDOCS%%%%DOCSDIR%%/games/Drawing_the_Cat.html +%%PORTDOCS%%%%DOCSDIR%%/games/Drawing_the_World.html +%%PORTDOCS%%%%DOCSDIR%%/games/Handling_Input.html +%%PORTDOCS%%%%DOCSDIR%%/games/Overview.html +%%PORTDOCS%%%%DOCSDIR%%/games/Run__program__run.html +%%PORTDOCS%%%%DOCSDIR%%/games/Showing_Scribbled_Help.html +%%PORTDOCS%%%%DOCSDIR%%/games/Showing_Text_Help.html +%%PORTDOCS%%%%DOCSDIR%%/games/Tests.html +%%PORTDOCS%%%%DOCSDIR%%/games/The_Cat_s_Path.html +%%PORTDOCS%%%%DOCSDIR%%/games/The_World.html +%%PORTDOCS%%%%DOCSDIR%%/games/aces.html +%%PORTDOCS%%%%DOCSDIR%%/games/aces.png +%%PORTDOCS%%%%DOCSDIR%%/games/blackjack.html +%%PORTDOCS%%%%DOCSDIR%%/games/blackjack.png +%%PORTDOCS%%%%DOCSDIR%%/games/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/games/bundled.html +%%PORTDOCS%%%%DOCSDIR%%/games/cat-distance-example.png +%%PORTDOCS%%%%DOCSDIR%%/games/chat-noir.html +%%PORTDOCS%%%%DOCSDIR%%/games/chat-noir.png +%%PORTDOCS%%%%DOCSDIR%%/games/checkers.html +%%PORTDOCS%%%%DOCSDIR%%/games/checkers.png +%%PORTDOCS%%%%DOCSDIR%%/games/crazy8s.html +%%PORTDOCS%%%%DOCSDIR%%/games/crazy8s.png +%%PORTDOCS%%%%DOCSDIR%%/games/gcalc.html +%%PORTDOCS%%%%DOCSDIR%%/games/gcalc.png +%%PORTDOCS%%%%DOCSDIR%%/games/ginrummy.html +%%PORTDOCS%%%%DOCSDIR%%/games/ginrummy.png +%%PORTDOCS%%%%DOCSDIR%%/games/gobblet.html +%%PORTDOCS%%%%DOCSDIR%%/games/gobblet.png +%%PORTDOCS%%%%DOCSDIR%%/games/gofish.html +%%PORTDOCS%%%%DOCSDIR%%/games/gofish.png +%%PORTDOCS%%%%DOCSDIR%%/games/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/games/index.html +%%PORTDOCS%%%%DOCSDIR%%/games/jewel.html +%%PORTDOCS%%%%DOCSDIR%%/games/jewel.png +%%PORTDOCS%%%%DOCSDIR%%/games/lights-out.html +%%PORTDOCS%%%%DOCSDIR%%/games/lights-out.png +%%PORTDOCS%%%%DOCSDIR%%/games/memory.html +%%PORTDOCS%%%%DOCSDIR%%/games/memory.png +%%PORTDOCS%%%%DOCSDIR%%/games/mines.html +%%PORTDOCS%%%%DOCSDIR%%/games/mines.png +%%PORTDOCS%%%%DOCSDIR%%/games/new-games.html +%%PORTDOCS%%%%DOCSDIR%%/games/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/games/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/games/paint-by-numbers.html +%%PORTDOCS%%%%DOCSDIR%%/games/paint-by-numbers.png +%%PORTDOCS%%%%DOCSDIR%%/games/parcheesi.html +%%PORTDOCS%%%%DOCSDIR%%/games/parcheesi.png +%%PORTDOCS%%%%DOCSDIR%%/games/pict.png +%%PORTDOCS%%%%DOCSDIR%%/games/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/games/pict_3.png +%%PORTDOCS%%%%DOCSDIR%%/games/pict_4.png +%%PORTDOCS%%%%DOCSDIR%%/games/pict_5.png +%%PORTDOCS%%%%DOCSDIR%%/games/pousse.html +%%PORTDOCS%%%%DOCSDIR%%/games/pousse.png +%%PORTDOCS%%%%DOCSDIR%%/games/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/games/same.html +%%PORTDOCS%%%%DOCSDIR%%/games/same.png +%%PORTDOCS%%%%DOCSDIR%%/games/slidey.html +%%PORTDOCS%%%%DOCSDIR%%/games/slidey.png +%%PORTDOCS%%%%DOCSDIR%%/games/spider.html +%%PORTDOCS%%%%DOCSDIR%%/games/spider.png +%%PORTDOCS%%%%DOCSDIR%%/games/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/games/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/games/tally-maze.html +%%PORTDOCS%%%%DOCSDIR%%/games/tally-maze.png +%%PORTDOCS%%%%DOCSDIR%%/getting-started/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/getting-started/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/getting-started/index.html +%%PORTDOCS%%%%DOCSDIR%%/getting-started/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/getting-started/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/getting-started/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/getting-started/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/getting-started/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/index.html +%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/graphics/A_More_Complicated_Example.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/An_Example.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/Basic_Commands.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/Color_Operations.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/Draw__Clear__and_Flip_Operations.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/Flushing.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/Graphics_Library_as_a_Unit.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/Keyboard_Operations.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/Miscellaneous_Operations.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/Mouse_Operations.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/Protecting_Graphics_Operations.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/World_Operations.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/graphics/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/graphics/index.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/graphics/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/graphics/posn.html +%%PORTDOCS%%%%DOCSDIR%%/graphics/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/graphics/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/graphics/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/gui/Dynamic_Loading.html +%%PORTDOCS%%%%DOCSDIR%%/gui/Editor_Classes.html +%%PORTDOCS%%%%DOCSDIR%%/gui/Editor_Functions.html +%%PORTDOCS%%%%DOCSDIR%%/gui/Snip_and_Style_Classes.html +%%PORTDOCS%%%%DOCSDIR%%/gui/Startup_Actions.html +%%PORTDOCS%%%%DOCSDIR%%/gui/WXME_Decoding.html +%%PORTDOCS%%%%DOCSDIR%%/gui/Widget_Gallery.html +%%PORTDOCS%%%%DOCSDIR%%/gui/Windowing_Classes.html +%%PORTDOCS%%%%DOCSDIR%%/gui/Windowing_Functions.html +%%PORTDOCS%%%%DOCSDIR%%/gui/add-color___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/area-container-window___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/area-container___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/area___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/gui/button.png +%%PORTDOCS%%%%DOCSDIR%%/gui/button_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/canvas_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/canvas___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/check-box.png +%%PORTDOCS%%%%DOCSDIR%%/gui/check-box_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/checkable-menu-item_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/choice.png +%%PORTDOCS%%%%DOCSDIR%%/gui/choice_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/clipboard-client_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/clipboard___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/column-control-event_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/combo-field.png +%%PORTDOCS%%%%DOCSDIR%%/gui/combo-field_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/control-event_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/control___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/cursor_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/dialog_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-admin_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-canvas.png +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-canvas_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-data-class-list___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-data-class_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-data_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-overview.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-snip-editor-admin___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-snip_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-stream-in-base_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-stream-in-bytes-base_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-stream-in_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-stream-out-base_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-stream-out-bytes-base_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-stream-out_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor-wordbreak-map_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/editor___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/event_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/frame_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/gauge.png +%%PORTDOCS%%%%DOCSDIR%%/gui/gauge_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/group-box-panel.png +%%PORTDOCS%%%%DOCSDIR%%/gui/group-box-panel_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/grow-box-spacer-pane_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/horizontal-pane_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/horizontal-panel_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/image-snip_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/gui/index.html +%%PORTDOCS%%%%DOCSDIR%%/gui/key-event_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/keymap_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/labelled-menu-item___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/libs.html +%%PORTDOCS%%%%DOCSDIR%%/gui/list-box.png +%%PORTDOCS%%%%DOCSDIR%%/gui/list-box_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/list-control___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/menu-bar.png +%%PORTDOCS%%%%DOCSDIR%%/gui/menu-bar_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/menu-item-container___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/menu-item_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/menu-item___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/menu_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/message.png +%%PORTDOCS%%%%DOCSDIR%%/gui/message_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/mouse-event_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/mredprefs.html +%%PORTDOCS%%%%DOCSDIR%%/gui/mult-color___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/gui/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/gui/pane_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/panel.png +%%PORTDOCS%%%%DOCSDIR%%/gui/panel_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/pasteboard_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/popup-menu_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/printer-dc_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/gui/radio-box.png +%%PORTDOCS%%%%DOCSDIR%%/gui/radio-box_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/readable-snip___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/scroll-event_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/selectable-menu-item___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/separator-menu-item_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/slider.png +%%PORTDOCS%%%%DOCSDIR%%/gui/slider_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/snip-admin_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/snip-class-list___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/snip-class_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/snip_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/gui/string-snip_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/style-delta_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/style-list_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/style___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/subarea___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/subwindow___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/gui/tab-panel.png +%%PORTDOCS%%%%DOCSDIR%%/gui/tab-panel_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/tab-snip_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/text-field.png +%%PORTDOCS%%%%DOCSDIR%%/gui/text-field_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/text_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/timer_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/top-level-window___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/vertical-pane_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/vertical-panel_.html +%%PORTDOCS%%%%DOCSDIR%%/gui/window___.html +%%PORTDOCS%%%%DOCSDIR%%/gui/windowing-overview.html +%%PORTDOCS%%%%DOCSDIR%%/guide/An_Extended_Example.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Backtracking.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Building_New_Contracts.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Contracts_for_Units.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Emacs.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Invoking_Units.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Linking_Units.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Lists__Iteration__and_Recursion.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Looking_Ahead_and_Behind.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Module_Syntax.html +%%PORTDOCS%%%%DOCSDIR%%/guide/More_Libraries.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Pairs__Lists__and_Racket_Syntax.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Signatures_and_Units.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Simple_Values.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Sublime_Text.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Vim.html +%%PORTDOCS%%%%DOCSDIR%%/guide/Whole-module_Signatures_and_Units.html +%%PORTDOCS%%%%DOCSDIR%%/guide/application.html +%%PORTDOCS%%%%DOCSDIR%%/guide/begin.html +%%PORTDOCS%%%%DOCSDIR%%/guide/binding.html +%%PORTDOCS%%%%DOCSDIR%%/guide/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/guide/booleans.html +%%PORTDOCS%%%%DOCSDIR%%/guide/boxes.html +%%PORTDOCS%%%%DOCSDIR%%/guide/bytestrings.html +%%PORTDOCS%%%%DOCSDIR%%/guide/case.html +%%PORTDOCS%%%%DOCSDIR%%/guide/characters.html +%%PORTDOCS%%%%DOCSDIR%%/guide/classes.html +%%PORTDOCS%%%%DOCSDIR%%/guide/cmdline-tools.html +%%PORTDOCS%%%%DOCSDIR%%/guide/concurrency.html +%%PORTDOCS%%%%DOCSDIR%%/guide/conditionals.html +%%PORTDOCS%%%%DOCSDIR%%/guide/contract-boundaries.html +%%PORTDOCS%%%%DOCSDIR%%/guide/contract-func.html +%%PORTDOCS%%%%DOCSDIR%%/guide/contracts-examples.html +%%PORTDOCS%%%%DOCSDIR%%/guide/contracts-exists.html +%%PORTDOCS%%%%DOCSDIR%%/guide/contracts-first.html +%%PORTDOCS%%%%DOCSDIR%%/guide/contracts-general-functions.html +%%PORTDOCS%%%%DOCSDIR%%/guide/contracts-gotchas.html +%%PORTDOCS%%%%DOCSDIR%%/guide/contracts-struct.html +%%PORTDOCS%%%%DOCSDIR%%/guide/contracts.html +%%PORTDOCS%%%%DOCSDIR%%/guide/control.html +%%PORTDOCS%%%%DOCSDIR%%/guide/conts.html +%%PORTDOCS%%%%DOCSDIR%%/guide/datatypes.html +%%PORTDOCS%%%%DOCSDIR%%/guide/default-ports.html +%%PORTDOCS%%%%DOCSDIR%%/guide/define-struct.html +%%PORTDOCS%%%%DOCSDIR%%/guide/define.html +%%PORTDOCS%%%%DOCSDIR%%/guide/dialects.html +%%PORTDOCS%%%%DOCSDIR%%/guide/doc-bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/guide/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/guide/encodings.html +%%PORTDOCS%%%%DOCSDIR%%/guide/eval.html +%%PORTDOCS%%%%DOCSDIR%%/guide/exe.html +%%PORTDOCS%%%%DOCSDIR%%/guide/exns.html +%%PORTDOCS%%%%DOCSDIR%%/guide/figure.css +%%PORTDOCS%%%%DOCSDIR%%/guide/figure.js +%%PORTDOCS%%%%DOCSDIR%%/guide/finger.png +%%PORTDOCS%%%%DOCSDIR%%/guide/firstclassunits.html +%%PORTDOCS%%%%DOCSDIR%%/guide/for.html +%%PORTDOCS%%%%DOCSDIR%%/guide/hash-lang_reader.html +%%PORTDOCS%%%%DOCSDIR%%/guide/hash-lang_syntax.html +%%PORTDOCS%%%%DOCSDIR%%/guide/hash-languages.html +%%PORTDOCS%%%%DOCSDIR%%/guide/hash-reader.html +%%PORTDOCS%%%%DOCSDIR%%/guide/hash-tables.html +%%PORTDOCS%%%%DOCSDIR%%/guide/i_o.html +%%PORTDOCS%%%%DOCSDIR%%/guide/icons.css +%%PORTDOCS%%%%DOCSDIR%%/guide/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/guide/index.html +%%PORTDOCS%%%%DOCSDIR%%/guide/intro.html +%%PORTDOCS%%%%DOCSDIR%%/guide/io-patterns.html +%%PORTDOCS%%%%DOCSDIR%%/guide/keywords.html +%%PORTDOCS%%%%DOCSDIR%%/guide/lambda.html +%%PORTDOCS%%%%DOCSDIR%%/guide/language-collection.html +%%PORTDOCS%%%%DOCSDIR%%/guide/language-get-info.html +%%PORTDOCS%%%%DOCSDIR%%/guide/languages.html +%%PORTDOCS%%%%DOCSDIR%%/guide/let.html +%%PORTDOCS%%%%DOCSDIR%%/guide/load.html +%%PORTDOCS%%%%DOCSDIR%%/guide/macro-transformers.html +%%PORTDOCS%%%%DOCSDIR%%/guide/macros.html +%%PORTDOCS%%%%DOCSDIR%%/guide/magnify.png +%%PORTDOCS%%%%DOCSDIR%%/guide/match.html +%%PORTDOCS%%%%DOCSDIR%%/guide/mk-namespace.html +%%PORTDOCS%%%%DOCSDIR%%/guide/module-basics.html +%%PORTDOCS%%%%DOCSDIR%%/guide/module-languages.html +%%PORTDOCS%%%%DOCSDIR%%/guide/module-paths.html +%%PORTDOCS%%%%DOCSDIR%%/guide/module-provide.html +%%PORTDOCS%%%%DOCSDIR%%/guide/module-require.html +%%PORTDOCS%%%%DOCSDIR%%/guide/module-runtime-config.html +%%PORTDOCS%%%%DOCSDIR%%/guide/module-set.html +%%PORTDOCS%%%%DOCSDIR%%/guide/modules.html +%%PORTDOCS%%%%DOCSDIR%%/guide/more-hash-lang.html +%%PORTDOCS%%%%DOCSDIR%%/guide/numbers.html +%%PORTDOCS%%%%DOCSDIR%%/guide/other-editors.html +%%PORTDOCS%%%%DOCSDIR%%/guide/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/guide/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/guide/pairs.html +%%PORTDOCS%%%%DOCSDIR%%/guide/parallelism.html +%%PORTDOCS%%%%DOCSDIR%%/guide/parameterize.html +%%PORTDOCS%%%%DOCSDIR%%/guide/pattern-macros.html +%%PORTDOCS%%%%DOCSDIR%%/guide/performance.html +%%PORTDOCS%%%%DOCSDIR%%/guide/phases.html +%%PORTDOCS%%%%DOCSDIR%%/guide/pict.png +%%PORTDOCS%%%%DOCSDIR%%/guide/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/guide/pict_3.png +%%PORTDOCS%%%%DOCSDIR%%/guide/pict_4.png +%%PORTDOCS%%%%DOCSDIR%%/guide/pict_5.png +%%PORTDOCS%%%%DOCSDIR%%/guide/ports.html +%%PORTDOCS%%%%DOCSDIR%%/guide/proc-macros.html +%%PORTDOCS%%%%DOCSDIR%%/guide/prompt.html +%%PORTDOCS%%%%DOCSDIR%%/guide/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/guide/qq.html +%%PORTDOCS%%%%DOCSDIR%%/guide/quote.html +%%PORTDOCS%%%%DOCSDIR%%/guide/racket.html +%%PORTDOCS%%%%DOCSDIR%%/guide/read-write.html +%%PORTDOCS%%%%DOCSDIR%%/guide/reflection.html +%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-alternation.html +%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-assert.html +%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-chars.html +%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-clusters.html +%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-intro.html +%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-match.html +%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-quant.html +%%PORTDOCS%%%%DOCSDIR%%/guide/regexp.html +%%PORTDOCS%%%%DOCSDIR%%/guide/running.html +%%PORTDOCS%%%%DOCSDIR%%/guide/scheme-forms.html +%%PORTDOCS%%%%DOCSDIR%%/guide/scripts.html +%%PORTDOCS%%%%DOCSDIR%%/guide/serialization.html +%%PORTDOCS%%%%DOCSDIR%%/guide/set_.html +%%PORTDOCS%%%%DOCSDIR%%/guide/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/guide/standards.html +%%PORTDOCS%%%%DOCSDIR%%/guide/strings.html +%%PORTDOCS%%%%DOCSDIR%%/guide/stx-certs.html +%%PORTDOCS%%%%DOCSDIR%%/guide/stx-obj.html +%%PORTDOCS%%%%DOCSDIR%%/guide/stx-phases.html +%%PORTDOCS%%%%DOCSDIR%%/guide/symbols.html +%%PORTDOCS%%%%DOCSDIR%%/guide/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/guide/syntax-case.html +%%PORTDOCS%%%%DOCSDIR%%/guide/syntax-notation.html +%%PORTDOCS%%%%DOCSDIR%%/guide/syntax-overview.html +%%PORTDOCS%%%%DOCSDIR%%/guide/syntax_module-reader.html +%%PORTDOCS%%%%DOCSDIR%%/guide/teaching-langs.html +%%PORTDOCS%%%%DOCSDIR%%/guide/to-scheme.html +%%PORTDOCS%%%%DOCSDIR%%/guide/unit_versus_module.html +%%PORTDOCS%%%%DOCSDIR%%/guide/units.html +%%PORTDOCS%%%%DOCSDIR%%/guide/vectors.html +%%PORTDOCS%%%%DOCSDIR%%/guide/void_undefined.html +%%PORTDOCS%%%%DOCSDIR%%/guide/with-syntax.html +%%PORTDOCS%%%%DOCSDIR%%/help/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/help/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/help/index.html +%%PORTDOCS%%%%DOCSDIR%%/help/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/help/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/help/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/help/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/help/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/advanced.html +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/beginner-abbr.html +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/beginner.html +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/index.html +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/intermediate-lam.html +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/intermediate.html +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_10.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_11.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_12.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_13.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_14.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_15.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_3.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_4.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_5.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_6.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_7.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_8.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_9.png +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/index.html +%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/htdp/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/htdp/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp/index.html +%%PORTDOCS%%%%DOCSDIR%%/htdp/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/htdp/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/html/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/html/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/html/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/html/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/html/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/html/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/images/Blur.html +%%PORTDOCS%%%%DOCSDIR%%/images/Component_Operations.html +%%PORTDOCS%%%%DOCSDIR%%/images/Compositing.html +%%PORTDOCS%%%%DOCSDIR%%/images/Conversion_and_Construction.html +%%PORTDOCS%%%%DOCSDIR%%/images/Effects.html +%%PORTDOCS%%%%DOCSDIR%%/images/Embedding_Bitmaps_in_Compiled_Files.html +%%PORTDOCS%%%%DOCSDIR%%/images/Gradients_and_Normals.html +%%PORTDOCS%%%%DOCSDIR%%/images/Icons.html +%%PORTDOCS%%%%DOCSDIR%%/images/Logos.html +%%PORTDOCS%%%%DOCSDIR%%/images/Overview.html +%%PORTDOCS%%%%DOCSDIR%%/images/Pointwise_Operations.html +%%PORTDOCS%%%%DOCSDIR%%/images/Resizing.html +%%PORTDOCS%%%%DOCSDIR%%/images/Spatial_Transformations.html +%%PORTDOCS%%%%DOCSDIR%%/images/Struct_Type_and_Accessors.html +%%PORTDOCS%%%%DOCSDIR%%/images/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/images/flomap_title.html +%%PORTDOCS%%%%DOCSDIR%%/images/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/images/index.html +%%PORTDOCS%%%%DOCSDIR%%/images/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/images/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/images/pict.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_10.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_100.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_101.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_102.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_103.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_104.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_105.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_106.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_107.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_108.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_109.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_11.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_110.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_111.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_112.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_113.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_114.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_115.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_116.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_117.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_118.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_119.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_12.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_120.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_121.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_122.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_123.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_124.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_125.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_126.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_127.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_128.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_129.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_13.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_130.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_131.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_132.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_133.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_134.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_135.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_136.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_137.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_138.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_139.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_14.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_140.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_141.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_142.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_143.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_144.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_145.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_146.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_147.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_148.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_149.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_15.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_150.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_151.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_152.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_153.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_154.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_155.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_156.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_157.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_158.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_159.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_16.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_160.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_161.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_162.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_163.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_164.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_165.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_166.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_167.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_168.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_169.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_17.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_170.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_171.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_172.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_173.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_174.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_175.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_176.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_177.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_178.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_179.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_18.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_180.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_181.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_182.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_183.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_184.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_185.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_186.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_187.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_188.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_189.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_19.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_190.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_191.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_192.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_193.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_194.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_195.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_196.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_197.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_198.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_199.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_20.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_200.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_201.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_202.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_203.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_21.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_22.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_23.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_24.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_25.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_26.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_27.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_28.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_29.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_3.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_30.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_31.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_32.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_33.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_34.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_35.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_36.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_37.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_38.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_39.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_4.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_40.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_41.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_42.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_43.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_44.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_45.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_46.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_47.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_48.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_49.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_5.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_50.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_51.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_52.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_53.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_54.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_55.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_56.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_57.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_58.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_59.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_6.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_60.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_61.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_62.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_63.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_64.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_65.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_66.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_67.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_68.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_69.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_7.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_70.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_71.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_72.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_73.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_74.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_75.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_76.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_77.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_78.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_79.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_8.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_80.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_81.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_82.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_83.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_84.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_85.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_86.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_87.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_88.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_89.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_9.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_90.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_91.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_92.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_93.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_94.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_95.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_96.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_97.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_98.png +%%PORTDOCS%%%%DOCSDIR%%/images/pict_99.png +%%PORTDOCS%%%%DOCSDIR%%/images/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/images/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/images/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/inside/Bignums__Rationals__and_Complex_Numbers.html +%%PORTDOCS%%%%DOCSDIR%%/inside/Custodians.html +%%PORTDOCS%%%%DOCSDIR%%/inside/Evaluation.html +%%PORTDOCS%%%%DOCSDIR%%/inside/Miscellaneous_Utilities.html +%%PORTDOCS%%%%DOCSDIR%%/inside/Ports_and_the_Filesystem.html +%%PORTDOCS%%%%DOCSDIR%%/inside/Procedures.html +%%PORTDOCS%%%%DOCSDIR%%/inside/Structures.html +%%PORTDOCS%%%%DOCSDIR%%/inside/Subprocesses.html +%%PORTDOCS%%%%DOCSDIR%%/inside/Writing_Racket_Extensions.html +%%PORTDOCS%%%%DOCSDIR%%/inside/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/inside/config.html +%%PORTDOCS%%%%DOCSDIR%%/inside/contmarks.html +%%PORTDOCS%%%%DOCSDIR%%/inside/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/inside/embedding.html +%%PORTDOCS%%%%DOCSDIR%%/inside/exceptions.html +%%PORTDOCS%%%%DOCSDIR%%/inside/im_encodings.html +%%PORTDOCS%%%%DOCSDIR%%/inside/im_env.html +%%PORTDOCS%%%%DOCSDIR%%/inside/im_memoryalloc.html +%%PORTDOCS%%%%DOCSDIR%%/inside/im_values_types.html +%%PORTDOCS%%%%DOCSDIR%%/inside/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/inside/index.html +%%PORTDOCS%%%%DOCSDIR%%/inside/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/inside/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/inside/overview.html +%%PORTDOCS%%%%DOCSDIR%%/inside/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/inside/security.html +%%PORTDOCS%%%%DOCSDIR%%/inside/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/inside/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/inside/threads.html +%%PORTDOCS%%%%DOCSDIR%%/json/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/json/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/json/index.html +%%PORTDOCS%%%%DOCSDIR%%/json/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/json/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/json/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/json/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/json/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/lazy/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/lazy/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/lazy/index.html +%%PORTDOCS%%%%DOCSDIR%%/lazy/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/lazy/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/lazy/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/lazy/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/lazy/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/license/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/license/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/license/index.html +%%PORTDOCS%%%%DOCSDIR%%/license/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/license/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/license/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/license/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/license/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/index.html +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-redirect.js +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-redirect_0.js +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-redirect_1.js +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-redirect_2.js +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-redirect_3.js +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-redirect_4.js +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-user-redirect.js +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/local-redirect/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/index.html +%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/make/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/make/collection.html +%%PORTDOCS%%%%DOCSDIR%%/make/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/make/index.html +%%PORTDOCS%%%%DOCSDIR%%/make/make.html +%%PORTDOCS%%%%DOCSDIR%%/make/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/make/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/make/overview.html +%%PORTDOCS%%%%DOCSDIR%%/make/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/make/setup-extension.html +%%PORTDOCS%%%%DOCSDIR%%/make/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/make/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/manual-fonts.css +%%PORTDOCS%%%%DOCSDIR%%/manual-racket.css +%%PORTDOCS%%%%DOCSDIR%%/manual-racket.js +%%PORTDOCS%%%%DOCSDIR%%/manual-style.css +%%PORTDOCS%%%%DOCSDIR%%/math/Distribution_Types_and_Operations.html +%%PORTDOCS%%%%DOCSDIR%%/math/Finite_Distribution_Families.html +%%PORTDOCS%%%%DOCSDIR%%/math/Integer_Distribution_Families.html +%%PORTDOCS%%%%DOCSDIR%%/math/Real_Distribution_Families.html +%%PORTDOCS%%%%DOCSDIR%%/math/array.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_broadcasting.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_construct.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_convert.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_defs.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_fold.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_indexing.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_nonstrict.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_other.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_pointwise.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_quick.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_sequences.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_slicing.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_strict.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_subtypes.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_transform.html +%%PORTDOCS%%%%DOCSDIR%%/math/array_types.html +%%PORTDOCS%%%%DOCSDIR%%/math/base.html +%%PORTDOCS%%%%DOCSDIR%%/math/bigfloat.html +%%PORTDOCS%%%%DOCSDIR%%/math/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/math/dist.html +%%PORTDOCS%%%%DOCSDIR%%/math/dist_dist-objects.html +%%PORTDOCS%%%%DOCSDIR%%/math/dist_flonum.html +%%PORTDOCS%%%%DOCSDIR%%/math/flonum.html +%%PORTDOCS%%%%DOCSDIR%%/math/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/math/index.html +%%PORTDOCS%%%%DOCSDIR%%/math/matrices.html +%%PORTDOCS%%%%DOCSDIR%%/math/matrix_arith.html +%%PORTDOCS%%%%DOCSDIR%%/math/matrix_basic.html +%%PORTDOCS%%%%DOCSDIR%%/math/matrix_construction.html +%%PORTDOCS%%%%DOCSDIR%%/math/matrix_conversion.html +%%PORTDOCS%%%%DOCSDIR%%/math/matrix_inner.html +%%PORTDOCS%%%%DOCSDIR%%/math/matrix_intro.html +%%PORTDOCS%%%%DOCSDIR%%/math/matrix_op-norm.html +%%PORTDOCS%%%%DOCSDIR%%/math/matrix_ortho-alg.html +%%PORTDOCS%%%%DOCSDIR%%/math/matrix_poly.html +%%PORTDOCS%%%%DOCSDIR%%/math/matrix_row-alg.html +%%PORTDOCS%%%%DOCSDIR%%/math/matrix_solve.html +%%PORTDOCS%%%%DOCSDIR%%/math/matrix_types.html +%%PORTDOCS%%%%DOCSDIR%%/math/number-theory.html +%%PORTDOCS%%%%DOCSDIR%%/math/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/math/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/math/pict.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_10.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_11.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_12.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_13.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_14.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_15.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_16.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_17.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_18.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_19.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_20.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_21.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_22.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_23.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_24.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_25.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_26.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_27.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_28.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_29.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_3.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_30.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_31.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_32.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_33.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_34.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_35.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_36.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_37.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_38.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_39.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_4.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_40.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_41.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_42.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_43.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_44.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_45.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_46.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_47.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_48.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_49.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_5.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_50.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_51.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_52.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_53.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_6.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_7.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_8.png +%%PORTDOCS%%%%DOCSDIR%%/math/pict_9.png +%%PORTDOCS%%%%DOCSDIR%%/math/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/math/special.html +%%PORTDOCS%%%%DOCSDIR%%/math/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/math/stats.html +%%PORTDOCS%%%%DOCSDIR%%/math/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/math/utils.html +%%PORTDOCS%%%%DOCSDIR%%/more/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/more/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/more/index.html +%%PORTDOCS%%%%DOCSDIR%%/more/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/more/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/more/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/more/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/more/step0.txt +%%PORTDOCS%%%%DOCSDIR%%/more/step1.txt +%%PORTDOCS%%%%DOCSDIR%%/more/step2.txt +%%PORTDOCS%%%%DOCSDIR%%/more/step3.txt +%%PORTDOCS%%%%DOCSDIR%%/more/step4.txt +%%PORTDOCS%%%%DOCSDIR%%/more/step5.txt +%%PORTDOCS%%%%DOCSDIR%%/more/step6.txt +%%PORTDOCS%%%%DOCSDIR%%/more/step7.txt +%%PORTDOCS%%%%DOCSDIR%%/more/step8.txt +%%PORTDOCS%%%%DOCSDIR%%/more/step9.txt +%%PORTDOCS%%%%DOCSDIR%%/more/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Aligned_Pasteboard.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Bitmap_Label.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Cache-image_Snip.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Close_Icon.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/GIF_and_Animated_GIF_Writing.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Graph_Functions.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Graphs.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Hierarchical_List_Control.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Image_Core.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Include_Bitmap.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Interactive_Value_Port.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Matrix_Snip.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Name_Message.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Path_Dialog.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Plot.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Snips_in_a_hierarchical-list__Instance.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Switchable_Button.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/TeX_Table.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/Terminal_Window.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/aligned-editor-canvas_.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/aligned-editor-snip_.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/aligned-pasteboard-parent___.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/aligned-pasteboard___.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/mrlib/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/graph-pasteboard-mixin.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/graph-pasteboard___.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/graph-snip-mixin.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/graph-snip___.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/hierarchical-list-compound-item___.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/hierarchical-list-item___.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/hierarchical-list_.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/horizontal-pasteboard_.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/mrlib/index.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/mrlib/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/mrlib/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/mrlib/snip.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/mrlib/stretchable-snip___.html +%%PORTDOCS%%%%DOCSDIR%%/mrlib/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/mrlib/vertical-pasteboard_.html +%%PORTDOCS%%%%DOCSDIR%%/mysterx/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/mysterx/com-events.html +%%PORTDOCS%%%%DOCSDIR%%/mysterx/com-types.html +%%PORTDOCS%%%%DOCSDIR%%/mysterx/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/mysterx/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/mysterx/index.html +%%PORTDOCS%%%%DOCSDIR%%/mysterx/methprop.html +%%PORTDOCS%%%%DOCSDIR%%/mysterx/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/mysterx/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/mysterx/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/mysterx/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/mysterx/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/mysterx/version.html +%%PORTDOCS%%%%DOCSDIR%%/mzcom/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/mzcom/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzcom/index.html +%%PORTDOCS%%%%DOCSDIR%%/mzcom/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzcom/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzcom/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzcom/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzcom/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/mzlib/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/mzlib/doc-bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzlib/index.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_a-signature.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_a-unit.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_async-channel.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_awk.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_class.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_cm-accomplice.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_cm.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_cmdline.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_cml.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_compat.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_compile.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_contract.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_control.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_date.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_deflate.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_defmacro.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_etc.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_file.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_for.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_foreign.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_include.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_inflate.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_integer-set.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_kw.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_list.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_match.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_math.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_md5.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_os.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_pconvert-prop.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_pconvert.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_plt-match.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_port.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_pregexp.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_pretty.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_process.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_restart.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_runtime-path.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_sandbox.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_sendevent.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_serialize.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_shared.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_string.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_struct.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_stxparam.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_surrogate.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_tar.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_thread.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_trace.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_traceld.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_trait.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_transcr.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_unit-exptime.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_unit.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_unit200.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_unitsig200.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_zip.html +%%PORTDOCS%%%%DOCSDIR%%/mzlib/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzlib/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzlib/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzlib/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzlib/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/mzscheme/Extra_Libraries.html +%%PORTDOCS%%%%DOCSDIR%%/mzscheme/Old_Functions.html +%%PORTDOCS%%%%DOCSDIR%%/mzscheme/Old_Syntactic_Forms.html +%%PORTDOCS%%%%DOCSDIR%%/mzscheme/Omitted_Forms_and_Functions.html +%%PORTDOCS%%%%DOCSDIR%%/mzscheme/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/mzscheme/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzscheme/index.html +%%PORTDOCS%%%%DOCSDIR%%/mzscheme/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzscheme/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzscheme/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzscheme/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/mzscheme/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/net/base64.html +%%PORTDOCS%%%%DOCSDIR%%/net/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/net/cgi.html +%%PORTDOCS%%%%DOCSDIR%%/net/cookie.html +%%PORTDOCS%%%%DOCSDIR%%/net/dns.html +%%PORTDOCS%%%%DOCSDIR%%/net/doc-bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/net/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/net/ftp.html +%%PORTDOCS%%%%DOCSDIR%%/net/git-checkout.html +%%PORTDOCS%%%%DOCSDIR%%/net/head.html +%%PORTDOCS%%%%DOCSDIR%%/net/http-client.html +%%PORTDOCS%%%%DOCSDIR%%/net/imap.html +%%PORTDOCS%%%%DOCSDIR%%/net/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/net/index.html +%%PORTDOCS%%%%DOCSDIR%%/net/mime.html +%%PORTDOCS%%%%DOCSDIR%%/net/nntp.html +%%PORTDOCS%%%%DOCSDIR%%/net/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/net/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/net/pop3.html +%%PORTDOCS%%%%DOCSDIR%%/net/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/net/qp.html +%%PORTDOCS%%%%DOCSDIR%%/net/sendmail.html +%%PORTDOCS%%%%DOCSDIR%%/net/sendurl.html +%%PORTDOCS%%%%DOCSDIR%%/net/smtp.html +%%PORTDOCS%%%%DOCSDIR%%/net/ssl-tcp-unit.html +%%PORTDOCS%%%%DOCSDIR%%/net/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/net/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/net/tcp-redirect.html +%%PORTDOCS%%%%DOCSDIR%%/net/tcp.html +%%PORTDOCS%%%%DOCSDIR%%/net/unihead.html +%%PORTDOCS%%%%DOCSDIR%%/net/uri-codec.html +%%PORTDOCS%%%%DOCSDIR%%/net/url.html +%%PORTDOCS%%%%DOCSDIR%%/openssl/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/openssl/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/openssl/index.html +%%PORTDOCS%%%%DOCSDIR%%/openssl/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/openssl/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/openssl/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/openssl/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/openssl/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/index.html +%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/option-contract/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/option-contract/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/option-contract/index.html +%%PORTDOCS%%%%DOCSDIR%%/option-contract/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/option-contract/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/option-contract/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/option-contract/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/option-contract/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/osx-ssl/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/osx-ssl/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/osx-ssl/index.html +%%PORTDOCS%%%%DOCSDIR%%/osx-ssl/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/osx-ssl/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/osx-ssl/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/osx-ssl/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/osx-ssl/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/parser-tools/Context-Free_Parsers.html +%%PORTDOCS%%%%DOCSDIR%%/parser-tools/Converting_yacc_or_bison_Grammars.html +%%PORTDOCS%%%%DOCSDIR%%/parser-tools/LALR_1__Parsers.html +%%PORTDOCS%%%%DOCSDIR%%/parser-tools/Lexers.html +%%PORTDOCS%%%%DOCSDIR%%/parser-tools/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/parser-tools/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/parser-tools/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/parser-tools/index.html +%%PORTDOCS%%%%DOCSDIR%%/parser-tools/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/parser-tools/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/parser-tools/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/parser-tools/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/parser-tools/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/pict-snip/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/pict-snip/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/pict-snip/index.html +%%PORTDOCS%%%%DOCSDIR%%/pict-snip/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/pict-snip/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/pict-snip/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/pict-snip/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/pict-snip/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/pict/Animation_Helpers.html +%%PORTDOCS%%%%DOCSDIR%%/pict/Basic_Pict_Constructors.html +%%PORTDOCS%%%%DOCSDIR%%/pict/Bounding_Box_Adjusters.html +%%PORTDOCS%%%%DOCSDIR%%/pict/Color_Helpers.html +%%PORTDOCS%%%%DOCSDIR%%/pict/Conditional_Combinations.html +%%PORTDOCS%%%%DOCSDIR%%/pict/Conversion_to_Picts.html +%%PORTDOCS%%%%DOCSDIR%%/pict/Miscellaneous.html +%%PORTDOCS%%%%DOCSDIR%%/pict/More_Pict_Constructors.html +%%PORTDOCS%%%%DOCSDIR%%/pict/Pict_Combiners.html +%%PORTDOCS%%%%DOCSDIR%%/pict/Pict_Datatype.html +%%PORTDOCS%%%%DOCSDIR%%/pict/Pict_Drawing_Adjusters.html +%%PORTDOCS%%%%DOCSDIR%%/pict/Pict_Finders.html +%%PORTDOCS%%%%DOCSDIR%%/pict/Rendering.html +%%PORTDOCS%%%%DOCSDIR%%/pict/Shadows.html +%%PORTDOCS%%%%DOCSDIR%%/pict/Tree_Layout.html +%%PORTDOCS%%%%DOCSDIR%%/pict/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/pict/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/pict/index.html +%%PORTDOCS%%%%DOCSDIR%%/pict/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/pict/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/pict/pict.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_10.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_100.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_101.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_102.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_103.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_104.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_105.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_106.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_107.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_108.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_109.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_11.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_110.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_111.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_112.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_113.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_114.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_115.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_116.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_117.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_118.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_119.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_12.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_120.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_121.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_122.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_123.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_124.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_125.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_126.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_127.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_128.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_129.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_13.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_130.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_131.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_132.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_133.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_134.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_135.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_136.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_137.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_138.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_139.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_14.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_140.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_141.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_142.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_143.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_144.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_145.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_146.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_147.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_148.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_149.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_15.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_150.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_151.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_152.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_153.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_154.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_155.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_156.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_157.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_158.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_159.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_16.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_160.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_161.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_162.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_163.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_164.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_165.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_166.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_167.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_168.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_169.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_17.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_170.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_171.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_172.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_173.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_174.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_175.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_176.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_177.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_178.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_179.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_18.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_180.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_181.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_182.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_183.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_184.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_185.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_186.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_187.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_188.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_189.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_19.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_190.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_191.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_192.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_193.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_194.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_195.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_196.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_197.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_198.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_199.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_20.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_200.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_201.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_202.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_203.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_204.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_205.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_21.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_22.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_23.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_24.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_25.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_26.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_27.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_28.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_29.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_3.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_30.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_31.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_32.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_33.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_34.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_35.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_36.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_37.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_38.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_39.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_4.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_40.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_41.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_42.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_43.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_44.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_45.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_46.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_47.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_48.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_49.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_5.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_50.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_51.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_52.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_53.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_54.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_55.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_56.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_57.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_58.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_59.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_6.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_60.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_61.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_62.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_63.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_64.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_65.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_66.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_67.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_68.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_69.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_7.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_70.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_71.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_72.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_73.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_74.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_75.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_76.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_77.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_78.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_79.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_8.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_80.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_81.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_82.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_83.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_84.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_85.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_86.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_87.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_88.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_89.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_9.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_90.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_91.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_92.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_93.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_94.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_95.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_96.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_97.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_98.png +%%PORTDOCS%%%%DOCSDIR%%/pict/pict_99.png +%%PORTDOCS%%%%DOCSDIR%%/pict/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/pict/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/pict/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/index.html +%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/pkg/FAQ.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/Functions_for_raco_pkg.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/Future_Plans.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/PLaneT_Compatibility.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/Package_Concepts.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/apis.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/pkg/catalog-protocol.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/cmdline.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/db.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/dirs-catalog.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/envvars.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/getting-started.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/git-workflow.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/pkg/index.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/lib.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/metadata.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/name.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/pkg/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/pkg/path.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/pkg/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/pkg/strip.html +%%PORTDOCS%%%%DOCSDIR%%/pkg/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/plai/Generating_Random_Mutators.html +%%PORTDOCS%%%%DOCSDIR%%/plai/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/plai/collector.html +%%PORTDOCS%%%%DOCSDIR%%/plai/gc2-collector.html +%%PORTDOCS%%%%DOCSDIR%%/plai/gc2-mutator.html +%%PORTDOCS%%%%DOCSDIR%%/plai/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/plai/index.html +%%PORTDOCS%%%%DOCSDIR%%/plai/mutator.html +%%PORTDOCS%%%%DOCSDIR%%/plai/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/plai/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/plai/plai-scheme.html +%%PORTDOCS%%%%DOCSDIR%%/plai/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/plai/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/plai/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/plai/web.html +%%PORTDOCS%%%%DOCSDIR%%/planet/Developing_Packages_for_PLaneT.html +%%PORTDOCS%%%%DOCSDIR%%/planet/Using_PLaneT.html +%%PORTDOCS%%%%DOCSDIR%%/planet/Utility_Libraries.html +%%PORTDOCS%%%%DOCSDIR%%/planet/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/planet/cmdline.html +%%PORTDOCS%%%%DOCSDIR%%/planet/hash-lang-planet.html +%%PORTDOCS%%%%DOCSDIR%%/planet/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/planet/index.html +%%PORTDOCS%%%%DOCSDIR%%/planet/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/planet/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/planet/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/planet/search-order.html +%%PORTDOCS%%%%DOCSDIR%%/planet/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/planet/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/plot/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/plot/compat.html +%%PORTDOCS%%%%DOCSDIR%%/plot/contracts.html +%%PORTDOCS%%%%DOCSDIR%%/plot/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/plot/index.html +%%PORTDOCS%%%%DOCSDIR%%/plot/intro.html +%%PORTDOCS%%%%DOCSDIR%%/plot/nonrenderer.html +%%PORTDOCS%%%%DOCSDIR%%/plot/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/plot/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/plot/params.html +%%PORTDOCS%%%%DOCSDIR%%/plot/pict.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_10.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_11.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_12.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_13.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_14.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_15.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_16.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_17.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_18.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_19.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_20.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_21.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_22.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_23.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_24.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_25.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_26.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_27.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_28.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_29.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_3.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_30.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_31.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_32.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_33.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_34.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_35.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_36.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_37.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_38.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_39.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_4.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_40.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_41.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_42.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_43.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_44.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_45.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_46.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_47.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_48.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_49.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_5.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_50.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_51.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_52.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_53.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_54.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_55.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_56.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_57.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_58.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_59.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_6.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_60.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_61.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_62.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_63.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_64.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_65.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_66.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_67.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_68.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_69.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_7.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_70.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_71.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_72.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_73.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_74.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_75.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_76.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_77.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_78.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_79.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_8.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_80.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_81.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_82.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_83.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_84.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_85.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_86.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_87.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_88.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_89.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_9.png +%%PORTDOCS%%%%DOCSDIR%%/plot/pict_90.png +%%PORTDOCS%%%%DOCSDIR%%/plot/plotting.html +%%PORTDOCS%%%%DOCSDIR%%/plot/porting.html +%%PORTDOCS%%%%DOCSDIR%%/plot/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/plot/renderer2d.html +%%PORTDOCS%%%%DOCSDIR%%/plot/renderer3d.html +%%PORTDOCS%%%%DOCSDIR%%/plot/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/plot/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/plot/ticks_and_transforms.html +%%PORTDOCS%%%%DOCSDIR%%/plot/typed-compat.html +%%PORTDOCS%%%%DOCSDIR%%/plot/utils.html +%%PORTDOCS%%%%DOCSDIR%%/plt-installer/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/plt-installer/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/plt-installer/index.html +%%PORTDOCS%%%%DOCSDIR%%/plt-installer/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/plt-installer/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/plt-installer/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/plt-installer/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/plt-installer/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/preprocessor/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/preprocessor/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/preprocessor/index.html +%%PORTDOCS%%%%DOCSDIR%%/preprocessor/mzpp.html +%%PORTDOCS%%%%DOCSDIR%%/preprocessor/mztext.html +%%PORTDOCS%%%%DOCSDIR%%/preprocessor/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/preprocessor/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/preprocessor/overview.html +%%PORTDOCS%%%%DOCSDIR%%/preprocessor/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/preprocessor/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/preprocessor/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/profile/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/profile/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/profile/index.html +%%PORTDOCS%%%%DOCSDIR%%/profile/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/profile/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/profile/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/profile/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/profile/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/quick/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/quick/img0.png +%%PORTDOCS%%%%DOCSDIR%%/quick/img1.png +%%PORTDOCS%%%%DOCSDIR%%/quick/img2.png +%%PORTDOCS%%%%DOCSDIR%%/quick/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/quick/index.html +%%PORTDOCS%%%%DOCSDIR%%/quick/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/quick/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/quick/pict.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_10.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_11.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_12.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_13.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_14.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_15.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_16.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_17.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_18.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_19.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_20.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_21.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_22.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_23.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_24.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_25.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_26.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_27.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_3.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_4.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_5.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_6.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_7.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_8.png +%%PORTDOCS%%%%DOCSDIR%%/quick/pict_9.png +%%PORTDOCS%%%%DOCSDIR%%/quick/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/quick/quick.scrbl +%%PORTDOCS%%%%DOCSDIR%%/quick/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/quick/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/r5rs/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/r5rs/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/r5rs/index.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/r5rs/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/r5rs/plt-r5rs.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-mod.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/index.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-C.css +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-1.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-10.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-11.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-12.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-13.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-14.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-15.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-16.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-17.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-18.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-19.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-2.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-20.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-21.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-22.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-23.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-24.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-25.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-26.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-27.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-28.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-29.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-3.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-30.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-31.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-32.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-33.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-34.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-35.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-36.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-37.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-38.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-39.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-4.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-40.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-41.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-42.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-43.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-44.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-45.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-46.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-47.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-48.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-49.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-5.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-50.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-51.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-52.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-53.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-54.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-55.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-56.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-57.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-58.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-59.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-6.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-60.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-61.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-62.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-63.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-64.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-65.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-7.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-8.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-9.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-1.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-2.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-3.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-4.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-5.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-6.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-7.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-8.gif +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-1.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-10.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-11.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-12.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-13.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-14.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-15.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-2.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-3.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-4.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-5.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-6.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-7.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-8.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-9.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs_init-mod.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/running.html +%%PORTDOCS%%%%DOCSDIR%%/r5rs/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/r5rs/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/r6rs/Installing_Libraries.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/Language_Interoperability.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/R6RS_Libraries.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/Running_Top-Level_Programs.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/Using_R6RS_with_DrRacket.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/r6rs/conformance.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/r6rs/index.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/libpaths.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/r6rs/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/r6rs/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/index.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-G-1.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-G-2.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-G-3.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-G-4.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-1.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-10.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-11.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-12.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-13.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-14.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-15.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-16.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-17.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-18.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-19.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-2.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-20.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-21.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-3.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-4.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-5.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-6.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-7.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-8.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-9.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-S.css +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-mod.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/index.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-1.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-10.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-11.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-12.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-13.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-14.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-15.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-16.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-17.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-18.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-19.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-2.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-20.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-21.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-22.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-23.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-24.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-25.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-26.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-27.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-28.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-3.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-4.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-5.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-6.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-7.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-8.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-9.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-1.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-10.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-11.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-12.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-13.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-14.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-15.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-2.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-3.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-4.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-5.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-6.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-7.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-8.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-9.gif +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-1.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-10.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-11.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-12.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-13.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-14.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-15.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-16.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-17.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-18.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-19.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-2.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-20.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-21.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-3.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-4.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-5.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-6.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-7.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-8.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-9.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-S.css +%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs.html +%%PORTDOCS%%%%DOCSDIR%%/r6rs/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/r6rs/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/racket-cheat/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/racket-cheat/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/racket-cheat/index.html +%%PORTDOCS%%%%DOCSDIR%%/racket-cheat/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/racket-cheat/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/racket-cheat/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/racket-cheat/racket-cheat.css +%%PORTDOCS%%%%DOCSDIR%%/racket-cheat/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/racket-cheat/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/racket.css +%%PORTDOCS%%%%DOCSDIR%%/racklog/Racklog_Module_Language.html +%%PORTDOCS%%%%DOCSDIR%%/racklog/and-or.html +%%PORTDOCS%%%%DOCSDIR%%/racklog/backtracking.html +%%PORTDOCS%%%%DOCSDIR%%/racklog/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/racklog/cut.html +%%PORTDOCS%%%%DOCSDIR%%/racklog/doc-bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/racklog/glossary.html +%%PORTDOCS%%%%DOCSDIR%%/racklog/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/racklog/index.html +%%PORTDOCS%%%%DOCSDIR%%/racklog/lv-manip.html +%%PORTDOCS%%%%DOCSDIR%%/racklog/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/racklog/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/racklog/predicates.html +%%PORTDOCS%%%%DOCSDIR%%/racklog/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/racklog/racket-w-logic.html +%%PORTDOCS%%%%DOCSDIR%%/racklog/set-of.html +%%PORTDOCS%%%%DOCSDIR%%/racklog/simple.html +%%PORTDOCS%%%%DOCSDIR%%/racklog/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/racklog/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/racklog/unification.html +%%PORTDOCS%%%%DOCSDIR%%/rackunit/Acknowlegements.html +%%PORTDOCS%%%%DOCSDIR%%/rackunit/Release_Notes.html +%%PORTDOCS%%%%DOCSDIR%%/rackunit/Testing_Utilities.html +%%PORTDOCS%%%%DOCSDIR%%/rackunit/api.html +%%PORTDOCS%%%%DOCSDIR%%/rackunit/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/rackunit/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/rackunit/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/rackunit/index.html +%%PORTDOCS%%%%DOCSDIR%%/rackunit/internals.html +%%PORTDOCS%%%%DOCSDIR%%/rackunit/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/rackunit/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/rackunit/philosophy.html +%%PORTDOCS%%%%DOCSDIR%%/rackunit/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/rackunit/quick-start.html +%%PORTDOCS%%%%DOCSDIR%%/rackunit/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/rackunit/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/raco/API_for_Raw_Compilation.html +%%PORTDOCS%%%%DOCSDIR%%/raco/_plt-archives.html +%%PORTDOCS%%%%DOCSDIR%%/raco/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/raco/c-mods.html +%%PORTDOCS%%%%DOCSDIR%%/raco/cc.html +%%PORTDOCS%%%%DOCSDIR%%/raco/collection-names.html +%%PORTDOCS%%%%DOCSDIR%%/raco/collection-search.html +%%PORTDOCS%%%%DOCSDIR%%/raco/command.html +%%PORTDOCS%%%%DOCSDIR%%/raco/config-file.html +%%PORTDOCS%%%%DOCSDIR%%/raco/cross-system.html +%%PORTDOCS%%%%DOCSDIR%%/raco/ctool.html +%%PORTDOCS%%%%DOCSDIR%%/raco/decompile.html +%%PORTDOCS%%%%DOCSDIR%%/raco/demod.html +%%PORTDOCS%%%%DOCSDIR%%/raco/dirs.html +%%PORTDOCS%%%%DOCSDIR%%/raco/docs.html +%%PORTDOCS%%%%DOCSDIR%%/raco/exe-dist.html +%%PORTDOCS%%%%DOCSDIR%%/raco/exe.html +%%PORTDOCS%%%%DOCSDIR%%/raco/expand.html +%%PORTDOCS%%%%DOCSDIR%%/raco/getinfo.html +%%PORTDOCS%%%%DOCSDIR%%/raco/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/raco/index.html +%%PORTDOCS%%%%DOCSDIR%%/raco/info_rkt.html +%%PORTDOCS%%%%DOCSDIR%%/raco/link.html +%%PORTDOCS%%%%DOCSDIR%%/raco/make.html +%%PORTDOCS%%%%DOCSDIR%%/raco/matching-platform.html +%%PORTDOCS%%%%DOCSDIR%%/raco/materialize-user-docs.html +%%PORTDOCS%%%%DOCSDIR%%/raco/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/raco/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/raco/pkg.html +%%PORTDOCS%%%%DOCSDIR%%/raco/planet.html +%%PORTDOCS%%%%DOCSDIR%%/raco/plt.html +%%PORTDOCS%%%%DOCSDIR%%/raco/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/raco/raco-setup-A.html +%%PORTDOCS%%%%DOCSDIR%%/raco/read.html +%%PORTDOCS%%%%DOCSDIR%%/raco/relative-paths.html +%%PORTDOCS%%%%DOCSDIR%%/raco/running.html +%%PORTDOCS%%%%DOCSDIR%%/raco/scribble.html +%%PORTDOCS%%%%DOCSDIR%%/raco/setup-check-deps.html +%%PORTDOCS%%%%DOCSDIR%%/raco/setup-info.html +%%PORTDOCS%%%%DOCSDIR%%/raco/setup-plt-plt.html +%%PORTDOCS%%%%DOCSDIR%%/raco/setup.html +%%PORTDOCS%%%%DOCSDIR%%/raco/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/raco/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/raco/test.html +%%PORTDOCS%%%%DOCSDIR%%/raco/unpack.html +%%PORTDOCS%%%%DOCSDIR%%/raco/xref.html +%%PORTDOCS%%%%DOCSDIR%%/readline/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/readline/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/readline/index.html +%%PORTDOCS%%%%DOCSDIR%%/readline/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/readline/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/readline/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/readline/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/readline/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/redex/Objects__Problem.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Objects__Solution.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Problem__Binary_Addition.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Problem__Contracts.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Problem__Finite_State_Machines.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Problem__GC.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Problem__Missionaries_and_Cannibals.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Problem__Threads.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Problem__Towers_of_Hanoi.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Problem__Types.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Solution__Binary_Addition.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Solution__Contracts.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Solution__Finite_State_Machines.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Solution__GC.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Solution__Missionaries_and_Cannibals.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Solution__Threads.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Solution__Towers_of_Hanoi.html +%%PORTDOCS%%%%DOCSDIR%%/redex/Solution__Types.html +%%PORTDOCS%%%%DOCSDIR%%/redex/The_Redex_Reference.html +%%PORTDOCS%%%%DOCSDIR%%/redex/autobib.css +%%PORTDOCS%%%%DOCSDIR%%/redex/benchmark.html +%%PORTDOCS%%%%DOCSDIR%%/redex/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/redex/doc-bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/redex/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/redex/figure.css +%%PORTDOCS%%%%DOCSDIR%%/redex/figure.js +%%PORTDOCS%%%%DOCSDIR%%/redex/fri-mor.html +%%PORTDOCS%%%%DOCSDIR%%/redex/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/redex/index.html +%%PORTDOCS%%%%DOCSDIR%%/redex/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/redex/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/redex/pict.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_10.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_11.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_12.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_13.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_14.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_15.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_16.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_17.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_18.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_19.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_20.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_21.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_22.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_23.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_24.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_25.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_26.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_27.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_28.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_29.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_3.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_30.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_31.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_32.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_33.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_34.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_35.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_36.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_37.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_38.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_4.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_5.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_6.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_7.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_8.png +%%PORTDOCS%%%%DOCSDIR%%/redex/pict_9.png +%%PORTDOCS%%%%DOCSDIR%%/redex/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/redex/redex2015.html +%%PORTDOCS%%%%DOCSDIR%%/redex/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/redex/subject-reduction.png +%%PORTDOCS%%%%DOCSDIR%%/redex/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/redex/traces.png +%%PORTDOCS%%%%DOCSDIR%%/redex/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Building_New_Contract_Combinators.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Byte_and_String_Input.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Byte_and_String_Output.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Command-Line_Parsing.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Delayed_Evaluation.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Exiting.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Expanding_Top-Level_Forms.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Filesystem.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Generating_A_Unit_from_Context.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Generators.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Interactive_Help.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Kernel_Forms_and_Functions.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Lazy_Data-structure_Contracts.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Legacy_Contracts.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Locations____variable-reference.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Macros.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Manipulating_Paths.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Module_Names_and_Loading.html +%%PORTDOCS%%%%DOCSDIR%%/reference/More_Path_Utilities.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Namespaces.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Object_and_Class_Contracts.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Printer_Extension.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Random_generation.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Reader_Extension.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Reading.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Sandboxed_Evaluation.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Single-Signature_Modules.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Structural_Matching.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Structure_Type_Property_Contracts.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Surrogates.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Syntax_Quoting__quote-syntax.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Transformer_Helpers.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Unit_Utilities.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Writing.html +%%PORTDOCS%%%%DOCSDIR%%/reference/__expression.html +%%PORTDOCS%%%%DOCSDIR%%/reference/__top-interaction.html +%%PORTDOCS%%%%DOCSDIR%%/reference/__top.html +%%PORTDOCS%%%%DOCSDIR%%/reference/all-sync.html +%%PORTDOCS%%%%DOCSDIR%%/reference/application.html +%%PORTDOCS%%%%DOCSDIR%%/reference/async-channel.html +%%PORTDOCS%%%%DOCSDIR%%/reference/attaching-contracts-to-values.html +%%PORTDOCS%%%%DOCSDIR%%/reference/begin.html +%%PORTDOCS%%%%DOCSDIR%%/reference/block.html +%%PORTDOCS%%%%DOCSDIR%%/reference/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/reference/booleans.html +%%PORTDOCS%%%%DOCSDIR%%/reference/boxes.html +%%PORTDOCS%%%%DOCSDIR%%/reference/breakhandler.html +%%PORTDOCS%%%%DOCSDIR%%/reference/bytestrings.html +%%PORTDOCS%%%%DOCSDIR%%/reference/case.html +%%PORTDOCS%%%%DOCSDIR%%/reference/channel.html +%%PORTDOCS%%%%DOCSDIR%%/reference/chaperones.html +%%PORTDOCS%%%%DOCSDIR%%/reference/characters.html +%%PORTDOCS%%%%DOCSDIR%%/reference/collects.html +%%PORTDOCS%%%%DOCSDIR%%/reference/compoundunits.html +%%PORTDOCS%%%%DOCSDIR%%/reference/concurrency.html +%%PORTDOCS%%%%DOCSDIR%%/reference/cont.html +%%PORTDOCS%%%%DOCSDIR%%/reference/contmarks.html +%%PORTDOCS%%%%DOCSDIR%%/reference/contract-utilities.html +%%PORTDOCS%%%%DOCSDIR%%/reference/contracts.html +%%PORTDOCS%%%%DOCSDIR%%/reference/control.html +%%PORTDOCS%%%%DOCSDIR%%/reference/createclass.html +%%PORTDOCS%%%%DOCSDIR%%/reference/createinterface.html +%%PORTDOCS%%%%DOCSDIR%%/reference/creatingmorestructs.html +%%PORTDOCS%%%%DOCSDIR%%/reference/creatingunits.html +%%PORTDOCS%%%%DOCSDIR%%/reference/custodians.html +%%PORTDOCS%%%%DOCSDIR%%/reference/customport.html +%%PORTDOCS%%%%DOCSDIR%%/reference/data-structure-contracts.html +%%PORTDOCS%%%%DOCSDIR%%/reference/data.html +%%PORTDOCS%%%%DOCSDIR%%/reference/debugging.html +%%PORTDOCS%%%%DOCSDIR%%/reference/define-sig-form.html +%%PORTDOCS%%%%DOCSDIR%%/reference/define-struct.html +%%PORTDOCS%%%%DOCSDIR%%/reference/define.html +%%PORTDOCS%%%%DOCSDIR%%/reference/dicts.html +%%PORTDOCS%%%%DOCSDIR%%/reference/doc-bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/reference/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/reference/encodings.html +%%PORTDOCS%%%%DOCSDIR%%/reference/engine.html +%%PORTDOCS%%%%DOCSDIR%%/reference/envvars.html +%%PORTDOCS%%%%DOCSDIR%%/reference/ephemerons.html +%%PORTDOCS%%%%DOCSDIR%%/reference/eval-model.html +%%PORTDOCS%%%%DOCSDIR%%/reference/eval.html +%%PORTDOCS%%%%DOCSDIR%%/reference/exns.html +%%PORTDOCS%%%%DOCSDIR%%/reference/extflonums.html +%%PORTDOCS%%%%DOCSDIR%%/reference/extras.css +%%PORTDOCS%%%%DOCSDIR%%/reference/fasl.html +%%PORTDOCS%%%%DOCSDIR%%/reference/file-ports.html +%%PORTDOCS%%%%DOCSDIR%%/reference/finger.png +%%PORTDOCS%%%%DOCSDIR%%/reference/fixnums.html +%%PORTDOCS%%%%DOCSDIR%%/reference/flonums.html +%%PORTDOCS%%%%DOCSDIR%%/reference/for.html +%%PORTDOCS%%%%DOCSDIR%%/reference/function-contracts.html +%%PORTDOCS%%%%DOCSDIR%%/reference/futures.html +%%PORTDOCS%%%%DOCSDIR%%/reference/garbagecollection.html +%%PORTDOCS%%%%DOCSDIR%%/reference/generic-numbers.html +%%PORTDOCS%%%%DOCSDIR%%/reference/hashtables.html +%%PORTDOCS%%%%DOCSDIR%%/reference/icons.css +%%PORTDOCS%%%%DOCSDIR%%/reference/if.html +%%PORTDOCS%%%%DOCSDIR%%/reference/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/include.html +%%PORTDOCS%%%%DOCSDIR%%/reference/index.html +%%PORTDOCS%%%%DOCSDIR%%/reference/input-and-output.html +%%PORTDOCS%%%%DOCSDIR%%/reference/inspectors.html +%%PORTDOCS%%%%DOCSDIR%%/reference/interactive.html +%%PORTDOCS%%%%DOCSDIR%%/reference/invokingunits.html +%%PORTDOCS%%%%DOCSDIR%%/reference/ivaraccess.html +%%PORTDOCS%%%%DOCSDIR%%/reference/keywords.html +%%PORTDOCS%%%%DOCSDIR%%/reference/lambda.html +%%PORTDOCS%%%%DOCSDIR%%/reference/lazy-require.html +%%PORTDOCS%%%%DOCSDIR%%/reference/let.html +%%PORTDOCS%%%%DOCSDIR%%/reference/linecol.html +%%PORTDOCS%%%%DOCSDIR%%/reference/linkinference.html +%%PORTDOCS%%%%DOCSDIR%%/reference/load-lang.html +%%PORTDOCS%%%%DOCSDIR%%/reference/local.html +%%PORTDOCS%%%%DOCSDIR%%/reference/logging.html +%%PORTDOCS%%%%DOCSDIR%%/reference/magnify.png +%%PORTDOCS%%%%DOCSDIR%%/reference/match.html +%%PORTDOCS%%%%DOCSDIR%%/reference/memory.html +%%PORTDOCS%%%%DOCSDIR%%/reference/mixins.html +%%PORTDOCS%%%%DOCSDIR%%/reference/model.html +%%PORTDOCS%%%%DOCSDIR%%/reference/modprotect.html +%%PORTDOCS%%%%DOCSDIR%%/reference/module.html +%%PORTDOCS%%%%DOCSDIR%%/reference/mpairs.html +%%PORTDOCS%%%%DOCSDIR%%/reference/mzlib_class.html +%%PORTDOCS%%%%DOCSDIR%%/reference/mzlib_unit.html +%%PORTDOCS%%%%DOCSDIR%%/reference/networking.html +%%PORTDOCS%%%%DOCSDIR%%/reference/notation.html +%%PORTDOCS%%%%DOCSDIR%%/reference/number-types.html +%%PORTDOCS%%%%DOCSDIR%%/reference/numbers.html +%%PORTDOCS%%%%DOCSDIR%%/reference/objcreation.html +%%PORTDOCS%%%%DOCSDIR%%/reference/objectequality.html +%%PORTDOCS%%%%DOCSDIR%%/reference/objectprinting.html +%%PORTDOCS%%%%DOCSDIR%%/reference/objectserialize.html +%%PORTDOCS%%%%DOCSDIR%%/reference/objectutils.html +%%PORTDOCS%%%%DOCSDIR%%/reference/os-lib.html +%%PORTDOCS%%%%DOCSDIR%%/reference/os.html +%%PORTDOCS%%%%DOCSDIR%%/reference/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out10.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out11.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out12.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out13.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out14.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out15.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out16.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out2.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out3.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out4.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out5.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out6.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out7.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out8.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/out9.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/pairs.html +%%PORTDOCS%%%%DOCSDIR%%/reference/parameters.html +%%PORTDOCS%%%%DOCSDIR%%/reference/parametric-contracts.html +%%PORTDOCS%%%%DOCSDIR%%/reference/pathutils.html +%%PORTDOCS%%%%DOCSDIR%%/reference/performance-hint.html +%%PORTDOCS%%%%DOCSDIR%%/reference/phantom-bytes.html +%%PORTDOCS%%%%DOCSDIR%%/reference/pipeports.html +%%PORTDOCS%%%%DOCSDIR%%/reference/places.html +%%PORTDOCS%%%%DOCSDIR%%/reference/plumbers.html +%%PORTDOCS%%%%DOCSDIR%%/reference/port-buffers.html +%%PORTDOCS%%%%DOCSDIR%%/reference/port-lib.html +%%PORTDOCS%%%%DOCSDIR%%/reference/port-ops.html +%%PORTDOCS%%%%DOCSDIR%%/reference/ports.html +%%PORTDOCS%%%%DOCSDIR%%/reference/portstructs.html +%%PORTDOCS%%%%DOCSDIR%%/reference/pretty-print.html +%%PORTDOCS%%%%DOCSDIR%%/reference/printing.html +%%PORTDOCS%%%%DOCSDIR%%/reference/procedures.html +%%PORTDOCS%%%%DOCSDIR%%/reference/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/quasiquote.html +%%PORTDOCS%%%%DOCSDIR%%/reference/quote.html +%%PORTDOCS%%%%DOCSDIR%%/reference/racket_contract_base.html +%%PORTDOCS%%%%DOCSDIR%%/reference/reader-procs.html +%%PORTDOCS%%%%DOCSDIR%%/reference/reader.html +%%PORTDOCS%%%%DOCSDIR%%/reference/readtables.html +%%PORTDOCS%%%%DOCSDIR%%/reference/regexp.html +%%PORTDOCS%%%%DOCSDIR%%/reference/require.html +%%PORTDOCS%%%%DOCSDIR%%/reference/running-sa.html +%%PORTDOCS%%%%DOCSDIR%%/reference/running.html +%%PORTDOCS%%%%DOCSDIR%%/reference/runtime.html +%%PORTDOCS%%%%DOCSDIR%%/reference/security.html +%%PORTDOCS%%%%DOCSDIR%%/reference/securityguards.html +%%PORTDOCS%%%%DOCSDIR%%/reference/semaphore.html +%%PORTDOCS%%%%DOCSDIR%%/reference/sequences.html +%%PORTDOCS%%%%DOCSDIR%%/reference/sequences_streams.html +%%PORTDOCS%%%%DOCSDIR%%/reference/serialization.html +%%PORTDOCS%%%%DOCSDIR%%/reference/set_.html +%%PORTDOCS%%%%DOCSDIR%%/reference/sets.html +%%PORTDOCS%%%%DOCSDIR%%/reference/shared.html +%%PORTDOCS%%%%DOCSDIR%%/reference/single-unit.html +%%PORTDOCS%%%%DOCSDIR%%/reference/special-comments.html +%%PORTDOCS%%%%DOCSDIR%%/reference/splicing.html +%%PORTDOCS%%%%DOCSDIR%%/reference/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/reference/stratified-body.html +%%PORTDOCS%%%%DOCSDIR%%/reference/streams.html +%%PORTDOCS%%%%DOCSDIR%%/reference/stringport.html +%%PORTDOCS%%%%DOCSDIR%%/reference/strings.html +%%PORTDOCS%%%%DOCSDIR%%/reference/struct-copy.html +%%PORTDOCS%%%%DOCSDIR%%/reference/struct-generics.html +%%PORTDOCS%%%%DOCSDIR%%/reference/structinfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/structprops.html +%%PORTDOCS%%%%DOCSDIR%%/reference/structures.html +%%PORTDOCS%%%%DOCSDIR%%/reference/structutils.html +%%PORTDOCS%%%%DOCSDIR%%/reference/stx-patterns.html +%%PORTDOCS%%%%DOCSDIR%%/reference/stxcerts.html +%%PORTDOCS%%%%DOCSDIR%%/reference/stxcmp.html +%%PORTDOCS%%%%DOCSDIR%%/reference/stxops.html +%%PORTDOCS%%%%DOCSDIR%%/reference/stxparam.html +%%PORTDOCS%%%%DOCSDIR%%/reference/stxprops.html +%%PORTDOCS%%%%DOCSDIR%%/reference/stxtrans.html +%%PORTDOCS%%%%DOCSDIR%%/reference/subprocess.html +%%PORTDOCS%%%%DOCSDIR%%/reference/symbols.html +%%PORTDOCS%%%%DOCSDIR%%/reference/sync.html +%%PORTDOCS%%%%DOCSDIR%%/reference/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/reference/syntax-model.html +%%PORTDOCS%%%%DOCSDIR%%/reference/syntax-util.html +%%PORTDOCS%%%%DOCSDIR%%/reference/syntax.html +%%PORTDOCS%%%%DOCSDIR%%/reference/tcp.html +%%PORTDOCS%%%%DOCSDIR%%/reference/thread-local-storage.html +%%PORTDOCS%%%%DOCSDIR%%/reference/threadcells.html +%%PORTDOCS%%%%DOCSDIR%%/reference/threadgroups.html +%%PORTDOCS%%%%DOCSDIR%%/reference/threads.html +%%PORTDOCS%%%%DOCSDIR%%/reference/time.html +%%PORTDOCS%%%%DOCSDIR%%/reference/trait.html +%%PORTDOCS%%%%DOCSDIR%%/reference/udp.html +%%PORTDOCS%%%%DOCSDIR%%/reference/undefined.html +%%PORTDOCS%%%%DOCSDIR%%/reference/unitcontracts.html +%%PORTDOCS%%%%DOCSDIR%%/reference/unixpaths.html +%%PORTDOCS%%%%DOCSDIR%%/reference/unsafe.html +%%PORTDOCS%%%%DOCSDIR%%/reference/values.html +%%PORTDOCS%%%%DOCSDIR%%/reference/vectors.html +%%PORTDOCS%%%%DOCSDIR%%/reference/void.html +%%PORTDOCS%%%%DOCSDIR%%/reference/wcm.html +%%PORTDOCS%%%%DOCSDIR%%/reference/weakbox.html +%%PORTDOCS%%%%DOCSDIR%%/reference/when_unless.html +%%PORTDOCS%%%%DOCSDIR%%/reference/willexecutor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/windowspaths.html +%%PORTDOCS%%%%DOCSDIR%%/release/Draw_and_GUI_5_1.txt +%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY.txt +%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_10.txt +%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_11.txt +%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_2.txt +%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_3.txt +%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_4.txt +%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_5.txt +%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_6.txt +%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_7.txt +%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_8.txt +%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_9.txt +%%PORTDOCS%%%%DOCSDIR%%/release/MrEd_100.txt +%%PORTDOCS%%%%DOCSDIR%%/release/MrEd_100_Framework.txt +%%PORTDOCS%%%%DOCSDIR%%/release/MzScheme_200.txt +%%PORTDOCS%%%%DOCSDIR%%/release/MzScheme_300.txt +%%PORTDOCS%%%%DOCSDIR%%/release/MzScheme_4.txt +%%PORTDOCS%%%%DOCSDIR%%/release/Racket_5.txt +%%PORTDOCS%%%%DOCSDIR%%/release/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/release/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/release/index.html +%%PORTDOCS%%%%DOCSDIR%%/release/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/release/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/release/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/release/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/release/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/root-info.css +%%PORTDOCS%%%%DOCSDIR%%/root-info.js +%%PORTDOCS%%%%DOCSDIR%%/scheme/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/scheme/compat-exe.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/scheme/index.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/mred.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/nest.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/scheme/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/scheme/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_async-channel.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_base.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_bool.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_class.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_cmdline.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_contract.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_control.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_date.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_dict.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_file.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_fixnum.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_flonum.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_foreign.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_function.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_future.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_generator.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_gui.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_gui_base.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_gui_dynamic.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_help.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_include.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_init.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_language-info.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_list.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_load.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_local.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_match.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_math.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_mpair.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_package.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_path.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_port.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_pretty.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_promise.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_provide-syntax.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_provide-transform.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_provide.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_require-syntax.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_require-transform.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_require.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_runtime-config.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_runtime-path.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_sandbox.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_serialize.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_set.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_shared.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_signature.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_splicing.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_string.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_struct-info.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_stxparam-exptime.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_stxparam.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_surrogate.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_system.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_tcp.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_trait.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_udp.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_unit-exptime.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_unit.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_unsafe_ops.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_vector.html +%%PORTDOCS%%%%DOCSDIR%%/scheme/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/scheme/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/scribble-common.js +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/html-html.html +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/html-resources.html +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/html-xml.html +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/html.html +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/index.html +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/shaded.css +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/text.html +%%PORTDOCS%%%%DOCSDIR%%/scribble-style.css +%%PORTDOCS%%%%DOCSDIR%%/scribble.css +%%PORTDOCS%%%%DOCSDIR%%/scribble/Bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/Book_Format.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/Compatibility_Libraries.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/JFP_Paper_Format.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/LNCS_Paper_Format.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/Miscellaneous.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/Racket_Manual_Format.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/Report_Format.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/SIGPLAN_Paper_Format.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/Version_History.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/base.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/blueboxes.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/scribble/bnf.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/builtin-css.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/builtin-latex.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/config-style.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/config.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/core.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/decode.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/demo-manual.scrbl +%%PORTDOCS%%%%DOCSDIR%%/scribble/demo.scrbl +%%PORTDOCS%%%%DOCSDIR%%/scribble/doc-classes.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/doc-forms.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/doc-modules.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/doc-signatures.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/doc-strings.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/doclang.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/docreader.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/eval.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/extra-style.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/generic-prose.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/getting-started.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/how-to-doc.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/scribble/inbox.css +%%PORTDOCS%%%%DOCSDIR%%/scribble/index-entries.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/index.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/internals.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/latex-prefix.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/layers.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/lp.css +%%PORTDOCS%%%%DOCSDIR%%/scribble/lp.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/manual-css.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/manual-indexing.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/manual-render-style.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/manual.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/scribble/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/scribble/pict.png +%%PORTDOCS%%%%DOCSDIR%%/scribble/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/scribble/plt-manuals.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/scribble/reader-internals.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/reader.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/reference-style.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/renderer.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/running.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/scheme.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/scribble_manual_code.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/section-links.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/srcdoc.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/scribble/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/scribble/tag.html +%%PORTDOCS%%%%DOCSDIR%%/scribble/xref.html +%%PORTDOCS%%%%DOCSDIR%%/scriblib/autobib.html +%%PORTDOCS%%%%DOCSDIR%%/scriblib/bibtex.html +%%PORTDOCS%%%%DOCSDIR%%/scriblib/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/scriblib/figure.html +%%PORTDOCS%%%%DOCSDIR%%/scriblib/footnotes.html +%%PORTDOCS%%%%DOCSDIR%%/scriblib/gui-eval.html +%%PORTDOCS%%%%DOCSDIR%%/scriblib/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/scriblib/index.html +%%PORTDOCS%%%%DOCSDIR%%/scriblib/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/scriblib/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/scriblib/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/scriblib/render-cond.html +%%PORTDOCS%%%%DOCSDIR%%/scriblib/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/scriblib/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/search/aces.png +%%PORTDOCS%%%%DOCSDIR%%/search/blackjack.png +%%PORTDOCS%%%%DOCSDIR%%/search/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/search/chat-noir.png +%%PORTDOCS%%%%DOCSDIR%%/search/checkers.png +%%PORTDOCS%%%%DOCSDIR%%/search/crazy8s.png +%%PORTDOCS%%%%DOCSDIR%%/search/gcalc.png +%%PORTDOCS%%%%DOCSDIR%%/search/ginrummy.png +%%PORTDOCS%%%%DOCSDIR%%/search/gobblet.png +%%PORTDOCS%%%%DOCSDIR%%/search/gofish.png +%%PORTDOCS%%%%DOCSDIR%%/search/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/search/index.html +%%PORTDOCS%%%%DOCSDIR%%/search/jewel.png +%%PORTDOCS%%%%DOCSDIR%%/search/lights-out.png +%%PORTDOCS%%%%DOCSDIR%%/search/memory.png +%%PORTDOCS%%%%DOCSDIR%%/search/mines.png +%%PORTDOCS%%%%DOCSDIR%%/search/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/search/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/search/paint-by-numbers.png +%%PORTDOCS%%%%DOCSDIR%%/search/parcheesi.png +%%PORTDOCS%%%%DOCSDIR%%/search/plt-index.js +%%PORTDOCS%%%%DOCSDIR%%/search/pousse.png +%%PORTDOCS%%%%DOCSDIR%%/search/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/search/same.png +%%PORTDOCS%%%%DOCSDIR%%/search/search-context.html +%%PORTDOCS%%%%DOCSDIR%%/search/search.js +%%PORTDOCS%%%%DOCSDIR%%/search/slidey.png +%%PORTDOCS%%%%DOCSDIR%%/search/spider.png +%%PORTDOCS%%%%DOCSDIR%%/search/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/search/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/search/tally-maze.png +%%PORTDOCS%%%%DOCSDIR%%/sgl/bitmaps.html +%%PORTDOCS%%%%DOCSDIR%%/sgl/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/sgl/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/sgl/gl-vectors.html +%%PORTDOCS%%%%DOCSDIR%%/sgl/gl.html +%%PORTDOCS%%%%DOCSDIR%%/sgl/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/sgl/index.html +%%PORTDOCS%%%%DOCSDIR%%/sgl/init.html +%%PORTDOCS%%%%DOCSDIR%%/sgl/main.html +%%PORTDOCS%%%%DOCSDIR%%/sgl/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/sgl/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/sgl/overview.html +%%PORTDOCS%%%%DOCSDIR%%/sgl/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/sgl/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/sgl/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/index.html +%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/slideshow/Configuration.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/Constants_and_Layout_Variables.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/Creating_Slide_Presentations.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/Making_Slides.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/Pict-Staging_Helper.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/Primary_Slide_Functions.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/Slide_Registration.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/Slides_to_Picts.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/Text_Formatting_Helpers.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/Typesetting_Racket_Code_in_Slideshow.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/Viewer_Control.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/slideshow/doc-bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/slideshow/index.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/legacy.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/slideshow/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/slideshow/play.html +%%PORTDOCS%%%%DOCSDIR%%/slideshow/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/slideshow/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/slideshow/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/srfi/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/srfi/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/srfi/index.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/srfi/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/srfi/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-1.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-11.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-13.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-14.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-16.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-17.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-19.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-2.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-23.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-25.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-26.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-27.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-28.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-29.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-30.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-31.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-34.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-35.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-38.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-39.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-4.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-40.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-41.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-42.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-43.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-45.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-48.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-5.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-54.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-57.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-59.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-6.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-60.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-61.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-62.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-63.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-64.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-66.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-67.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-69.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-7.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-71.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-74.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-78.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-8.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-86.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-87.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-9.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-98.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/index.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-1.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-11.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-13.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-14.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-16.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-17.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-19.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-2.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-23.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-25.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-26.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-27.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-28.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-29.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-30.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-31.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-34.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-35.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-38.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-39.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-4.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-40.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-41/srfi-41.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-41/streams1.jpg +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-41/streams2.jpg +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-42.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-43.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-45.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-48.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-5.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-54.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-57.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-59.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-6.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-60.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-61.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-62.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-63.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-64.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-66.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-1.png +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-2.png +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-3.png +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-4.png +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-5.png +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-6.png +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-7.png +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-8.png +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-S.css +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-69.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-7.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-71.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-74.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-78.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-8.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-86.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-87.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-9.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-98.html +%%PORTDOCS%%%%DOCSDIR%%/srfi/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/srfi/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/stepper/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/stepper/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/stepper/index.html +%%PORTDOCS%%%%DOCSDIR%%/stepper/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/stepper/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/stepper/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/stepper/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/stepper/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/string-constants/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/string-constants/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/string-constants/index.html +%%PORTDOCS%%%%DOCSDIR%%/string-constants/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/string-constants/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/string-constants/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/string-constants/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/string-constants/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/style/Acknowledgment.html +%%PORTDOCS%%%%DOCSDIR%%/style/Choosing_the_Right_Construct.html +%%PORTDOCS%%%%DOCSDIR%%/style/Language_and_Performance.html +%%PORTDOCS%%%%DOCSDIR%%/style/Textual_Matters.html +%%PORTDOCS%%%%DOCSDIR%%/style/Todo_List__Call_for_Contributions.html +%%PORTDOCS%%%%DOCSDIR%%/style/Units_of_Code.html +%%PORTDOCS%%%%DOCSDIR%%/style/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/style/branch-and-commit.html +%%PORTDOCS%%%%DOCSDIR%%/style/correct-maintain-speed.html +%%PORTDOCS%%%%DOCSDIR%%/style/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/style/index.html +%%PORTDOCS%%%%DOCSDIR%%/style/mut-rec-contracts.png +%%PORTDOCS%%%%DOCSDIR%%/style/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/style/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/style/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/style/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/style/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/style/testing.html +%%PORTDOCS%%%%DOCSDIR%%/swindle/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/swindle/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/swindle/index.html +%%PORTDOCS%%%%DOCSDIR%%/swindle/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/swindle/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/swindle/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/swindle/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/swindle/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/syntax-color/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/syntax-color/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/syntax-color/index.html +%%PORTDOCS%%%%DOCSDIR%%/syntax-color/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/syntax-color/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/syntax-color/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/syntax-color/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/syntax-color/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/syntax/Datum_Pattern_Matching.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/Debugging_and_Inspection_Tools.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/Defining_Simple_Macros.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/Experimental.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/Library_Syntax_Classes_and_Literal_Sets.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/Literal_Sets_and_Conventions.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/More_Keyword_Arguments.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/Optional_Keyword_Arguments.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/Parsing_Syntax.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/Parsing_for_Bodies.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/Phases_and_Reusable_Syntax_Classes.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/Preserving_Source_Locations.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/Source_Locations.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/Unsafe_for_Clause_Transforms.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/syntax/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/docprovide.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/exprc.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/syntax/index.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/intdef.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/macro-testing.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/module-helpers.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/syntax/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/syntax/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/syntax/reader-helpers.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/syntax/stxparse-examples.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/stxparse-intro.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/stxparse-patterns.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/stxparse-specifying.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/stxparse.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/syntax/syntax-helpers.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/toplevel.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/transformer-helpers.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/trusted-xforms.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/uniform-meanings.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/varied-meanings.html +%%PORTDOCS%%%%DOCSDIR%%/syntax/wrapc.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdp2htdp.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdpPlanet_Cute_Images.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdpabstraction.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdpbatch-io.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdphtdp-port.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdpimage-guide.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdpimage.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdpitunes.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdpuniverse.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/arrow-gui.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/arrow.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/balls.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/teachpack/convert.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/dir.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/docs.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/door-real.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/door-sim.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/draw.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/elevator.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/gamepad.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/graphing.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/guess-gui.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/guess.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/gui.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/hangman-play.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/hangman.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/htdp.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/image.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/teachpack/index.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/io.css +%%PORTDOCS%%%%DOCSDIR%%/teachpack/lkup-gui.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/master-play.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/master.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/matrix.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/nuworld.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/teachpack/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_10.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_10.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_100.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_101.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_102.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_103.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_104.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_105.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_106.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_107.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_108.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_109.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_11.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_11.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_110.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_111.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_112.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_113.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_114.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_115.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_116.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_117.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_118.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_119.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_12.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_12.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_120.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_121.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_122.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_123.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_124.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_125.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_126.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_127.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_128.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_129.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_13.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_13.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_130.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_131.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_132.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_133.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_134.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_135.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_136.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_137.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_138.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_139.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_14.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_14.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_140.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_141.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_142.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_143.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_144.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_145.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_146.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_147.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_148.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_149.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_15.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_15.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_150.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_151.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_152.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_153.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_154.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_155.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_156.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_157.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_158.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_159.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_16.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_16.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_160.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_161.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_162.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_163.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_164.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_165.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_166.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_167.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_168.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_169.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_17.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_17.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_170.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_171.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_172.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_173.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_174.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_175.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_176.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_177.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_178.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_179.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_18.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_18.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_180.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_181.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_182.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_183.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_184.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_185.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_186.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_187.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_188.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_189.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_19.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_19.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_190.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_191.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_192.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_193.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_194.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_195.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_196.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_197.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_198.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_199.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_2.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_20.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_20.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_200.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_201.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_202.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_203.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_204.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_21.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_21.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_22.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_22.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_23.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_23.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_24.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_24.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_25.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_25.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_26.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_26.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_27.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_27.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_28.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_28.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_29.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_29.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_3.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_3.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_30.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_30.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_31.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_31.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_32.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_32.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_33.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_33.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_34.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_34.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_35.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_35.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_36.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_36.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_37.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_37.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_38.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_38.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_39.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_39.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_4.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_4.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_40.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_40.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_41.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_41.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_42.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_42.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_43.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_43.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_44.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_44.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_45.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_45.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_46.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_46.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_47.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_47.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_48.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_48.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_49.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_49.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_5.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_5.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_50.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_50.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_51.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_51.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_52.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_52.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_53.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_53.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_54.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_54.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_55.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_55.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_56.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_56.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_57.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_57.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_58.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_58.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_59.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_59.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_6.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_6.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_60.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_60.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_61.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_62.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_63.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_64.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_65.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_66.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_67.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_68.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_69.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_7.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_7.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_70.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_71.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_72.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_73.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_74.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_75.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_76.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_77.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_78.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_79.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_8.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_8.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_80.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_81.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_82.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_83.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_84.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_85.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_86.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_87.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_88.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_89.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_9.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_9.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_90.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_91.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_92.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_93.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_94.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_95.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_96.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_97.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_98.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_99.svg +%%PORTDOCS%%%%DOCSDIR%%/teachpack/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/teachpack/server.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/show-queen.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/teachpack/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/teachpack/triangle-xxx.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/universe.png +%%PORTDOCS%%%%DOCSDIR%%/teachpack/world.html +%%PORTDOCS%%%%DOCSDIR%%/teachpack/world.png +%%PORTDOCS%%%%DOCSDIR%%/test-engine/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/test-engine/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/test-engine/index.html +%%PORTDOCS%%%%DOCSDIR%%/test-engine/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/test-engine/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/test-engine/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/test-engine/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/test-engine/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/tool/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/tool/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/tool/index.html +%%PORTDOCS%%%%DOCSDIR%%/tool/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/tool/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/tool/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/tool/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/tool/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/tools/Backwards_Compatibility.html +%%PORTDOCS%%%%DOCSDIR%%/tools/Check_Syntax.html +%%PORTDOCS%%%%DOCSDIR%%/tools/Cooperating_with_Background_Check_Syntax.html +%%PORTDOCS%%%%DOCSDIR%%/tools/Creating_New_Kinds_of_DrRacket_Frames.html +%%PORTDOCS%%%%DOCSDIR%%/tools/Editor_Modes.html +%%PORTDOCS%%%%DOCSDIR%%/tools/Expanding_and_Breaking.html +%%PORTDOCS%%%%DOCSDIR%%/tools/Extending_the_Existing_DrRacket_Classes.html +%%PORTDOCS%%%%DOCSDIR%%/tools/Language-Specific_Capabilities.html +%%PORTDOCS%%%%DOCSDIR%%/tools/Signatures.html +%%PORTDOCS%%%%DOCSDIR%%/tools/Teaching_Languages.html +%%PORTDOCS%%%%DOCSDIR%%/tools/adding-languages.html +%%PORTDOCS%%%%DOCSDIR%%/tools/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/tools/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_debug.html +%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_eval.html +%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_frame.html +%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_get_extend.html +%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_help-desk.html +%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_language-configuration.html +%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_language.html +%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_modes.html +%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_module-language-tools.html +%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_module-language.html +%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_rep.html +%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_tracing.html +%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_unit.html +%%PORTDOCS%%%%DOCSDIR%%/tools/implementing-tools.html +%%PORTDOCS%%%%DOCSDIR%%/tools/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/tools/index.html +%%PORTDOCS%%%%DOCSDIR%%/tools/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/tools/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/tools/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/tools/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/tools/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/trace/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/trace/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/trace/index.html +%%PORTDOCS%%%%DOCSDIR%%/trace/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/trace/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/trace/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/trace/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/trace/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/beginning.html +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/caveats.html +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/index.html +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/more.html +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/occurrence-typing.html +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/optimization.html +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/quick.html +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/typed-untyped-interaction.html +%%PORTDOCS%%%%DOCSDIR%%/ts-guide/types.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Compatibility_Languages.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Experimental_Features.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Exploring_Types.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Legacy_Forms.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Libraries_Provided_With_Typed_Racket.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Optimization_in_Typed_Racket.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Typed_Classes.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Typed_Racket_Syntax_Without_Type_Checking.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Typed_Regions.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Typed_Units.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Unsafe_Typed_Racket_operations.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Utilities.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/footnote.css +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/index.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/pict.png +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/pict_2.png +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/special-forms.html +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/ts-reference/type-ref.html +%%PORTDOCS%%%%DOCSDIR%%/turtles/Traditional_Turtles.html +%%PORTDOCS%%%%DOCSDIR%%/turtles/Value_Turtles.html +%%PORTDOCS%%%%DOCSDIR%%/turtles/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/turtles/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/turtles/index.html +%%PORTDOCS%%%%DOCSDIR%%/turtles/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/turtles/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/turtles/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/turtles/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/turtles/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/unix-socket/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/unix-socket/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/unix-socket/index.html +%%PORTDOCS%%%%DOCSDIR%%/unix-socket/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/unix-socket/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/unix-socket/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/unix-socket/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/unix-socket/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/version/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/version/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/version/index.html +%%PORTDOCS%%%%DOCSDIR%%/version/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/version/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/version/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/version/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/version/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/Troubleshooting_and_Tips.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/Web_Servers.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/cache-table.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/closure.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/connection-manager.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-files.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-filter.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-host.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-lift.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-log.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-passwords.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-pathprocedure.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-sequencer.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-server-unit.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-servlets.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-stat.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-timeout.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatchers.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/filesystem-map.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/gzip.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/index.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/limit.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/mime-types.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/misc-util.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/mod-map.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/private.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/timer.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/url-param.html +%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/web-server.html +%%PORTDOCS%%%%DOCSDIR%%/web-server/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/web-server/dispatch.html +%%PORTDOCS%%%%DOCSDIR%%/web-server/doc-index.html +%%PORTDOCS%%%%DOCSDIR%%/web-server/faq.html +%%PORTDOCS%%%%DOCSDIR%%/web-server/formlets.html +%%PORTDOCS%%%%DOCSDIR%%/web-server/http.html +%%PORTDOCS%%%%DOCSDIR%%/web-server/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/web-server/index.html +%%PORTDOCS%%%%DOCSDIR%%/web-server/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/web-server/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/web-server/page.html +%%PORTDOCS%%%%DOCSDIR%%/web-server/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/web-server/run.html +%%PORTDOCS%%%%DOCSDIR%%/web-server/servlet.html +%%PORTDOCS%%%%DOCSDIR%%/web-server/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/web-server/stateless.html +%%PORTDOCS%%%%DOCSDIR%%/web-server/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/web-server/templates.html +%%PORTDOCS%%%%DOCSDIR%%/web-server/test.html +%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/index.html +%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/xml/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/xml/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/xml/index.html +%%PORTDOCS%%%%DOCSDIR%%/xml/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/xml/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/xml/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/xml/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/xml/synced.rktd +%%PORTDOCS%%%%DOCSDIR%%/xrepl/blueboxes.rktd +%%PORTDOCS%%%%DOCSDIR%%/xrepl/in.sxref +%%PORTDOCS%%%%DOCSDIR%%/xrepl/index.html +%%PORTDOCS%%%%DOCSDIR%%/xrepl/out0.sxref +%%PORTDOCS%%%%DOCSDIR%%/xrepl/out1.sxref +%%PORTDOCS%%%%DOCSDIR%%/xrepl/provides.sxref +%%PORTDOCS%%%%DOCSDIR%%/xrepl/stamp.sxref +%%PORTDOCS%%%%DOCSDIR%%/xrepl/synced.rktd %%DATADIR%%/COPYING-libscheme.txt %%DATADIR%%/COPYING.txt %%DATADIR%%/COPYING_LESSER.txt @@ -81,14 +3905,20 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/compiler/compiled/distribute_rkt.zo %%DATADIR%%/collects/compiler/compiled/embed_rkt.dep %%DATADIR%%/collects/compiler/compiled/embed_rkt.zo +%%DATADIR%%/collects/compiler/compiled/exe-dylib-path_rkt.dep +%%DATADIR%%/collects/compiler/compiled/exe-dylib-path_rkt.zo %%DATADIR%%/collects/compiler/compiled/find-exe_rkt.dep %%DATADIR%%/collects/compiler/compiled/find-exe_rkt.zo +%%DATADIR%%/collects/compiler/compiled/module-suffix_rkt.dep +%%DATADIR%%/collects/compiler/compiled/module-suffix_rkt.zo %%DATADIR%%/collects/compiler/compiled/option_rkt.dep %%DATADIR%%/collects/compiler/compiled/option_rkt.zo %%DATADIR%%/collects/compiler/compiler.rkt %%DATADIR%%/collects/compiler/distribute.rkt %%DATADIR%%/collects/compiler/embed.rkt +%%DATADIR%%/collects/compiler/exe-dylib-path.rkt %%DATADIR%%/collects/compiler/find-exe.rkt +%%DATADIR%%/collects/compiler/module-suffix.rkt %%DATADIR%%/collects/compiler/option.rkt %%DATADIR%%/collects/compiler/private/collects-path.rkt %%DATADIR%%/collects/compiler/private/compiled/collects-path_rkt.dep @@ -105,12 +3935,18 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/compiler/private/compiled/macfw_rkt.zo %%DATADIR%%/collects/compiler/private/compiled/mach-o_rkt.dep %%DATADIR%%/collects/compiler/private/compiled/mach-o_rkt.zo +%%DATADIR%%/collects/compiler/private/compiled/pe-rsrc_rkt.dep +%%DATADIR%%/collects/compiler/private/compiled/pe-rsrc_rkt.zo +%%DATADIR%%/collects/compiler/private/compiled/read-bstr_rkt.dep +%%DATADIR%%/collects/compiler/private/compiled/read-bstr_rkt.zo %%DATADIR%%/collects/compiler/private/compiled/windlldir_rkt.dep %%DATADIR%%/collects/compiler/private/compiled/windlldir_rkt.zo %%DATADIR%%/collects/compiler/private/compiled/winsubsys_rkt.dep %%DATADIR%%/collects/compiler/private/compiled/winsubsys_rkt.zo %%DATADIR%%/collects/compiler/private/compiled/winutf16_rkt.dep %%DATADIR%%/collects/compiler/private/compiled/winutf16_rkt.zo +%%DATADIR%%/collects/compiler/private/compiled/write-perm_rkt.dep +%%DATADIR%%/collects/compiler/private/compiled/write-perm_rkt.zo %%DATADIR%%/collects/compiler/private/compiled/xform_rkt.dep %%DATADIR%%/collects/compiler/private/compiled/xform_rkt.zo %%DATADIR%%/collects/compiler/private/configdir.rkt @@ -119,9 +3955,12 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/compiler/private/embed.rkt %%DATADIR%%/collects/compiler/private/macfw.rkt %%DATADIR%%/collects/compiler/private/mach-o.rkt +%%DATADIR%%/collects/compiler/private/pe-rsrc.rkt +%%DATADIR%%/collects/compiler/private/read-bstr.rkt %%DATADIR%%/collects/compiler/private/windlldir.rkt %%DATADIR%%/collects/compiler/private/winsubsys.rkt %%DATADIR%%/collects/compiler/private/winutf16.rkt +%%DATADIR%%/collects/compiler/private/write-perm.rkt %%DATADIR%%/collects/compiler/private/xform.rkt %%DATADIR%%/collects/data/bit-vector.rkt %%DATADIR%%/collects/data/compiled/bit-vector_rkt.dep @@ -263,6 +4102,9 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/file/gzip.rkt %%DATADIR%%/collects/file/ico.rkt %%DATADIR%%/collects/file/md5.rkt +%%DATADIR%%/collects/file/private/check-path.rkt +%%DATADIR%%/collects/file/private/compiled/check-path_rkt.dep +%%DATADIR%%/collects/file/private/compiled/check-path_rkt.zo %%DATADIR%%/collects/file/private/compiled/strip-prefix_rkt.dep %%DATADIR%%/collects/file/private/compiled/strip-prefix_rkt.zo %%DATADIR%%/collects/file/private/strip-prefix.rkt @@ -298,10 +4140,16 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/net/compiled/head_rkt.zo %%DATADIR%%/collects/net/compiled/http-client_rkt.dep %%DATADIR%%/collects/net/compiled/http-client_rkt.zo +%%DATADIR%%/collects/net/compiled/osx-ssl_rkt.dep +%%DATADIR%%/collects/net/compiled/osx-ssl_rkt.zo %%DATADIR%%/collects/net/compiled/uri-codec_rkt.dep %%DATADIR%%/collects/net/compiled/uri-codec_rkt.zo %%DATADIR%%/collects/net/compiled/url-connect_rkt.dep %%DATADIR%%/collects/net/compiled/url-connect_rkt.zo +%%DATADIR%%/collects/net/compiled/url-exception_rkt.dep +%%DATADIR%%/collects/net/compiled/url-exception_rkt.zo +%%DATADIR%%/collects/net/compiled/url-string_rkt.dep +%%DATADIR%%/collects/net/compiled/url-string_rkt.zo %%DATADIR%%/collects/net/compiled/url-structs_rkt.dep %%DATADIR%%/collects/net/compiled/url-structs_rkt.zo %%DATADIR%%/collects/net/compiled/url_rkt.dep @@ -311,8 +4159,11 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/net/git-checkout.rkt %%DATADIR%%/collects/net/head.rkt %%DATADIR%%/collects/net/http-client.rkt +%%DATADIR%%/collects/net/osx-ssl.rkt %%DATADIR%%/collects/net/uri-codec.rkt %%DATADIR%%/collects/net/url-connect.rkt +%%DATADIR%%/collects/net/url-exception.rkt +%%DATADIR%%/collects/net/url-string.rkt %%DATADIR%%/collects/net/url-structs.rkt %%DATADIR%%/collects/net/url.rkt %%DATADIR%%/collects/net/win32-ssl.rkt @@ -383,6 +4234,7 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/pkg/private/catalog-show.rkt %%DATADIR%%/collects/pkg/private/catalog-update.rkt %%DATADIR%%/collects/pkg/private/catalog.rkt +%%DATADIR%%/collects/pkg/private/check-will-exist.rkt %%DATADIR%%/collects/pkg/private/clone-path.rkt %%DATADIR%%/collects/pkg/private/collects.rkt %%DATADIR%%/collects/pkg/private/compiled/addl-installs_rkt.dep @@ -399,6 +4251,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/pkg/private/compiled/catalog-update_rkt.zo %%DATADIR%%/collects/pkg/private/compiled/catalog_rkt.dep %%DATADIR%%/collects/pkg/private/compiled/catalog_rkt.zo +%%DATADIR%%/collects/pkg/private/compiled/check-will-exist_rkt.dep +%%DATADIR%%/collects/pkg/private/compiled/check-will-exist_rkt.zo %%DATADIR%%/collects/pkg/private/compiled/clone-path_rkt.dep %%DATADIR%%/collects/pkg/private/compiled/clone-path_rkt.zo %%DATADIR%%/collects/pkg/private/compiled/collects_rkt.dep @@ -433,6 +4287,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/pkg/private/compiled/migrate_rkt.zo %%DATADIR%%/collects/pkg/private/compiled/mod-paths_rkt.dep %%DATADIR%%/collects/pkg/private/compiled/mod-paths_rkt.zo +%%DATADIR%%/collects/pkg/private/compiled/network_rkt.dep +%%DATADIR%%/collects/pkg/private/compiled/network_rkt.zo %%DATADIR%%/collects/pkg/private/compiled/new_rkt.dep %%DATADIR%%/collects/pkg/private/compiled/new_rkt.zo %%DATADIR%%/collects/pkg/private/compiled/orig-pkg_rkt.dep @@ -443,6 +4299,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/pkg/private/compiled/path_rkt.zo %%DATADIR%%/collects/pkg/private/compiled/pkg-db_rkt.dep %%DATADIR%%/collects/pkg/private/compiled/pkg-db_rkt.zo +%%DATADIR%%/collects/pkg/private/compiled/prefetch_rkt.dep +%%DATADIR%%/collects/pkg/private/compiled/prefetch_rkt.zo %%DATADIR%%/collects/pkg/private/compiled/print_rkt.dep %%DATADIR%%/collects/pkg/private/compiled/print_rkt.zo %%DATADIR%%/collects/pkg/private/compiled/remove_rkt.dep @@ -472,11 +4330,13 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/pkg/private/metadata.rkt %%DATADIR%%/collects/pkg/private/migrate.rkt %%DATADIR%%/collects/pkg/private/mod-paths.rkt +%%DATADIR%%/collects/pkg/private/network.rkt %%DATADIR%%/collects/pkg/private/new.rkt %%DATADIR%%/collects/pkg/private/orig-pkg.rkt %%DATADIR%%/collects/pkg/private/params.rkt %%DATADIR%%/collects/pkg/private/path.rkt %%DATADIR%%/collects/pkg/private/pkg-db.rkt +%%DATADIR%%/collects/pkg/private/prefetch.rkt %%DATADIR%%/collects/pkg/private/print.rkt %%DATADIR%%/collects/pkg/private/remove.rkt %%DATADIR%%/collects/pkg/private/repo-path.rkt @@ -569,6 +4429,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/compiled/engine_rkt.zo %%DATADIR%%/collects/racket/compiled/enter_rkt.dep %%DATADIR%%/collects/racket/compiled/enter_rkt.zo +%%DATADIR%%/collects/racket/compiled/exn_rkt.dep +%%DATADIR%%/collects/racket/compiled/exn_rkt.zo %%DATADIR%%/collects/racket/compiled/extflonum_rkt.dep %%DATADIR%%/collects/racket/compiled/extflonum_rkt.zo %%DATADIR%%/collects/racket/compiled/fasl_rkt.dep @@ -589,6 +4451,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/compiled/generator_rkt.zo %%DATADIR%%/collects/racket/compiled/generic_rkt.dep %%DATADIR%%/collects/racket/compiled/generic_rkt.zo +%%DATADIR%%/collects/racket/compiled/hash_rkt.dep +%%DATADIR%%/collects/racket/compiled/hash_rkt.zo %%DATADIR%%/collects/racket/compiled/help_rkt.dep %%DATADIR%%/collects/racket/compiled/help_rkt.zo %%DATADIR%%/collects/racket/compiled/include_rkt.dep @@ -611,12 +4475,16 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/compiled/load_rkt.zo %%DATADIR%%/collects/racket/compiled/local_rkt.dep %%DATADIR%%/collects/racket/compiled/local_rkt.zo +%%DATADIR%%/collects/racket/compiled/logging_rkt.dep +%%DATADIR%%/collects/racket/compiled/logging_rkt.zo %%DATADIR%%/collects/racket/compiled/main_rkt.dep %%DATADIR%%/collects/racket/compiled/main_rkt.zo %%DATADIR%%/collects/racket/compiled/match_rkt.dep %%DATADIR%%/collects/racket/compiled/match_rkt.zo %%DATADIR%%/collects/racket/compiled/math_rkt.dep %%DATADIR%%/collects/racket/compiled/math_rkt.zo +%%DATADIR%%/collects/racket/compiled/os_rkt.dep +%%DATADIR%%/collects/racket/compiled/os_rkt.zo %%DATADIR%%/collects/racket/compiled/path_rkt.dep %%DATADIR%%/collects/racket/compiled/path_rkt.zo %%DATADIR%%/collects/racket/compiled/performance-hint_rkt.dep @@ -635,6 +4503,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/compiled/provide-transform_rkt.zo %%DATADIR%%/collects/racket/compiled/provide_rkt.dep %%DATADIR%%/collects/racket/compiled/provide_rkt.zo +%%DATADIR%%/collects/racket/compiled/random_rkt.dep +%%DATADIR%%/collects/racket/compiled/random_rkt.zo %%DATADIR%%/collects/racket/compiled/require-syntax_rkt.dep %%DATADIR%%/collects/racket/compiled/require-syntax_rkt.zo %%DATADIR%%/collects/racket/compiled/require-transform_rkt.dep @@ -663,6 +4533,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/compiled/string_rkt.zo %%DATADIR%%/collects/racket/compiled/struct-info_rkt.dep %%DATADIR%%/collects/racket/compiled/struct-info_rkt.zo +%%DATADIR%%/collects/racket/compiled/struct_rkt.dep +%%DATADIR%%/collects/racket/compiled/struct_rkt.zo %%DATADIR%%/collects/racket/compiled/stxparam-exptime_rkt.dep %%DATADIR%%/collects/racket/compiled/stxparam-exptime_rkt.zo %%DATADIR%%/collects/racket/compiled/stxparam_rkt.dep @@ -701,35 +4573,41 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/contract/compiled/region_rkt.dep %%DATADIR%%/collects/racket/contract/compiled/region_rkt.zo %%DATADIR%%/collects/racket/contract/parametric.rkt +%%DATADIR%%/collects/racket/contract/private/and.rkt %%DATADIR%%/collects/racket/contract/private/application-arity-checking.rkt %%DATADIR%%/collects/racket/contract/private/arity-checking.rkt +%%DATADIR%%/collects/racket/contract/private/arr-d.rkt %%DATADIR%%/collects/racket/contract/private/arr-i-parse.rkt %%DATADIR%%/collects/racket/contract/private/arr-i.rkt %%DATADIR%%/collects/racket/contract/private/arr-util.rkt +%%DATADIR%%/collects/racket/contract/private/arrow-common.rkt %%DATADIR%%/collects/racket/contract/private/arrow-higher-order.rkt %%DATADIR%%/collects/racket/contract/private/arrow-val-first.rkt -%%DATADIR%%/collects/racket/contract/private/arrow.rkt %%DATADIR%%/collects/racket/contract/private/base.rkt %%DATADIR%%/collects/racket/contract/private/basic-opters.rkt %%DATADIR%%/collects/racket/contract/private/blame.rkt %%DATADIR%%/collects/racket/contract/private/box.rkt %%DATADIR%%/collects/racket/contract/private/case-arrow.rkt +%%DATADIR%%/collects/racket/contract/private/compiled/and_rkt.dep +%%DATADIR%%/collects/racket/contract/private/compiled/and_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/application-arity-checking_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/application-arity-checking_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/arity-checking_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/arity-checking_rkt.zo +%%DATADIR%%/collects/racket/contract/private/compiled/arr-d_rkt.dep +%%DATADIR%%/collects/racket/contract/private/compiled/arr-d_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/arr-i-parse_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/arr-i-parse_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/arr-i_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/arr-i_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/arr-util_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/arr-util_rkt.zo +%%DATADIR%%/collects/racket/contract/private/compiled/arrow-common_rkt.dep +%%DATADIR%%/collects/racket/contract/private/compiled/arrow-common_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/arrow-higher-order_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/arrow-higher-order_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/arrow-val-first_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/arrow-val-first_rkt.zo -%%DATADIR%%/collects/racket/contract/private/compiled/arrow_rkt.dep -%%DATADIR%%/collects/racket/contract/private/compiled/arrow_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/base_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/base_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/basic-opters_rkt.dep @@ -744,8 +4622,6 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/contract/private/compiled/ds-helpers_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/ds_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/ds_rkt.zo -%%DATADIR%%/collects/racket/contract/private/compiled/env_rkt.dep -%%DATADIR%%/collects/racket/contract/private/compiled/env_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/exists_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/exists_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/generate-base_rkt.dep @@ -762,6 +4638,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/contract/private/compiled/kwd-info-struct_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/legacy_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/legacy_rkt.zo +%%DATADIR%%/collects/racket/contract/private/compiled/list_rkt.dep +%%DATADIR%%/collects/racket/contract/private/compiled/list_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/misc_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/misc_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/object_rkt.dep @@ -790,11 +4668,14 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/contract/private/compiled/struct-prop_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/top-sort_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/top-sort_rkt.zo +%%DATADIR%%/collects/racket/contract/private/compiled/types_rkt.dep +%%DATADIR%%/collects/racket/contract/private/compiled/types_rkt.zo +%%DATADIR%%/collects/racket/contract/private/compiled/unconstrained-domain-arrow_rkt.dep +%%DATADIR%%/collects/racket/contract/private/compiled/unconstrained-domain-arrow_rkt.zo %%DATADIR%%/collects/racket/contract/private/compiled/vector_rkt.dep %%DATADIR%%/collects/racket/contract/private/compiled/vector_rkt.zo %%DATADIR%%/collects/racket/contract/private/ds-helpers.rkt %%DATADIR%%/collects/racket/contract/private/ds.rkt -%%DATADIR%%/collects/racket/contract/private/env.rkt %%DATADIR%%/collects/racket/contract/private/exists.rkt %%DATADIR%%/collects/racket/contract/private/generate-base.rkt %%DATADIR%%/collects/racket/contract/private/generate.rkt @@ -803,6 +4684,7 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/contract/private/helpers.rkt %%DATADIR%%/collects/racket/contract/private/kwd-info-struct.rkt %%DATADIR%%/collects/racket/contract/private/legacy.rkt +%%DATADIR%%/collects/racket/contract/private/list.rkt %%DATADIR%%/collects/racket/contract/private/misc.rkt %%DATADIR%%/collects/racket/contract/private/object.rkt %%DATADIR%%/collects/racket/contract/private/opt-guts.rkt @@ -817,6 +4699,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/contract/private/struct-dc.rkt %%DATADIR%%/collects/racket/contract/private/struct-prop.rkt %%DATADIR%%/collects/racket/contract/private/top-sort.rkt +%%DATADIR%%/collects/racket/contract/private/types.rkt +%%DATADIR%%/collects/racket/contract/private/unconstrained-domain-arrow.rkt %%DATADIR%%/collects/racket/contract/private/vector.rkt %%DATADIR%%/collects/racket/contract/region.rkt %%DATADIR%%/collects/racket/control.rkt @@ -824,6 +4708,7 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/dict.rkt %%DATADIR%%/collects/racket/engine.rkt %%DATADIR%%/collects/racket/enter.rkt +%%DATADIR%%/collects/racket/exn.rkt %%DATADIR%%/collects/racket/extflonum.rkt %%DATADIR%%/collects/racket/fasl.rkt %%DATADIR%%/collects/racket/file.rkt @@ -837,6 +4722,7 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/gui/compiled/dynamic_rkt.dep %%DATADIR%%/collects/racket/gui/compiled/dynamic_rkt.zo %%DATADIR%%/collects/racket/gui/dynamic.rkt +%%DATADIR%%/collects/racket/hash.rkt %%DATADIR%%/collects/racket/help.rkt %%DATADIR%%/collects/racket/include.rkt %%DATADIR%%/collects/racket/info.rkt @@ -857,6 +4743,7 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/load/lang/compiled/reader_rkt.zo %%DATADIR%%/collects/racket/load/lang/reader.rkt %%DATADIR%%/collects/racket/local.rkt +%%DATADIR%%/collects/racket/logging.rkt %%DATADIR%%/collects/racket/main.rkt %%DATADIR%%/collects/racket/match.rkt %%DATADIR%%/collects/racket/match/compiled/compiler_rkt.dep @@ -911,6 +4798,7 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/match/stxtime.rkt %%DATADIR%%/collects/racket/match/syntax-local-match-introduce.rkt %%DATADIR%%/collects/racket/math.rkt +%%DATADIR%%/collects/racket/os.rkt %%DATADIR%%/collects/racket/path.rkt %%DATADIR%%/collects/racket/performance-hint.rkt %%DATADIR%%/collects/racket/place.rkt @@ -928,6 +4816,7 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/place/private/th-place.rkt %%DATADIR%%/collects/racket/port.rkt %%DATADIR%%/collects/racket/pretty.rkt +%%DATADIR%%/collects/racket/private/arity.rkt %%DATADIR%%/collects/racket/private/base.rkt %%DATADIR%%/collects/racket/private/case.rkt %%DATADIR%%/collects/racket/private/cert.rkt @@ -937,6 +4826,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/private/class-undef.rkt %%DATADIR%%/collects/racket/private/class-wrapped.rkt %%DATADIR%%/collects/racket/private/classidmap.rkt +%%DATADIR%%/collects/racket/private/compiled/arity_rkt.dep +%%DATADIR%%/collects/racket/private/compiled/arity_rkt.zo %%DATADIR%%/collects/racket/private/compiled/base_rkt.dep %%DATADIR%%/collects/racket/private/compiled/base_rkt.zo %%DATADIR%%/collects/racket/private/compiled/case_rkt.dep @@ -959,6 +4850,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/private/compiled/cond_rkt.zo %%DATADIR%%/collects/racket/private/compiled/custom-hash_rkt.dep %%DATADIR%%/collects/racket/private/compiled/custom-hash_rkt.zo +%%DATADIR%%/collects/racket/private/compiled/custom-write_rkt.dep +%%DATADIR%%/collects/racket/private/compiled/custom-write_rkt.zo %%DATADIR%%/collects/racket/private/compiled/define-et-al_rkt.dep %%DATADIR%%/collects/racket/private/compiled/define-et-al_rkt.zo %%DATADIR%%/collects/racket/private/compiled/define-struct_rkt.dep @@ -1099,12 +4992,17 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/private/compiled/unit-syntax_rkt.zo %%DATADIR%%/collects/racket/private/compiled/unit-utils_rkt.dep %%DATADIR%%/collects/racket/private/compiled/unit-utils_rkt.zo +%%DATADIR%%/collects/racket/private/compiled/unix-rand_rkt.dep +%%DATADIR%%/collects/racket/private/compiled/unix-rand_rkt.zo %%DATADIR%%/collects/racket/private/compiled/vector-wraps_rkt.dep %%DATADIR%%/collects/racket/private/compiled/vector-wraps_rkt.zo +%%DATADIR%%/collects/racket/private/compiled/windows-rand_rkt.dep +%%DATADIR%%/collects/racket/private/compiled/windows-rand_rkt.zo %%DATADIR%%/collects/racket/private/compiled/with-stx_rkt.dep %%DATADIR%%/collects/racket/private/compiled/with-stx_rkt.zo %%DATADIR%%/collects/racket/private/cond.rkt %%DATADIR%%/collects/racket/private/custom-hash.rkt +%%DATADIR%%/collects/racket/private/custom-write.rkt %%DATADIR%%/collects/racket/private/define-et-al.rkt %%DATADIR%%/collects/racket/private/define-struct.rkt %%DATADIR%%/collects/racket/private/define.rkt @@ -1175,13 +5073,16 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/private/unit-runtime.rkt %%DATADIR%%/collects/racket/private/unit-syntax.rkt %%DATADIR%%/collects/racket/private/unit-utils.rkt +%%DATADIR%%/collects/racket/private/unix-rand.rkt %%DATADIR%%/collects/racket/private/vector-wraps.rkt +%%DATADIR%%/collects/racket/private/windows-rand.rkt %%DATADIR%%/collects/racket/private/with-stx.rkt %%DATADIR%%/collects/racket/promise.rkt %%DATADIR%%/collects/racket/provide-syntax.rkt %%DATADIR%%/collects/racket/provide-transform.rkt %%DATADIR%%/collects/racket/provide.rkt %%DATADIR%%/collects/racket/racket.1 +%%DATADIR%%/collects/racket/random.rkt %%DATADIR%%/collects/racket/require-syntax.rkt %%DATADIR%%/collects/racket/require-transform.rkt %%DATADIR%%/collects/racket/require.rkt @@ -1202,6 +5103,7 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/racket/stream.rkt %%DATADIR%%/collects/racket/string.rkt %%DATADIR%%/collects/racket/struct-info.rkt +%%DATADIR%%/collects/racket/struct.rkt %%DATADIR%%/collects/racket/stxparam-exptime.rkt %%DATADIR%%/collects/racket/stxparam.rkt %%DATADIR%%/collects/racket/surrogate.rkt @@ -1252,14 +5154,19 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/s-exp/lang/compiled/reader_rkt.zo %%DATADIR%%/collects/s-exp/lang/reader.rkt %%DATADIR%%/collects/setup/collection-name.rkt +%%DATADIR%%/collects/setup/collection-search.rkt %%DATADIR%%/collects/setup/collects.rkt %%DATADIR%%/collects/setup/commands/compiled/link_rkt.dep %%DATADIR%%/collects/setup/commands/compiled/link_rkt.zo %%DATADIR%%/collects/setup/commands/link.rkt %%DATADIR%%/collects/setup/compiled/collection-name_rkt.dep %%DATADIR%%/collects/setup/compiled/collection-name_rkt.zo +%%DATADIR%%/collects/setup/compiled/collection-search_rkt.dep +%%DATADIR%%/collects/setup/compiled/collection-search_rkt.zo %%DATADIR%%/collects/setup/compiled/collects_rkt.dep %%DATADIR%%/collects/setup/compiled/collects_rkt.zo +%%DATADIR%%/collects/setup/compiled/cross-system_rkt.dep +%%DATADIR%%/collects/setup/compiled/cross-system_rkt.zo %%DATADIR%%/collects/setup/compiled/dirs_rkt.dep %%DATADIR%%/collects/setup/compiled/dirs_rkt.zo %%DATADIR%%/collects/setup/compiled/doc-db_rkt.dep @@ -1312,6 +5219,7 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/setup/compiled/winvers-change_rkt.zo %%DATADIR%%/collects/setup/compiled/winvers_rkt.dep %%DATADIR%%/collects/setup/compiled/winvers_rkt.zo +%%DATADIR%%/collects/setup/cross-system.rkt %%DATADIR%%/collects/setup/dirs.rkt %%DATADIR%%/collects/setup/doc-db.rkt %%DATADIR%%/collects/setup/getinfo.rkt @@ -1339,6 +5247,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/setup/private/compiled/cc-struct_rkt.zo %%DATADIR%%/collects/setup/private/compiled/command-name_rkt.dep %%DATADIR%%/collects/setup/private/compiled/command-name_rkt.zo +%%DATADIR%%/collects/setup/private/compiled/dirs_rkt.dep +%%DATADIR%%/collects/setup/private/compiled/dirs_rkt.zo %%DATADIR%%/collects/setup/private/compiled/dylib_rkt.dep %%DATADIR%%/collects/setup/private/compiled/dylib_rkt.zo %%DATADIR%%/collects/setup/private/compiled/elf_rkt.dep @@ -1351,6 +5261,7 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/setup/private/compiled/omitted-paths_rkt.zo %%DATADIR%%/collects/setup/private/compiled/pkg-deps_rkt.dep %%DATADIR%%/collects/setup/private/compiled/pkg-deps_rkt.zo +%%DATADIR%%/collects/setup/private/dirs.rkt %%DATADIR%%/collects/setup/private/dylib.rkt %%DATADIR%%/collects/setup/private/elf.rkt %%DATADIR%%/collects/setup/private/format-error.rkt @@ -1372,6 +5283,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/syntax/compiled/boundmap_rkt.zo %%DATADIR%%/collects/syntax/compiled/context_rkt.dep %%DATADIR%%/collects/syntax/compiled/context_rkt.zo +%%DATADIR%%/collects/syntax/compiled/contract_rkt.dep +%%DATADIR%%/collects/syntax/compiled/contract_rkt.zo %%DATADIR%%/collects/syntax/compiled/datum_rkt.dep %%DATADIR%%/collects/syntax/compiled/datum_rkt.zo %%DATADIR%%/collects/syntax/compiled/define_rkt.dep @@ -1384,14 +5297,20 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/syntax/compiled/for-body_rkt.zo %%DATADIR%%/collects/syntax/compiled/free-vars_rkt.dep %%DATADIR%%/collects/syntax/compiled/free-vars_rkt.zo +%%DATADIR%%/collects/syntax/compiled/id-set_rkt.dep +%%DATADIR%%/collects/syntax/compiled/id-set_rkt.zo %%DATADIR%%/collects/syntax/compiled/id-table_rkt.dep %%DATADIR%%/collects/syntax/compiled/id-table_rkt.zo +%%DATADIR%%/collects/syntax/compiled/intdef_rkt.dep +%%DATADIR%%/collects/syntax/compiled/intdef_rkt.zo %%DATADIR%%/collects/syntax/compiled/kerncase_rkt.dep %%DATADIR%%/collects/syntax/compiled/kerncase_rkt.zo %%DATADIR%%/collects/syntax/compiled/keyword_rkt.dep %%DATADIR%%/collects/syntax/compiled/keyword_rkt.zo %%DATADIR%%/collects/syntax/compiled/location_rkt.dep %%DATADIR%%/collects/syntax/compiled/location_rkt.zo +%%DATADIR%%/collects/syntax/compiled/macro-testing_rkt.dep +%%DATADIR%%/collects/syntax/compiled/macro-testing_rkt.zo %%DATADIR%%/collects/syntax/compiled/modcode_rkt.dep %%DATADIR%%/collects/syntax/compiled/modcode_rkt.zo %%DATADIR%%/collects/syntax/compiled/modcollapse_rkt.dep @@ -1430,11 +5349,14 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/syntax/compiled/to-string_rkt.zo %%DATADIR%%/collects/syntax/compiled/toplevel_rkt.dep %%DATADIR%%/collects/syntax/compiled/toplevel_rkt.zo +%%DATADIR%%/collects/syntax/compiled/transformer_rkt.dep +%%DATADIR%%/collects/syntax/compiled/transformer_rkt.zo %%DATADIR%%/collects/syntax/compiled/trusted-xforms_rkt.dep %%DATADIR%%/collects/syntax/compiled/trusted-xforms_rkt.zo %%DATADIR%%/collects/syntax/compiled/wrap-modbeg_rkt.dep %%DATADIR%%/collects/syntax/compiled/wrap-modbeg_rkt.zo %%DATADIR%%/collects/syntax/context.rkt +%%DATADIR%%/collects/syntax/contract.rkt %%DATADIR%%/collects/syntax/datum.rkt %%DATADIR%%/collects/syntax/define.rkt %%DATADIR%%/collects/syntax/doc.txt @@ -1442,10 +5364,13 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/syntax/flatten-begin.rkt %%DATADIR%%/collects/syntax/for-body.rkt %%DATADIR%%/collects/syntax/free-vars.rkt +%%DATADIR%%/collects/syntax/id-set.rkt %%DATADIR%%/collects/syntax/id-table.rkt +%%DATADIR%%/collects/syntax/intdef.rkt %%DATADIR%%/collects/syntax/kerncase.rkt %%DATADIR%%/collects/syntax/keyword.rkt %%DATADIR%%/collects/syntax/location.rkt +%%DATADIR%%/collects/syntax/macro-testing.rkt %%DATADIR%%/collects/syntax/modcode.rkt %%DATADIR%%/collects/syntax/modcollapse.rkt %%DATADIR%%/collects/syntax/moddep.rkt @@ -1464,6 +5389,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/syntax/parse/define.rkt %%DATADIR%%/collects/syntax/parse/experimental/compiled/contract_rkt.dep %%DATADIR%%/collects/syntax/parse/experimental/compiled/contract_rkt.zo +%%DATADIR%%/collects/syntax/parse/experimental/compiled/dset_rkt.dep +%%DATADIR%%/collects/syntax/parse/experimental/compiled/dset_rkt.zo %%DATADIR%%/collects/syntax/parse/experimental/compiled/eh_rkt.dep %%DATADIR%%/collects/syntax/parse/experimental/compiled/eh_rkt.zo %%DATADIR%%/collects/syntax/parse/experimental/compiled/provide_rkt.dep @@ -1477,6 +5404,7 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/syntax/parse/experimental/compiled/template_rkt.dep %%DATADIR%%/collects/syntax/parse/experimental/compiled/template_rkt.zo %%DATADIR%%/collects/syntax/parse/experimental/contract.rkt +%%DATADIR%%/collects/syntax/parse/experimental/dset.rkt %%DATADIR%%/collects/syntax/parse/experimental/eh.rkt %%DATADIR%%/collects/syntax/parse/experimental/private/compiled/substitute_rkt.dep %%DATADIR%%/collects/syntax/parse/experimental/private/compiled/substitute_rkt.zo @@ -1501,6 +5429,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/syntax/parse/private/compiled/lib_rkt.zo %%DATADIR%%/collects/syntax/parse/private/compiled/litconv_rkt.dep %%DATADIR%%/collects/syntax/parse/private/compiled/litconv_rkt.zo +%%DATADIR%%/collects/syntax/parse/private/compiled/make_rkt.dep +%%DATADIR%%/collects/syntax/parse/private/compiled/make_rkt.zo %%DATADIR%%/collects/syntax/parse/private/compiled/minimatch_rkt.dep %%DATADIR%%/collects/syntax/parse/private/compiled/minimatch_rkt.zo %%DATADIR%%/collects/syntax/parse/private/compiled/opt_rkt.dep @@ -1541,6 +5471,7 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/syntax/parse/private/kws.rkt %%DATADIR%%/collects/syntax/parse/private/lib.rkt %%DATADIR%%/collects/syntax/parse/private/litconv.rkt +%%DATADIR%%/collects/syntax/parse/private/make.rkt %%DATADIR%%/collects/syntax/parse/private/minimatch.rkt %%DATADIR%%/collects/syntax/parse/private/opt.rkt %%DATADIR%%/collects/syntax/parse/private/parse-aux.rkt @@ -1567,6 +5498,8 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/syntax/private/compiled/boundmap_rkt.zo %%DATADIR%%/collects/syntax/private/compiled/doctable_rkt.dep %%DATADIR%%/collects/syntax/private/compiled/doctable_rkt.zo +%%DATADIR%%/collects/syntax/private/compiled/id-set_rkt.dep +%%DATADIR%%/collects/syntax/private/compiled/id-set_rkt.zo %%DATADIR%%/collects/syntax/private/compiled/id-table_rkt.dep %%DATADIR%%/collects/syntax/private/compiled/id-table_rkt.zo %%DATADIR%%/collects/syntax/private/compiled/keyword_rkt.dep @@ -1578,6 +5511,7 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/syntax/private/compiled/template-runtime_rkt.dep %%DATADIR%%/collects/syntax/private/compiled/template-runtime_rkt.zo %%DATADIR%%/collects/syntax/private/doctable.rkt +%%DATADIR%%/collects/syntax/private/id-set.rkt %%DATADIR%%/collects/syntax/private/id-table.rkt %%DATADIR%%/collects/syntax/private/keyword.rkt %%DATADIR%%/collects/syntax/private/modcollapse-noctc.rkt @@ -1595,35 +5529,12 @@ share/applications/slideshow.desktop %%DATADIR%%/collects/syntax/template.rkt %%DATADIR%%/collects/syntax/to-string.rkt %%DATADIR%%/collects/syntax/toplevel.rkt +%%DATADIR%%/collects/syntax/transformer.rkt %%DATADIR%%/collects/syntax/trusted-xforms.rkt %%DATADIR%%/collects/syntax/unsafe/compiled/for-transform_rkt.dep %%DATADIR%%/collects/syntax/unsafe/compiled/for-transform_rkt.zo %%DATADIR%%/collects/syntax/unsafe/for-transform.rkt %%DATADIR%%/collects/syntax/wrap-modbeg.rkt -%%DATADIR%%/collects/unstable/compiled/custom-write_rkt.dep -%%DATADIR%%/collects/unstable/compiled/custom-write_rkt.zo -%%DATADIR%%/collects/unstable/compiled/error_rkt.dep -%%DATADIR%%/collects/unstable/compiled/error_rkt.zo -%%DATADIR%%/collects/unstable/compiled/markparam_rkt.dep -%%DATADIR%%/collects/unstable/compiled/markparam_rkt.zo -%%DATADIR%%/collects/unstable/compiled/sequence_rkt.dep -%%DATADIR%%/collects/unstable/compiled/sequence_rkt.zo -%%DATADIR%%/collects/unstable/compiled/socket_rkt.dep -%%DATADIR%%/collects/unstable/compiled/socket_rkt.zo -%%DATADIR%%/collects/unstable/compiled/struct_rkt.dep -%%DATADIR%%/collects/unstable/compiled/struct_rkt.zo -%%DATADIR%%/collects/unstable/compiled/syntax_rkt.dep -%%DATADIR%%/collects/unstable/compiled/syntax_rkt.zo -%%DATADIR%%/collects/unstable/compiled/wrapc_rkt.dep -%%DATADIR%%/collects/unstable/compiled/wrapc_rkt.zo -%%DATADIR%%/collects/unstable/custom-write.rkt -%%DATADIR%%/collects/unstable/error.rkt -%%DATADIR%%/collects/unstable/markparam.rkt -%%DATADIR%%/collects/unstable/sequence.rkt -%%DATADIR%%/collects/unstable/socket.rkt -%%DATADIR%%/collects/unstable/struct.rkt -%%DATADIR%%/collects/unstable/syntax.rkt -%%DATADIR%%/collects/unstable/wrapc.rkt %%DATADIR%%/collects/version/check.rkt %%DATADIR%%/collects/version/compiled/check_rkt.dep %%DATADIR%%/collects/version/compiled/check_rkt.zo @@ -1676,6 +5587,45 @@ share/applications/slideshow.desktop %%DATADIR%%/info-cache.rktd %%DATADIR%%/links.rktd %%DATADIR%%/pkgs/.LOCKpkgs.rktd +%%DATADIR%%/pkgs/2d-doc/LICENSE.txt +%%DATADIR%%/pkgs/2d-doc/compiled/info_rkt.dep +%%DATADIR%%/pkgs/2d-doc/compiled/info_rkt.zo +%%DATADIR%%/pkgs/2d-doc/info.rkt +%%DATADIR%%/pkgs/2d-doc/scribblings/2d.scrbl +%%DATADIR%%/pkgs/2d-doc/scribblings/compiled/2d_scrbl.dep +%%DATADIR%%/pkgs/2d-doc/scribblings/compiled/2d_scrbl.zo +%%DATADIR%%/pkgs/2d-lib/LICENSE.txt +%%DATADIR%%/pkgs/2d-lib/compiled/cond_rkt.dep +%%DATADIR%%/pkgs/2d-lib/compiled/cond_rkt.zo +%%DATADIR%%/pkgs/2d-lib/compiled/dir-chars_rkt.dep +%%DATADIR%%/pkgs/2d-lib/compiled/dir-chars_rkt.zo +%%DATADIR%%/pkgs/2d-lib/compiled/info_rkt.dep +%%DATADIR%%/pkgs/2d-lib/compiled/info_rkt.zo +%%DATADIR%%/pkgs/2d-lib/compiled/lexer_rkt.dep +%%DATADIR%%/pkgs/2d-lib/compiled/lexer_rkt.zo +%%DATADIR%%/pkgs/2d-lib/compiled/match_rkt.dep +%%DATADIR%%/pkgs/2d-lib/compiled/match_rkt.zo +%%DATADIR%%/pkgs/2d-lib/compiled/tabular_rkt.dep +%%DATADIR%%/pkgs/2d-lib/compiled/tabular_rkt.zo +%%DATADIR%%/pkgs/2d-lib/cond.rkt +%%DATADIR%%/pkgs/2d-lib/dir-chars.rkt +%%DATADIR%%/pkgs/2d-lib/info.rkt +%%DATADIR%%/pkgs/2d-lib/lang/compiled/reader_rkt.dep +%%DATADIR%%/pkgs/2d-lib/lang/compiled/reader_rkt.zo +%%DATADIR%%/pkgs/2d-lib/lang/reader.rkt +%%DATADIR%%/pkgs/2d-lib/lexer.rkt +%%DATADIR%%/pkgs/2d-lib/match.rkt +%%DATADIR%%/pkgs/2d-lib/private/compiled/lexer_rkt.dep +%%DATADIR%%/pkgs/2d-lib/private/compiled/lexer_rkt.zo +%%DATADIR%%/pkgs/2d-lib/private/compiled/read-util_rkt.dep +%%DATADIR%%/pkgs/2d-lib/private/compiled/read-util_rkt.zo +%%DATADIR%%/pkgs/2d-lib/private/compiled/readtable_rkt.dep +%%DATADIR%%/pkgs/2d-lib/private/compiled/readtable_rkt.zo +%%DATADIR%%/pkgs/2d-lib/private/lexer.rkt +%%DATADIR%%/pkgs/2d-lib/private/read-util.rkt +%%DATADIR%%/pkgs/2d-lib/private/readtable.rkt +%%DATADIR%%/pkgs/2d-lib/tabular.rkt +%%DATADIR%%/pkgs/2d/info.rkt %%DATADIR%%/pkgs/algol60/LICENSE.txt %%DATADIR%%/pkgs/algol60/algol60.rkt %%DATADIR%%/pkgs/algol60/algol60.scrbl @@ -1759,6 +5709,14 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/cext-lib/compiler/compiled/xform_rkt.zo %%DATADIR%%/pkgs/cext-lib/compiler/xform.rkt %%DATADIR%%/pkgs/cext-lib/info.rkt +%%DATADIR%%/pkgs/class-iop-lib/LICENSE.txt +%%DATADIR%%/pkgs/class-iop-lib/info.rkt +%%DATADIR%%/pkgs/class-iop-lib/racket/class/compiled/iop_rkt.dep +%%DATADIR%%/pkgs/class-iop-lib/racket/class/compiled/iop_rkt.zo +%%DATADIR%%/pkgs/class-iop-lib/racket/class/iop.rkt +%%DATADIR%%/pkgs/class-iop-lib/racket/class/private/class-iop-ct.rkt +%%DATADIR%%/pkgs/class-iop-lib/racket/class/private/compiled/class-iop-ct_rkt.dep +%%DATADIR%%/pkgs/class-iop-lib/racket/class/private/compiled/class-iop-ct_rkt.zo %%DATADIR%%/pkgs/compatibility-doc/LICENSE.txt %%DATADIR%%/pkgs/compatibility-doc/info.rkt %%DATADIR%%/pkgs/compatibility-doc/mzlib/compiled/info_rkt.dep @@ -2240,6 +6198,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/compiler-lib/compiler/commands/compiled/make_rkt.zo %%DATADIR%%/pkgs/compiler-lib/compiler/commands/compiled/pack_rkt.dep %%DATADIR%%/pkgs/compiler-lib/compiler/commands/compiled/pack_rkt.zo +%%DATADIR%%/pkgs/compiler-lib/compiler/commands/compiled/read_rkt.dep +%%DATADIR%%/pkgs/compiler-lib/compiler/commands/compiled/read_rkt.zo %%DATADIR%%/pkgs/compiler-lib/compiler/commands/compiled/test_rkt.dep %%DATADIR%%/pkgs/compiler-lib/compiler/commands/compiled/test_rkt.zo %%DATADIR%%/pkgs/compiler-lib/compiler/commands/compiled/unpack_rkt.dep @@ -2251,6 +6211,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/compiler-lib/compiler/commands/info.rkt %%DATADIR%%/pkgs/compiler-lib/compiler/commands/make.rkt %%DATADIR%%/pkgs/compiler-lib/compiler/commands/pack.rkt +%%DATADIR%%/pkgs/compiler-lib/compiler/commands/read.rkt %%DATADIR%%/pkgs/compiler-lib/compiler/commands/test.rkt %%DATADIR%%/pkgs/compiler-lib/compiler/commands/unpack.rkt %%DATADIR%%/pkgs/compiler-lib/compiler/compiled/bundle-dist_rkt.dep @@ -2337,6 +6298,10 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/contract-profile/compiled/info_rkt.zo %%DATADIR%%/pkgs/contract-profile/compiled/main_rkt.dep %%DATADIR%%/pkgs/contract-profile/compiled/main_rkt.zo +%%DATADIR%%/pkgs/contract-profile/compiled/module-graph-view_rkt.dep +%%DATADIR%%/pkgs/contract-profile/compiled/module-graph-view_rkt.zo +%%DATADIR%%/pkgs/contract-profile/compiled/raco_rkt.dep +%%DATADIR%%/pkgs/contract-profile/compiled/raco_rkt.zo %%DATADIR%%/pkgs/contract-profile/compiled/tests_rkt.dep %%DATADIR%%/pkgs/contract-profile/compiled/tests_rkt.zo %%DATADIR%%/pkgs/contract-profile/compiled/utils_rkt.dep @@ -2344,6 +6309,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/contract-profile/dot.rkt %%DATADIR%%/pkgs/contract-profile/info.rkt %%DATADIR%%/pkgs/contract-profile/main.rkt +%%DATADIR%%/pkgs/contract-profile/module-graph-view.rkt +%%DATADIR%%/pkgs/contract-profile/raco.rkt %%DATADIR%%/pkgs/contract-profile/scribblings/compiled/contract-profile_scrbl.dep %%DATADIR%%/pkgs/contract-profile/scribblings/compiled/contract-profile_scrbl.zo %%DATADIR%%/pkgs/contract-profile/scribblings/compiled/info_rkt.dep @@ -2412,8 +6379,11 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/data-enumerate-lib/data/enumerate/private/compiled/core_rkt.zo %%DATADIR%%/pkgs/data-enumerate-lib/data/enumerate/private/compiled/more_rkt.dep %%DATADIR%%/pkgs/data-enumerate-lib/data/enumerate/private/compiled/more_rkt.zo +%%DATADIR%%/pkgs/data-enumerate-lib/data/enumerate/private/compiled/unfair_rkt.dep +%%DATADIR%%/pkgs/data-enumerate-lib/data/enumerate/private/compiled/unfair_rkt.zo %%DATADIR%%/pkgs/data-enumerate-lib/data/enumerate/private/core.rkt %%DATADIR%%/pkgs/data-enumerate-lib/data/enumerate/private/more.rkt +%%DATADIR%%/pkgs/data-enumerate-lib/data/enumerate/private/unfair.rkt %%DATADIR%%/pkgs/data-enumerate-lib/data/enumerate/unsafe.rkt %%DATADIR%%/pkgs/data-enumerate-lib/info.rkt %%DATADIR%%/pkgs/data-lib/LICENSE.txt @@ -2435,6 +6405,9 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/data-lib/data/heap.rkt %%DATADIR%%/pkgs/data-lib/data/interval-map.rkt %%DATADIR%%/pkgs/data-lib/data/order.rkt +%%DATADIR%%/pkgs/data-lib/data/private/compiled/skip-list_rkt.dep +%%DATADIR%%/pkgs/data-lib/data/private/compiled/skip-list_rkt.zo +%%DATADIR%%/pkgs/data-lib/data/private/skip-list.rkt %%DATADIR%%/pkgs/data-lib/data/skip-list.rkt %%DATADIR%%/pkgs/data-lib/data/splay-tree.rkt %%DATADIR%%/pkgs/data-lib/data/union-find.rkt @@ -2575,6 +6548,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/datalog/tests/paren-examples/tutorial.rkt %%DATADIR%%/pkgs/datalog/tests/paren-examples/tutorial.txt %%DATADIR%%/pkgs/datalog/tests/parse.rkt +%%DATADIR%%/pkgs/datalog/tests/pr/1.rkt %%DATADIR%%/pkgs/datalog/tests/pretty.rkt %%DATADIR%%/pkgs/datalog/tests/private/env.rkt %%DATADIR%%/pkgs/datalog/tests/private/lex.rkt @@ -2728,6 +6702,40 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/db-lib/info.rkt %%DATADIR%%/pkgs/db/LICENSE.txt %%DATADIR%%/pkgs/db/info.rkt +%%DATADIR%%/pkgs/deinprogramm-signature/LICENSE.txt +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/quickcheck/compiled/info_rkt.dep +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/quickcheck/compiled/info_rkt.zo +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/quickcheck/compiled/quickcheck_rkt.dep +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/quickcheck/compiled/quickcheck_rkt.zo +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/quickcheck/compiled/random_rkt.dep +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/quickcheck/compiled/random_rkt.zo +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/quickcheck/info.rkt +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/quickcheck/quickcheck.rkt +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/quickcheck/quickcheck.scm +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/quickcheck/random.rkt +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/quickcheck/random.scm +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/info_rkt.dep +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/info_rkt.zo +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/signature-english_rkt.dep +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/signature-english_rkt.zo +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/signature-german_rkt.dep +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/signature-german_rkt.zo +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/signature-syntax_rkt.dep +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/signature-syntax_rkt.zo +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/signature-unit_rkt.dep +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/signature-unit_rkt.zo +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/signature_rkt.dep +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/signature_rkt.zo +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/tool_rkt.dep +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/compiled/tool_rkt.zo +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/info.rkt +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/signature-english.rkt +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/signature-german.rkt +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/signature-syntax.rkt +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/signature-unit.rkt +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/signature.rkt +%%DATADIR%%/pkgs/deinprogramm-signature/deinprogramm/signature/tool.rkt +%%DATADIR%%/pkgs/deinprogramm-signature/info.rkt %%DATADIR%%/pkgs/deinprogramm/LICENSE.txt %%DATADIR%%/pkgs/deinprogramm/deinprogramm/DMdA-advanced-reader.rkt %%DATADIR%%/pkgs/deinprogramm/deinprogramm/DMdA-advanced.rkt @@ -2812,17 +6820,6 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/deinprogramm/deinprogramm/line3d.scm %%DATADIR%%/pkgs/deinprogramm/deinprogramm/logo-small.png %%DATADIR%%/pkgs/deinprogramm/deinprogramm/logo-small@2x.png -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/quickcheck/compiled/info_rkt.dep -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/quickcheck/compiled/info_rkt.zo -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/quickcheck/compiled/quickcheck_rkt.dep -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/quickcheck/compiled/quickcheck_rkt.zo -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/quickcheck/compiled/random_rkt.dep -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/quickcheck/compiled/random_rkt.zo -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/quickcheck/info.rkt -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/quickcheck/quickcheck.rkt -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/quickcheck/quickcheck.scm -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/quickcheck/random.rkt -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/quickcheck/random.scm %%DATADIR%%/pkgs/deinprogramm/deinprogramm/run-dmda-code.rkt %%DATADIR%%/pkgs/deinprogramm/deinprogramm/scribblings/DMdA-advanced.scrbl %%DATADIR%%/pkgs/deinprogramm/deinprogramm/scribblings/DMdA-assignments.scrbl @@ -2877,30 +6874,9 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/deinprogramm/deinprogramm/scribblings/std-grammar.rkt %%DATADIR%%/pkgs/deinprogramm/deinprogramm/scribblings/turtle.scrbl %%DATADIR%%/pkgs/deinprogramm/deinprogramm/scribblings/world.scrbl -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/info_rkt.dep -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/info_rkt.zo %%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/module-begin_rkt.dep %%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/module-begin_rkt.zo -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/signature-english_rkt.dep -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/signature-english_rkt.zo -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/signature-german_rkt.dep -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/signature-german_rkt.zo -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/signature-syntax_rkt.dep -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/signature-syntax_rkt.zo -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/signature-unit_rkt.dep -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/signature-unit_rkt.zo -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/signature_rkt.dep -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/signature_rkt.zo -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/tool_rkt.dep -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/compiled/tool_rkt.zo -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/info.rkt %%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/module-begin.rkt -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/signature-english.rkt -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/signature-german.rkt -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/signature-syntax.rkt -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/signature-unit.rkt -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/signature.rkt -%%DATADIR%%/pkgs/deinprogramm/deinprogramm/signature/tool.rkt %%DATADIR%%/pkgs/deinprogramm/deinprogramm/syntax-checkers.rkt %%DATADIR%%/pkgs/deinprogramm/deinprogramm/test-suite.rkt %%DATADIR%%/pkgs/deinprogramm/deinprogramm/tests/compiled/image_rkt.dep @@ -3018,6 +6994,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/draw-doc/scribblings/draw/compiled/color-database-intf_scrbl.zo %%DATADIR%%/pkgs/draw-doc/scribblings/draw/compiled/common_rkt.dep %%DATADIR%%/pkgs/draw-doc/scribblings/draw/compiled/common_rkt.zo +%%DATADIR%%/pkgs/draw-doc/scribblings/draw/compiled/conveniences_scrbl.dep +%%DATADIR%%/pkgs/draw-doc/scribblings/draw/compiled/conveniences_scrbl.zo %%DATADIR%%/pkgs/draw-doc/scribblings/draw/compiled/dc-intf_scrbl.dep %%DATADIR%%/pkgs/draw-doc/scribblings/draw/compiled/dc-intf_scrbl.zo %%DATADIR%%/pkgs/draw-doc/scribblings/draw/compiled/dc-path-class_scrbl.dep @@ -3070,6 +7048,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/draw-doc/scribblings/draw/compiled/svg-dc-class_scrbl.zo %%DATADIR%%/pkgs/draw-doc/scribblings/draw/compiled/unsafe_scrbl.dep %%DATADIR%%/pkgs/draw-doc/scribblings/draw/compiled/unsafe_scrbl.zo +%%DATADIR%%/pkgs/draw-doc/scribblings/draw/conveniences.scrbl %%DATADIR%%/pkgs/draw-doc/scribblings/draw/dc-intf.scrbl %%DATADIR%%/pkgs/draw-doc/scribblings/draw/dc-path-class.scrbl %%DATADIR%%/pkgs/draw-doc/scribblings/draw/draw-contracts.scrbl @@ -3112,7 +7091,10 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/draw-lib/racket/compiled/draw_rkt.dep %%DATADIR%%/pkgs/draw-lib/racket/compiled/draw_rkt.zo %%DATADIR%%/pkgs/draw-lib/racket/draw.rkt +%%DATADIR%%/pkgs/draw-lib/racket/draw/arrow.rkt %%DATADIR%%/pkgs/draw-lib/racket/draw/bmp.rkt +%%DATADIR%%/pkgs/draw-lib/racket/draw/compiled/arrow_rkt.dep +%%DATADIR%%/pkgs/draw-lib/racket/draw/compiled/arrow_rkt.zo %%DATADIR%%/pkgs/draw-lib/racket/draw/compiled/bmp_rkt.dep %%DATADIR%%/pkgs/draw-lib/racket/draw/compiled/bmp_rkt.zo %%DATADIR%%/pkgs/draw-lib/racket/draw/compiled/draw-sig_rkt.dep @@ -3269,6 +7251,12 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/drracket-plugin-lib/drscheme/compiled/tool_rkt.zo %%DATADIR%%/pkgs/drracket-plugin-lib/drscheme/tool.rkt %%DATADIR%%/pkgs/drracket-plugin-lib/info.rkt +%%DATADIR%%/pkgs/drracket-plugin-lib/lang/compiled/debugger-language-interface_rkt.dep +%%DATADIR%%/pkgs/drracket-plugin-lib/lang/compiled/debugger-language-interface_rkt.zo +%%DATADIR%%/pkgs/drracket-plugin-lib/lang/compiled/info_rkt.dep +%%DATADIR%%/pkgs/drracket-plugin-lib/lang/compiled/info_rkt.zo +%%DATADIR%%/pkgs/drracket-plugin-lib/lang/debugger-language-interface.rkt +%%DATADIR%%/pkgs/drracket-plugin-lib/lang/info.rkt %%DATADIR%%/pkgs/drracket-tool-doc/info.rkt %%DATADIR%%/pkgs/drracket-tool-doc/scribblings/drracket-tools/compiled/drracket-tools_scrbl.dep %%DATADIR%%/pkgs/drracket-tool-doc/scribblings/drracket-tools/compiled/drracket-tools_scrbl.zo @@ -3530,6 +7518,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/drracket/drracket/private/compiled/stack-checkpoint_rkt.zo %%DATADIR%%/pkgs/drracket/drracket/private/compiled/stick-figures_rkt.dep %%DATADIR%%/pkgs/drracket/drracket/private/compiled/stick-figures_rkt.zo +%%DATADIR%%/pkgs/drracket/drracket/private/compiled/suffix_rkt.dep +%%DATADIR%%/pkgs/drracket/drracket/private/compiled/suffix_rkt.zo %%DATADIR%%/pkgs/drracket/drracket/private/compiled/syncheck-debug_rkt.dep %%DATADIR%%/pkgs/drracket/drracket/private/compiled/syncheck-debug_rkt.zo %%DATADIR%%/pkgs/drracket/drracket/private/compiled/text_rkt.dep @@ -3597,6 +7587,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/drracket/drracket/private/rep.rkt %%DATADIR%%/pkgs/drracket/drracket/private/stack-checkpoint.rkt %%DATADIR%%/pkgs/drracket/drracket/private/stick-figures.rkt +%%DATADIR%%/pkgs/drracket/drracket/private/suffix.rkt %%DATADIR%%/pkgs/drracket/drracket/private/syncheck-debug.rkt %%DATADIR%%/pkgs/drracket/drracket/private/syncheck/blueboxes-gui.rkt %%DATADIR%%/pkgs/drracket/drracket/private/syncheck/compiled/blueboxes-gui_rkt.dep @@ -3690,12 +7681,6 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/drracket/help/private/compiled/save-bug-report_rkt.zo %%DATADIR%%/pkgs/drracket/help/private/save-bug-report.rkt %%DATADIR%%/pkgs/drracket/info.rkt -%%DATADIR%%/pkgs/drracket/lang/compiled/debugger-language-interface_rkt.dep -%%DATADIR%%/pkgs/drracket/lang/compiled/debugger-language-interface_rkt.zo -%%DATADIR%%/pkgs/drracket/lang/compiled/info_rkt.dep -%%DATADIR%%/pkgs/drracket/lang/compiled/info_rkt.zo -%%DATADIR%%/pkgs/drracket/lang/debugger-language-interface.rkt -%%DATADIR%%/pkgs/drracket/lang/info.rkt %%DATADIR%%/pkgs/drracket/macro-debugger/compiled/info_rkt.dep %%DATADIR%%/pkgs/drracket/macro-debugger/compiled/info_rkt.zo %%DATADIR%%/pkgs/drracket/macro-debugger/compiled/tool_rkt.dep @@ -3806,6 +7791,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/drracket/scribblings/tools/compiled/tool-lib-extracts_rkt.zo %%DATADIR%%/pkgs/drracket/scribblings/tools/compiled/tools_scrbl.dep %%DATADIR%%/pkgs/drracket/scribblings/tools/compiled/tools_scrbl.zo +%%DATADIR%%/pkgs/drracket/scribblings/tools/compiled/tracing_scrbl.dep +%%DATADIR%%/pkgs/drracket/scribblings/tools/compiled/tracing_scrbl.zo %%DATADIR%%/pkgs/drracket/scribblings/tools/compiled/unit_scrbl.dep %%DATADIR%%/pkgs/drracket/scribblings/tools/compiled/unit_scrbl.zo %%DATADIR%%/pkgs/drracket/scribblings/tools/debug.scrbl @@ -3824,6 +7811,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/drracket/scribblings/tools/rep.scrbl %%DATADIR%%/pkgs/drracket/scribblings/tools/tool-lib-extracts.rkt %%DATADIR%%/pkgs/drracket/scribblings/tools/tools.scrbl +%%DATADIR%%/pkgs/drracket/scribblings/tools/tracing.scrbl %%DATADIR%%/pkgs/drracket/scribblings/tools/unit.scrbl %%DATADIR%%/pkgs/drracket/setup/compiled/info_rkt.dep %%DATADIR%%/pkgs/drracket/setup/compiled/info_rkt.zo @@ -5000,6 +8988,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/games/compiled/show-help_rkt.zo %%DATADIR%%/pkgs/games/compiled/show-scribbling_rkt.dep %%DATADIR%%/pkgs/games/compiled/show-scribbling_rkt.zo +%%DATADIR%%/pkgs/games/compiled/tally-maze_rkt.dep +%%DATADIR%%/pkgs/games/compiled/tally-maze_rkt.zo %%DATADIR%%/pkgs/games/crazy8s/compiled/crazy8s_rkt.dep %%DATADIR%%/pkgs/games/crazy8s/compiled/crazy8s_rkt.zo %%DATADIR%%/pkgs/games/crazy8s/compiled/info_rkt.dep @@ -5585,12 +9575,15 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/games/spider/info.rkt %%DATADIR%%/pkgs/games/spider/spider.png %%DATADIR%%/pkgs/games/spider/spider.rkt +%%DATADIR%%/pkgs/games/tally-maze.rkt %%DATADIR%%/pkgs/games/tally-maze/compiled/game_rkt.dep %%DATADIR%%/pkgs/games/tally-maze/compiled/game_rkt.zo %%DATADIR%%/pkgs/games/tally-maze/compiled/info_rkt.dep %%DATADIR%%/pkgs/games/tally-maze/compiled/info_rkt.zo %%DATADIR%%/pkgs/games/tally-maze/compiled/maze_rkt.dep %%DATADIR%%/pkgs/games/tally-maze/compiled/maze_rkt.zo +%%DATADIR%%/pkgs/games/tally-maze/compiled/state_rkt.dep +%%DATADIR%%/pkgs/games/tally-maze/compiled/state_rkt.zo %%DATADIR%%/pkgs/games/tally-maze/game.rkt %%DATADIR%%/pkgs/games/tally-maze/images/pumpkin/pumpkin-48x48.png %%DATADIR%%/pkgs/games/tally-maze/images/pumpkin/pumpkin-64x64.png @@ -5603,6 +9596,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/games/tally-maze/images/very-emotional/37.png %%DATADIR%%/pkgs/games/tally-maze/info.rkt %%DATADIR%%/pkgs/games/tally-maze/maze.rkt +%%DATADIR%%/pkgs/games/tally-maze/state.rkt %%DATADIR%%/pkgs/games/tally-maze/tally-maze.png %%DATADIR%%/pkgs/games/tests/compiled/test-docs-complete_rkt.dep %%DATADIR%%/pkgs/games/tests/compiled/test-docs-complete_rkt.zo @@ -5743,6 +9737,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/compiled/path-dialog_scrbl.zo %%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/compiled/plot_scrbl.dep %%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/compiled/plot_scrbl.zo +%%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/compiled/snip-canvas_scrbl.dep +%%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/compiled/snip-canvas_scrbl.zo %%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/compiled/switchable-button_scrbl.dep %%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/compiled/switchable-button_scrbl.zo %%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/compiled/terminal_scrbl.dep @@ -5792,6 +9788,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/name-message.scrbl %%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/path-dialog.scrbl %%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/plot.scrbl +%%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/snip-canvas.scrbl %%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/switchable-button.scrbl %%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/terminal.scrbl %%DATADIR%%/pkgs/gui-doc/mrlib/scribblings/tex-table.scrbl @@ -5848,6 +9845,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-doc/scribblings/framework/compiled/mode-helpers_rkt.zo %%DATADIR%%/pkgs/gui-doc/scribblings/framework/compiled/mode_scrbl.dep %%DATADIR%%/pkgs/gui-doc/scribblings/framework/compiled/mode_scrbl.zo +%%DATADIR%%/pkgs/gui-doc/scribblings/framework/compiled/notify_scrbl.dep +%%DATADIR%%/pkgs/gui-doc/scribblings/framework/compiled/notify_scrbl.zo %%DATADIR%%/pkgs/gui-doc/scribblings/framework/compiled/number-snip_scrbl.dep %%DATADIR%%/pkgs/gui-doc/scribblings/framework/compiled/number-snip_scrbl.zo %%DATADIR%%/pkgs/gui-doc/scribblings/framework/compiled/panel_scrbl.dep @@ -5887,6 +9886,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-doc/scribblings/framework/menu.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/framework/mode-helpers.rkt %%DATADIR%%/pkgs/gui-doc/scribblings/framework/mode.scrbl +%%DATADIR%%/pkgs/gui-doc/scribblings/framework/notify.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/framework/number-snip.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/framework/panel.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/framework/pasteboard.scrbl @@ -6086,6 +10086,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/snip-class_scrbl.zo %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/snip-classes_scrbl.dep %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/snip-classes_scrbl.zo +%%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/snip-example_rkt.dep +%%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/snip-example_rkt.zo %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/snip-example_scrbl.dep %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/snip-example_scrbl.zo %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/startup_scrbl.dep @@ -6108,6 +10110,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/tab-panel-class_scrbl.zo %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/tab-snip-class_scrbl.dep %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/tab-snip-class_scrbl.zo +%%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/test-snip-example_rkt.dep +%%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/test-snip-example_rkt.zo %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/text-class_scrbl.dep %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/text-class_scrbl.zo %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/text-field-class_scrbl.dep @@ -6132,6 +10136,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/win-overview_scrbl.zo %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/window-intf_scrbl.dep %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/window-intf_scrbl.zo +%%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/wxme-circle-snip_rkt.dep +%%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/wxme-circle-snip_rkt.zo %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/wxme_scrbl.dep %%DATADIR%%/pkgs/gui-doc/scribblings/gui/compiled/wxme_scrbl.zo %%DATADIR%%/pkgs/gui-doc/scribblings/gui/control-event-class.scrbl @@ -6221,6 +10227,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-doc/scribblings/gui/snip-class-list-intf.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/gui/snip-class.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/gui/snip-classes.scrbl +%%DATADIR%%/pkgs/gui-doc/scribblings/gui/snip-example.rkt %%DATADIR%%/pkgs/gui-doc/scribblings/gui/snip-example.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/gui/startup.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/gui/string-snip-class.scrbl @@ -6232,6 +10239,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-doc/scribblings/gui/system-menu-funcs.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/gui/tab-panel-class.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/gui/tab-snip-class.scrbl +%%DATADIR%%/pkgs/gui-doc/scribblings/gui/test-snip-example.rkt %%DATADIR%%/pkgs/gui-doc/scribblings/gui/text-class.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/gui/text-field-class.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/gui/timer-class.scrbl @@ -6244,6 +10252,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-doc/scribblings/gui/win-funcs.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/gui/win-overview.scrbl %%DATADIR%%/pkgs/gui-doc/scribblings/gui/window-intf.scrbl +%%DATADIR%%/pkgs/gui-doc/scribblings/gui/wxme-circle-snip.rkt %%DATADIR%%/pkgs/gui-doc/scribblings/gui/wxme.scrbl %%DATADIR%%/pkgs/gui-lib/LICENSE.txt %%DATADIR%%/pkgs/gui-lib/embedded-gui/compiled/embedded-gui_rkt.dep @@ -6363,6 +10372,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-lib/framework/compiled/keybinding-lang_rkt.zo %%DATADIR%%/pkgs/gui-lib/framework/compiled/main_rkt.dep %%DATADIR%%/pkgs/gui-lib/framework/compiled/main_rkt.zo +%%DATADIR%%/pkgs/gui-lib/framework/compiled/notify_rkt.dep +%%DATADIR%%/pkgs/gui-lib/framework/compiled/notify_rkt.zo %%DATADIR%%/pkgs/gui-lib/framework/compiled/preferences_rkt.dep %%DATADIR%%/pkgs/gui-lib/framework/compiled/preferences_rkt.zo %%DATADIR%%/pkgs/gui-lib/framework/compiled/splash_rkt.dep @@ -6378,6 +10389,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-lib/framework/info.rkt %%DATADIR%%/pkgs/gui-lib/framework/keybinding-lang.rkt %%DATADIR%%/pkgs/gui-lib/framework/main.rkt +%%DATADIR%%/pkgs/gui-lib/framework/notify.rkt %%DATADIR%%/pkgs/gui-lib/framework/preferences.rkt %%DATADIR%%/pkgs/gui-lib/framework/private/application.rkt %%DATADIR%%/pkgs/gui-lib/framework/private/aspell.rkt @@ -6461,6 +10473,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-lib/framework/private/compiled/menu_rkt.zo %%DATADIR%%/pkgs/gui-lib/framework/private/compiled/mode_rkt.dep %%DATADIR%%/pkgs/gui-lib/framework/private/compiled/mode_rkt.zo +%%DATADIR%%/pkgs/gui-lib/framework/private/compiled/notify_rkt.dep +%%DATADIR%%/pkgs/gui-lib/framework/private/compiled/notify_rkt.zo %%DATADIR%%/pkgs/gui-lib/framework/private/compiled/number-snip_rkt.dep %%DATADIR%%/pkgs/gui-lib/framework/private/compiled/number-snip_rkt.zo %%DATADIR%%/pkgs/gui-lib/framework/private/compiled/panel_rkt.dep @@ -6508,6 +10522,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-lib/framework/private/mapdesc.rkt %%DATADIR%%/pkgs/gui-lib/framework/private/menu.rkt %%DATADIR%%/pkgs/gui-lib/framework/private/mode.rkt +%%DATADIR%%/pkgs/gui-lib/framework/private/notify.rkt %%DATADIR%%/pkgs/gui-lib/framework/private/number-snip.rkt %%DATADIR%%/pkgs/gui-lib/framework/private/panel.rkt %%DATADIR%%/pkgs/gui-lib/framework/private/pasteboard.rkt @@ -6525,6 +10540,9 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-lib/hierlist/compiled/hierlist_rkt.dep %%DATADIR%%/pkgs/gui-lib/hierlist/compiled/hierlist_rkt.zo %%DATADIR%%/pkgs/gui-lib/hierlist/hierlist.rkt +%%DATADIR%%/pkgs/gui-lib/icons/plt-icon-16x16.png +%%DATADIR%%/pkgs/gui-lib/icons/plt-icon-32x32.png +%%DATADIR%%/pkgs/gui-lib/icons/plt-icon-48x48.png %%DATADIR%%/pkgs/gui-lib/icons/turn-down-click.png %%DATADIR%%/pkgs/gui-lib/icons/turn-down.png %%DATADIR%%/pkgs/gui-lib/icons/turn-up-click.png @@ -6916,6 +10934,10 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/gl-context_rkt.zo %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/group-panel_rkt.dep %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/group-panel_rkt.zo +%%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/gsettings_rkt.dep +%%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/gsettings_rkt.zo +%%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/gtk3_rkt.dep +%%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/gtk3_rkt.zo %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/init_rkt.dep %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/init_rkt.zo %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/item_rkt.dep @@ -6948,6 +10970,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/queue_rkt.zo %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/radio-box_rkt.dep %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/radio-box_rkt.zo +%%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/resolution_rkt.dep +%%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/resolution_rkt.zo %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/slider_rkt.dep %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/slider_rkt.zo %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/compiled/stddialog_rkt.dep @@ -6982,6 +11006,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/gcwin.rkt %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/gl-context.rkt %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/group-panel.rkt +%%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/gsettings.rkt +%%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/gtk3.rkt %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/init.rkt %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/item.rkt %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/keycode.rkt @@ -6998,6 +11024,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/procs.rkt %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/queue.rkt %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/radio-box.rkt +%%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/resolution.rkt %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/slider.rkt %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/stddialog.rkt %%DATADIR%%/pkgs/gui-lib/mred/private/wx/gtk/style.rkt @@ -7237,6 +11264,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-lib/mrlib/compiled/path-dialog_rkt.zo %%DATADIR%%/pkgs/gui-lib/mrlib/compiled/plot_rkt.dep %%DATADIR%%/pkgs/gui-lib/mrlib/compiled/plot_rkt.zo +%%DATADIR%%/pkgs/gui-lib/mrlib/compiled/snip-canvas_rkt.dep +%%DATADIR%%/pkgs/gui-lib/mrlib/compiled/snip-canvas_rkt.zo %%DATADIR%%/pkgs/gui-lib/mrlib/compiled/switchable-button_rkt.dep %%DATADIR%%/pkgs/gui-lib/mrlib/compiled/switchable-button_rkt.zo %%DATADIR%%/pkgs/gui-lib/mrlib/compiled/syntax-browser_rkt.dep @@ -7339,6 +11368,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-lib/mrlib/private/image-core-bitmap.rkt %%DATADIR%%/pkgs/gui-lib/mrlib/private/image-core-snipclass.rkt %%DATADIR%%/pkgs/gui-lib/mrlib/private/regmk.rkt +%%DATADIR%%/pkgs/gui-lib/mrlib/snip-canvas.rkt %%DATADIR%%/pkgs/gui-lib/mrlib/switchable-button.rkt %%DATADIR%%/pkgs/gui-lib/mrlib/syntax-browser.rkt %%DATADIR%%/pkgs/gui-lib/mrlib/tab-choice.rkt @@ -7378,15 +11408,6 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/gui-lib/scribble/private/compiled/indentation_rkt.dep %%DATADIR%%/pkgs/gui-lib/scribble/private/compiled/indentation_rkt.zo %%DATADIR%%/pkgs/gui-lib/scribble/private/indentation.rkt -%%DATADIR%%/pkgs/gui-lib/unstable/gui/compiled/notify_rkt.dep -%%DATADIR%%/pkgs/gui-lib/unstable/gui/compiled/notify_rkt.zo -%%DATADIR%%/pkgs/gui-lib/unstable/gui/compiled/prefs_rkt.dep -%%DATADIR%%/pkgs/gui-lib/unstable/gui/compiled/prefs_rkt.zo -%%DATADIR%%/pkgs/gui-lib/unstable/gui/notify.rkt -%%DATADIR%%/pkgs/gui-lib/unstable/gui/prefs.rkt -%%DATADIR%%/pkgs/gui-lib/unstable/private/compiled/notify_rkt.dep -%%DATADIR%%/pkgs/gui-lib/unstable/private/compiled/notify_rkt.zo -%%DATADIR%%/pkgs/gui-lib/unstable/private/notify.rkt %%DATADIR%%/pkgs/gui-pkg-manager-lib/LICENSE.txt %%DATADIR%%/pkgs/gui-pkg-manager-lib/info.rkt %%DATADIR%%/pkgs/gui-pkg-manager-lib/pkg/compiled/gui_rkt.dep @@ -7515,10 +11536,10 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/compiled/image-util_rkt.zo %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/compiled/image_scrbl.dep %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/compiled/image_scrbl.zo -%%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/compiled/img-eval_rkt.dep -%%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/compiled/img-eval_rkt.zo %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/compiled/info_rkt.dep %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/compiled/info_rkt.zo +%%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/compiled/itunes_scrbl.dep +%%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/compiled/itunes_scrbl.zo %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/compiled/planetcute_scrbl.dep %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/compiled/planetcute_scrbl.zo %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/compiled/port_rkt.dep @@ -7536,10 +11557,10 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/image-guide.scrbl %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/image-util.rkt %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/image.scrbl -%%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/img-eval.rkt %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/info.rkt %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/io.css %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/io.tex +%%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/itunes.scrbl %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/ligature.png %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/planetcute.scrbl %%DATADIR%%/pkgs/htdp-doc/teachpack/2htdp/scribblings/port.rkt @@ -7646,6 +11667,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/htdp-lib/2htdp/compiled/image_rkt.zo %%DATADIR%%/pkgs/htdp-lib/2htdp/compiled/info_rkt.dep %%DATADIR%%/pkgs/htdp-lib/2htdp/compiled/info_rkt.zo +%%DATADIR%%/pkgs/htdp-lib/2htdp/compiled/itunes_rkt.dep +%%DATADIR%%/pkgs/htdp-lib/2htdp/compiled/itunes_rkt.zo %%DATADIR%%/pkgs/htdp-lib/2htdp/compiled/planetcute_rkt.dep %%DATADIR%%/pkgs/htdp-lib/2htdp/compiled/planetcute_rkt.zo %%DATADIR%%/pkgs/htdp-lib/2htdp/compiled/universe-syntax-parse_rkt.dep @@ -7654,6 +11677,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/htdp-lib/2htdp/compiled/universe_rkt.zo %%DATADIR%%/pkgs/htdp-lib/2htdp/image.rkt %%DATADIR%%/pkgs/htdp-lib/2htdp/info.rkt +%%DATADIR%%/pkgs/htdp-lib/2htdp/itunes.rkt %%DATADIR%%/pkgs/htdp-lib/2htdp/langs.txt %%DATADIR%%/pkgs/htdp-lib/2htdp/planetcute.rkt %%DATADIR%%/pkgs/htdp-lib/2htdp/planetcute/brown-block.png @@ -7986,6 +12010,15 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/htdp-lib/graphics/graphics.rkt %%DATADIR%%/pkgs/htdp-lib/graphics/info.rkt %%DATADIR%%/pkgs/htdp-lib/graphics/main.rkt +%%DATADIR%%/pkgs/htdp-lib/graphics/private/compiled/value-turtles-reader_rkt.dep +%%DATADIR%%/pkgs/htdp-lib/graphics/private/compiled/value-turtles-reader_rkt.zo +%%DATADIR%%/pkgs/htdp-lib/graphics/private/compiled/value-turtles-wxme_rkt.dep +%%DATADIR%%/pkgs/htdp-lib/graphics/private/compiled/value-turtles-wxme_rkt.zo +%%DATADIR%%/pkgs/htdp-lib/graphics/private/compiled/value-turtles_rkt.dep +%%DATADIR%%/pkgs/htdp-lib/graphics/private/compiled/value-turtles_rkt.zo +%%DATADIR%%/pkgs/htdp-lib/graphics/private/value-turtles-reader.rkt +%%DATADIR%%/pkgs/htdp-lib/graphics/private/value-turtles-wxme.rkt +%%DATADIR%%/pkgs/htdp-lib/graphics/private/value-turtles.rkt %%DATADIR%%/pkgs/htdp-lib/graphics/tests/compiled/test-docs-complete_rkt.dep %%DATADIR%%/pkgs/htdp-lib/graphics/tests/compiled/test-docs-complete_rkt.zo %%DATADIR%%/pkgs/htdp-lib/graphics/tests/sixlib.rktl @@ -8005,8 +12038,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/htdp-lib/htdp/bsl+/lang/compiled/reader_rkt.dep %%DATADIR%%/pkgs/htdp-lib/htdp/bsl+/lang/compiled/reader_rkt.zo %%DATADIR%%/pkgs/htdp-lib/htdp/bsl+/lang/reader.rkt -%%DATADIR%%/pkgs/htdp-lib/htdp/bsl/compiled/language-info_rkt.dep -%%DATADIR%%/pkgs/htdp-lib/htdp/bsl/compiled/language-info_rkt.zo +%%DATADIR%%/pkgs/htdp-lib/htdp/bsl/compiled/print-width_rkt.dep +%%DATADIR%%/pkgs/htdp-lib/htdp/bsl/compiled/print-width_rkt.zo %%DATADIR%%/pkgs/htdp-lib/htdp/bsl/compiled/reader_rkt.dep %%DATADIR%%/pkgs/htdp-lib/htdp/bsl/compiled/reader_rkt.zo %%DATADIR%%/pkgs/htdp-lib/htdp/bsl/compiled/runtime_rkt.dep @@ -8014,7 +12047,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/htdp-lib/htdp/bsl/lang/compiled/reader_rkt.dep %%DATADIR%%/pkgs/htdp-lib/htdp/bsl/lang/compiled/reader_rkt.zo %%DATADIR%%/pkgs/htdp-lib/htdp/bsl/lang/reader.rkt -%%DATADIR%%/pkgs/htdp-lib/htdp/bsl/language-info.rkt +%%DATADIR%%/pkgs/htdp-lib/htdp/bsl/print-width.rkt %%DATADIR%%/pkgs/htdp-lib/htdp/bsl/reader.rkt %%DATADIR%%/pkgs/htdp-lib/htdp/bsl/runtime.rkt %%DATADIR%%/pkgs/htdp-lib/htdp/color-structs.rkt @@ -8351,10 +12384,16 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/compiled/image_rkt.zo %%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/compiled/info_rkt.dep %%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/compiled/info_rkt.zo +%%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/compiled/itunes_rkt.dep +%%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/compiled/itunes_rkt.zo %%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/compiled/universe_rkt.dep %%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/compiled/universe_rkt.zo %%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/image.rkt %%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/info.rkt +%%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/itunes.rkt +%%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/scribblings/compiled/img-eval_rkt.dep +%%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/scribblings/compiled/img-eval_rkt.zo +%%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/scribblings/img-eval.rkt %%DATADIR%%/pkgs/htdp-lib/teachpack/2htdp/universe.rkt %%DATADIR%%/pkgs/htdp-lib/teachpack/HISTORY.txt %%DATADIR%%/pkgs/htdp-lib/teachpack/balls.gif @@ -8757,6 +12796,10 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/images-lib/images/private/compiled/flomap_rkt.zo %%DATADIR%%/pkgs/images-lib/images/private/compiled/flonum_rkt.dep %%DATADIR%%/pkgs/images-lib/images/private/compiled/flonum_rkt.zo +%%DATADIR%%/pkgs/images-lib/images/private/compiled/latent-contract_rkt.dep +%%DATADIR%%/pkgs/images-lib/images/private/compiled/latent-contract_rkt.zo +%%DATADIR%%/pkgs/images-lib/images/private/compiled/parameter-group_rkt.dep +%%DATADIR%%/pkgs/images-lib/images/private/compiled/parameter-group_rkt.zo %%DATADIR%%/pkgs/images-lib/images/private/compiled/utils_rkt.dep %%DATADIR%%/pkgs/images-lib/images/private/compiled/utils_rkt.zo %%DATADIR%%/pkgs/images-lib/images/private/deep-flomap-parameters.rkt @@ -8776,6 +12819,11 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/images-lib/images/private/flomap-transform.rkt %%DATADIR%%/pkgs/images-lib/images/private/flomap.rkt %%DATADIR%%/pkgs/images-lib/images/private/flonum.rkt +%%DATADIR%%/pkgs/images-lib/images/private/latent-contract.rkt +%%DATADIR%%/pkgs/images-lib/images/private/latent-contract/compiled/defthing_rkt.dep +%%DATADIR%%/pkgs/images-lib/images/private/latent-contract/compiled/defthing_rkt.zo +%%DATADIR%%/pkgs/images-lib/images/private/latent-contract/defthing.rkt +%%DATADIR%%/pkgs/images-lib/images/private/parameter-group.rkt %%DATADIR%%/pkgs/images-lib/images/private/utils.rkt %%DATADIR%%/pkgs/images-lib/info.rkt %%DATADIR%%/pkgs/images/info.rkt @@ -8909,11 +12957,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/macro-debugger-text-lib/macro-debugger/util/compiled/eomap_rkt.zo %%DATADIR%%/pkgs/macro-debugger-text-lib/macro-debugger/util/compiled/mpi_rkt.dep %%DATADIR%%/pkgs/macro-debugger-text-lib/macro-debugger/util/compiled/mpi_rkt.zo -%%DATADIR%%/pkgs/macro-debugger-text-lib/macro-debugger/util/compiled/stxobj_rkt.dep -%%DATADIR%%/pkgs/macro-debugger-text-lib/macro-debugger/util/compiled/stxobj_rkt.zo %%DATADIR%%/pkgs/macro-debugger-text-lib/macro-debugger/util/eomap.rkt %%DATADIR%%/pkgs/macro-debugger-text-lib/macro-debugger/util/mpi.rkt -%%DATADIR%%/pkgs/macro-debugger-text-lib/macro-debugger/util/stxobj.rkt %%DATADIR%%/pkgs/macro-debugger-text-lib/macro-debugger/view/compiled/debug-format_rkt.dep %%DATADIR%%/pkgs/macro-debugger-text-lib/macro-debugger/view/compiled/debug-format_rkt.zo %%DATADIR%%/pkgs/macro-debugger-text-lib/macro-debugger/view/debug-format.rkt @@ -8994,6 +13039,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/compiled/debug_rkt.zo %%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/compiled/extensions_rkt.dep %%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/compiled/extensions_rkt.zo +%%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/compiled/find_rkt.dep +%%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/compiled/find_rkt.zo %%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/compiled/frame_rkt.dep %%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/compiled/frame_rkt.zo %%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/compiled/gui-util_rkt.dep @@ -9015,6 +13062,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/cursor.rkt %%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/debug.rkt %%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/extensions.rkt +%%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/find.rkt %%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/frame.rkt %%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/gui-util.rkt %%DATADIR%%/pkgs/macro-debugger/macro-debugger/view/hiding-panel.rkt @@ -9078,15 +13126,6 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/macro-debugger/tests/macro-debugger/tests/syntax-errors.rkt %%DATADIR%%/pkgs/macro-debugger/tests/macro-debugger/tests/syntax-macros.rkt %%DATADIR%%/pkgs/macro-debugger/tests/macro-debugger/tests/syntax-modules.rkt -%%DATADIR%%/pkgs/macro-debugger/unstable/compiled/find_rkt.dep -%%DATADIR%%/pkgs/macro-debugger/unstable/compiled/find_rkt.zo -%%DATADIR%%/pkgs/macro-debugger/unstable/compiled/info_rkt.dep -%%DATADIR%%/pkgs/macro-debugger/unstable/compiled/info_rkt.zo -%%DATADIR%%/pkgs/macro-debugger/unstable/compiled/unstable-find_scrbl.dep -%%DATADIR%%/pkgs/macro-debugger/unstable/compiled/unstable-find_scrbl.zo -%%DATADIR%%/pkgs/macro-debugger/unstable/find.rkt -%%DATADIR%%/pkgs/macro-debugger/unstable/info.rkt -%%DATADIR%%/pkgs/macro-debugger/unstable/unstable-find.scrbl %%DATADIR%%/pkgs/main-distribution/LICENSE.txt %%DATADIR%%/pkgs/main-distribution/info.rkt %%DATADIR%%/pkgs/make/LICENSE.txt @@ -9881,6 +13920,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/net-doc/net/scribblings/compiled/net_scrbl.zo %%DATADIR%%/pkgs/net-doc/net/scribblings/compiled/nntp_scrbl.dep %%DATADIR%%/pkgs/net-doc/net/scribblings/compiled/nntp_scrbl.zo +%%DATADIR%%/pkgs/net-doc/net/scribblings/compiled/osx-ssl_scrbl.dep +%%DATADIR%%/pkgs/net-doc/net/scribblings/compiled/osx-ssl_scrbl.zo %%DATADIR%%/pkgs/net-doc/net/scribblings/compiled/pop3_scrbl.dep %%DATADIR%%/pkgs/net-doc/net/scribblings/compiled/pop3_scrbl.zo %%DATADIR%%/pkgs/net-doc/net/scribblings/compiled/qp_scrbl.dep @@ -9916,6 +13957,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/net-doc/net/scribblings/mime.scrbl %%DATADIR%%/pkgs/net-doc/net/scribblings/net.scrbl %%DATADIR%%/pkgs/net-doc/net/scribblings/nntp.scrbl +%%DATADIR%%/pkgs/net-doc/net/scribblings/osx-ssl.scrbl %%DATADIR%%/pkgs/net-doc/net/scribblings/pop3.scrbl %%DATADIR%%/pkgs/net-doc/net/scribblings/qp.scrbl %%DATADIR%%/pkgs/net-doc/net/scribblings/sendmail.scrbl @@ -9979,8 +14021,14 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/net-lib/net/private/compiled/ip_rkt.zo %%DATADIR%%/pkgs/net-lib/net/private/compiled/rbtree_rkt.dep %%DATADIR%%/pkgs/net-lib/net/private/compiled/rbtree_rkt.zo +%%DATADIR%%/pkgs/net-lib/net/private/compiled/rr-generic_rkt.dep +%%DATADIR%%/pkgs/net-lib/net/private/compiled/rr-generic_rkt.zo +%%DATADIR%%/pkgs/net-lib/net/private/compiled/rr-srv_rkt.dep +%%DATADIR%%/pkgs/net-lib/net/private/compiled/rr-srv_rkt.zo %%DATADIR%%/pkgs/net-lib/net/private/ip.rkt %%DATADIR%%/pkgs/net-lib/net/private/rbtree.rkt +%%DATADIR%%/pkgs/net-lib/net/private/rr-generic.rkt +%%DATADIR%%/pkgs/net-lib/net/private/rr-srv.rkt %%DATADIR%%/pkgs/net-lib/net/qp.rkt %%DATADIR%%/pkgs/net-lib/net/sendmail.rkt %%DATADIR%%/pkgs/net-lib/net/sendurl.rkt @@ -10043,6 +14091,21 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/optimization-coach/optimization-coach/tool.rkt %%DATADIR%%/pkgs/optimization-coach/optimization-coach/typed-racket.rkt %%DATADIR%%/pkgs/optimization-coach/optimization-coach/utils.rkt +%%DATADIR%%/pkgs/option-contract-doc/LICENSE.txt +%%DATADIR%%/pkgs/option-contract-doc/info.rkt +%%DATADIR%%/pkgs/option-contract-doc/scribblings/compiled/info_rkt.dep +%%DATADIR%%/pkgs/option-contract-doc/scribblings/compiled/info_rkt.zo +%%DATADIR%%/pkgs/option-contract-doc/scribblings/compiled/option-contract_scrbl.dep +%%DATADIR%%/pkgs/option-contract-doc/scribblings/compiled/option-contract_scrbl.zo +%%DATADIR%%/pkgs/option-contract-doc/scribblings/info.rkt +%%DATADIR%%/pkgs/option-contract-doc/scribblings/option-contract.scrbl +%%DATADIR%%/pkgs/option-contract-lib/LICENSE.txt +%%DATADIR%%/pkgs/option-contract-lib/info.rkt +%%DATADIR%%/pkgs/option-contract-lib/racket/contract/compiled/option_rkt.dep +%%DATADIR%%/pkgs/option-contract-lib/racket/contract/compiled/option_rkt.zo +%%DATADIR%%/pkgs/option-contract-lib/racket/contract/option.rkt +%%DATADIR%%/pkgs/option-contract/LICENSE.txt +%%DATADIR%%/pkgs/option-contract/info.rkt %%DATADIR%%/pkgs/parser-tools-doc/LICENSE.txt %%DATADIR%%/pkgs/parser-tools-doc/info.rkt %%DATADIR%%/pkgs/parser-tools-doc/parser-tools/compiled/info_rkt.dep @@ -10152,30 +14215,44 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/pict-doc/pict/info.rkt %%DATADIR%%/pkgs/pict-doc/pict/scribblings/anim.scrbl %%DATADIR%%/pkgs/pict-doc/pict/scribblings/code.scrbl +%%DATADIR%%/pkgs/pict-doc/pict/scribblings/color.scrbl %%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/anim_scrbl.dep %%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/anim_scrbl.zo %%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/code_scrbl.dep %%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/code_scrbl.zo +%%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/color_scrbl.dep +%%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/color_scrbl.zo +%%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/conditional_scrbl.dep +%%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/conditional_scrbl.zo %%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/more_scrbl.dep %%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/more_scrbl.zo %%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/pict-diagram_rkt.dep %%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/pict-diagram_rkt.zo %%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/pict_scrbl.dep %%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/pict_scrbl.zo +%%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/shadow_scrbl.dep +%%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/shadow_scrbl.zo %%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/tree-layout_scrbl.dep %%DATADIR%%/pkgs/pict-doc/pict/scribblings/compiled/tree-layout_scrbl.zo +%%DATADIR%%/pkgs/pict-doc/pict/scribblings/conditional.scrbl %%DATADIR%%/pkgs/pict-doc/pict/scribblings/more.scrbl %%DATADIR%%/pkgs/pict-doc/pict/scribblings/pict-diagram.rkt %%DATADIR%%/pkgs/pict-doc/pict/scribblings/pict.scrbl +%%DATADIR%%/pkgs/pict-doc/pict/scribblings/shadow.scrbl %%DATADIR%%/pkgs/pict-doc/pict/scribblings/tree-layout.scrbl %%DATADIR%%/pkgs/pict-lib/LICENSE.txt %%DATADIR%%/pkgs/pict-lib/info.rkt %%DATADIR%%/pkgs/pict-lib/pict/balloon.rkt %%DATADIR%%/pkgs/pict-lib/pict/code.rkt +%%DATADIR%%/pkgs/pict-lib/pict/color.rkt %%DATADIR%%/pkgs/pict-lib/pict/compiled/balloon_rkt.dep %%DATADIR%%/pkgs/pict-lib/pict/compiled/balloon_rkt.zo %%DATADIR%%/pkgs/pict-lib/pict/compiled/code_rkt.dep %%DATADIR%%/pkgs/pict-lib/pict/compiled/code_rkt.zo +%%DATADIR%%/pkgs/pict-lib/pict/compiled/color_rkt.dep +%%DATADIR%%/pkgs/pict-lib/pict/compiled/color_rkt.zo +%%DATADIR%%/pkgs/pict-lib/pict/compiled/conditional_rkt.dep +%%DATADIR%%/pkgs/pict-lib/pict/compiled/conditional_rkt.zo %%DATADIR%%/pkgs/pict-lib/pict/compiled/convert_rkt.dep %%DATADIR%%/pkgs/pict-lib/pict/compiled/convert_rkt.zo %%DATADIR%%/pkgs/pict-lib/pict/compiled/face_rkt.dep @@ -10184,8 +14261,11 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/pict-lib/pict/compiled/flash_rkt.zo %%DATADIR%%/pkgs/pict-lib/pict/compiled/main_rkt.dep %%DATADIR%%/pkgs/pict-lib/pict/compiled/main_rkt.zo +%%DATADIR%%/pkgs/pict-lib/pict/compiled/shadow_rkt.dep +%%DATADIR%%/pkgs/pict-lib/pict/compiled/shadow_rkt.zo %%DATADIR%%/pkgs/pict-lib/pict/compiled/tree-layout_rkt.dep %%DATADIR%%/pkgs/pict-lib/pict/compiled/tree-layout_rkt.zo +%%DATADIR%%/pkgs/pict-lib/pict/conditional.rkt %%DATADIR%%/pkgs/pict-lib/pict/convert.rkt %%DATADIR%%/pkgs/pict-lib/pict/face.rkt %%DATADIR%%/pkgs/pict-lib/pict/flash.rkt @@ -10217,6 +14297,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/pict-lib/pict/private/play-pict.rkt %%DATADIR%%/pkgs/pict-lib/pict/private/tidier.rkt %%DATADIR%%/pkgs/pict-lib/pict/private/utils.rkt +%%DATADIR%%/pkgs/pict-lib/pict/shadow.rkt %%DATADIR%%/pkgs/pict-lib/pict/tree-layout.rkt %%DATADIR%%/pkgs/pict-lib/texpict/balloon.rkt %%DATADIR%%/pkgs/pict-lib/texpict/code.rkt @@ -10293,428 +14374,432 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/picturing-programs/teachpack/compiled/picturing-programs_rkt.zo %%DATADIR%%/pkgs/picturing-programs/teachpack/picturing-programs.rkt %%DATADIR%%/pkgs/pkgs.rktd -%%DATADIR%%/pkgs/plai/HISTORY.txt -%%DATADIR%%/pkgs/plai/LICENSE.txt -%%DATADIR%%/pkgs/plai/collector.rkt -%%DATADIR%%/pkgs/plai/collector/lang/compiled/reader_rkt.dep -%%DATADIR%%/pkgs/plai/collector/lang/compiled/reader_rkt.zo -%%DATADIR%%/pkgs/plai/collector/lang/reader.rkt -%%DATADIR%%/pkgs/plai/compiled/collector_rkt.dep -%%DATADIR%%/pkgs/plai/compiled/collector_rkt.zo -%%DATADIR%%/pkgs/plai/compiled/datatype_rkt.dep -%%DATADIR%%/pkgs/plai/compiled/datatype_rkt.zo -%%DATADIR%%/pkgs/plai/compiled/info_rkt.dep -%%DATADIR%%/pkgs/plai/compiled/info_rkt.zo -%%DATADIR%%/pkgs/plai/compiled/main_rkt.dep -%%DATADIR%%/pkgs/plai/compiled/main_rkt.zo -%%DATADIR%%/pkgs/plai/compiled/mutator_rkt.dep -%%DATADIR%%/pkgs/plai/compiled/mutator_rkt.zo -%%DATADIR%%/pkgs/plai/compiled/random-mutator_rkt.dep -%%DATADIR%%/pkgs/plai/compiled/random-mutator_rkt.zo -%%DATADIR%%/pkgs/plai/compiled/test-harness_rkt.dep -%%DATADIR%%/pkgs/plai/compiled/test-harness_rkt.zo -%%DATADIR%%/pkgs/plai/compiled/web_rkt.dep -%%DATADIR%%/pkgs/plai/compiled/web_rkt.zo -%%DATADIR%%/pkgs/plai/datatype.rkt -%%DATADIR%%/pkgs/plai/gc2/collector.rkt -%%DATADIR%%/pkgs/plai/gc2/collector/lang/compiled/reader_rkt.dep -%%DATADIR%%/pkgs/plai/gc2/collector/lang/compiled/reader_rkt.zo -%%DATADIR%%/pkgs/plai/gc2/collector/lang/reader.rkt -%%DATADIR%%/pkgs/plai/gc2/compiled/collector_rkt.dep -%%DATADIR%%/pkgs/plai/gc2/compiled/collector_rkt.zo -%%DATADIR%%/pkgs/plai/gc2/compiled/mutator_rkt.dep -%%DATADIR%%/pkgs/plai/gc2/compiled/mutator_rkt.zo -%%DATADIR%%/pkgs/plai/gc2/mutator.rkt -%%DATADIR%%/pkgs/plai/gc2/mutator/lang/compiled/reader_rkt.dep -%%DATADIR%%/pkgs/plai/gc2/mutator/lang/compiled/reader_rkt.zo -%%DATADIR%%/pkgs/plai/gc2/mutator/lang/reader.rkt -%%DATADIR%%/pkgs/plai/gc2/private/collector-exports.rkt -%%DATADIR%%/pkgs/plai/gc2/private/compiled/collector-exports_rkt.dep -%%DATADIR%%/pkgs/plai/gc2/private/compiled/collector-exports_rkt.zo -%%DATADIR%%/pkgs/plai/gc2/private/compiled/gc-core_rkt.dep -%%DATADIR%%/pkgs/plai/gc2/private/compiled/gc-core_rkt.zo -%%DATADIR%%/pkgs/plai/gc2/private/compiled/gc-gui_rkt.dep -%%DATADIR%%/pkgs/plai/gc2/private/compiled/gc-gui_rkt.zo -%%DATADIR%%/pkgs/plai/gc2/private/compiled/gc-transformer_rkt.dep -%%DATADIR%%/pkgs/plai/gc2/private/compiled/gc-transformer_rkt.zo -%%DATADIR%%/pkgs/plai/gc2/private/gc-core.rkt -%%DATADIR%%/pkgs/plai/gc2/private/gc-gui.rkt -%%DATADIR%%/pkgs/plai/gc2/private/gc-transformer.rkt +%%DATADIR%%/pkgs/plai-doc/compiled/info_rkt.dep +%%DATADIR%%/pkgs/plai-doc/compiled/info_rkt.zo +%%DATADIR%%/pkgs/plai-doc/info.rkt +%%DATADIR%%/pkgs/plai-doc/scribblings/collector.scrbl +%%DATADIR%%/pkgs/plai-doc/scribblings/collector2.scrbl +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/collector2_scrbl.dep +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/collector2_scrbl.zo +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/collector_scrbl.dep +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/collector_scrbl.zo +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/fake-collector2_rkt.dep +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/fake-collector2_rkt.zo +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/fake-collector_rkt.dep +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/fake-collector_rkt.zo +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/fake-mutator2_rkt.dep +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/fake-mutator2_rkt.zo +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/fake-mutator_rkt.dep +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/fake-mutator_rkt.zo +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/fake-web_rkt.dep +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/fake-web_rkt.zo +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/lang-names_rkt.dep +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/lang-names_rkt.zo +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/mutator2_scrbl.dep +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/mutator2_scrbl.zo +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/mutator_scrbl.dep +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/mutator_scrbl.zo +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/plai-exports_rkt.dep +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/plai-exports_rkt.zo +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/plai_scrbl.dep +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/plai_scrbl.zo +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/rkt-exports_rkt.dep +%%DATADIR%%/pkgs/plai-doc/scribblings/compiled/rkt-exports_rkt.zo +%%DATADIR%%/pkgs/plai-doc/scribblings/fake-collector.rkt +%%DATADIR%%/pkgs/plai-doc/scribblings/fake-collector2.rkt +%%DATADIR%%/pkgs/plai-doc/scribblings/fake-mutator.rkt +%%DATADIR%%/pkgs/plai-doc/scribblings/fake-mutator2.rkt +%%DATADIR%%/pkgs/plai-doc/scribblings/fake-web.rkt +%%DATADIR%%/pkgs/plai-doc/scribblings/lang-names.rkt +%%DATADIR%%/pkgs/plai-doc/scribblings/mutator.scrbl +%%DATADIR%%/pkgs/plai-doc/scribblings/mutator2.scrbl +%%DATADIR%%/pkgs/plai-doc/scribblings/plai-exports.rkt +%%DATADIR%%/pkgs/plai-doc/scribblings/plai.scrbl +%%DATADIR%%/pkgs/plai-doc/scribblings/rkt-exports.rkt +%%DATADIR%%/pkgs/plai-lib/HISTORY.txt +%%DATADIR%%/pkgs/plai-lib/LICENSE.txt +%%DATADIR%%/pkgs/plai-lib/collector.rkt +%%DATADIR%%/pkgs/plai-lib/collector/lang/compiled/reader_rkt.dep +%%DATADIR%%/pkgs/plai-lib/collector/lang/compiled/reader_rkt.zo +%%DATADIR%%/pkgs/plai-lib/collector/lang/reader.rkt +%%DATADIR%%/pkgs/plai-lib/compiled/collector_rkt.dep +%%DATADIR%%/pkgs/plai-lib/compiled/collector_rkt.zo +%%DATADIR%%/pkgs/plai-lib/compiled/datatype_rkt.dep +%%DATADIR%%/pkgs/plai-lib/compiled/datatype_rkt.zo +%%DATADIR%%/pkgs/plai-lib/compiled/info_rkt.dep +%%DATADIR%%/pkgs/plai-lib/compiled/info_rkt.zo +%%DATADIR%%/pkgs/plai-lib/compiled/main_rkt.dep +%%DATADIR%%/pkgs/plai-lib/compiled/main_rkt.zo +%%DATADIR%%/pkgs/plai-lib/compiled/mutator_rkt.dep +%%DATADIR%%/pkgs/plai-lib/compiled/mutator_rkt.zo +%%DATADIR%%/pkgs/plai-lib/compiled/random-mutator_rkt.dep +%%DATADIR%%/pkgs/plai-lib/compiled/random-mutator_rkt.zo +%%DATADIR%%/pkgs/plai-lib/compiled/test-harness_rkt.dep +%%DATADIR%%/pkgs/plai-lib/compiled/test-harness_rkt.zo +%%DATADIR%%/pkgs/plai-lib/compiled/web_rkt.dep +%%DATADIR%%/pkgs/plai-lib/compiled/web_rkt.zo +%%DATADIR%%/pkgs/plai-lib/datatype.rkt +%%DATADIR%%/pkgs/plai-lib/gc2/collector.rkt +%%DATADIR%%/pkgs/plai-lib/gc2/collector/lang/compiled/reader_rkt.dep +%%DATADIR%%/pkgs/plai-lib/gc2/collector/lang/compiled/reader_rkt.zo +%%DATADIR%%/pkgs/plai-lib/gc2/collector/lang/reader.rkt +%%DATADIR%%/pkgs/plai-lib/gc2/compiled/collector_rkt.dep +%%DATADIR%%/pkgs/plai-lib/gc2/compiled/collector_rkt.zo +%%DATADIR%%/pkgs/plai-lib/gc2/compiled/mutator_rkt.dep +%%DATADIR%%/pkgs/plai-lib/gc2/compiled/mutator_rkt.zo +%%DATADIR%%/pkgs/plai-lib/gc2/mutator.rkt +%%DATADIR%%/pkgs/plai-lib/gc2/mutator/lang/compiled/reader_rkt.dep +%%DATADIR%%/pkgs/plai-lib/gc2/mutator/lang/compiled/reader_rkt.zo +%%DATADIR%%/pkgs/plai-lib/gc2/mutator/lang/reader.rkt +%%DATADIR%%/pkgs/plai-lib/gc2/private/collector-exports.rkt +%%DATADIR%%/pkgs/plai-lib/gc2/private/compiled/collector-exports_rkt.dep +%%DATADIR%%/pkgs/plai-lib/gc2/private/compiled/collector-exports_rkt.zo +%%DATADIR%%/pkgs/plai-lib/gc2/private/compiled/gc-core_rkt.dep +%%DATADIR%%/pkgs/plai-lib/gc2/private/compiled/gc-core_rkt.zo +%%DATADIR%%/pkgs/plai-lib/gc2/private/compiled/gc-gui_rkt.dep +%%DATADIR%%/pkgs/plai-lib/gc2/private/compiled/gc-gui_rkt.zo +%%DATADIR%%/pkgs/plai-lib/gc2/private/compiled/gc-transformer_rkt.dep +%%DATADIR%%/pkgs/plai-lib/gc2/private/compiled/gc-transformer_rkt.zo +%%DATADIR%%/pkgs/plai-lib/gc2/private/gc-core.rkt +%%DATADIR%%/pkgs/plai-lib/gc2/private/gc-gui.rkt +%%DATADIR%%/pkgs/plai-lib/gc2/private/gc-transformer.rkt +%%DATADIR%%/pkgs/plai-lib/info.rkt +%%DATADIR%%/pkgs/plai-lib/lang/compiled/reader_rkt.dep +%%DATADIR%%/pkgs/plai-lib/lang/compiled/reader_rkt.zo +%%DATADIR%%/pkgs/plai-lib/lang/reader.rkt +%%DATADIR%%/pkgs/plai-lib/main.rkt +%%DATADIR%%/pkgs/plai-lib/mutator.rkt +%%DATADIR%%/pkgs/plai-lib/mutator/lang/compiled/reader_rkt.dep +%%DATADIR%%/pkgs/plai-lib/mutator/lang/compiled/reader_rkt.zo +%%DATADIR%%/pkgs/plai-lib/mutator/lang/reader.rkt +%%DATADIR%%/pkgs/plai-lib/plai-large.gif +%%DATADIR%%/pkgs/plai-lib/plai-small.gif +%%DATADIR%%/pkgs/plai-lib/private/collector-exports.rkt +%%DATADIR%%/pkgs/plai-lib/private/command-line.rkt +%%DATADIR%%/pkgs/plai-lib/private/compiled/collector-exports_rkt.dep +%%DATADIR%%/pkgs/plai-lib/private/compiled/collector-exports_rkt.zo +%%DATADIR%%/pkgs/plai-lib/private/compiled/command-line_rkt.dep +%%DATADIR%%/pkgs/plai-lib/private/compiled/command-line_rkt.zo +%%DATADIR%%/pkgs/plai-lib/private/compiled/gc-core_rkt.dep +%%DATADIR%%/pkgs/plai-lib/private/compiled/gc-core_rkt.zo +%%DATADIR%%/pkgs/plai-lib/private/compiled/gc-gui_rkt.dep +%%DATADIR%%/pkgs/plai-lib/private/compiled/gc-gui_rkt.zo +%%DATADIR%%/pkgs/plai-lib/private/compiled/gc-transformer_rkt.dep +%%DATADIR%%/pkgs/plai-lib/private/compiled/gc-transformer_rkt.zo +%%DATADIR%%/pkgs/plai-lib/private/compiled/random-mutator_rkt.dep +%%DATADIR%%/pkgs/plai-lib/private/compiled/random-mutator_rkt.zo +%%DATADIR%%/pkgs/plai-lib/private/compiled/sandbox_rkt.dep +%%DATADIR%%/pkgs/plai-lib/private/compiled/sandbox_rkt.zo +%%DATADIR%%/pkgs/plai-lib/private/compiled/test_rkt.dep +%%DATADIR%%/pkgs/plai-lib/private/compiled/test_rkt.zo +%%DATADIR%%/pkgs/plai-lib/private/gc-core.rkt +%%DATADIR%%/pkgs/plai-lib/private/gc-gui.rkt +%%DATADIR%%/pkgs/plai-lib/private/gc-transformer.rkt +%%DATADIR%%/pkgs/plai-lib/private/random-mutator.rkt +%%DATADIR%%/pkgs/plai-lib/private/sandbox.rkt +%%DATADIR%%/pkgs/plai-lib/private/test.rkt +%%DATADIR%%/pkgs/plai-lib/random-mutator.rkt +%%DATADIR%%/pkgs/plai-lib/test-harness.rkt +%%DATADIR%%/pkgs/plai-lib/tests/check-syntax.rkt +%%DATADIR%%/pkgs/plai-lib/tests/compiled/check-syntax_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/compiled/check-syntax_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/compiled/datatype-coverage_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/compiled/datatype-coverage_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/compiled/datatype-exports_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/compiled/datatype-exports_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/compiled/datatype-state_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/compiled/datatype-state_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/compiled/datatype_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/compiled/datatype_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/compiled/info_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/compiled/info_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/compiled/printer_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/compiled/printer_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/compiled/shared_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/compiled/shared_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/compiled/test-harness_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/compiled/test-harness_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/compiled/test-random-mutator_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/compiled/test-random-mutator_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/compiled/util_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/compiled/util_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/compiled/web_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/compiled/web_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/datatype-coverage.rkt +%%DATADIR%%/pkgs/plai-lib/tests/datatype-exports.rkt +%%DATADIR%%/pkgs/plai-lib/tests/datatype-state.rkt +%%DATADIR%%/pkgs/plai-lib/tests/datatype.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/bad-collectors/no-collection-collector.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/bad-mutators/mut-1.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/bad-mutators/mutator0.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/bad-mutators/mutator1.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/bad-mutators/mutator2.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/bad-mutators/mutator3.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/bad-mutators/mutator5.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/bad-mutators/void-app.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/compiled/info_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/compiled/info_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/compiled/run-test_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/compiled/run-test_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-collectors/compiled/good-collector_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-collectors/compiled/good-collector_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-collectors/compiled/trivial-collector_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-collectors/compiled/trivial-collector_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-collectors/good-collector.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-collectors/trivial-collector.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/andor.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/app.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/bindings.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/by-val.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/case.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/circular.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/classic-error.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/closure-1.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/closure-2.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/andor_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/andor_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/app_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/app_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/bindings_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/bindings_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/by-val_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/by-val_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/case_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/case_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/circular_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/circular_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/classic-error_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/classic-error_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/closure-1_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/closure-1_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/closure-2_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/closure-2_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/cond_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/cond_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/danny-bug_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/danny-bug_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/else_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/else_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/empty-mutator_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/empty-mutator_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/gc-order_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/gc-order_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/global-roots_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/global-roots_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/imports_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/imports_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/kathi-bug-1_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/kathi-bug-1_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/me-let_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/me-let_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/modpath_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/modpath_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/mutator4_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/mutator4_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/mutator6_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/mutator6_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/mutator7_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/mutator7_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/names_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/names_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/proc-list_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/proc-list_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/repeat-test_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/repeat-test_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/setbang_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/setbang_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/sfs_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/sfs_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/student-1_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/student-1_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/student20111116_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/student20111116_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/tail-calls_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/tail-calls_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/test-framework_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/test-framework_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/thunks_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/compiled/thunks_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/cond.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/danny-bug.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/else.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/empty-mutator.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/gc-order.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/global-roots.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/imports.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/kathi-bug-1.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/me-let.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/modpath.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/mutator4.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/mutator6.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/mutator7.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/names.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/proc-list.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/repeat-test.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/setbang.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/sfs.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/student-1.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/student20111116.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/tail-calls.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/test-framework.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/good-mutators/thunks.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/info.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/other-mutators/begin.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/other-mutators/error.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/other-mutators/printing.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/other-mutators/quote.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/other-mutators/top.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc/run-test.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/bad-collectors/no-collection-collector.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/bad-mutators/mut-1.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/bad-mutators/mutator0.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/bad-mutators/mutator1.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/bad-mutators/mutator2.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/bad-mutators/mutator3.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/bad-mutators/mutator5.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/bad-mutators/setbang.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/bad-mutators/void-app.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/compiled/info_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/compiled/info_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/compiled/roots-test_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/compiled/roots-test_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/compiled/run-test_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/compiled/run-test_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/compiled/set-restriction-test_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/compiled/set-restriction-test_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-collectors/compiled/good-collector_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-collectors/compiled/good-collector_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-collectors/compiled/trivial-collector_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-collectors/compiled/trivial-collector_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-collectors/compiled/trivial-moving-collector_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-collectors/compiled/trivial-moving-collector_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-collectors/good-collector.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-collectors/trivial-collector.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-collectors/trivial-moving-collector.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/andor.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/app.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/bindings.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/by-val.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/case.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/circular.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/classic-error.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/closure-1.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/closure-2.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/andor_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/andor_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/app_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/app_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/bindings_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/bindings_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/by-val_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/by-val_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/case_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/case_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/circular_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/circular_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/classic-error_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/classic-error_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/closure-1_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/closure-1_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/closure-2_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/closure-2_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/cond_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/cond_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/danny-bug_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/danny-bug_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/else_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/else_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/empty-mutator_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/empty-mutator_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/gc-order_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/gc-order_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/global-roots_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/global-roots_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/imports_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/imports_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/kathi-bug-1_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/kathi-bug-1_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/modpath_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/modpath_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/mutator4_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/mutator4_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/mutator6_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/mutator6_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/mutator7_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/mutator7_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/mv_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/mv_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/names_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/names_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/nested-lam_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/nested-lam_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/proc-list_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/proc-list_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/repeat-test_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/repeat-test_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/sfs_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/sfs_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/student-1_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/student-1_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/student20111116_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/student20111116_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/tail-calls_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/tail-calls_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/test-framework_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/test-framework_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/test-moving_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/test-moving_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/thunks_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/thunks_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/yixi_rkt.dep +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/compiled/yixi_rkt.zo +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/cond.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/danny-bug.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/else.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/empty-mutator.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/gc-order.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/global-roots.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/imports.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/kathi-bug-1.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/modpath.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/mutator4.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/mutator6.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/mutator7.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/mv.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/names.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/nested-lam.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/proc-list.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/repeat-test.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/sfs.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/student-1.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/student20111116.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/tail-calls.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/test-framework.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/test-moving.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/thunks.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/good-mutators/yixi.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/info.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/other-mutators/begin.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/other-mutators/error.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/other-mutators/morse.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/other-mutators/printing.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/other-mutators/quote.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/other-mutators/top.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/roots-test.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/run-test.rkt +%%DATADIR%%/pkgs/plai-lib/tests/gc2/set-restriction-test.rkt +%%DATADIR%%/pkgs/plai-lib/tests/info.rkt +%%DATADIR%%/pkgs/plai-lib/tests/printer.rkt +%%DATADIR%%/pkgs/plai-lib/tests/shared.rkt +%%DATADIR%%/pkgs/plai-lib/tests/test-harness.rkt +%%DATADIR%%/pkgs/plai-lib/tests/test-random-mutator.rkt +%%DATADIR%%/pkgs/plai-lib/tests/util.rkt +%%DATADIR%%/pkgs/plai-lib/tests/web.rkt +%%DATADIR%%/pkgs/plai-lib/web.rkt +%%DATADIR%%/pkgs/plai-lib/web/lang/compiled/reader_rkt.dep +%%DATADIR%%/pkgs/plai-lib/web/lang/compiled/reader_rkt.zo +%%DATADIR%%/pkgs/plai-lib/web/lang/reader.rkt %%DATADIR%%/pkgs/plai/info.rkt -%%DATADIR%%/pkgs/plai/lang/compiled/reader_rkt.dep -%%DATADIR%%/pkgs/plai/lang/compiled/reader_rkt.zo -%%DATADIR%%/pkgs/plai/lang/reader.rkt -%%DATADIR%%/pkgs/plai/main.rkt -%%DATADIR%%/pkgs/plai/mutator.rkt -%%DATADIR%%/pkgs/plai/mutator/lang/compiled/reader_rkt.dep -%%DATADIR%%/pkgs/plai/mutator/lang/compiled/reader_rkt.zo -%%DATADIR%%/pkgs/plai/mutator/lang/reader.rkt -%%DATADIR%%/pkgs/plai/plai-large.gif -%%DATADIR%%/pkgs/plai/plai-small.gif -%%DATADIR%%/pkgs/plai/private/collector-exports.rkt -%%DATADIR%%/pkgs/plai/private/command-line.rkt -%%DATADIR%%/pkgs/plai/private/compiled/collector-exports_rkt.dep -%%DATADIR%%/pkgs/plai/private/compiled/collector-exports_rkt.zo -%%DATADIR%%/pkgs/plai/private/compiled/command-line_rkt.dep -%%DATADIR%%/pkgs/plai/private/compiled/command-line_rkt.zo -%%DATADIR%%/pkgs/plai/private/compiled/gc-core_rkt.dep -%%DATADIR%%/pkgs/plai/private/compiled/gc-core_rkt.zo -%%DATADIR%%/pkgs/plai/private/compiled/gc-gui_rkt.dep -%%DATADIR%%/pkgs/plai/private/compiled/gc-gui_rkt.zo -%%DATADIR%%/pkgs/plai/private/compiled/gc-transformer_rkt.dep -%%DATADIR%%/pkgs/plai/private/compiled/gc-transformer_rkt.zo -%%DATADIR%%/pkgs/plai/private/compiled/random-mutator_rkt.dep -%%DATADIR%%/pkgs/plai/private/compiled/random-mutator_rkt.zo -%%DATADIR%%/pkgs/plai/private/compiled/sandbox_rkt.dep -%%DATADIR%%/pkgs/plai/private/compiled/sandbox_rkt.zo -%%DATADIR%%/pkgs/plai/private/compiled/test_rkt.dep -%%DATADIR%%/pkgs/plai/private/compiled/test_rkt.zo -%%DATADIR%%/pkgs/plai/private/gc-core.rkt -%%DATADIR%%/pkgs/plai/private/gc-gui.rkt -%%DATADIR%%/pkgs/plai/private/gc-transformer.rkt -%%DATADIR%%/pkgs/plai/private/random-mutator.rkt -%%DATADIR%%/pkgs/plai/private/sandbox.rkt -%%DATADIR%%/pkgs/plai/private/test.rkt -%%DATADIR%%/pkgs/plai/random-mutator.rkt -%%DATADIR%%/pkgs/plai/scribblings/collector.scrbl -%%DATADIR%%/pkgs/plai/scribblings/collector2.scrbl -%%DATADIR%%/pkgs/plai/scribblings/compiled/collector2_scrbl.dep -%%DATADIR%%/pkgs/plai/scribblings/compiled/collector2_scrbl.zo -%%DATADIR%%/pkgs/plai/scribblings/compiled/collector_scrbl.dep -%%DATADIR%%/pkgs/plai/scribblings/compiled/collector_scrbl.zo -%%DATADIR%%/pkgs/plai/scribblings/compiled/fake-collector2_rkt.dep -%%DATADIR%%/pkgs/plai/scribblings/compiled/fake-collector2_rkt.zo -%%DATADIR%%/pkgs/plai/scribblings/compiled/fake-collector_rkt.dep -%%DATADIR%%/pkgs/plai/scribblings/compiled/fake-collector_rkt.zo -%%DATADIR%%/pkgs/plai/scribblings/compiled/fake-mutator2_rkt.dep -%%DATADIR%%/pkgs/plai/scribblings/compiled/fake-mutator2_rkt.zo -%%DATADIR%%/pkgs/plai/scribblings/compiled/fake-mutator_rkt.dep -%%DATADIR%%/pkgs/plai/scribblings/compiled/fake-mutator_rkt.zo -%%DATADIR%%/pkgs/plai/scribblings/compiled/fake-web_rkt.dep -%%DATADIR%%/pkgs/plai/scribblings/compiled/fake-web_rkt.zo -%%DATADIR%%/pkgs/plai/scribblings/compiled/lang-names_rkt.dep -%%DATADIR%%/pkgs/plai/scribblings/compiled/lang-names_rkt.zo -%%DATADIR%%/pkgs/plai/scribblings/compiled/mutator2_scrbl.dep -%%DATADIR%%/pkgs/plai/scribblings/compiled/mutator2_scrbl.zo -%%DATADIR%%/pkgs/plai/scribblings/compiled/mutator_scrbl.dep -%%DATADIR%%/pkgs/plai/scribblings/compiled/mutator_scrbl.zo -%%DATADIR%%/pkgs/plai/scribblings/compiled/plai-exports_rkt.dep -%%DATADIR%%/pkgs/plai/scribblings/compiled/plai-exports_rkt.zo -%%DATADIR%%/pkgs/plai/scribblings/compiled/plai_scrbl.dep -%%DATADIR%%/pkgs/plai/scribblings/compiled/plai_scrbl.zo -%%DATADIR%%/pkgs/plai/scribblings/compiled/rkt-exports_rkt.dep -%%DATADIR%%/pkgs/plai/scribblings/compiled/rkt-exports_rkt.zo -%%DATADIR%%/pkgs/plai/scribblings/fake-collector.rkt -%%DATADIR%%/pkgs/plai/scribblings/fake-collector2.rkt -%%DATADIR%%/pkgs/plai/scribblings/fake-mutator.rkt -%%DATADIR%%/pkgs/plai/scribblings/fake-mutator2.rkt -%%DATADIR%%/pkgs/plai/scribblings/fake-web.rkt -%%DATADIR%%/pkgs/plai/scribblings/lang-names.rkt -%%DATADIR%%/pkgs/plai/scribblings/mutator.scrbl -%%DATADIR%%/pkgs/plai/scribblings/mutator2.scrbl -%%DATADIR%%/pkgs/plai/scribblings/plai-exports.rkt -%%DATADIR%%/pkgs/plai/scribblings/plai.scrbl -%%DATADIR%%/pkgs/plai/scribblings/rkt-exports.rkt -%%DATADIR%%/pkgs/plai/test-harness.rkt -%%DATADIR%%/pkgs/plai/tests/check-syntax.rkt -%%DATADIR%%/pkgs/plai/tests/compiled/check-syntax_rkt.dep -%%DATADIR%%/pkgs/plai/tests/compiled/check-syntax_rkt.zo -%%DATADIR%%/pkgs/plai/tests/compiled/datatype-coverage_rkt.dep -%%DATADIR%%/pkgs/plai/tests/compiled/datatype-coverage_rkt.zo -%%DATADIR%%/pkgs/plai/tests/compiled/datatype-exports_rkt.dep -%%DATADIR%%/pkgs/plai/tests/compiled/datatype-exports_rkt.zo -%%DATADIR%%/pkgs/plai/tests/compiled/datatype-state_rkt.dep -%%DATADIR%%/pkgs/plai/tests/compiled/datatype-state_rkt.zo -%%DATADIR%%/pkgs/plai/tests/compiled/datatype_rkt.dep -%%DATADIR%%/pkgs/plai/tests/compiled/datatype_rkt.zo -%%DATADIR%%/pkgs/plai/tests/compiled/info_rkt.dep -%%DATADIR%%/pkgs/plai/tests/compiled/info_rkt.zo -%%DATADIR%%/pkgs/plai/tests/compiled/printer_rkt.dep -%%DATADIR%%/pkgs/plai/tests/compiled/printer_rkt.zo -%%DATADIR%%/pkgs/plai/tests/compiled/shared_rkt.dep -%%DATADIR%%/pkgs/plai/tests/compiled/shared_rkt.zo -%%DATADIR%%/pkgs/plai/tests/compiled/test-harness_rkt.dep -%%DATADIR%%/pkgs/plai/tests/compiled/test-harness_rkt.zo -%%DATADIR%%/pkgs/plai/tests/compiled/test-random-mutator_rkt.dep -%%DATADIR%%/pkgs/plai/tests/compiled/test-random-mutator_rkt.zo -%%DATADIR%%/pkgs/plai/tests/compiled/util_rkt.dep -%%DATADIR%%/pkgs/plai/tests/compiled/util_rkt.zo -%%DATADIR%%/pkgs/plai/tests/compiled/web_rkt.dep -%%DATADIR%%/pkgs/plai/tests/compiled/web_rkt.zo -%%DATADIR%%/pkgs/plai/tests/datatype-coverage.rkt -%%DATADIR%%/pkgs/plai/tests/datatype-exports.rkt -%%DATADIR%%/pkgs/plai/tests/datatype-state.rkt -%%DATADIR%%/pkgs/plai/tests/datatype.rkt -%%DATADIR%%/pkgs/plai/tests/gc/bad-collectors/no-collection-collector.rkt -%%DATADIR%%/pkgs/plai/tests/gc/bad-mutators/mut-1.rkt -%%DATADIR%%/pkgs/plai/tests/gc/bad-mutators/mutator0.rkt -%%DATADIR%%/pkgs/plai/tests/gc/bad-mutators/mutator1.rkt -%%DATADIR%%/pkgs/plai/tests/gc/bad-mutators/mutator2.rkt -%%DATADIR%%/pkgs/plai/tests/gc/bad-mutators/mutator3.rkt -%%DATADIR%%/pkgs/plai/tests/gc/bad-mutators/mutator5.rkt -%%DATADIR%%/pkgs/plai/tests/gc/bad-mutators/void-app.rkt -%%DATADIR%%/pkgs/plai/tests/gc/compiled/info_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/compiled/info_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/compiled/run-test_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/compiled/run-test_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-collectors/compiled/good-collector_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-collectors/compiled/good-collector_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-collectors/compiled/trivial-collector_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-collectors/compiled/trivial-collector_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-collectors/good-collector.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-collectors/trivial-collector.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/andor.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/app.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/bindings.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/by-val.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/case.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/circular.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/classic-error.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/closure-1.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/closure-2.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/andor_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/andor_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/app_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/app_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/bindings_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/bindings_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/by-val_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/by-val_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/case_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/case_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/circular_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/circular_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/classic-error_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/classic-error_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/closure-1_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/closure-1_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/closure-2_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/closure-2_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/cond_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/cond_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/danny-bug_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/danny-bug_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/else_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/else_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/empty-mutator_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/empty-mutator_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/gc-order_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/gc-order_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/global-roots_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/global-roots_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/imports_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/imports_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/kathi-bug-1_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/kathi-bug-1_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/me-let_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/me-let_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/modpath_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/modpath_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/mutator4_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/mutator4_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/mutator6_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/mutator6_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/mutator7_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/mutator7_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/names_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/names_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/proc-list_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/proc-list_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/repeat-test_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/repeat-test_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/setbang_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/setbang_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/sfs_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/sfs_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/student-1_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/student-1_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/student20111116_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/student20111116_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/tail-calls_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/tail-calls_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/test-framework_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/test-framework_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/thunks_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/compiled/thunks_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/cond.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/danny-bug.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/else.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/empty-mutator.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/gc-order.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/global-roots.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/imports.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/kathi-bug-1.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/me-let.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/modpath.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/mutator4.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/mutator6.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/mutator7.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/names.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/proc-list.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/repeat-test.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/setbang.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/sfs.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/student-1.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/student20111116.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/tail-calls.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/test-framework.rkt -%%DATADIR%%/pkgs/plai/tests/gc/good-mutators/thunks.rkt -%%DATADIR%%/pkgs/plai/tests/gc/info.rkt -%%DATADIR%%/pkgs/plai/tests/gc/other-mutators/begin.rkt -%%DATADIR%%/pkgs/plai/tests/gc/other-mutators/error.rkt -%%DATADIR%%/pkgs/plai/tests/gc/other-mutators/printing.rkt -%%DATADIR%%/pkgs/plai/tests/gc/other-mutators/quote.rkt -%%DATADIR%%/pkgs/plai/tests/gc/other-mutators/top.rkt -%%DATADIR%%/pkgs/plai/tests/gc/run-test.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/bad-collectors/no-collection-collector.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/bad-mutators/mut-1.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/bad-mutators/mutator0.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/bad-mutators/mutator1.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/bad-mutators/mutator2.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/bad-mutators/mutator3.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/bad-mutators/mutator5.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/bad-mutators/setbang.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/bad-mutators/void-app.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/compiled/info_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/compiled/info_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/compiled/roots-test_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/compiled/roots-test_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/compiled/run-test_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/compiled/run-test_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/compiled/set-restriction-test_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/compiled/set-restriction-test_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-collectors/compiled/good-collector_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-collectors/compiled/good-collector_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-collectors/compiled/trivial-collector_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-collectors/compiled/trivial-collector_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-collectors/compiled/trivial-moving-collector_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-collectors/compiled/trivial-moving-collector_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-collectors/good-collector.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-collectors/trivial-collector.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-collectors/trivial-moving-collector.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/andor.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/app.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/bindings.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/by-val.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/case.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/circular.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/classic-error.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/closure-1.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/closure-2.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/andor_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/andor_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/app_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/app_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/bindings_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/bindings_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/by-val_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/by-val_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/case_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/case_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/circular_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/circular_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/classic-error_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/classic-error_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/closure-1_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/closure-1_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/closure-2_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/closure-2_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/cond_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/cond_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/danny-bug_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/danny-bug_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/else_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/else_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/empty-mutator_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/empty-mutator_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/gc-order_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/gc-order_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/global-roots_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/global-roots_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/imports_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/imports_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/kathi-bug-1_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/kathi-bug-1_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/modpath_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/modpath_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/mutator4_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/mutator4_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/mutator6_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/mutator6_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/mutator7_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/mutator7_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/mv_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/mv_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/names_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/names_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/nested-lam_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/nested-lam_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/proc-list_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/proc-list_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/repeat-test_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/repeat-test_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/sfs_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/sfs_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/student-1_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/student-1_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/student20111116_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/student20111116_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/tail-calls_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/tail-calls_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/test-framework_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/test-framework_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/test-moving_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/test-moving_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/thunks_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/thunks_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/yixi_rkt.dep -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/compiled/yixi_rkt.zo -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/cond.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/danny-bug.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/else.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/empty-mutator.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/gc-order.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/global-roots.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/imports.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/kathi-bug-1.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/modpath.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/mutator4.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/mutator6.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/mutator7.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/mv.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/names.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/nested-lam.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/proc-list.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/repeat-test.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/sfs.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/student-1.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/student20111116.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/tail-calls.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/test-framework.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/test-moving.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/thunks.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/good-mutators/yixi.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/info.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/other-mutators/begin.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/other-mutators/error.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/other-mutators/morse.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/other-mutators/printing.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/other-mutators/quote.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/other-mutators/top.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/roots-test.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/run-test.rkt -%%DATADIR%%/pkgs/plai/tests/gc2/set-restriction-test.rkt -%%DATADIR%%/pkgs/plai/tests/info.rkt -%%DATADIR%%/pkgs/plai/tests/printer.rkt -%%DATADIR%%/pkgs/plai/tests/shared.rkt -%%DATADIR%%/pkgs/plai/tests/test-harness.rkt -%%DATADIR%%/pkgs/plai/tests/test-random-mutator.rkt -%%DATADIR%%/pkgs/plai/tests/util.rkt -%%DATADIR%%/pkgs/plai/tests/web.rkt -%%DATADIR%%/pkgs/plai/web.rkt -%%DATADIR%%/pkgs/plai/web/lang/compiled/reader_rkt.dep -%%DATADIR%%/pkgs/plai/web/lang/compiled/reader_rkt.zo -%%DATADIR%%/pkgs/plai/web/lang/reader.rkt %%DATADIR%%/pkgs/planet-doc/LICENSE.txt %%DATADIR%%/pkgs/planet-doc/info.rkt %%DATADIR%%/pkgs/planet-doc/planet/compiled/info_rkt.dep @@ -11166,6 +15251,10 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/profile-lib/compiled/info_rkt.zo %%DATADIR%%/pkgs/profile-lib/compiled/main_rkt.dep %%DATADIR%%/pkgs/profile-lib/compiled/main_rkt.zo +%%DATADIR%%/pkgs/profile-lib/compiled/raco-utils_rkt.dep +%%DATADIR%%/pkgs/profile-lib/compiled/raco-utils_rkt.zo +%%DATADIR%%/pkgs/profile-lib/compiled/raco_rkt.dep +%%DATADIR%%/pkgs/profile-lib/compiled/raco_rkt.zo %%DATADIR%%/pkgs/profile-lib/compiled/render-graphviz_rkt.dep %%DATADIR%%/pkgs/profile-lib/compiled/render-graphviz_rkt.zo %%DATADIR%%/pkgs/profile-lib/compiled/render-text_rkt.dep @@ -11178,6 +15267,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/profile-lib/compiled/utils_rkt.zo %%DATADIR%%/pkgs/profile-lib/info.rkt %%DATADIR%%/pkgs/profile-lib/main.rkt +%%DATADIR%%/pkgs/profile-lib/raco-utils.rkt +%%DATADIR%%/pkgs/profile-lib/raco.rkt %%DATADIR%%/pkgs/profile-lib/render-graphviz.rkt %%DATADIR%%/pkgs/profile-lib/render-text.rkt %%DATADIR%%/pkgs/profile-lib/sampler.rkt @@ -11575,6 +15666,18 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/r6rs-lib/rnrs/unicode-6.rkt %%DATADIR%%/pkgs/r6rs/LICENSE.txt %%DATADIR%%/pkgs/r6rs/info.rkt +%%DATADIR%%/pkgs/racket-cheat/LICENSE +%%DATADIR%%/pkgs/racket-cheat/README +%%DATADIR%%/pkgs/racket-cheat/compiled/info_rkt.dep +%%DATADIR%%/pkgs/racket-cheat/compiled/info_rkt.zo +%%DATADIR%%/pkgs/racket-cheat/compiled/racket-cheat_rkt.dep +%%DATADIR%%/pkgs/racket-cheat/compiled/racket-cheat_rkt.zo +%%DATADIR%%/pkgs/racket-cheat/compiled/racket-cheat_scrbl.dep +%%DATADIR%%/pkgs/racket-cheat/compiled/racket-cheat_scrbl.zo +%%DATADIR%%/pkgs/racket-cheat/info.rkt +%%DATADIR%%/pkgs/racket-cheat/racket-cheat.css +%%DATADIR%%/pkgs/racket-cheat/racket-cheat.rkt +%%DATADIR%%/pkgs/racket-cheat/racket-cheat.scrbl %%DATADIR%%/pkgs/racket-doc/LICENSE.txt %%DATADIR%%/pkgs/racket-doc/compatibility/compiled/info_rkt.dep %%DATADIR%%/pkgs/racket-doc/compatibility/compiled/info_rkt.zo @@ -11747,6 +15850,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racket-doc/pkg/scribblings/compiled/db_scrbl.zo %%DATADIR%%/pkgs/racket-doc/pkg/scribblings/compiled/dirs-catalog_scrbl.dep %%DATADIR%%/pkgs/racket-doc/pkg/scribblings/compiled/dirs-catalog_scrbl.zo +%%DATADIR%%/pkgs/racket-doc/pkg/scribblings/compiled/envvars_scrbl.dep +%%DATADIR%%/pkgs/racket-doc/pkg/scribblings/compiled/envvars_scrbl.zo %%DATADIR%%/pkgs/racket-doc/pkg/scribblings/compiled/getting-started_scrbl.dep %%DATADIR%%/pkgs/racket-doc/pkg/scribblings/compiled/getting-started_scrbl.zo %%DATADIR%%/pkgs/racket-doc/pkg/scribblings/compiled/git-workflow_scrbl.dep @@ -11765,6 +15870,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racket-doc/pkg/scribblings/compiled/strip_scrbl.zo %%DATADIR%%/pkgs/racket-doc/pkg/scribblings/db.scrbl %%DATADIR%%/pkgs/racket-doc/pkg/scribblings/dirs-catalog.scrbl +%%DATADIR%%/pkgs/racket-doc/pkg/scribblings/envvars.scrbl %%DATADIR%%/pkgs/racket-doc/pkg/scribblings/getting-started.scrbl %%DATADIR%%/pkgs/racket-doc/pkg/scribblings/git-workflow.scrbl %%DATADIR%%/pkgs/racket-doc/pkg/scribblings/implementation.scrbl @@ -12344,6 +16450,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/docs_scrbl.zo %%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/exe-api_scrbl.dep %%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/exe-api_scrbl.zo +%%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/exe-dylib-path_scrbl.dep +%%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/exe-dylib-path_scrbl.zo %%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/exe_scrbl.dep %%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/exe_scrbl.zo %%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/expand_scrbl.dep @@ -12366,6 +16474,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/plt_scrbl.zo %%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/raco_scrbl.dep %%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/raco_scrbl.zo +%%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/read_scrbl.dep +%%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/read_scrbl.zo %%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/scribble_scrbl.dep %%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/scribble_scrbl.zo %%DATADIR%%/pkgs/racket-doc/scribblings/raco/compiled/setup_scrbl.dep @@ -12386,6 +16496,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racket-doc/scribblings/raco/dist.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/raco/docs.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/raco/exe-api.scrbl +%%DATADIR%%/pkgs/racket-doc/scribblings/raco/exe-dylib-path.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/raco/exe.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/raco/expand.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/raco/ext.scrbl @@ -12398,6 +16509,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racket-doc/scribblings/raco/planet.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/raco/plt.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/raco/raco.scrbl +%%DATADIR%%/pkgs/racket-doc/scribblings/raco/read.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/raco/scribble.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/raco/setup.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/raco/test.scrbl @@ -12558,6 +16670,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racket-doc/scribblings/reference/compiled/notation_scrbl.zo %%DATADIR%%/pkgs/racket-doc/scribblings/reference/compiled/numbers_scrbl.dep %%DATADIR%%/pkgs/racket-doc/scribblings/reference/compiled/numbers_scrbl.zo +%%DATADIR%%/pkgs/racket-doc/scribblings/reference/compiled/os-lib_scrbl.dep +%%DATADIR%%/pkgs/racket-doc/scribblings/reference/compiled/os-lib_scrbl.zo %%DATADIR%%/pkgs/racket-doc/scribblings/reference/compiled/os_scrbl.dep %%DATADIR%%/pkgs/racket-doc/scribblings/reference/compiled/os_scrbl.zo %%DATADIR%%/pkgs/racket-doc/scribblings/reference/compiled/pairs_scrbl.dep @@ -12769,6 +16883,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racket-doc/scribblings/reference/networking.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/reference/notation.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/reference/numbers.scrbl +%%DATADIR%%/pkgs/racket-doc/scribblings/reference/os-lib.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/reference/os.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/reference/pairs.scrbl %%DATADIR%%/pkgs/racket-doc/scribblings/reference/parameters.scrbl @@ -12901,6 +17016,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/common_rkt.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/context_scrbl.dep %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/context_scrbl.zo +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/contract_scrbl.dep +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/contract_scrbl.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/datum_scrbl.dep %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/datum_scrbl.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/define_scrbl.dep @@ -12915,14 +17032,20 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/for-transform_scrbl.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/free-vars_scrbl.dep %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/free-vars_scrbl.zo +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/id-set_scrbl.dep +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/id-set_scrbl.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/id-table_scrbl.dep %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/id-table_scrbl.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/info_rkt.dep %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/info_rkt.zo +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/intdef_scrbl.dep +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/intdef_scrbl.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/kerncase_scrbl.dep %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/kerncase_scrbl.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/keyword_scrbl.dep %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/keyword_scrbl.zo +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/macro-testing_scrbl.dep +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/macro-testing_scrbl.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/modcode_scrbl.dep %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/modcode_scrbl.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/modcollapse_scrbl.dep @@ -12969,11 +17092,14 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/toplevel_scrbl.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/transformer-helpers_scrbl.dep %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/transformer-helpers_scrbl.zo +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/transformer_scrbl.dep +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/transformer_scrbl.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/trusted-xforms_scrbl.dep %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/trusted-xforms_scrbl.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/wrap-modbeg_scrbl.dep %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/compiled/wrap-modbeg_scrbl.zo %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/context.scrbl +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/contract.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/datum.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/define.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/docprovide.scrbl @@ -12981,10 +17107,13 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/for-body.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/for-transform.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/free-vars.scrbl +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/id-set.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/id-table.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/info.rkt +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/intdef.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/kerncase.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/keyword.scrbl +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/macro-testing.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/modcode.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/modcollapse.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/moddep.scrbl @@ -13065,11 +17194,9 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/to-string.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/toplevel.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/transformer-helpers.scrbl +%%DATADIR%%/pkgs/racket-doc/syntax/scribblings/transformer.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/trusted-xforms.scrbl %%DATADIR%%/pkgs/racket-doc/syntax/scribblings/wrap-modbeg.scrbl -%%DATADIR%%/pkgs/racket-doc/unstable/compiled/sandbox_rkt.dep -%%DATADIR%%/pkgs/racket-doc/unstable/compiled/sandbox_rkt.zo -%%DATADIR%%/pkgs/racket-doc/unstable/sandbox.rkt %%DATADIR%%/pkgs/racket-doc/version/compiled/info_rkt.dep %%DATADIR%%/pkgs/racket-doc/version/compiled/info_rkt.zo %%DATADIR%%/pkgs/racket-doc/version/compiled/version_scrbl.dep @@ -13181,6 +17308,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racklog/lang/compiled/compiler_rkt.zo %%DATADIR%%/pkgs/racklog/lang/compiled/configure-runtime_rkt.dep %%DATADIR%%/pkgs/racklog/lang/compiled/configure-runtime_rkt.zo +%%DATADIR%%/pkgs/racklog/lang/compiled/empty_rkt.dep +%%DATADIR%%/pkgs/racklog/lang/compiled/empty_rkt.zo %%DATADIR%%/pkgs/racklog/lang/compiled/lang-info_rkt.dep %%DATADIR%%/pkgs/racklog/lang/compiled/lang-info_rkt.zo %%DATADIR%%/pkgs/racklog/lang/compiled/lang_rkt.dep @@ -13189,6 +17318,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/racklog/lang/compiled/reader_rkt.zo %%DATADIR%%/pkgs/racklog/lang/compiler.rkt %%DATADIR%%/pkgs/racklog/lang/configure-runtime.rkt +%%DATADIR%%/pkgs/racklog/lang/empty.rkt %%DATADIR%%/pkgs/racklog/lang/lang-info.rkt %%DATADIR%%/pkgs/racklog/lang/lang.rkt %%DATADIR%%/pkgs/racklog/lang/reader.rkt @@ -13754,6 +17884,24 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-9_rkt.zo %%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-info_rkt.dep %%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-info_rkt.zo +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-1_rkt.dep +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-1_rkt.zo +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-2_rkt.dep +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-2_rkt.zo +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-3_rkt.dep +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-3_rkt.zo +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-4_rkt.dep +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-4_rkt.zo +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-5_rkt.dep +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-5_rkt.zo +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-6_rkt.dep +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-6_rkt.zo +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-7_rkt.dep +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-7_rkt.zo +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-8_rkt.dep +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-8_rkt.zo +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-9_rkt.dep +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-9_rkt.zo %%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/typed-info_rkt.dep %%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/typed-info_rkt.zo %%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/util_rkt.dep @@ -13769,6 +17917,15 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-8.rkt %%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-9.rkt %%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-info.rkt +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-1.rkt +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-2.rkt +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-3.rkt +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-4.rkt +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-5.rkt +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-6.rkt +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-7.rkt +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-8.rkt +%%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-9.rkt %%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/typed-info.rkt %%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/util.rkt %%DATADIR%%/pkgs/redex-benchmark/redex/benchmark/models/stlc-subst/compiled/generators_rkt.dep @@ -13856,8 +18013,6 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/redex-doc/redex/scribblings/compiled/bug-info_rkt.zo %%DATADIR%%/pkgs/redex-doc/redex/scribblings/compiled/cite_rkt.dep %%DATADIR%%/pkgs/redex-doc/redex/scribblings/compiled/cite_rkt.zo -%%DATADIR%%/pkgs/redex-doc/redex/scribblings/compiled/dynamic-typesetting-and-macros_scrbl.dep -%%DATADIR%%/pkgs/redex-doc/redex/scribblings/compiled/dynamic-typesetting-and-macros_scrbl.zo %%DATADIR%%/pkgs/redex-doc/redex/scribblings/compiled/info_rkt.dep %%DATADIR%%/pkgs/redex-doc/redex/scribblings/compiled/info_rkt.zo %%DATADIR%%/pkgs/redex-doc/redex/scribblings/compiled/mod-fx_rkt.dep @@ -13868,13 +18023,185 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/redex-doc/redex/scribblings/compiled/tut-util_rkt.zo %%DATADIR%%/pkgs/redex-doc/redex/scribblings/compiled/tut_scrbl.dep %%DATADIR%%/pkgs/redex-doc/redex/scribblings/compiled/tut_scrbl.zo -%%DATADIR%%/pkgs/redex-doc/redex/scribblings/dynamic-typesetting-and-macros.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/bit-strings.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/channels.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/common.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/bit-strings_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/bit-strings_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/channels_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/channels_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/common_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/common_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/contract_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/contract_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/extended-exercises_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/extended-exercises_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/fsm_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/fsm_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/gc_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/gc_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/hanoi_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/hanoi_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/mc_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/mc_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/obj_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/obj_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/tc_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/compiled/tc_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/contract.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/extended-exercises.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/fsm.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/gc.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/hanoi.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/mc.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/obj.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/extended-exercises/tc.rkt %%DATADIR%%/pkgs/redex-doc/redex/scribblings/info.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/close.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/common.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/close_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/close_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/common_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/common_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/delivered-mon-aft_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/delivered-mon-aft_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/delivered-tue-aft_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/delivered-tue-aft_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/delivered-tue-mor_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/delivered-tue-mor_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/delivered-wed-aft_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/delivered-wed-aft_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/delivered-wed-mor-exn_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/delivered-wed-mor-exn_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/delivered-wed-mor_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/delivered-wed-mor_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/extend-lookup_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/extend-lookup_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/lab-mon-aft_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/lab-mon-aft_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/lab-tue-aft_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/lab-tue-aft_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/lab-tue-mor_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/lab-tue-mor_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/lab-wed-mor_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/lab-wed-mor_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/mon-aft_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/mon-aft_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/tc-common_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/tc-common_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/tue-aft_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/tue-aft_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/tue-mor_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/tue-mor_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/wed-aft_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/wed-aft_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/wed-mor_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/compiled/wed-mor_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/delivered-mon-aft.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/delivered-tue-aft.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/delivered-tue-mor.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/delivered-wed-aft.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/delivered-wed-mor-exn.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/delivered-wed-mor.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/extend-lookup.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/lab-mon-aft.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/lab-tue-aft.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/lab-tue-mor.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/lab-wed-mor.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/mon-aft.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/tc-common.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/tue-aft.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/tue-mor.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/wed-aft.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/code/wed-mor.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-mon-aft_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-mon-aft_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-tue-aft_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-tue-aft_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-tue-mor_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-tue-mor_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-wed-aft_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-wed-aft_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-wed-mor_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-wed-mor_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/long-tut_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/long-tut_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/mon-aft_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/mon-aft_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/mon-mor_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/mon-mor_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/shared_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/shared_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/thu_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/thu_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/tue-aft_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/tue-aft_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/tue-mor_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/tue-mor_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/wed-aft_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/wed-aft_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/wed-mor_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/compiled/wed-mor_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/exercise/compiled/counter_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/exercise/compiled/counter_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/exercise/compiled/ex_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/exercise/compiled/ex_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/exercise/counter.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/exercise/ex.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/lab-mon-aft.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/lab-tue-aft.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/lab-tue-mor.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/lab-wed-aft.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/lab-wed-mor.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/long-tut.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/mon-aft.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/mon-mor.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/shared.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/subject-reduction.png +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/thu.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/traces.png +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/tue-aft.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/tue-mor.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/wed-aft.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/long-tut/wed-mor.scrbl %%DATADIR%%/pkgs/redex-doc/redex/scribblings/mod-fx.rkt %%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/binding.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/common.rkt +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/binding_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/binding_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/common_rkt.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/common_rkt.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/dynamic-typesetting-and-macros_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/dynamic-typesetting-and-macros_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/gui_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/gui_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/languages_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/languages_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/other-relations_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/other-relations_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/patterns_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/patterns_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/reduction-relations_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/reduction-relations_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/terms_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/terms_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/testing_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/testing_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/typesetting_scrbl.dep +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/compiled/typesetting_scrbl.zo +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/dynamic-typesetting-and-macros.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/gui.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/languages.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/other-relations.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/patterns.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/reduction-relations.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/terms.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/testing.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/typesetting-and-macros.scrbl +%%DATADIR%%/pkgs/redex-doc/redex/scribblings/ref/typesetting.scrbl %%DATADIR%%/pkgs/redex-doc/redex/scribblings/tut-util.rkt %%DATADIR%%/pkgs/redex-doc/redex/scribblings/tut.scrbl -%%DATADIR%%/pkgs/redex-doc/redex/scribblings/typesetting-and-macros.scrbl %%DATADIR%%/pkgs/redex-examples/LICENSE.txt %%DATADIR%%/pkgs/redex-examples/info.rkt %%DATADIR%%/pkgs/redex-examples/redex/examples/README @@ -13900,6 +18227,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/contracts_rkt.zo %%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/info_rkt.dep %%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/info_rkt.zo +%%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/lazy-with-binding_rkt.dep +%%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/lazy-with-binding_rkt.zo %%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/lazy_rkt.dep %%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/lazy_rkt.zo %%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/let-poly_rkt.dep @@ -13918,6 +18247,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/semaphores_rkt.zo %%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/stlc+lists+subst_rkt.dep %%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/stlc+lists+subst_rkt.zo +%%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/stlc+lists-with-binding_rkt.dep +%%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/stlc+lists-with-binding_rkt.zo %%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/stlc+lists_rkt.dep %%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/stlc+lists_rkt.zo %%DATADIR%%/pkgs/redex-examples/redex/examples/compiled/stlc-tests-lib_rkt.dep @@ -14004,6 +18335,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/redex-examples/redex/examples/delim-cont/reduce.rkt %%DATADIR%%/pkgs/redex-examples/redex/examples/delim-cont/test.rkt %%DATADIR%%/pkgs/redex-examples/redex/examples/info.rkt +%%DATADIR%%/pkgs/redex-examples/redex/examples/lazy-with-binding.rkt %%DATADIR%%/pkgs/redex-examples/redex/examples/lazy.rkt %%DATADIR%%/pkgs/redex-examples/redex/examples/let-poly.rkt %%DATADIR%%/pkgs/redex-examples/redex/examples/letrec.rkt @@ -14081,6 +18413,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/redex-examples/redex/examples/rbtrees.rkt %%DATADIR%%/pkgs/redex-examples/redex/examples/semaphores.rkt %%DATADIR%%/pkgs/redex-examples/redex/examples/stlc+lists+subst.rkt +%%DATADIR%%/pkgs/redex-examples/redex/examples/stlc+lists-with-binding.rkt %%DATADIR%%/pkgs/redex-examples/redex/examples/stlc+lists.rkt %%DATADIR%%/pkgs/redex-examples/redex/examples/stlc-tests-lib.rkt %%DATADIR%%/pkgs/redex-examples/redex/examples/stlc.rkt @@ -14125,9 +18458,18 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/redex-lib/redex/compiled/tut-subst_rkt.zo %%DATADIR%%/pkgs/redex-lib/redex/info.rkt %%DATADIR%%/pkgs/redex-lib/redex/private/ambiguous.rkt +%%DATADIR%%/pkgs/redex-lib/redex/private/binding-forms-compiler.rkt +%%DATADIR%%/pkgs/redex-lib/redex/private/binding-forms-definitions.rkt +%%DATADIR%%/pkgs/redex-lib/redex/private/binding-forms.rkt %%DATADIR%%/pkgs/redex-lib/redex/private/build-nt-property.rkt %%DATADIR%%/pkgs/redex-lib/redex/private/compiled/ambiguous_rkt.dep %%DATADIR%%/pkgs/redex-lib/redex/private/compiled/ambiguous_rkt.zo +%%DATADIR%%/pkgs/redex-lib/redex/private/compiled/binding-forms-compiler_rkt.dep +%%DATADIR%%/pkgs/redex-lib/redex/private/compiled/binding-forms-compiler_rkt.zo +%%DATADIR%%/pkgs/redex-lib/redex/private/compiled/binding-forms-definitions_rkt.dep +%%DATADIR%%/pkgs/redex-lib/redex/private/compiled/binding-forms-definitions_rkt.zo +%%DATADIR%%/pkgs/redex-lib/redex/private/compiled/binding-forms_rkt.dep +%%DATADIR%%/pkgs/redex-lib/redex/private/compiled/binding-forms_rkt.zo %%DATADIR%%/pkgs/redex-lib/redex/private/compiled/build-nt-property_rkt.dep %%DATADIR%%/pkgs/redex-lib/redex/private/compiled/build-nt-property_rkt.zo %%DATADIR%%/pkgs/redex-lib/redex/private/compiled/cycle-check_rkt.dep @@ -14186,6 +18528,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/redex-lib/redex/private/compiled/term-fn_rkt.zo %%DATADIR%%/pkgs/redex-lib/redex/private/compiled/term_rkt.dep %%DATADIR%%/pkgs/redex-lib/redex/private/compiled/term_rkt.zo +%%DATADIR%%/pkgs/redex-lib/redex/private/compiled/test_rkt.dep +%%DATADIR%%/pkgs/redex-lib/redex/private/compiled/test_rkt.zo %%DATADIR%%/pkgs/redex-lib/redex/private/compiled/trace-layout_rkt.dep %%DATADIR%%/pkgs/redex-lib/redex/private/compiled/trace-layout_rkt.zo %%DATADIR%%/pkgs/redex-lib/redex/private/compiled/underscore-allowed_rkt.dep @@ -14224,6 +18568,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/redex-lib/redex/private/struct.rkt %%DATADIR%%/pkgs/redex-lib/redex/private/term-fn.rkt %%DATADIR%%/pkgs/redex-lib/redex/private/term.rkt +%%DATADIR%%/pkgs/redex-lib/redex/private/test.rkt %%DATADIR%%/pkgs/redex-lib/redex/private/trace-layout.rkt %%DATADIR%%/pkgs/redex-lib/redex/private/underscore-allowed.rkt %%DATADIR%%/pkgs/redex-lib/redex/reduction-semantics.rkt @@ -14546,6 +18891,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/compiled/docreader_scrbl.zo %%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/compiled/eval_scrbl.dep %%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/compiled/eval_scrbl.zo +%%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/compiled/examples_scrbl.dep +%%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/compiled/examples_scrbl.zo %%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/compiled/generic_scrbl.dep %%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/compiled/generic_scrbl.zo %%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/compiled/how-to-paper_scrbl.dep @@ -14627,6 +18974,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/doclang.scrbl %%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/docreader.scrbl %%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/eval.scrbl +%%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/examples.scrbl %%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/generic.scrbl %%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/getting-started.scrbl %%DATADIR%%/pkgs/scribble-doc/scribblings/scribble/how-to-paper.scrbl @@ -14775,6 +19123,10 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/scribble-lib/scribble/compiled/doclang_rkt.zo %%DATADIR%%/pkgs/scribble-lib/scribble/compiled/eval_rkt.dep %%DATADIR%%/pkgs/scribble-lib/scribble/compiled/eval_rkt.zo +%%DATADIR%%/pkgs/scribble-lib/scribble/compiled/example_rkt.dep +%%DATADIR%%/pkgs/scribble-lib/scribble/compiled/example_rkt.zo +%%DATADIR%%/pkgs/scribble-lib/scribble/compiled/examples_rkt.dep +%%DATADIR%%/pkgs/scribble-lib/scribble/compiled/examples_rkt.zo %%DATADIR%%/pkgs/scribble-lib/scribble/compiled/extract_rkt.dep %%DATADIR%%/pkgs/scribble-lib/scribble/compiled/extract_rkt.zo %%DATADIR%%/pkgs/scribble-lib/scribble/compiled/html-properties_rkt.dep @@ -14831,6 +19183,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/scribble-lib/scribble/compiled/text-render_rkt.zo %%DATADIR%%/pkgs/scribble-lib/scribble/compiled/urls_rkt.dep %%DATADIR%%/pkgs/scribble-lib/scribble/compiled/urls_rkt.zo +%%DATADIR%%/pkgs/scribble-lib/scribble/compiled/valid-blueboxes-info_rkt.dep +%%DATADIR%%/pkgs/scribble-lib/scribble/compiled/valid-blueboxes-info_rkt.zo %%DATADIR%%/pkgs/scribble-lib/scribble/compiled/xref_rkt.dep %%DATADIR%%/pkgs/scribble-lib/scribble/compiled/xref_rkt.zo %%DATADIR%%/pkgs/scribble-lib/scribble/config.rkt @@ -14847,6 +19201,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/scribble-lib/scribble/doclang.rkt %%DATADIR%%/pkgs/scribble-lib/scribble/doclang2.rkt %%DATADIR%%/pkgs/scribble-lib/scribble/eval.rkt +%%DATADIR%%/pkgs/scribble-lib/scribble/example.rkt +%%DATADIR%%/pkgs/scribble-lib/scribble/examples.rkt %%DATADIR%%/pkgs/scribble-lib/scribble/extract.rkt %%DATADIR%%/pkgs/scribble-lib/scribble/html-properties.rkt %%DATADIR%%/pkgs/scribble-lib/scribble/html-render.rkt @@ -15005,6 +19361,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/scribble-lib/scribble/run.rkt %%DATADIR%%/pkgs/scribble-lib/scribble/scheme.rkt %%DATADIR%%/pkgs/scribble-lib/scribble/scribble-common.js +%%DATADIR%%/pkgs/scribble-lib/scribble/scribble-load-replace.tex +%%DATADIR%%/pkgs/scribble-lib/scribble/scribble-load.tex %%DATADIR%%/pkgs/scribble-lib/scribble/scribble-prefix.html %%DATADIR%%/pkgs/scribble-lib/scribble/scribble-prefix.tex %%DATADIR%%/pkgs/scribble-lib/scribble/scribble-skull.tex @@ -15029,6 +19387,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/scribble-lib/scribble/tag.rkt %%DATADIR%%/pkgs/scribble-lib/scribble/text-render.rkt %%DATADIR%%/pkgs/scribble-lib/scribble/urls.rkt +%%DATADIR%%/pkgs/scribble-lib/scribble/valid-blueboxes-info.rkt %%DATADIR%%/pkgs/scribble-lib/scribble/xref.rkt %%DATADIR%%/pkgs/scribble-lib/scriblib/autobib.css %%DATADIR%%/pkgs/scribble-lib/scriblib/autobib.rkt @@ -15226,6 +19585,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/slideshow-doc/scribblings/slideshow/compiled/slideshow_scrbl.zo %%DATADIR%%/pkgs/slideshow-doc/scribblings/slideshow/compiled/ss_rkt.dep %%DATADIR%%/pkgs/slideshow-doc/scribblings/slideshow/compiled/ss_rkt.zo +%%DATADIR%%/pkgs/slideshow-doc/scribblings/slideshow/compiled/text_scrbl.dep +%%DATADIR%%/pkgs/slideshow-doc/scribblings/slideshow/compiled/text_scrbl.zo %%DATADIR%%/pkgs/slideshow-doc/scribblings/slideshow/guide.scrbl %%DATADIR%%/pkgs/slideshow-doc/scribblings/slideshow/info.rkt %%DATADIR%%/pkgs/slideshow-doc/scribblings/slideshow/legacy.scrbl @@ -15233,6 +19594,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/slideshow-doc/scribblings/slideshow/slides.scrbl %%DATADIR%%/pkgs/slideshow-doc/scribblings/slideshow/slideshow.scrbl %%DATADIR%%/pkgs/slideshow-doc/scribblings/slideshow/ss.rkt +%%DATADIR%%/pkgs/slideshow-doc/scribblings/slideshow/text.scrbl %%DATADIR%%/pkgs/slideshow-exe/LICENSE.txt %%DATADIR%%/pkgs/slideshow-exe/info.rkt %%DATADIR%%/pkgs/slideshow-exe/slideshow/compiled/info_rkt.dep @@ -15303,6 +19665,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/slideshow-lib/slideshow/compiled/start-param_rkt.zo %%DATADIR%%/pkgs/slideshow-lib/slideshow/compiled/step_rkt.dep %%DATADIR%%/pkgs/slideshow-lib/slideshow/compiled/step_rkt.zo +%%DATADIR%%/pkgs/slideshow-lib/slideshow/compiled/text_rkt.dep +%%DATADIR%%/pkgs/slideshow-lib/slideshow/compiled/text_rkt.zo %%DATADIR%%/pkgs/slideshow-lib/slideshow/compiled/viewer_rkt.dep %%DATADIR%%/pkgs/slideshow-lib/slideshow/compiled/viewer_rkt.zo %%DATADIR%%/pkgs/slideshow-lib/slideshow/core.rkt @@ -15338,6 +19702,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/slideshow-lib/slideshow/slideshow.rkt %%DATADIR%%/pkgs/slideshow-lib/slideshow/start-param.rkt %%DATADIR%%/pkgs/slideshow-lib/slideshow/step.rkt +%%DATADIR%%/pkgs/slideshow-lib/slideshow/text.rkt %%DATADIR%%/pkgs/slideshow-lib/slideshow/viewer.rkt %%DATADIR%%/pkgs/slideshow-lib/texpict/compiled/slideshow-run_rkt.dep %%DATADIR%%/pkgs/slideshow-lib/texpict/compiled/slideshow-run_rkt.zo @@ -16169,6 +20534,9 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/string-constants-lib/string-constants/compiled/string-constant_rkt.zo %%DATADIR%%/pkgs/string-constants-lib/string-constants/info.rkt %%DATADIR%%/pkgs/string-constants-lib/string-constants/main.rkt +%%DATADIR%%/pkgs/string-constants-lib/string-constants/private/bulgarian-string-constants.rkt +%%DATADIR%%/pkgs/string-constants-lib/string-constants/private/compiled/bulgarian-string-constants_rkt.dep +%%DATADIR%%/pkgs/string-constants-lib/string-constants/private/compiled/bulgarian-string-constants_rkt.zo %%DATADIR%%/pkgs/string-constants-lib/string-constants/private/compiled/danish-string-constants_rkt.dep %%DATADIR%%/pkgs/string-constants-lib/string-constants/private/compiled/danish-string-constants_rkt.zo %%DATADIR%%/pkgs/string-constants-lib/string-constants/private/compiled/dutch-string-constants_rkt.dep @@ -16432,8 +20800,12 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/compiled/typed-classes_scrbl.zo %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/compiled/typed-regions_scrbl.dep %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/compiled/typed-regions_scrbl.zo +%%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/compiled/typed-units_scrbl.dep +%%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/compiled/typed-units_scrbl.zo %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/compiled/types_scrbl.dep %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/compiled/types_scrbl.zo +%%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/compiled/unsafe_scrbl.dep +%%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/compiled/unsafe_scrbl.zo %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/compiled/utilities_scrbl.dep %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/compiled/utilities_scrbl.zo %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/experimental.scrbl @@ -16446,7 +20818,9 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/special-forms.scrbl %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/typed-classes.scrbl %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/typed-regions.scrbl +%%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/typed-units.scrbl %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/types.scrbl +%%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/unsafe.scrbl %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/reference/utilities.scrbl %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/ts-guide.scrbl %%DATADIR%%/pkgs/typed-racket-doc/typed-racket/scribblings/ts-reference.scrbl @@ -16513,10 +20887,14 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/compiled/prims-struct_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/compiled/prims_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/compiled/prims_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/compiled/signature-prims_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/compiled/signature-prims_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/compiled/top-interaction_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/compiled/top-interaction_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/compiled/type-env-lang_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/compiled/type-env-lang_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/compiled/unit-prims_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/compiled/unit-prims_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/env-lang.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/extra-env-lang.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/extra-procs.rkt @@ -16524,8 +20902,10 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/prims-contract.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/prims-struct.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/prims.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/signature-prims.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/top-interaction.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/type-env-lang.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/base-env/unit-prims.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/compiled/core_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/compiled/core_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/compiled/info_rkt.dep @@ -16545,6 +20925,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/core.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/env-req_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/env-req_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/env-utils_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/env-utils_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/global-env_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/global-env_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/index-env_rkt.dep @@ -16559,6 +20941,10 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/row-constraint-env_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/scoped-tvar-env_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/scoped-tvar-env_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/signature-env_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/signature-env_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/signature-helper_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/signature-helper_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/tvar-env_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/tvar-env_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/type-alias-env_rkt.dep @@ -16570,6 +20956,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/type-name-env_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/compiled/type-name-env_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/env-req.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/env-utils.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/global-env.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/index-env.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/init-envs.rkt @@ -16577,6 +20964,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/mvar-env.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/row-constraint-env.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/scoped-tvar-env.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/signature-env.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/signature-helper.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/tvar-env.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/type-alias-env.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/env/type-alias-helper.rkt @@ -16681,6 +21070,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/class-literals.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/compiled/class-literals_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/compiled/class-literals_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/compiled/oc-button_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/compiled/oc-button_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/compiled/parse-classes_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/compiled/parse-classes_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/compiled/parse-type_rkt.dep @@ -16693,6 +21084,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/compiled/type-contract_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/compiled/with-types_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/compiled/with-types_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/oc-button.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/parse-classes.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/parse-type.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/private/syntax-properties.rkt @@ -16748,6 +21140,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/combinators/compiled/struct_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/combinators/compiled/structural_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/combinators/compiled/structural_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/combinators/compiled/unit_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/combinators/compiled/unit_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/combinators/control.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/combinators/derived.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/combinators/function.rkt @@ -16759,6 +21153,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/combinators/simple.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/combinators/struct.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/combinators/structural.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/combinators/unit.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/compiled/combinators_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/compiled/combinators_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/static-contracts/compiled/constraints_rkt.dep @@ -16789,22 +21184,25 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/check-below.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/check-class-unit.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/check-subforms-unit.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/check-unit-unit.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/check-below_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/check-below_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/check-class-unit_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/check-class-unit_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/check-subforms-unit_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/check-subforms-unit_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/check-unit-unit_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/check-unit-unit_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/def-binding_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/def-binding_rkt.zo -%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/def-export_rkt.dep -%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/def-export_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/error-message_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/error-message_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/find-annotation_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/find-annotation_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/internal-forms_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/internal-forms_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/possible-domains_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/possible-domains_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/provide-handling_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/provide-handling_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/renamer_rkt.dep @@ -16843,13 +21241,15 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/tc-subst_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/tc-toplevel_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/tc-toplevel_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/toplevel-trampoline_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/toplevel-trampoline_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/typechecker_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/compiled/typechecker_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/def-binding.rkt -%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/def-export.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/error-message.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/find-annotation.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/internal-forms.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/possible-domains.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/provide-handling.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/renamer.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/signatures.rkt @@ -16908,6 +21308,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/tc-structs.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/tc-subst.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/tc-toplevel.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/toplevel-trampoline.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typecheck/typechecker.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typed-racket.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/typed-reader.rkt @@ -16944,6 +21345,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/compiled/remove-intersect_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/compiled/resolve_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/compiled/resolve_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/compiled/signatures_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/compiled/signatures_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/compiled/struct-table_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/compiled/struct-table_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/compiled/structural_rkt.dep @@ -16974,6 +21377,7 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/printer.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/remove-intersect.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/resolve.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/signatures.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/struct-table.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/structural.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/types/substitute.rkt @@ -17007,10 +21411,16 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/opaque-object_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/print-struct_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/print-struct_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/promise-not-name-contract_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/promise-not-name-contract_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/redirect-contract_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/redirect-contract_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/require-contract_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/require-contract_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/sealing-contract_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/sealing-contract_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/simple-result-arrow_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/simple-result-arrow_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/struct-extraction_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/struct-extraction_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/compiled/struct-type-c_rkt.dep @@ -17038,8 +21448,11 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/mutated-vars.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/opaque-object.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/print-struct.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/promise-not-name-contract.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/redirect-contract.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/require-contract.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/sealing-contract.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/simple-result-arrow.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/struct-extraction.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/struct-type-c.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed-racket/utils/stxclass-util.rkt @@ -17091,6 +21504,10 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed/racket/compiled/no-check_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed/racket/compiled/system_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed/racket/compiled/system_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed/racket/compiled/unit_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed/racket/compiled/unit_rkt.zo +%%DATADIR%%/pkgs/typed-racket-lib/typed/racket/compiled/unsafe_rkt.dep +%%DATADIR%%/pkgs/typed-racket-lib/typed/racket/compiled/unsafe_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed/racket/date.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed/racket/lang/compiled/reader_rkt.dep %%DATADIR%%/pkgs/typed-racket-lib/typed/racket/lang/compiled/reader_rkt.zo @@ -17100,15 +21517,8 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-lib/typed/racket/no-check/lang/compiled/reader_rkt.zo %%DATADIR%%/pkgs/typed-racket-lib/typed/racket/no-check/lang/reader.rkt %%DATADIR%%/pkgs/typed-racket-lib/typed/racket/system.rkt -%%DATADIR%%/pkgs/typed-racket-lib/unstable/compiled/info_rkt.dep -%%DATADIR%%/pkgs/typed-racket-lib/unstable/compiled/info_rkt.zo -%%DATADIR%%/pkgs/typed-racket-lib/unstable/compiled/logging_rkt.dep -%%DATADIR%%/pkgs/typed-racket-lib/unstable/compiled/logging_rkt.zo -%%DATADIR%%/pkgs/typed-racket-lib/unstable/compiled/match_rkt.dep -%%DATADIR%%/pkgs/typed-racket-lib/unstable/compiled/match_rkt.zo -%%DATADIR%%/pkgs/typed-racket-lib/unstable/info.rkt -%%DATADIR%%/pkgs/typed-racket-lib/unstable/logging.rkt -%%DATADIR%%/pkgs/typed-racket-lib/unstable/match.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed/racket/unit.rkt +%%DATADIR%%/pkgs/typed-racket-lib/typed/racket/unsafe.rkt %%DATADIR%%/pkgs/typed-racket-more/LICENSE.txt %%DATADIR%%/pkgs/typed-racket-more/info.rkt %%DATADIR%%/pkgs/typed-racket-more/typed/compiled/framework_rkt.dep @@ -17270,368 +21680,32 @@ share/applications/slideshow.desktop %%DATADIR%%/pkgs/typed-racket-more/typed/syntax/compiled/stx_rkt.zo %%DATADIR%%/pkgs/typed-racket-more/typed/syntax/stx.rkt %%DATADIR%%/pkgs/typed-racket-more/typed/untyped-utils.rkt +%%DATADIR%%/pkgs/typed-racket-more/typed/web-server/compiled/http_rkt.dep +%%DATADIR%%/pkgs/typed-racket-more/typed/web-server/compiled/http_rkt.zo +%%DATADIR%%/pkgs/typed-racket-more/typed/web-server/configuration/compiled/responders_rkt.dep +%%DATADIR%%/pkgs/typed-racket-more/typed/web-server/configuration/compiled/responders_rkt.zo +%%DATADIR%%/pkgs/typed-racket-more/typed/web-server/configuration/responders.rkt +%%DATADIR%%/pkgs/typed-racket-more/typed/web-server/http.rkt %%DATADIR%%/pkgs/typed-racket/LICENSE.txt %%DATADIR%%/pkgs/typed-racket/info.rkt -%%DATADIR%%/pkgs/unstable-2d/LICENSE.txt -%%DATADIR%%/pkgs/unstable-2d/info.rkt -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/compiled/cond_rkt.dep -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/compiled/cond_rkt.zo -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/compiled/dir-chars_rkt.dep -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/compiled/dir-chars_rkt.zo -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/compiled/lexer_rkt.dep -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/compiled/lexer_rkt.zo -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/compiled/match_rkt.dep -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/compiled/match_rkt.zo -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/compiled/tabular_rkt.dep -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/compiled/tabular_rkt.zo -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/cond.rkt -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/dir-chars.rkt -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/lang/compiled/reader_rkt.dep -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/lang/compiled/reader_rkt.zo -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/lang/reader.rkt -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/lexer.rkt -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/match.rkt -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/private/compiled/lexer_rkt.dep -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/private/compiled/lexer_rkt.zo -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/private/compiled/read-util_rkt.dep -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/private/compiled/read-util_rkt.zo -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/private/compiled/readtable_rkt.dep -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/private/compiled/readtable_rkt.zo -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/private/lexer.rkt -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/private/read-util.rkt -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/private/readtable.rkt -%%DATADIR%%/pkgs/unstable-2d/unstable/2d/tabular.rkt -%%DATADIR%%/pkgs/unstable-contract-lib/LICENSE.txt -%%DATADIR%%/pkgs/unstable-contract-lib/info.rkt -%%DATADIR%%/pkgs/unstable-contract-lib/unstable/compiled/contract_rkt.dep -%%DATADIR%%/pkgs/unstable-contract-lib/unstable/compiled/contract_rkt.zo -%%DATADIR%%/pkgs/unstable-contract-lib/unstable/contract.rkt -%%DATADIR%%/pkgs/unstable-debug-lib/LICENSE.txt -%%DATADIR%%/pkgs/unstable-debug-lib/info.rkt -%%DATADIR%%/pkgs/unstable-debug-lib/unstable/compiled/debug_rkt.dep -%%DATADIR%%/pkgs/unstable-debug-lib/unstable/compiled/debug_rkt.zo -%%DATADIR%%/pkgs/unstable-debug-lib/unstable/debug.rkt -%%DATADIR%%/pkgs/unstable-doc/LICENSE.txt -%%DATADIR%%/pkgs/unstable-doc/automata/compiled/info_rkt.dep -%%DATADIR%%/pkgs/unstable-doc/automata/compiled/info_rkt.zo -%%DATADIR%%/pkgs/unstable-doc/automata/info.rkt -%%DATADIR%%/pkgs/unstable-doc/automata/scribblings/automata.scrbl -%%DATADIR%%/pkgs/unstable-doc/automata/scribblings/compiled/automata_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/automata/scribblings/compiled/automata_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/automata/scribblings/compiled/re_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/automata/scribblings/compiled/re_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/automata/scribblings/re.scrbl -%%DATADIR%%/pkgs/unstable-doc/compiled/info_rkt.dep -%%DATADIR%%/pkgs/unstable-doc/compiled/info_rkt.zo -%%DATADIR%%/pkgs/unstable-doc/info.rkt -%%DATADIR%%/pkgs/unstable-doc/scribblings/2d.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/bytes.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/class-iop.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/2d_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/2d_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/bytes_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/bytes_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/class-iop_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/class-iop_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/contract_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/contract_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/custom-write_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/custom-write_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/debug_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/debug_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/define_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/define_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/error_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/error_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/function_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/function_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/future_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/future_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/hash_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/hash_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/info_rkt.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/info_rkt.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/lazy-require_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/lazy-require_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/list_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/list_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/logging_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/logging_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/macro-testing_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/macro-testing_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/markparam_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/markparam_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/match_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/match_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/open-place_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/open-place_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/options_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/options_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/parameter-group_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/parameter-group_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/pretty_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/pretty_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/recontract_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/recontract_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/sandbox_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/sandbox_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/sequence_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/sequence_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/socket_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/socket_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/string_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/string_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/struct_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/struct_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/syntax_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/syntax_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/unstable_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/unstable_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/utils_rkt.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/utils_rkt.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/wrapc_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/compiled/wrapc_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/contract.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/custom-write.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/debug.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/define.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/error.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/function.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/future.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/notify_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/notify_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/pict_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/pict_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/prefs_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/prefs_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/pslide_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/pslide_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/scribble_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/scribble_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/slideshow_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/slideshow_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/snip_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/snip_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/unstable-gui_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/compiled/unstable-gui_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/notify.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/pict.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/prefs.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/pslide.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/scribble.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/slideshow.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/snip.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/gui/unstable-gui.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/hash.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/info.rkt -%%DATADIR%%/pkgs/unstable-doc/scribblings/lazy-require.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/list.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/logging.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/macro-testing.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/markparam.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/match.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/open-place.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/options.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/parameter-group.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/pretty.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/recontract.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/sandbox.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/sequence.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/socket.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/string.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/struct.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/syntax.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/unstable.scrbl -%%DATADIR%%/pkgs/unstable-doc/scribblings/utils.rkt -%%DATADIR%%/pkgs/unstable-doc/scribblings/wrapc.scrbl -%%DATADIR%%/pkgs/unstable-doc/temp-c/compiled/info_rkt.dep -%%DATADIR%%/pkgs/unstable-doc/temp-c/compiled/info_rkt.zo -%%DATADIR%%/pkgs/unstable-doc/temp-c/info.rkt -%%DATADIR%%/pkgs/unstable-doc/temp-c/scribblings/compiled/temp-c_scrbl.dep -%%DATADIR%%/pkgs/unstable-doc/temp-c/scribblings/compiled/temp-c_scrbl.zo -%%DATADIR%%/pkgs/unstable-doc/temp-c/scribblings/temp-c.scrbl -%%DATADIR%%/pkgs/unstable-flonum-doc/LICENSE.txt -%%DATADIR%%/pkgs/unstable-flonum-doc/compiled/info_rkt.dep -%%DATADIR%%/pkgs/unstable-flonum-doc/compiled/info_rkt.zo -%%DATADIR%%/pkgs/unstable-flonum-doc/compiled/unstable-flonum_scrbl.dep -%%DATADIR%%/pkgs/unstable-flonum-doc/compiled/unstable-flonum_scrbl.zo -%%DATADIR%%/pkgs/unstable-flonum-doc/info.rkt -%%DATADIR%%/pkgs/unstable-flonum-doc/unstable-flonum.scrbl -%%DATADIR%%/pkgs/unstable-flonum-lib/LICENSE.txt -%%DATADIR%%/pkgs/unstable-flonum-lib/info.rkt -%%DATADIR%%/pkgs/unstable-flonum-lib/unstable/compiled/flonum_rkt.dep -%%DATADIR%%/pkgs/unstable-flonum-lib/unstable/compiled/flonum_rkt.zo -%%DATADIR%%/pkgs/unstable-flonum-lib/unstable/flonum.rkt -%%DATADIR%%/pkgs/unstable-latent-contract-lib/LICENSE.txt -%%DATADIR%%/pkgs/unstable-latent-contract-lib/info.rkt -%%DATADIR%%/pkgs/unstable-latent-contract-lib/unstable/compiled/latent-contract_rkt.dep -%%DATADIR%%/pkgs/unstable-latent-contract-lib/unstable/compiled/latent-contract_rkt.zo -%%DATADIR%%/pkgs/unstable-latent-contract-lib/unstable/latent-contract.rkt -%%DATADIR%%/pkgs/unstable-latent-contract-lib/unstable/latent-contract/compiled/defthing_rkt.dep -%%DATADIR%%/pkgs/unstable-latent-contract-lib/unstable/latent-contract/compiled/defthing_rkt.zo -%%DATADIR%%/pkgs/unstable-latent-contract-lib/unstable/latent-contract/compiled/serialize-syntax_rkt.dep -%%DATADIR%%/pkgs/unstable-latent-contract-lib/unstable/latent-contract/compiled/serialize-syntax_rkt.zo -%%DATADIR%%/pkgs/unstable-latent-contract-lib/unstable/latent-contract/defthing.rkt -%%DATADIR%%/pkgs/unstable-latent-contract-lib/unstable/latent-contract/serialize-syntax.rkt -%%DATADIR%%/pkgs/unstable-lib/HISTORY.txt -%%DATADIR%%/pkgs/unstable-lib/LICENSE.txt -%%DATADIR%%/pkgs/unstable-lib/arrow.rkt -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/dfa_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/dfa_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/info_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/info_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/machine_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/machine_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/nfa-ep_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/nfa-ep_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/nfa-star_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/nfa-star_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/nfa_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/nfa_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/re-compile_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/re-compile_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/re-ext_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/re-ext_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/re-help_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/re-help_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/re_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/automata/compiled/re_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/automata/dfa.rkt -%%DATADIR%%/pkgs/unstable-lib/automata/info.rkt -%%DATADIR%%/pkgs/unstable-lib/automata/machine.rkt -%%DATADIR%%/pkgs/unstable-lib/automata/nfa-ep.rkt -%%DATADIR%%/pkgs/unstable-lib/automata/nfa-star.rkt -%%DATADIR%%/pkgs/unstable-lib/automata/nfa.rkt -%%DATADIR%%/pkgs/unstable-lib/automata/re-compile.rkt -%%DATADIR%%/pkgs/unstable-lib/automata/re-ext.rkt -%%DATADIR%%/pkgs/unstable-lib/automata/re-help.rkt -%%DATADIR%%/pkgs/unstable-lib/automata/re.rkt -%%DATADIR%%/pkgs/unstable-lib/compiled/arrow_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/compiled/arrow_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/compiled/define_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/compiled/define_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/compiled/future_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/compiled/future_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/compiled/info_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/compiled/info_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/compiled/lazy-require_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/compiled/lazy-require_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/compiled/open-place_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/compiled/open-place_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/compiled/recontract_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/compiled/recontract_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/compiled/string_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/compiled/string_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/compiled/time_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/compiled/time_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/define.rkt -%%DATADIR%%/pkgs/unstable-lib/future.rkt -%%DATADIR%%/pkgs/unstable-lib/gui/compiled/pict_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/gui/compiled/pict_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/gui/compiled/ppict_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/gui/compiled/ppict_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/gui/compiled/pslide_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/gui/compiled/pslide_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/gui/compiled/scribble_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/gui/compiled/scribble_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/gui/compiled/slideshow_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/gui/compiled/slideshow_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/gui/compiled/snip_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/gui/compiled/snip_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/gui/pict.rkt -%%DATADIR%%/pkgs/unstable-lib/gui/pict/align.rkt -%%DATADIR%%/pkgs/unstable-lib/gui/pict/compiled/align_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/gui/pict/compiled/align_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/gui/pict/compiled/plt-logo_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/gui/pict/compiled/plt-logo_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/gui/pict/plt-logo.rkt -%%DATADIR%%/pkgs/unstable-lib/gui/ppict.rkt -%%DATADIR%%/pkgs/unstable-lib/gui/private/blur.rkt -%%DATADIR%%/pkgs/unstable-lib/gui/private/compiled/blur_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/gui/private/compiled/blur_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/gui/private/compiled/ppict-syntax_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/gui/private/compiled/ppict-syntax_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/gui/private/compiled/ppict_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/gui/private/compiled/ppict_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/gui/private/compiled/shframe_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/gui/private/compiled/shframe_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/gui/private/compiled/tag-pict_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/gui/private/compiled/tag-pict_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/gui/private/ppict-syntax.rkt -%%DATADIR%%/pkgs/unstable-lib/gui/private/ppict.rkt -%%DATADIR%%/pkgs/unstable-lib/gui/private/shframe.rkt -%%DATADIR%%/pkgs/unstable-lib/gui/private/tag-pict.rkt -%%DATADIR%%/pkgs/unstable-lib/gui/pslide.rkt -%%DATADIR%%/pkgs/unstable-lib/gui/scribble.rkt -%%DATADIR%%/pkgs/unstable-lib/gui/slideshow.rkt -%%DATADIR%%/pkgs/unstable-lib/gui/snip.rkt -%%DATADIR%%/pkgs/unstable-lib/info.rkt -%%DATADIR%%/pkgs/unstable-lib/lazy-require.rkt -%%DATADIR%%/pkgs/unstable-lib/open-place.rkt -%%DATADIR%%/pkgs/unstable-lib/recontract.rkt -%%DATADIR%%/pkgs/unstable-lib/string.rkt -%%DATADIR%%/pkgs/unstable-lib/temp-c/compiled/dsl_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/temp-c/compiled/dsl_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/temp-c/compiled/info_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/temp-c/compiled/info_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/temp-c/compiled/monitor_rkt.dep -%%DATADIR%%/pkgs/unstable-lib/temp-c/compiled/monitor_rkt.zo -%%DATADIR%%/pkgs/unstable-lib/temp-c/dsl.rkt -%%DATADIR%%/pkgs/unstable-lib/temp-c/info.rkt -%%DATADIR%%/pkgs/unstable-lib/temp-c/monitor.rkt -%%DATADIR%%/pkgs/unstable-lib/time.rkt -%%DATADIR%%/pkgs/unstable-list-lib/LICENSE.txt -%%DATADIR%%/pkgs/unstable-list-lib/info.rkt -%%DATADIR%%/pkgs/unstable-list-lib/unstable/bytes.rkt -%%DATADIR%%/pkgs/unstable-list-lib/unstable/class-iop.rkt -%%DATADIR%%/pkgs/unstable-list-lib/unstable/compiled/bytes_rkt.dep -%%DATADIR%%/pkgs/unstable-list-lib/unstable/compiled/bytes_rkt.zo -%%DATADIR%%/pkgs/unstable-list-lib/unstable/compiled/class-iop_rkt.dep -%%DATADIR%%/pkgs/unstable-list-lib/unstable/compiled/class-iop_rkt.zo -%%DATADIR%%/pkgs/unstable-list-lib/unstable/compiled/function_rkt.dep -%%DATADIR%%/pkgs/unstable-list-lib/unstable/compiled/function_rkt.zo -%%DATADIR%%/pkgs/unstable-list-lib/unstable/compiled/hash_rkt.dep -%%DATADIR%%/pkgs/unstable-list-lib/unstable/compiled/hash_rkt.zo -%%DATADIR%%/pkgs/unstable-list-lib/unstable/compiled/list_rkt.dep -%%DATADIR%%/pkgs/unstable-list-lib/unstable/compiled/list_rkt.zo -%%DATADIR%%/pkgs/unstable-list-lib/unstable/function.rkt -%%DATADIR%%/pkgs/unstable-list-lib/unstable/hash.rkt -%%DATADIR%%/pkgs/unstable-list-lib/unstable/list.rkt -%%DATADIR%%/pkgs/unstable-list-lib/unstable/private/class-iop-ct.rkt -%%DATADIR%%/pkgs/unstable-list-lib/unstable/private/compiled/class-iop-ct_rkt.dep -%%DATADIR%%/pkgs/unstable-list-lib/unstable/private/compiled/class-iop-ct_rkt.zo -%%DATADIR%%/pkgs/unstable-macro-testing-lib/LICENSE.txt -%%DATADIR%%/pkgs/unstable-macro-testing-lib/info.rkt -%%DATADIR%%/pkgs/unstable-macro-testing-lib/unstable/compiled/macro-testing_rkt.dep -%%DATADIR%%/pkgs/unstable-macro-testing-lib/unstable/compiled/macro-testing_rkt.zo -%%DATADIR%%/pkgs/unstable-macro-testing-lib/unstable/macro-testing.rkt -%%DATADIR%%/pkgs/unstable-options-lib/LICENSE.txt -%%DATADIR%%/pkgs/unstable-options-lib/info.rkt -%%DATADIR%%/pkgs/unstable-options-lib/unstable/compiled/options_rkt.dep -%%DATADIR%%/pkgs/unstable-options-lib/unstable/compiled/options_rkt.zo -%%DATADIR%%/pkgs/unstable-options-lib/unstable/options.rkt -%%DATADIR%%/pkgs/unstable-parameter-group-lib/LICENSE.txt -%%DATADIR%%/pkgs/unstable-parameter-group-lib/info.rkt -%%DATADIR%%/pkgs/unstable-parameter-group-lib/unstable/compiled/parameter-group_rkt.dep -%%DATADIR%%/pkgs/unstable-parameter-group-lib/unstable/compiled/parameter-group_rkt.zo -%%DATADIR%%/pkgs/unstable-parameter-group-lib/unstable/parameter-group.rkt -%%DATADIR%%/pkgs/unstable-pretty-lib/LICENSE.txt -%%DATADIR%%/pkgs/unstable-pretty-lib/info.rkt -%%DATADIR%%/pkgs/unstable-pretty-lib/unstable/compiled/pretty_rkt.dep -%%DATADIR%%/pkgs/unstable-pretty-lib/unstable/compiled/pretty_rkt.zo -%%DATADIR%%/pkgs/unstable-pretty-lib/unstable/pretty.rkt -%%DATADIR%%/pkgs/unstable-redex/LICENSE.txt -%%DATADIR%%/pkgs/unstable-redex/compiled/info_rkt.dep -%%DATADIR%%/pkgs/unstable-redex/compiled/info_rkt.zo -%%DATADIR%%/pkgs/unstable-redex/gui/compiled/redex_rkt.dep -%%DATADIR%%/pkgs/unstable-redex/gui/compiled/redex_rkt.zo -%%DATADIR%%/pkgs/unstable-redex/gui/compiled/unstable-redex_scrbl.dep -%%DATADIR%%/pkgs/unstable-redex/gui/compiled/unstable-redex_scrbl.zo -%%DATADIR%%/pkgs/unstable-redex/gui/redex.rkt -%%DATADIR%%/pkgs/unstable-redex/gui/unstable-redex.scrbl -%%DATADIR%%/pkgs/unstable-redex/info.rkt -%%DATADIR%%/pkgs/unstable/LICENSE.txt -%%DATADIR%%/pkgs/unstable/info.rkt +%%DATADIR%%/pkgs/unix-socket-doc/LICENSE.txt +%%DATADIR%%/pkgs/unix-socket-doc/info.rkt +%%DATADIR%%/pkgs/unix-socket-doc/scribblings/socket/compiled/info_rkt.dep +%%DATADIR%%/pkgs/unix-socket-doc/scribblings/socket/compiled/info_rkt.zo +%%DATADIR%%/pkgs/unix-socket-doc/scribblings/socket/compiled/unix-socket_scrbl.dep +%%DATADIR%%/pkgs/unix-socket-doc/scribblings/socket/compiled/unix-socket_scrbl.zo +%%DATADIR%%/pkgs/unix-socket-doc/scribblings/socket/info.rkt +%%DATADIR%%/pkgs/unix-socket-doc/scribblings/socket/unix-socket.scrbl +%%DATADIR%%/pkgs/unix-socket-lib/LICENSE.txt +%%DATADIR%%/pkgs/unix-socket-lib/info.rkt +%%DATADIR%%/pkgs/unix-socket-lib/racket/compiled/unix-socket_rkt.dep +%%DATADIR%%/pkgs/unix-socket-lib/racket/compiled/unix-socket_rkt.zo +%%DATADIR%%/pkgs/unix-socket-lib/racket/private/compiled/unix-socket-ffi_rkt.dep +%%DATADIR%%/pkgs/unix-socket-lib/racket/private/compiled/unix-socket-ffi_rkt.zo +%%DATADIR%%/pkgs/unix-socket-lib/racket/private/unix-socket-ffi.rkt +%%DATADIR%%/pkgs/unix-socket-lib/racket/unix-socket.rkt +%%DATADIR%%/pkgs/unix-socket/LICENSE.txt +%%DATADIR%%/pkgs/unix-socket/info.rkt %%DATADIR%%/pkgs/web-server-doc/LICENSE.txt %%DATADIR%%/pkgs/web-server-doc/info.rkt %%DATADIR%%/pkgs/web-server-doc/web-server/compiled/info_rkt.dep @@ -18487,3539 +22561,3 @@ share/applications/slideshow.desktop %%DATADIR%%/slatex.py %%DATADIR%%/slatex.sty %%DATADIR%%/slideshow-exe-icon.ico -%%ETCDIR%%/config.rktd -%%PORTDOCS%%%%DOCSDIR%%/acks/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/acks/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/acks/index.html -%%PORTDOCS%%%%DOCSDIR%%/acks/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/acks/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/acks/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/algol60/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/algol60/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/algol60/index.html -%%PORTDOCS%%%%DOCSDIR%%/algol60/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/algol60/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/algol60/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/browser/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/browser/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/browser/index.html -%%PORTDOCS%%%%DOCSDIR%%/browser/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/browser/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/browser/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/bug-report/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/bug-report/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/bug-report/index.html -%%PORTDOCS%%%%DOCSDIR%%/bug-report/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/bug-report/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/bug-report/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/cards/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/cards/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/cards/index.html -%%PORTDOCS%%%%DOCSDIR%%/cards/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/cards/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/cards/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/compatibility/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/compatibility/compatibility-package.html -%%PORTDOCS%%%%DOCSDIR%%/compatibility/defmacro.html -%%PORTDOCS%%%%DOCSDIR%%/compatibility/doc-bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/compatibility/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/compatibility/index.html -%%PORTDOCS%%%%DOCSDIR%%/compatibility/mlists.html -%%PORTDOCS%%%%DOCSDIR%%/compatibility/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/compatibility/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/compatibility/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/continue/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/continue/flow1.png -%%PORTDOCS%%%%DOCSDIR%%/continue/flow2.png -%%PORTDOCS%%%%DOCSDIR%%/continue/flow3.png -%%PORTDOCS%%%%DOCSDIR%%/continue/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/continue/index.html -%%PORTDOCS%%%%DOCSDIR%%/continue/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/continue/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/continue/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/contract-profile/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/contract-profile/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/contract-profile/index.html -%%PORTDOCS%%%%DOCSDIR%%/contract-profile/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/contract-profile/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/contract-profile/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/data/Binary_Heaps.html -%%PORTDOCS%%%%DOCSDIR%%/data/Enumerations.html -%%PORTDOCS%%%%DOCSDIR%%/data/Imperative_Queues.html -%%PORTDOCS%%%%DOCSDIR%%/data/Orders_and_Ordered_Dictionaries.html -%%PORTDOCS%%%%DOCSDIR%%/data/Splay_Trees.html -%%PORTDOCS%%%%DOCSDIR%%/data/bit-vector.html -%%PORTDOCS%%%%DOCSDIR%%/data/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/data/gvector.html -%%PORTDOCS%%%%DOCSDIR%%/data/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/data/index.html -%%PORTDOCS%%%%DOCSDIR%%/data/integer-set.html -%%PORTDOCS%%%%DOCSDIR%%/data/interval-map.html -%%PORTDOCS%%%%DOCSDIR%%/data/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/data/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/data/pict.png -%%PORTDOCS%%%%DOCSDIR%%/data/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/data/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/data/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/data/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/data/skip-list.html -%%PORTDOCS%%%%DOCSDIR%%/data/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/data/union-find.html -%%PORTDOCS%%%%DOCSDIR%%/datalog/Acknowledgments.html -%%PORTDOCS%%%%DOCSDIR%%/datalog/Parenthetical_Datalog_Module_Language.html -%%PORTDOCS%%%%DOCSDIR%%/datalog/Tutorial.html -%%PORTDOCS%%%%DOCSDIR%%/datalog/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/datalog/datalog.html -%%PORTDOCS%%%%DOCSDIR%%/datalog/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/datalog/index.html -%%PORTDOCS%%%%DOCSDIR%%/datalog/interop.html -%%PORTDOCS%%%%DOCSDIR%%/datalog/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/datalog/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/datalog/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/db/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/db/connect.html -%%PORTDOCS%%%%DOCSDIR%%/db/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/db/index.html -%%PORTDOCS%%%%DOCSDIR%%/db/notes.html -%%PORTDOCS%%%%DOCSDIR%%/db/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/db/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/db/query-api.html -%%PORTDOCS%%%%DOCSDIR%%/db/sql-types.html -%%PORTDOCS%%%%DOCSDIR%%/db/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/db/using-db.html -%%PORTDOCS%%%%DOCSDIR%%/db/util.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/DMdA-advanced.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/DMdA-assignments.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/DMdA-beginner.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/DMdA-vanilla.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/DMdA__Sprachen_als_Libraries.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Definitionen.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Eigenschaften.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Konstruktionsanleitungen_1_bis_10.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Parametrische_Record-Typ-Definitionen.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Record-Typ-Definitionen.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Signaturen.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/Testf_lle.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/_t_and__f.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/advanced-definitions.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/advanced-lambda.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/advanced-prim-op.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/advanced-quote.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/advanced-signatures.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/and.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/application.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/assignments-prim-op.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/assignments-signatures.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/begin.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/beginner-prim-ops.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/cond.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/define-record-procedures-2.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/define-record-procedures-parametric-2.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/id.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/if.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/image.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/index.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/lambda.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/let__letrec_und_let_.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/line3d.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/or.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/p1.jpg -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/p2.jpg -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/p3.jpg -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/p4.jpg -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/set_.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/signatures-vanilla.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/sound.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/turtle.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/vanilla-prim-op.html -%%PORTDOCS%%%%DOCSDIR%%/deinprogramm/world.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/Block_Styles.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/Element_Styles.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/Enumerations.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/Navigation_Bars.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/Paragraph_Spacing.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/all-non-sec.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/deepest.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/h3.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/index.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/no-toc.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-m1/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/Block_Styles.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/Element_Styles.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/Enumerations.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/Navigation_Bars.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/Paragraph_Spacing.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/all-non-sec.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/deepest.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/h3.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/index.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/no-toc.html -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-m2/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/Bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/Code_Styles.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/Definition_Blocks.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/Miscellaneous.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/bitmap-dc_.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/doc-bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/index.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m1/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/Bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/Code_Styles.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/Definition_Blocks.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/Miscellaneous.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/bitmap-dc_.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/doc-bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/index.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-m2/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/index.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s1/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/index.html -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-manual-s2/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-s1/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/demo-s1/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-s1/index.html -%%PORTDOCS%%%%DOCSDIR%%/demo-s1/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-s1/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-s1/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-s2/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/demo-s2/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-s2/index.html -%%PORTDOCS%%%%DOCSDIR%%/demo-s2/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-s2/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/demo-s2/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/distributed-places/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/distributed-places/finger.png -%%PORTDOCS%%%%DOCSDIR%%/distributed-places/icons.css -%%PORTDOCS%%%%DOCSDIR%%/distributed-places/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/distributed-places/index.html -%%PORTDOCS%%%%DOCSDIR%%/distributed-places/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/distributed-places/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/distributed-places/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/doc-site.css -%%PORTDOCS%%%%DOCSDIR%%/doc-site.js -%%PORTDOCS%%%%DOCSDIR%%/docindex.sqlite -%%PORTDOCS%%%%DOCSDIR%%/draw/Drawing_Contracts.html -%%PORTDOCS%%%%DOCSDIR%%/draw/Drawing_Functions.html -%%PORTDOCS%%%%DOCSDIR%%/draw/Signature_and_Unit.html -%%PORTDOCS%%%%DOCSDIR%%/draw/bitmap-dc_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/bitmap_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/draw/brush-list_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/brush_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/color-database___.html -%%PORTDOCS%%%%DOCSDIR%%/draw/color_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/dc-path_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/dc___.html -%%PORTDOCS%%%%DOCSDIR%%/draw/doc-bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/draw/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/draw/font-list_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/font-name-directory___.html -%%PORTDOCS%%%%DOCSDIR%%/draw/font_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/gl-config_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/gl-context___.html -%%PORTDOCS%%%%DOCSDIR%%/draw/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/draw/index.html -%%PORTDOCS%%%%DOCSDIR%%/draw/libs.html -%%PORTDOCS%%%%DOCSDIR%%/draw/linear-gradient_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/draw/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/draw/overview.html -%%PORTDOCS%%%%DOCSDIR%%/draw/pdf-dc_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/pen-list_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/pen_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/pict.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_10.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_11.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_12.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_13.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_14.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_15.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_16.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_17.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_18.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_19.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_20.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_21.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_22.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_23.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_24.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_25.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_26.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_6.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_7.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_8.png -%%PORTDOCS%%%%DOCSDIR%%/draw/pict_9.png -%%PORTDOCS%%%%DOCSDIR%%/draw/point_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/post-script-dc_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/ps-setup_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/radial-gradient_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/record-dc_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/region_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/draw/svg-dc_.html -%%PORTDOCS%%%%DOCSDIR%%/draw/unsafe.html -%%PORTDOCS%%%%DOCSDIR%%/draw/water.png -%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/Accessing_Check_Syntax_Programmatically.html -%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/Module_Browser.html -%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/Module_Path_Selection.html -%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/index.html -%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/drracket-tools/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/drracket/Graphical_Syntax.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/Interface_Reference.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/Keyboard_Shortcuts.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/Menus.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/Searching.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/Tabbed_Editing.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/drracket/buttons.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/choose-language.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/color-scheme.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/create-exe.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/debugger.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/debugger1.png -%%PORTDOCS%%%%DOCSDIR%%/drracket/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/drracket-files.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/editor.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/example.png -%%PORTDOCS%%%%DOCSDIR%%/drracket/experimental-langs.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/extending-drracket.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/follow-log.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/htdp-langs.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/drracket/index.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/interactions-window.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/interface-essentials.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/io.png -%%PORTDOCS%%%%DOCSDIR%%/drracket/languages.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/legacy.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/module-browser.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/module.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/drracket/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/drracket/output-syntax.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/prefs-explanation.html -%%PORTDOCS%%%%DOCSDIR%%/drracket/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/ds-store/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/ds-store/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/ds-store/index.html -%%PORTDOCS%%%%DOCSDIR%%/ds-store/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/ds-store/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/ds-store/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/dynext/Compilation.html -%%PORTDOCS%%%%DOCSDIR%%/dynext/Filenames.html -%%PORTDOCS%%%%DOCSDIR%%/dynext/Linking.html -%%PORTDOCS%%%%DOCSDIR%%/dynext/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/dynext/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/dynext/index.html -%%PORTDOCS%%%%DOCSDIR%%/dynext/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/dynext/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/dynext/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/Helpers.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/aligned-pasteboard_.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/alignment-parent___.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/alignment___.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/button-snip_.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/containers.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/control-snips.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/controls.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/dllist___.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/embedded-button_.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/embedded-message_.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/embedded-text-button_.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/embedded-toggle-button_.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/hline_.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/horizontal-alignment_.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/index.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/snip-related-functions.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/snip-wrapper_.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/stretchable-snip___.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/text-button-snip_.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/toggle-button-snip_.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/vertical-alignment_.html -%%PORTDOCS%%%%DOCSDIR%%/embedded-gui/vline_.html -%%PORTDOCS%%%%DOCSDIR%%/eopl/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/eopl/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/eopl/index.html -%%PORTDOCS%%%%DOCSDIR%%/eopl/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/eopl/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/eopl/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/errortrace/Errortrace_Key.html -%%PORTDOCS%%%%DOCSDIR%%/errortrace/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/errortrace/errortrace-library.html -%%PORTDOCS%%%%DOCSDIR%%/errortrace/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/errortrace/index.html -%%PORTDOCS%%%%DOCSDIR%%/errortrace/installing-errortrace.html -%%PORTDOCS%%%%DOCSDIR%%/errortrace/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/errortrace/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/errortrace/quick-instructions.html -%%PORTDOCS%%%%DOCSDIR%%/errortrace/stacktrace.html -%%PORTDOCS%%%%DOCSDIR%%/errortrace/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/errortrace/using-errortrace.html -%%PORTDOCS%%%%DOCSDIR%%/file/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/file/cache.html -%%PORTDOCS%%%%DOCSDIR%%/file/convertible.html -%%PORTDOCS%%%%DOCSDIR%%/file/doc-bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/file/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/file/gif.html -%%PORTDOCS%%%%DOCSDIR%%/file/gunzip.html -%%PORTDOCS%%%%DOCSDIR%%/file/gzip.html -%%PORTDOCS%%%%DOCSDIR%%/file/ico.html -%%PORTDOCS%%%%DOCSDIR%%/file/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/file/index.html -%%PORTDOCS%%%%DOCSDIR%%/file/md5.html -%%PORTDOCS%%%%DOCSDIR%%/file/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/file/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/file/resource.html -%%PORTDOCS%%%%DOCSDIR%%/file/sha1b.html -%%PORTDOCS%%%%DOCSDIR%%/file/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/file/tar.html -%%PORTDOCS%%%%DOCSDIR%%/file/untar.html -%%PORTDOCS%%%%DOCSDIR%%/file/untgz.html -%%PORTDOCS%%%%DOCSDIR%%/file/unzip.html -%%PORTDOCS%%%%DOCSDIR%%/file/zip.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/Allocation_and_Finalization.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/Atomic_Execution.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/C_Array_Types.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/C_Struct_Types.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/C_Union_Types.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/Custodian_Shutdown_Registration.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/Defining_Bindings.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/Derived_Utilities.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/Enumerations_and_Masks.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/Loading_Foreign_Libraries.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/Miscellaneous_Support.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/Numeric_Types.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/Objective-C_FFI.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/Other_Atomic_Types.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/Pointer_Types.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/Speculatively_Atomic_Execution.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/String_Types.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/active-x.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/foreign/com-auto.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/com-intf.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/com.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/ctype.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/doc-bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/file-security-guard-checks.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/foreign_c-only.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/foreign_cvector.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/foreign_pointer-funcs.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/foreign_procedures.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/foreign_tagged-pointers.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/homogeneous-vectors.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/foreign/index.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/intro.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/ns.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/foreign/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/foreign/serialize-struct.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/foreign/types.html -%%PORTDOCS%%%%DOCSDIR%%/foreign/winapi.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Application.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Autosave.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Backwards_Compatibility.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Canvas.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Color.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Color_Model.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Color_Prefs.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Comment_Box.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Decorated_Editor_Snip.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Editor.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Exit.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Finder.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Frame.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Framework_Libraries_Overview.html -%%PORTDOCS%%%%DOCSDIR%%/framework/GUI_Utilities.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Group.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Handler.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Icon.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Keymap.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Menu.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Mode.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Number_Snip.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Panel.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Pasteboard.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Path_Utils.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Preferences.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Preferences__Textual.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Racket.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Signatures.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Splash.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Test.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Text.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Unit.html -%%PORTDOCS%%%%DOCSDIR%%/framework/Version.html -%%PORTDOCS%%%%DOCSDIR%%/framework/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/framework/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/framework/editor-snip.html -%%PORTDOCS%%%%DOCSDIR%%/framework/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/framework/index.html -%%PORTDOCS%%%%DOCSDIR%%/framework/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/framework/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/framework/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/frtime/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/frtime/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/frtime/index.html -%%PORTDOCS%%%%DOCSDIR%%/frtime/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/frtime/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/frtime/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/future-visualizer-timeline.html -%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/future-visualizer-tree.html -%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/futures-trace.html -%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/index.html -%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/future-visualizer/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/games/3x3-empty-board.png -%%PORTDOCS%%%%DOCSDIR%%/games/7x7-empty-board.png -%%PORTDOCS%%%%DOCSDIR%%/games/Board_to_Graph.html -%%PORTDOCS%%%%DOCSDIR%%/games/Breadth-first_Search.html -%%PORTDOCS%%%%DOCSDIR%%/games/Drawing_the_Cat.html -%%PORTDOCS%%%%DOCSDIR%%/games/Drawing_the_World.html -%%PORTDOCS%%%%DOCSDIR%%/games/Handling_Input.html -%%PORTDOCS%%%%DOCSDIR%%/games/Overview.html -%%PORTDOCS%%%%DOCSDIR%%/games/Run__program__run.html -%%PORTDOCS%%%%DOCSDIR%%/games/Showing_Scribbled_Help.html -%%PORTDOCS%%%%DOCSDIR%%/games/Showing_Text_Help.html -%%PORTDOCS%%%%DOCSDIR%%/games/Tests.html -%%PORTDOCS%%%%DOCSDIR%%/games/The_Cat_s_Path.html -%%PORTDOCS%%%%DOCSDIR%%/games/The_World.html -%%PORTDOCS%%%%DOCSDIR%%/games/aces.html -%%PORTDOCS%%%%DOCSDIR%%/games/aces.png -%%PORTDOCS%%%%DOCSDIR%%/games/blackjack.html -%%PORTDOCS%%%%DOCSDIR%%/games/blackjack.png -%%PORTDOCS%%%%DOCSDIR%%/games/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/games/bundled.html -%%PORTDOCS%%%%DOCSDIR%%/games/cat-distance-example.png -%%PORTDOCS%%%%DOCSDIR%%/games/chat-noir.html -%%PORTDOCS%%%%DOCSDIR%%/games/chat-noir.png -%%PORTDOCS%%%%DOCSDIR%%/games/checkers.html -%%PORTDOCS%%%%DOCSDIR%%/games/checkers.png -%%PORTDOCS%%%%DOCSDIR%%/games/crazy8s.html -%%PORTDOCS%%%%DOCSDIR%%/games/crazy8s.png -%%PORTDOCS%%%%DOCSDIR%%/games/gcalc.html -%%PORTDOCS%%%%DOCSDIR%%/games/gcalc.png -%%PORTDOCS%%%%DOCSDIR%%/games/ginrummy.html -%%PORTDOCS%%%%DOCSDIR%%/games/ginrummy.png -%%PORTDOCS%%%%DOCSDIR%%/games/gobblet.html -%%PORTDOCS%%%%DOCSDIR%%/games/gobblet.png -%%PORTDOCS%%%%DOCSDIR%%/games/gofish.html -%%PORTDOCS%%%%DOCSDIR%%/games/gofish.png -%%PORTDOCS%%%%DOCSDIR%%/games/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/games/index.html -%%PORTDOCS%%%%DOCSDIR%%/games/jewel.html -%%PORTDOCS%%%%DOCSDIR%%/games/jewel.png -%%PORTDOCS%%%%DOCSDIR%%/games/lights-out.html -%%PORTDOCS%%%%DOCSDIR%%/games/lights-out.png -%%PORTDOCS%%%%DOCSDIR%%/games/memory.html -%%PORTDOCS%%%%DOCSDIR%%/games/memory.png -%%PORTDOCS%%%%DOCSDIR%%/games/mines.html -%%PORTDOCS%%%%DOCSDIR%%/games/mines.png -%%PORTDOCS%%%%DOCSDIR%%/games/new-games.html -%%PORTDOCS%%%%DOCSDIR%%/games/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/games/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/games/paint-by-numbers.html -%%PORTDOCS%%%%DOCSDIR%%/games/paint-by-numbers.png -%%PORTDOCS%%%%DOCSDIR%%/games/parcheesi.html -%%PORTDOCS%%%%DOCSDIR%%/games/parcheesi.png -%%PORTDOCS%%%%DOCSDIR%%/games/pict.png -%%PORTDOCS%%%%DOCSDIR%%/games/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/games/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/games/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/games/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/games/pousse.html -%%PORTDOCS%%%%DOCSDIR%%/games/pousse.png -%%PORTDOCS%%%%DOCSDIR%%/games/same.html -%%PORTDOCS%%%%DOCSDIR%%/games/same.png -%%PORTDOCS%%%%DOCSDIR%%/games/slidey.html -%%PORTDOCS%%%%DOCSDIR%%/games/slidey.png -%%PORTDOCS%%%%DOCSDIR%%/games/spider.html -%%PORTDOCS%%%%DOCSDIR%%/games/spider.png -%%PORTDOCS%%%%DOCSDIR%%/games/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/games/tally-maze.html -%%PORTDOCS%%%%DOCSDIR%%/games/tally-maze.png -%%PORTDOCS%%%%DOCSDIR%%/getting-started/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/getting-started/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/getting-started/index.html -%%PORTDOCS%%%%DOCSDIR%%/getting-started/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/getting-started/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/getting-started/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/index.html -%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/gl-board-game/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/graphics/A_More_Complicated_Example.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/An_Example.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/Basic_Commands.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/Color_Operations.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/Draw__Clear__and_Flip_Operations.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/Flushing.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/Graphics_Library_as_a_Unit.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/Keyboard_Operations.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/Miscellaneous_Operations.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/Mouse_Operations.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/Protecting_Graphics_Operations.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/World_Operations.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/graphics/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/graphics/index.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/graphics/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/graphics/posn.html -%%PORTDOCS%%%%DOCSDIR%%/graphics/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/gui/Dynamic_Loading.html -%%PORTDOCS%%%%DOCSDIR%%/gui/Editor_Classes.html -%%PORTDOCS%%%%DOCSDIR%%/gui/Editor_Functions.html -%%PORTDOCS%%%%DOCSDIR%%/gui/Snip_and_Style_Classes.html -%%PORTDOCS%%%%DOCSDIR%%/gui/Startup_Actions.html -%%PORTDOCS%%%%DOCSDIR%%/gui/WXME_Decoding.html -%%PORTDOCS%%%%DOCSDIR%%/gui/Widget_Gallery.html -%%PORTDOCS%%%%DOCSDIR%%/gui/Windowing_Classes.html -%%PORTDOCS%%%%DOCSDIR%%/gui/Windowing_Functions.html -%%PORTDOCS%%%%DOCSDIR%%/gui/add-color___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/area-container-window___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/area-container___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/area___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/gui/button.png -%%PORTDOCS%%%%DOCSDIR%%/gui/button_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/canvas_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/canvas___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/check-box.png -%%PORTDOCS%%%%DOCSDIR%%/gui/check-box_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/checkable-menu-item_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/choice.png -%%PORTDOCS%%%%DOCSDIR%%/gui/choice_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/clipboard-client_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/clipboard___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/column-control-event_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/combo-field.png -%%PORTDOCS%%%%DOCSDIR%%/gui/combo-field_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/control-event_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/control___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/cursor_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/dialog_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-admin_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-canvas.png -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-canvas_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-data-class-list___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-data-class_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-data_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-overview.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-snip-editor-admin___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-snip_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-stream-in-base_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-stream-in-bytes-base_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-stream-in_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-stream-out-base_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-stream-out-bytes-base_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-stream-out_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor-wordbreak-map_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/editor___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/event_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/frame_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/gauge.png -%%PORTDOCS%%%%DOCSDIR%%/gui/gauge_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/group-box-panel.png -%%PORTDOCS%%%%DOCSDIR%%/gui/group-box-panel_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/grow-box-spacer-pane_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/horizontal-pane_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/horizontal-panel_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/image-snip_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/gui/index.html -%%PORTDOCS%%%%DOCSDIR%%/gui/key-event_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/keymap_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/labelled-menu-item___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/libs.html -%%PORTDOCS%%%%DOCSDIR%%/gui/list-box.png -%%PORTDOCS%%%%DOCSDIR%%/gui/list-box_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/list-control___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/menu-bar.png -%%PORTDOCS%%%%DOCSDIR%%/gui/menu-bar_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/menu-item-container___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/menu-item_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/menu-item___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/menu_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/message.png -%%PORTDOCS%%%%DOCSDIR%%/gui/message_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/mouse-event_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/mredprefs.html -%%PORTDOCS%%%%DOCSDIR%%/gui/mult-color___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/gui/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/gui/pane_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/panel.png -%%PORTDOCS%%%%DOCSDIR%%/gui/panel_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/pasteboard_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/popup-menu_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/printer-dc_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/radio-box.png -%%PORTDOCS%%%%DOCSDIR%%/gui/radio-box_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/readable-snip___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/scroll-event_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/selectable-menu-item___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/separator-menu-item_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/slider.png -%%PORTDOCS%%%%DOCSDIR%%/gui/slider_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/snip-admin_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/snip-class-list___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/snip-class_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/snip_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/gui/string-snip_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/style-delta_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/style-list_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/style___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/subarea___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/subwindow___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/tab-panel.png -%%PORTDOCS%%%%DOCSDIR%%/gui/tab-panel_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/tab-snip_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/text-field.png -%%PORTDOCS%%%%DOCSDIR%%/gui/text-field_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/text_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/timer_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/top-level-window___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/vertical-pane_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/vertical-panel_.html -%%PORTDOCS%%%%DOCSDIR%%/gui/window___.html -%%PORTDOCS%%%%DOCSDIR%%/gui/windowing-overview.html -%%PORTDOCS%%%%DOCSDIR%%/guide/An_Extended_Example.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Backtracking.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Building_New_Contracts.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Contracts_for_Units.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Emacs.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Invoking_Units.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Linking_Units.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Lists__Iteration__and_Recursion.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Looking_Ahead_and_Behind.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Module_Syntax.html -%%PORTDOCS%%%%DOCSDIR%%/guide/More_Libraries.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Pairs__Lists__and_Racket_Syntax.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Signatures_and_Units.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Simple_Values.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Sublime_Text.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Vim.html -%%PORTDOCS%%%%DOCSDIR%%/guide/Whole-module_Signatures_and_Units.html -%%PORTDOCS%%%%DOCSDIR%%/guide/application.html -%%PORTDOCS%%%%DOCSDIR%%/guide/begin.html -%%PORTDOCS%%%%DOCSDIR%%/guide/binding.html -%%PORTDOCS%%%%DOCSDIR%%/guide/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/guide/booleans.html -%%PORTDOCS%%%%DOCSDIR%%/guide/boxes.html -%%PORTDOCS%%%%DOCSDIR%%/guide/bytestrings.html -%%PORTDOCS%%%%DOCSDIR%%/guide/case.html -%%PORTDOCS%%%%DOCSDIR%%/guide/characters.html -%%PORTDOCS%%%%DOCSDIR%%/guide/classes.html -%%PORTDOCS%%%%DOCSDIR%%/guide/cmdline-tools.html -%%PORTDOCS%%%%DOCSDIR%%/guide/concurrency.html -%%PORTDOCS%%%%DOCSDIR%%/guide/conditionals.html -%%PORTDOCS%%%%DOCSDIR%%/guide/contract-boundaries.html -%%PORTDOCS%%%%DOCSDIR%%/guide/contract-func.html -%%PORTDOCS%%%%DOCSDIR%%/guide/contracts-examples.html -%%PORTDOCS%%%%DOCSDIR%%/guide/contracts-exists.html -%%PORTDOCS%%%%DOCSDIR%%/guide/contracts-first.html -%%PORTDOCS%%%%DOCSDIR%%/guide/contracts-general-functions.html -%%PORTDOCS%%%%DOCSDIR%%/guide/contracts-gotchas.html -%%PORTDOCS%%%%DOCSDIR%%/guide/contracts-struct.html -%%PORTDOCS%%%%DOCSDIR%%/guide/contracts.html -%%PORTDOCS%%%%DOCSDIR%%/guide/control.html -%%PORTDOCS%%%%DOCSDIR%%/guide/conts.html -%%PORTDOCS%%%%DOCSDIR%%/guide/datatypes.html -%%PORTDOCS%%%%DOCSDIR%%/guide/default-ports.html -%%PORTDOCS%%%%DOCSDIR%%/guide/define-struct.html -%%PORTDOCS%%%%DOCSDIR%%/guide/define.html -%%PORTDOCS%%%%DOCSDIR%%/guide/dialects.html -%%PORTDOCS%%%%DOCSDIR%%/guide/doc-bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/guide/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/guide/encodings.html -%%PORTDOCS%%%%DOCSDIR%%/guide/eval.html -%%PORTDOCS%%%%DOCSDIR%%/guide/exe.html -%%PORTDOCS%%%%DOCSDIR%%/guide/exns.html -%%PORTDOCS%%%%DOCSDIR%%/guide/figure.css -%%PORTDOCS%%%%DOCSDIR%%/guide/figure.js -%%PORTDOCS%%%%DOCSDIR%%/guide/finger.png -%%PORTDOCS%%%%DOCSDIR%%/guide/firstclassunits.html -%%PORTDOCS%%%%DOCSDIR%%/guide/for.html -%%PORTDOCS%%%%DOCSDIR%%/guide/hash-lang_reader.html -%%PORTDOCS%%%%DOCSDIR%%/guide/hash-lang_syntax.html -%%PORTDOCS%%%%DOCSDIR%%/guide/hash-languages.html -%%PORTDOCS%%%%DOCSDIR%%/guide/hash-reader.html -%%PORTDOCS%%%%DOCSDIR%%/guide/hash-tables.html -%%PORTDOCS%%%%DOCSDIR%%/guide/i_o.html -%%PORTDOCS%%%%DOCSDIR%%/guide/icons.css -%%PORTDOCS%%%%DOCSDIR%%/guide/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/guide/index.html -%%PORTDOCS%%%%DOCSDIR%%/guide/intro.html -%%PORTDOCS%%%%DOCSDIR%%/guide/io-patterns.html -%%PORTDOCS%%%%DOCSDIR%%/guide/keywords.html -%%PORTDOCS%%%%DOCSDIR%%/guide/lambda.html -%%PORTDOCS%%%%DOCSDIR%%/guide/language-collection.html -%%PORTDOCS%%%%DOCSDIR%%/guide/language-get-info.html -%%PORTDOCS%%%%DOCSDIR%%/guide/languages.html -%%PORTDOCS%%%%DOCSDIR%%/guide/let.html -%%PORTDOCS%%%%DOCSDIR%%/guide/load.html -%%PORTDOCS%%%%DOCSDIR%%/guide/macro-transformers.html -%%PORTDOCS%%%%DOCSDIR%%/guide/macros.html -%%PORTDOCS%%%%DOCSDIR%%/guide/magnify.png -%%PORTDOCS%%%%DOCSDIR%%/guide/match.html -%%PORTDOCS%%%%DOCSDIR%%/guide/mk-namespace.html -%%PORTDOCS%%%%DOCSDIR%%/guide/module-basics.html -%%PORTDOCS%%%%DOCSDIR%%/guide/module-languages.html -%%PORTDOCS%%%%DOCSDIR%%/guide/module-paths.html -%%PORTDOCS%%%%DOCSDIR%%/guide/module-provide.html -%%PORTDOCS%%%%DOCSDIR%%/guide/module-require.html -%%PORTDOCS%%%%DOCSDIR%%/guide/module-runtime-config.html -%%PORTDOCS%%%%DOCSDIR%%/guide/module-set.html -%%PORTDOCS%%%%DOCSDIR%%/guide/modules.html -%%PORTDOCS%%%%DOCSDIR%%/guide/more-hash-lang.html -%%PORTDOCS%%%%DOCSDIR%%/guide/numbers.html -%%PORTDOCS%%%%DOCSDIR%%/guide/other-editors.html -%%PORTDOCS%%%%DOCSDIR%%/guide/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/guide/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/guide/pairs.html -%%PORTDOCS%%%%DOCSDIR%%/guide/parallelism.html -%%PORTDOCS%%%%DOCSDIR%%/guide/parameterize.html -%%PORTDOCS%%%%DOCSDIR%%/guide/pattern-macros.html -%%PORTDOCS%%%%DOCSDIR%%/guide/performance.html -%%PORTDOCS%%%%DOCSDIR%%/guide/phases.html -%%PORTDOCS%%%%DOCSDIR%%/guide/pict.png -%%PORTDOCS%%%%DOCSDIR%%/guide/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/guide/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/guide/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/guide/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/guide/ports.html -%%PORTDOCS%%%%DOCSDIR%%/guide/proc-macros.html -%%PORTDOCS%%%%DOCSDIR%%/guide/prompt.html -%%PORTDOCS%%%%DOCSDIR%%/guide/qq.html -%%PORTDOCS%%%%DOCSDIR%%/guide/quote.html -%%PORTDOCS%%%%DOCSDIR%%/guide/racket.html -%%PORTDOCS%%%%DOCSDIR%%/guide/read-write.html -%%PORTDOCS%%%%DOCSDIR%%/guide/reflection.html -%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-alternation.html -%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-assert.html -%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-chars.html -%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-clusters.html -%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-intro.html -%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-match.html -%%PORTDOCS%%%%DOCSDIR%%/guide/regexp-quant.html -%%PORTDOCS%%%%DOCSDIR%%/guide/regexp.html -%%PORTDOCS%%%%DOCSDIR%%/guide/running.html -%%PORTDOCS%%%%DOCSDIR%%/guide/scheme-forms.html -%%PORTDOCS%%%%DOCSDIR%%/guide/scripts.html -%%PORTDOCS%%%%DOCSDIR%%/guide/serialization.html -%%PORTDOCS%%%%DOCSDIR%%/guide/set_.html -%%PORTDOCS%%%%DOCSDIR%%/guide/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/guide/standards.html -%%PORTDOCS%%%%DOCSDIR%%/guide/strings.html -%%PORTDOCS%%%%DOCSDIR%%/guide/stx-certs.html -%%PORTDOCS%%%%DOCSDIR%%/guide/stx-obj.html -%%PORTDOCS%%%%DOCSDIR%%/guide/stx-phases.html -%%PORTDOCS%%%%DOCSDIR%%/guide/symbols.html -%%PORTDOCS%%%%DOCSDIR%%/guide/syntax-case.html -%%PORTDOCS%%%%DOCSDIR%%/guide/syntax-notation.html -%%PORTDOCS%%%%DOCSDIR%%/guide/syntax-overview.html -%%PORTDOCS%%%%DOCSDIR%%/guide/syntax_module-reader.html -%%PORTDOCS%%%%DOCSDIR%%/guide/teaching-langs.html -%%PORTDOCS%%%%DOCSDIR%%/guide/to-scheme.html -%%PORTDOCS%%%%DOCSDIR%%/guide/unit_versus_module.html -%%PORTDOCS%%%%DOCSDIR%%/guide/units.html -%%PORTDOCS%%%%DOCSDIR%%/guide/vectors.html -%%PORTDOCS%%%%DOCSDIR%%/guide/void_undefined.html -%%PORTDOCS%%%%DOCSDIR%%/guide/with-syntax.html -%%PORTDOCS%%%%DOCSDIR%%/help/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/help/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/help/index.html -%%PORTDOCS%%%%DOCSDIR%%/help/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/help/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/help/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/advanced.html -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/beginner-abbr.html -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/beginner.html -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/index.html -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/intermediate-lam.html -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/intermediate.html -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_10.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_11.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_12.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_13.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_14.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_15.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_6.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_7.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_8.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/pict_9.png -%%PORTDOCS%%%%DOCSDIR%%/htdp-langs/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/index.html -%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/htdp-ptr/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/htdp/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/htdp/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/htdp/index.html -%%PORTDOCS%%%%DOCSDIR%%/htdp/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/htdp/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/htdp/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/html/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/html/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/html/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/html/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/images/Blur.html -%%PORTDOCS%%%%DOCSDIR%%/images/Component_Operations.html -%%PORTDOCS%%%%DOCSDIR%%/images/Compositing.html -%%PORTDOCS%%%%DOCSDIR%%/images/Conversion_and_Construction.html -%%PORTDOCS%%%%DOCSDIR%%/images/Effects.html -%%PORTDOCS%%%%DOCSDIR%%/images/Embedding_Bitmaps_in_Compiled_Files.html -%%PORTDOCS%%%%DOCSDIR%%/images/Gradients_and_Normals.html -%%PORTDOCS%%%%DOCSDIR%%/images/Icons.html -%%PORTDOCS%%%%DOCSDIR%%/images/Logos.html -%%PORTDOCS%%%%DOCSDIR%%/images/Overview.html -%%PORTDOCS%%%%DOCSDIR%%/images/Pointwise_Operations.html -%%PORTDOCS%%%%DOCSDIR%%/images/Resizing.html -%%PORTDOCS%%%%DOCSDIR%%/images/Spatial_Transformations.html -%%PORTDOCS%%%%DOCSDIR%%/images/Struct_Type_and_Accessors.html -%%PORTDOCS%%%%DOCSDIR%%/images/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/images/flomap_title.html -%%PORTDOCS%%%%DOCSDIR%%/images/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/images/index.html -%%PORTDOCS%%%%DOCSDIR%%/images/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/images/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/images/pict.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_10.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_100.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_101.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_102.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_103.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_104.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_105.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_106.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_107.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_108.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_109.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_11.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_110.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_111.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_112.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_113.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_114.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_115.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_116.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_117.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_118.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_119.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_12.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_120.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_121.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_122.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_123.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_124.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_125.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_126.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_127.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_128.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_129.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_13.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_130.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_131.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_132.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_133.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_134.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_135.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_136.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_137.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_138.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_139.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_14.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_140.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_141.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_142.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_143.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_144.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_145.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_146.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_147.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_148.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_149.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_15.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_150.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_151.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_152.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_153.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_154.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_155.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_156.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_157.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_158.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_159.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_16.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_160.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_161.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_162.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_163.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_164.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_165.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_166.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_167.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_168.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_169.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_17.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_170.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_171.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_172.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_173.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_174.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_175.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_176.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_177.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_178.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_179.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_18.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_180.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_181.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_182.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_183.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_184.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_185.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_186.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_187.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_188.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_189.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_19.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_190.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_191.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_192.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_193.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_194.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_195.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_196.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_197.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_198.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_199.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_20.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_200.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_201.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_202.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_203.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_21.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_22.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_23.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_24.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_25.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_26.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_27.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_28.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_29.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_30.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_31.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_32.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_33.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_34.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_35.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_36.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_37.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_38.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_39.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_40.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_41.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_42.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_43.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_44.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_45.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_46.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_47.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_48.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_49.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_50.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_51.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_52.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_53.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_54.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_55.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_56.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_57.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_58.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_59.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_6.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_60.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_61.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_62.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_63.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_64.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_65.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_66.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_67.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_68.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_69.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_7.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_70.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_71.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_72.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_73.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_74.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_75.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_76.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_77.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_78.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_79.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_8.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_80.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_81.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_82.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_83.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_84.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_85.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_86.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_87.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_88.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_89.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_9.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_90.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_91.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_92.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_93.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_94.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_95.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_96.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_97.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_98.png -%%PORTDOCS%%%%DOCSDIR%%/images/pict_99.png -%%PORTDOCS%%%%DOCSDIR%%/images/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/inside/Bignums__Rationals__and_Complex_Numbers.html -%%PORTDOCS%%%%DOCSDIR%%/inside/Custodians.html -%%PORTDOCS%%%%DOCSDIR%%/inside/Evaluation.html -%%PORTDOCS%%%%DOCSDIR%%/inside/Miscellaneous_Utilities.html -%%PORTDOCS%%%%DOCSDIR%%/inside/Ports_and_the_Filesystem.html -%%PORTDOCS%%%%DOCSDIR%%/inside/Procedures.html -%%PORTDOCS%%%%DOCSDIR%%/inside/Structures.html -%%PORTDOCS%%%%DOCSDIR%%/inside/Subprocesses.html -%%PORTDOCS%%%%DOCSDIR%%/inside/Writing_Racket_Extensions.html -%%PORTDOCS%%%%DOCSDIR%%/inside/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/inside/config.html -%%PORTDOCS%%%%DOCSDIR%%/inside/contmarks.html -%%PORTDOCS%%%%DOCSDIR%%/inside/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/inside/embedding.html -%%PORTDOCS%%%%DOCSDIR%%/inside/exceptions.html -%%PORTDOCS%%%%DOCSDIR%%/inside/im_encodings.html -%%PORTDOCS%%%%DOCSDIR%%/inside/im_env.html -%%PORTDOCS%%%%DOCSDIR%%/inside/im_memoryalloc.html -%%PORTDOCS%%%%DOCSDIR%%/inside/im_values_types.html -%%PORTDOCS%%%%DOCSDIR%%/inside/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/inside/index.html -%%PORTDOCS%%%%DOCSDIR%%/inside/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/inside/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/inside/overview.html -%%PORTDOCS%%%%DOCSDIR%%/inside/security.html -%%PORTDOCS%%%%DOCSDIR%%/inside/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/inside/threads.html -%%PORTDOCS%%%%DOCSDIR%%/json/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/json/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/json/index.html -%%PORTDOCS%%%%DOCSDIR%%/json/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/json/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/json/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/lazy/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/lazy/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/lazy/index.html -%%PORTDOCS%%%%DOCSDIR%%/lazy/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/lazy/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/lazy/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/license/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/license/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/license/index.html -%%PORTDOCS%%%%DOCSDIR%%/license/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/license/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/license/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/local-redirect/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/local-redirect/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/local-redirect/index.html -%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-redirect.js -%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-redirect_0.js -%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-redirect_1.js -%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-redirect_2.js -%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-redirect_3.js -%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-redirect_4.js -%%PORTDOCS%%%%DOCSDIR%%/local-redirect/local-user-redirect.js -%%PORTDOCS%%%%DOCSDIR%%/local-redirect/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/local-redirect/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/local-redirect/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/index.html -%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/macro-debugger/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/make/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/make/collection.html -%%PORTDOCS%%%%DOCSDIR%%/make/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/make/index.html -%%PORTDOCS%%%%DOCSDIR%%/make/make.html -%%PORTDOCS%%%%DOCSDIR%%/make/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/make/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/make/overview.html -%%PORTDOCS%%%%DOCSDIR%%/make/setup-extension.html -%%PORTDOCS%%%%DOCSDIR%%/make/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/manual-fonts.css -%%PORTDOCS%%%%DOCSDIR%%/manual-racket.css -%%PORTDOCS%%%%DOCSDIR%%/manual-racket.js -%%PORTDOCS%%%%DOCSDIR%%/manual-style.css -%%PORTDOCS%%%%DOCSDIR%%/math/Distribution_Types_and_Operations.html -%%PORTDOCS%%%%DOCSDIR%%/math/Finite_Distribution_Families.html -%%PORTDOCS%%%%DOCSDIR%%/math/Integer_Distribution_Families.html -%%PORTDOCS%%%%DOCSDIR%%/math/Real_Distribution_Families.html -%%PORTDOCS%%%%DOCSDIR%%/math/array.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_broadcasting.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_construct.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_convert.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_defs.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_fold.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_indexing.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_nonstrict.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_other.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_pointwise.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_quick.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_sequences.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_slicing.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_strict.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_subtypes.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_transform.html -%%PORTDOCS%%%%DOCSDIR%%/math/array_types.html -%%PORTDOCS%%%%DOCSDIR%%/math/base.html -%%PORTDOCS%%%%DOCSDIR%%/math/bigfloat.html -%%PORTDOCS%%%%DOCSDIR%%/math/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/math/dist.html -%%PORTDOCS%%%%DOCSDIR%%/math/dist_dist-objects.html -%%PORTDOCS%%%%DOCSDIR%%/math/dist_flonum.html -%%PORTDOCS%%%%DOCSDIR%%/math/flonum.html -%%PORTDOCS%%%%DOCSDIR%%/math/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/math/index.html -%%PORTDOCS%%%%DOCSDIR%%/math/matrices.html -%%PORTDOCS%%%%DOCSDIR%%/math/matrix_arith.html -%%PORTDOCS%%%%DOCSDIR%%/math/matrix_basic.html -%%PORTDOCS%%%%DOCSDIR%%/math/matrix_construction.html -%%PORTDOCS%%%%DOCSDIR%%/math/matrix_conversion.html -%%PORTDOCS%%%%DOCSDIR%%/math/matrix_inner.html -%%PORTDOCS%%%%DOCSDIR%%/math/matrix_intro.html -%%PORTDOCS%%%%DOCSDIR%%/math/matrix_op-norm.html -%%PORTDOCS%%%%DOCSDIR%%/math/matrix_ortho-alg.html -%%PORTDOCS%%%%DOCSDIR%%/math/matrix_poly.html -%%PORTDOCS%%%%DOCSDIR%%/math/matrix_row-alg.html -%%PORTDOCS%%%%DOCSDIR%%/math/matrix_solve.html -%%PORTDOCS%%%%DOCSDIR%%/math/matrix_types.html -%%PORTDOCS%%%%DOCSDIR%%/math/number-theory.html -%%PORTDOCS%%%%DOCSDIR%%/math/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/math/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/math/pict.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_10.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_11.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_12.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_13.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_14.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_15.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_16.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_17.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_18.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_19.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_20.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_21.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_22.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_23.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_24.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_25.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_26.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_27.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_28.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_29.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_30.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_31.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_32.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_33.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_34.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_35.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_36.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_37.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_38.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_39.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_40.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_41.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_42.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_43.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_44.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_45.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_46.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_47.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_48.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_49.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_50.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_51.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_52.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_53.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_6.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_7.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_8.png -%%PORTDOCS%%%%DOCSDIR%%/math/pict_9.png -%%PORTDOCS%%%%DOCSDIR%%/math/special.html -%%PORTDOCS%%%%DOCSDIR%%/math/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/math/stats.html -%%PORTDOCS%%%%DOCSDIR%%/math/utils.html -%%PORTDOCS%%%%DOCSDIR%%/more/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/more/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/more/index.html -%%PORTDOCS%%%%DOCSDIR%%/more/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/more/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/more/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/more/step0.txt -%%PORTDOCS%%%%DOCSDIR%%/more/step1.txt -%%PORTDOCS%%%%DOCSDIR%%/more/step2.txt -%%PORTDOCS%%%%DOCSDIR%%/more/step3.txt -%%PORTDOCS%%%%DOCSDIR%%/more/step4.txt -%%PORTDOCS%%%%DOCSDIR%%/more/step5.txt -%%PORTDOCS%%%%DOCSDIR%%/more/step6.txt -%%PORTDOCS%%%%DOCSDIR%%/more/step7.txt -%%PORTDOCS%%%%DOCSDIR%%/more/step8.txt -%%PORTDOCS%%%%DOCSDIR%%/more/step9.txt -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Acknowledgments.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Aligned_Pasteboard.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Bitmap_Label.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Cache-image_Snip.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Close_Icon.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/GIF_and_Animated_GIF_Writing.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Graph_Functions.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Graphs.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Hierarchical_List_Control.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Image_Core.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Include_Bitmap.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Interactive_Value_Port.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Matrix_Snip.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Name_Message.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Path_Dialog.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Plot.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Snips_in_a_hierarchical-list__Instance.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Switchable_Button.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/TeX_Table.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/Terminal_Window.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/aligned-editor-canvas_.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/aligned-editor-snip_.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/aligned-pasteboard-parent___.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/aligned-pasteboard___.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/mrlib/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/graph-pasteboard-mixin.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/graph-pasteboard___.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/graph-snip-mixin.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/graph-snip___.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/hierarchical-list-compound-item___.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/hierarchical-list-item___.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/hierarchical-list_.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/horizontal-pasteboard_.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/mrlib/index.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/mrlib/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/mrlib/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/mrlib/stretchable-snip___.html -%%PORTDOCS%%%%DOCSDIR%%/mrlib/vertical-pasteboard_.html -%%PORTDOCS%%%%DOCSDIR%%/mysterx/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/mysterx/com-events.html -%%PORTDOCS%%%%DOCSDIR%%/mysterx/com-types.html -%%PORTDOCS%%%%DOCSDIR%%/mysterx/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/mysterx/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/mysterx/index.html -%%PORTDOCS%%%%DOCSDIR%%/mysterx/methprop.html -%%PORTDOCS%%%%DOCSDIR%%/mysterx/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/mysterx/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/mysterx/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/mysterx/version.html -%%PORTDOCS%%%%DOCSDIR%%/mzcom/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/mzcom/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/mzcom/index.html -%%PORTDOCS%%%%DOCSDIR%%/mzcom/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/mzcom/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/mzcom/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/mzlib/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/mzlib/doc-bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/mzlib/index.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_a-signature.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_a-unit.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_async-channel.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_awk.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_class.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_cm-accomplice.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_cm.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_cmdline.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_cml.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_compat.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_compile.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_contract.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_control.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_date.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_deflate.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_defmacro.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_etc.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_file.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_for.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_foreign.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_include.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_inflate.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_integer-set.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_kw.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_list.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_match.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_math.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_md5.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_os.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_pconvert-prop.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_pconvert.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_plt-match.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_port.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_pregexp.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_pretty.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_process.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_restart.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_runtime-path.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_sandbox.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_sendevent.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_serialize.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_shared.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_string.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_struct.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_stxparam.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_surrogate.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_tar.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_thread.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_trace.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_traceld.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_trait.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_transcr.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_unit-exptime.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_unit.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_unit200.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_unitsig200.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/mzlib_zip.html -%%PORTDOCS%%%%DOCSDIR%%/mzlib/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/mzlib/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/mzlib/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/mzscheme/Extra_Libraries.html -%%PORTDOCS%%%%DOCSDIR%%/mzscheme/Old_Functions.html -%%PORTDOCS%%%%DOCSDIR%%/mzscheme/Old_Syntactic_Forms.html -%%PORTDOCS%%%%DOCSDIR%%/mzscheme/Omitted_Forms_and_Functions.html -%%PORTDOCS%%%%DOCSDIR%%/mzscheme/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/mzscheme/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/mzscheme/index.html -%%PORTDOCS%%%%DOCSDIR%%/mzscheme/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/mzscheme/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/mzscheme/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/net/base64.html -%%PORTDOCS%%%%DOCSDIR%%/net/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/net/cgi.html -%%PORTDOCS%%%%DOCSDIR%%/net/cookie.html -%%PORTDOCS%%%%DOCSDIR%%/net/dns.html -%%PORTDOCS%%%%DOCSDIR%%/net/doc-bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/net/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/net/ftp.html -%%PORTDOCS%%%%DOCSDIR%%/net/git-checkout.html -%%PORTDOCS%%%%DOCSDIR%%/net/head.html -%%PORTDOCS%%%%DOCSDIR%%/net/http-client.html -%%PORTDOCS%%%%DOCSDIR%%/net/imap.html -%%PORTDOCS%%%%DOCSDIR%%/net/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/net/index.html -%%PORTDOCS%%%%DOCSDIR%%/net/mime.html -%%PORTDOCS%%%%DOCSDIR%%/net/nntp.html -%%PORTDOCS%%%%DOCSDIR%%/net/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/net/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/net/pop3.html -%%PORTDOCS%%%%DOCSDIR%%/net/qp.html -%%PORTDOCS%%%%DOCSDIR%%/net/sendmail.html -%%PORTDOCS%%%%DOCSDIR%%/net/sendurl.html -%%PORTDOCS%%%%DOCSDIR%%/net/smtp.html -%%PORTDOCS%%%%DOCSDIR%%/net/ssl-tcp-unit.html -%%PORTDOCS%%%%DOCSDIR%%/net/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/net/tcp-redirect.html -%%PORTDOCS%%%%DOCSDIR%%/net/tcp.html -%%PORTDOCS%%%%DOCSDIR%%/net/unihead.html -%%PORTDOCS%%%%DOCSDIR%%/net/uri-codec.html -%%PORTDOCS%%%%DOCSDIR%%/net/url.html -%%PORTDOCS%%%%DOCSDIR%%/openssl/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/openssl/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/openssl/index.html -%%PORTDOCS%%%%DOCSDIR%%/openssl/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/openssl/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/openssl/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/index.html -%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/optimization-coach/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/parser-tools/Context-Free_Parsers.html -%%PORTDOCS%%%%DOCSDIR%%/parser-tools/Converting_yacc_or_bison_Grammars.html -%%PORTDOCS%%%%DOCSDIR%%/parser-tools/LALR_1__Parsers.html -%%PORTDOCS%%%%DOCSDIR%%/parser-tools/Lexers.html -%%PORTDOCS%%%%DOCSDIR%%/parser-tools/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/parser-tools/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/parser-tools/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/parser-tools/index.html -%%PORTDOCS%%%%DOCSDIR%%/parser-tools/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/parser-tools/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/parser-tools/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/pict-snip/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/pict-snip/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/pict-snip/index.html -%%PORTDOCS%%%%DOCSDIR%%/pict-snip/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/pict-snip/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/pict-snip/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/pict/Animation_Helpers.html -%%PORTDOCS%%%%DOCSDIR%%/pict/Basic_Pict_Constructors.html -%%PORTDOCS%%%%DOCSDIR%%/pict/Bounding_Box_Adjusters.html -%%PORTDOCS%%%%DOCSDIR%%/pict/Conversion_to_Picts.html -%%PORTDOCS%%%%DOCSDIR%%/pict/Miscellaneous.html -%%PORTDOCS%%%%DOCSDIR%%/pict/More_Pict_Constructors.html -%%PORTDOCS%%%%DOCSDIR%%/pict/Pict_Combiners.html -%%PORTDOCS%%%%DOCSDIR%%/pict/Pict_Datatype.html -%%PORTDOCS%%%%DOCSDIR%%/pict/Pict_Drawing_Adjusters.html -%%PORTDOCS%%%%DOCSDIR%%/pict/Pict_Finders.html -%%PORTDOCS%%%%DOCSDIR%%/pict/Rendering.html -%%PORTDOCS%%%%DOCSDIR%%/pict/Tree_Layout.html -%%PORTDOCS%%%%DOCSDIR%%/pict/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/pict/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/pict/index.html -%%PORTDOCS%%%%DOCSDIR%%/pict/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/pict/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/pict/pict.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_10.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_100.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_101.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_102.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_103.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_104.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_105.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_106.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_107.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_108.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_109.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_11.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_110.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_111.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_112.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_113.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_114.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_115.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_116.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_117.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_118.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_119.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_12.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_120.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_121.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_122.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_123.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_124.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_125.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_126.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_13.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_14.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_15.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_16.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_17.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_18.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_19.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_20.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_21.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_22.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_23.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_24.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_25.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_26.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_27.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_28.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_29.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_30.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_31.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_32.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_33.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_34.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_35.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_36.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_37.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_38.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_39.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_40.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_41.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_42.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_43.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_44.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_45.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_46.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_47.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_48.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_49.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_50.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_51.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_52.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_53.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_54.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_55.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_56.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_57.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_58.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_59.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_6.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_60.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_61.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_62.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_63.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_64.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_65.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_66.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_67.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_68.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_69.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_7.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_70.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_71.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_72.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_73.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_74.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_75.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_76.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_77.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_78.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_79.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_8.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_80.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_81.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_82.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_83.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_84.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_85.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_86.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_87.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_88.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_89.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_9.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_90.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_91.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_92.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_93.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_94.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_95.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_96.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_97.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_98.png -%%PORTDOCS%%%%DOCSDIR%%/pict/pict_99.png -%%PORTDOCS%%%%DOCSDIR%%/pict/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/index.html -%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/picturing-programs/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/pkg/FAQ.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/Functions_for_raco_pkg.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/Future_Plans.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/PLaneT_Compatibility.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/Package_Concepts.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/apis.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/pkg/catalog-protocol.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/cmdline.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/db.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/dirs-catalog.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/getting-started.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/git-workflow.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/implementation.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/pkg/index.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/lib.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/metadata.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/name.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/pkg/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/pkg/path.html -%%PORTDOCS%%%%DOCSDIR%%/pkg/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/pkg/strip.html -%%PORTDOCS%%%%DOCSDIR%%/plai/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/plai/collector.html -%%PORTDOCS%%%%DOCSDIR%%/plai/gc2-collector.html -%%PORTDOCS%%%%DOCSDIR%%/plai/gc2-mutator.html -%%PORTDOCS%%%%DOCSDIR%%/plai/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/plai/index.html -%%PORTDOCS%%%%DOCSDIR%%/plai/mutator.html -%%PORTDOCS%%%%DOCSDIR%%/plai/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/plai/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/plai/plai-scheme.html -%%PORTDOCS%%%%DOCSDIR%%/plai/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/plai/web.html -%%PORTDOCS%%%%DOCSDIR%%/planet/Developing_Packages_for_PLaneT.html -%%PORTDOCS%%%%DOCSDIR%%/planet/Using_PLaneT.html -%%PORTDOCS%%%%DOCSDIR%%/planet/Utility_Libraries.html -%%PORTDOCS%%%%DOCSDIR%%/planet/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/planet/cmdline.html -%%PORTDOCS%%%%DOCSDIR%%/planet/hash-lang-planet.html -%%PORTDOCS%%%%DOCSDIR%%/planet/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/planet/index.html -%%PORTDOCS%%%%DOCSDIR%%/planet/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/planet/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/planet/search-order.html -%%PORTDOCS%%%%DOCSDIR%%/planet/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/plot/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/plot/compat.html -%%PORTDOCS%%%%DOCSDIR%%/plot/contracts.html -%%PORTDOCS%%%%DOCSDIR%%/plot/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/plot/index.html -%%PORTDOCS%%%%DOCSDIR%%/plot/intro.html -%%PORTDOCS%%%%DOCSDIR%%/plot/nonrenderer.html -%%PORTDOCS%%%%DOCSDIR%%/plot/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/plot/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/plot/params.html -%%PORTDOCS%%%%DOCSDIR%%/plot/pict.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_10.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_11.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_12.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_13.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_14.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_15.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_16.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_17.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_18.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_19.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_20.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_21.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_22.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_23.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_24.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_25.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_26.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_27.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_28.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_29.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_30.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_31.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_32.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_33.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_34.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_35.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_36.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_37.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_38.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_39.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_40.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_41.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_42.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_43.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_44.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_45.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_46.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_47.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_48.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_49.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_50.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_51.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_52.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_53.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_54.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_55.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_56.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_57.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_58.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_59.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_6.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_60.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_61.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_62.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_63.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_64.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_65.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_66.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_67.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_68.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_69.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_7.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_70.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_71.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_72.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_73.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_74.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_75.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_76.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_77.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_78.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_79.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_8.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_80.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_81.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_82.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_83.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_84.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_85.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_86.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_87.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_88.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_89.png -%%PORTDOCS%%%%DOCSDIR%%/plot/pict_9.png -%%PORTDOCS%%%%DOCSDIR%%/plot/plotting.html -%%PORTDOCS%%%%DOCSDIR%%/plot/porting.html -%%PORTDOCS%%%%DOCSDIR%%/plot/renderer2d.html -%%PORTDOCS%%%%DOCSDIR%%/plot/renderer3d.html -%%PORTDOCS%%%%DOCSDIR%%/plot/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/plot/ticks_and_transforms.html -%%PORTDOCS%%%%DOCSDIR%%/plot/typed-compat.html -%%PORTDOCS%%%%DOCSDIR%%/plot/utils.html -%%PORTDOCS%%%%DOCSDIR%%/plt-installer/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/plt-installer/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/plt-installer/index.html -%%PORTDOCS%%%%DOCSDIR%%/plt-installer/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/plt-installer/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/plt-installer/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/preprocessor/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/preprocessor/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/preprocessor/index.html -%%PORTDOCS%%%%DOCSDIR%%/preprocessor/mzpp.html -%%PORTDOCS%%%%DOCSDIR%%/preprocessor/mztext.html -%%PORTDOCS%%%%DOCSDIR%%/preprocessor/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/preprocessor/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/preprocessor/overview.html -%%PORTDOCS%%%%DOCSDIR%%/preprocessor/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/profile/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/profile/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/profile/index.html -%%PORTDOCS%%%%DOCSDIR%%/profile/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/profile/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/profile/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/quick/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/quick/img0.png -%%PORTDOCS%%%%DOCSDIR%%/quick/img1.png -%%PORTDOCS%%%%DOCSDIR%%/quick/img2.png -%%PORTDOCS%%%%DOCSDIR%%/quick/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/quick/index.html -%%PORTDOCS%%%%DOCSDIR%%/quick/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/quick/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/quick/pict.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_10.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_11.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_12.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_13.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_14.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_15.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_16.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_17.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_18.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_19.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_20.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_21.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_22.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_23.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_24.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_25.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_26.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_27.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_6.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_7.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_8.png -%%PORTDOCS%%%%DOCSDIR%%/quick/pict_9.png -%%PORTDOCS%%%%DOCSDIR%%/quick/quick.scrbl -%%PORTDOCS%%%%DOCSDIR%%/quick/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/r5rs/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/r5rs/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/r5rs/index.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/r5rs/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/r5rs/plt-r5rs.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-mod.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/index.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-C.css -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-1.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-10.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-11.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-12.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-13.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-14.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-15.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-16.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-17.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-18.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-19.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-2.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-20.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-21.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-22.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-23.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-24.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-25.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-26.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-27.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-28.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-29.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-3.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-30.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-31.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-32.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-33.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-34.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-35.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-36.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-37.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-38.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-39.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-4.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-40.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-41.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-42.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-43.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-44.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-45.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-46.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-47.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-48.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-49.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-5.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-50.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-51.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-52.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-53.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-54.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-55.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-56.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-57.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-58.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-59.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-6.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-60.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-61.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-62.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-63.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-64.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-65.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-7.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-8.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-9.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-1.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-2.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-3.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-4.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-5.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-6.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-7.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-G-D-8.gif -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-1.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-10.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-11.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-12.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-13.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-14.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-15.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-2.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-3.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-4.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-5.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-6.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-7.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-8.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs-Z-H-9.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs-std/r5rs.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/r5rs_init-mod.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/running.html -%%PORTDOCS%%%%DOCSDIR%%/r5rs/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/r6rs/Installing_Libraries.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/Language_Interoperability.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/R6RS_Libraries.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/Running_Top-Level_Programs.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/Using_R6RS_with_DrRacket.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/r6rs/conformance.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/r6rs/index.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/libpaths.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/r6rs/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/index.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-G-1.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-G-2.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-G-3.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-G-4.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-1.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-10.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-11.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-12.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-13.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-14.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-15.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-16.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-17.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-18.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-19.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-2.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-20.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-21.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-3.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-4.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-5.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-6.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-7.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-8.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-H-9.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib-Z-S.css -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-lib-std/r6rs-lib.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-mod.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/index.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-1.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-10.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-11.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-12.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-13.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-14.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-15.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-16.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-17.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-18.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-19.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-2.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-20.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-21.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-22.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-23.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-24.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-25.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-26.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-27.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-28.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-3.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-4.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-5.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-6.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-7.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-8.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-9.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-1.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-10.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-11.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-12.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-13.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-14.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-15.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-2.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-3.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-4.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-5.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-6.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-7.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-8.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-G-D-9.gif -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-1.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-10.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-11.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-12.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-13.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-14.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-15.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-16.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-17.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-18.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-19.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-2.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-20.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-21.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-3.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-4.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-5.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-6.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-7.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-8.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-H-9.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs-Z-S.css -%%PORTDOCS%%%%DOCSDIR%%/r6rs/r6rs-std/r6rs.html -%%PORTDOCS%%%%DOCSDIR%%/r6rs/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/racket.css -%%PORTDOCS%%%%DOCSDIR%%/racklog/Racklog_Module_Language.html -%%PORTDOCS%%%%DOCSDIR%%/racklog/and-or.html -%%PORTDOCS%%%%DOCSDIR%%/racklog/backtracking.html -%%PORTDOCS%%%%DOCSDIR%%/racklog/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/racklog/cut.html -%%PORTDOCS%%%%DOCSDIR%%/racklog/doc-bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/racklog/glossary.html -%%PORTDOCS%%%%DOCSDIR%%/racklog/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/racklog/index.html -%%PORTDOCS%%%%DOCSDIR%%/racklog/lv-manip.html -%%PORTDOCS%%%%DOCSDIR%%/racklog/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/racklog/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/racklog/predicates.html -%%PORTDOCS%%%%DOCSDIR%%/racklog/racket-w-logic.html -%%PORTDOCS%%%%DOCSDIR%%/racklog/set-of.html -%%PORTDOCS%%%%DOCSDIR%%/racklog/simple.html -%%PORTDOCS%%%%DOCSDIR%%/racklog/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/racklog/unification.html -%%PORTDOCS%%%%DOCSDIR%%/rackunit/Acknowlegements.html -%%PORTDOCS%%%%DOCSDIR%%/rackunit/Release_Notes.html -%%PORTDOCS%%%%DOCSDIR%%/rackunit/Testing_Utilities.html -%%PORTDOCS%%%%DOCSDIR%%/rackunit/api.html -%%PORTDOCS%%%%DOCSDIR%%/rackunit/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/rackunit/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/rackunit/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/rackunit/index.html -%%PORTDOCS%%%%DOCSDIR%%/rackunit/internals.html -%%PORTDOCS%%%%DOCSDIR%%/rackunit/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/rackunit/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/rackunit/philosophy.html -%%PORTDOCS%%%%DOCSDIR%%/rackunit/quick-start.html -%%PORTDOCS%%%%DOCSDIR%%/rackunit/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/raco/API_for_Raw_Compilation.html -%%PORTDOCS%%%%DOCSDIR%%/raco/_plt-archives.html -%%PORTDOCS%%%%DOCSDIR%%/raco/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/raco/c-mods.html -%%PORTDOCS%%%%DOCSDIR%%/raco/cc.html -%%PORTDOCS%%%%DOCSDIR%%/raco/collection-names.html -%%PORTDOCS%%%%DOCSDIR%%/raco/command.html -%%PORTDOCS%%%%DOCSDIR%%/raco/config-file.html -%%PORTDOCS%%%%DOCSDIR%%/raco/ctool.html -%%PORTDOCS%%%%DOCSDIR%%/raco/decompile.html -%%PORTDOCS%%%%DOCSDIR%%/raco/demod.html -%%PORTDOCS%%%%DOCSDIR%%/raco/dirs.html -%%PORTDOCS%%%%DOCSDIR%%/raco/docs.html -%%PORTDOCS%%%%DOCSDIR%%/raco/exe-dist.html -%%PORTDOCS%%%%DOCSDIR%%/raco/exe.html -%%PORTDOCS%%%%DOCSDIR%%/raco/expand.html -%%PORTDOCS%%%%DOCSDIR%%/raco/getinfo.html -%%PORTDOCS%%%%DOCSDIR%%/raco/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/raco/index.html -%%PORTDOCS%%%%DOCSDIR%%/raco/info_rkt.html -%%PORTDOCS%%%%DOCSDIR%%/raco/link.html -%%PORTDOCS%%%%DOCSDIR%%/raco/make.html -%%PORTDOCS%%%%DOCSDIR%%/raco/matching-platform.html -%%PORTDOCS%%%%DOCSDIR%%/raco/materialize-user-docs.html -%%PORTDOCS%%%%DOCSDIR%%/raco/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/raco/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/raco/pkg.html -%%PORTDOCS%%%%DOCSDIR%%/raco/planet.html -%%PORTDOCS%%%%DOCSDIR%%/raco/plt.html -%%PORTDOCS%%%%DOCSDIR%%/raco/raco-setup-A.html -%%PORTDOCS%%%%DOCSDIR%%/raco/relative-paths.html -%%PORTDOCS%%%%DOCSDIR%%/raco/running.html -%%PORTDOCS%%%%DOCSDIR%%/raco/scribble.html -%%PORTDOCS%%%%DOCSDIR%%/raco/setup-check-deps.html -%%PORTDOCS%%%%DOCSDIR%%/raco/setup-info.html -%%PORTDOCS%%%%DOCSDIR%%/raco/setup-plt-plt.html -%%PORTDOCS%%%%DOCSDIR%%/raco/setup.html -%%PORTDOCS%%%%DOCSDIR%%/raco/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/raco/test.html -%%PORTDOCS%%%%DOCSDIR%%/raco/unpack.html -%%PORTDOCS%%%%DOCSDIR%%/raco/xref.html -%%PORTDOCS%%%%DOCSDIR%%/readline/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/readline/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/readline/index.html -%%PORTDOCS%%%%DOCSDIR%%/readline/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/readline/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/readline/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/redex/The_Redex_Reference.html -%%PORTDOCS%%%%DOCSDIR%%/redex/autobib.css -%%PORTDOCS%%%%DOCSDIR%%/redex/benchmark.html -%%PORTDOCS%%%%DOCSDIR%%/redex/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/redex/doc-bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/redex/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/redex/figure.css -%%PORTDOCS%%%%DOCSDIR%%/redex/figure.js -%%PORTDOCS%%%%DOCSDIR%%/redex/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/redex/index.html -%%PORTDOCS%%%%DOCSDIR%%/redex/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/redex/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/redex/pict.png -%%PORTDOCS%%%%DOCSDIR%%/redex/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/redex/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/redex/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/redex/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/redex/pict_6.png -%%PORTDOCS%%%%DOCSDIR%%/redex/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/redex/tutorial.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Building_New_Contract_Combinators.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Byte_and_String_Input.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Byte_and_String_Output.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Command-Line_Parsing.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Delayed_Evaluation.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Exiting.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Expanding_Top-Level_Forms.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Filesystem.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Generating_A_Unit_from_Context.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Generators.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Interactive_Help.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Kernel_Forms_and_Functions.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Lazy_Data-structure_Contracts.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Legacy_Contracts.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Locations____variable-reference.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Macros.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Manipulating_Paths.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Module_Names_and_Loading.html -%%PORTDOCS%%%%DOCSDIR%%/reference/More_Path_Utilities.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Namespaces.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Object_and_Class_Contracts.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Printer_Extension.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Random_generation.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Reader_Extension.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Reading.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Sandboxed_Evaluation.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Single-Signature_Modules.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Structural_Matching.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Structure_Type_Property_Contracts.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Surrogates.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Syntax_Quoting__quote-syntax.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Transformer_Helpers.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Unit_Utilities.html -%%PORTDOCS%%%%DOCSDIR%%/reference/Writing.html -%%PORTDOCS%%%%DOCSDIR%%/reference/__expression.html -%%PORTDOCS%%%%DOCSDIR%%/reference/__top-interaction.html -%%PORTDOCS%%%%DOCSDIR%%/reference/__top.html -%%PORTDOCS%%%%DOCSDIR%%/reference/all-sync.html -%%PORTDOCS%%%%DOCSDIR%%/reference/application.html -%%PORTDOCS%%%%DOCSDIR%%/reference/async-channel.html -%%PORTDOCS%%%%DOCSDIR%%/reference/attaching-contracts-to-values.html -%%PORTDOCS%%%%DOCSDIR%%/reference/begin.html -%%PORTDOCS%%%%DOCSDIR%%/reference/block.html -%%PORTDOCS%%%%DOCSDIR%%/reference/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/reference/booleans.html -%%PORTDOCS%%%%DOCSDIR%%/reference/boxes.html -%%PORTDOCS%%%%DOCSDIR%%/reference/breakhandler.html -%%PORTDOCS%%%%DOCSDIR%%/reference/bytestrings.html -%%PORTDOCS%%%%DOCSDIR%%/reference/case.html -%%PORTDOCS%%%%DOCSDIR%%/reference/channel.html -%%PORTDOCS%%%%DOCSDIR%%/reference/chaperones.html -%%PORTDOCS%%%%DOCSDIR%%/reference/characters.html -%%PORTDOCS%%%%DOCSDIR%%/reference/collects.html -%%PORTDOCS%%%%DOCSDIR%%/reference/compoundunits.html -%%PORTDOCS%%%%DOCSDIR%%/reference/concurrency.html -%%PORTDOCS%%%%DOCSDIR%%/reference/cont.html -%%PORTDOCS%%%%DOCSDIR%%/reference/contmarks.html -%%PORTDOCS%%%%DOCSDIR%%/reference/contract-utilities.html -%%PORTDOCS%%%%DOCSDIR%%/reference/contracts.html -%%PORTDOCS%%%%DOCSDIR%%/reference/control.html -%%PORTDOCS%%%%DOCSDIR%%/reference/createclass.html -%%PORTDOCS%%%%DOCSDIR%%/reference/createinterface.html -%%PORTDOCS%%%%DOCSDIR%%/reference/creatingmorestructs.html -%%PORTDOCS%%%%DOCSDIR%%/reference/creatingunits.html -%%PORTDOCS%%%%DOCSDIR%%/reference/custodians.html -%%PORTDOCS%%%%DOCSDIR%%/reference/customport.html -%%PORTDOCS%%%%DOCSDIR%%/reference/data-structure-contracts.html -%%PORTDOCS%%%%DOCSDIR%%/reference/data.html -%%PORTDOCS%%%%DOCSDIR%%/reference/debugging.html -%%PORTDOCS%%%%DOCSDIR%%/reference/define-sig-form.html -%%PORTDOCS%%%%DOCSDIR%%/reference/define-struct.html -%%PORTDOCS%%%%DOCSDIR%%/reference/define.html -%%PORTDOCS%%%%DOCSDIR%%/reference/dicts.html -%%PORTDOCS%%%%DOCSDIR%%/reference/doc-bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/reference/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/reference/encodings.html -%%PORTDOCS%%%%DOCSDIR%%/reference/engine.html -%%PORTDOCS%%%%DOCSDIR%%/reference/envvars.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ephemerons.html -%%PORTDOCS%%%%DOCSDIR%%/reference/eval-model.html -%%PORTDOCS%%%%DOCSDIR%%/reference/eval.html -%%PORTDOCS%%%%DOCSDIR%%/reference/exns.html -%%PORTDOCS%%%%DOCSDIR%%/reference/extflonums.html -%%PORTDOCS%%%%DOCSDIR%%/reference/extras.css -%%PORTDOCS%%%%DOCSDIR%%/reference/fasl.html -%%PORTDOCS%%%%DOCSDIR%%/reference/file-ports.html -%%PORTDOCS%%%%DOCSDIR%%/reference/finger.png -%%PORTDOCS%%%%DOCSDIR%%/reference/fixnums.html -%%PORTDOCS%%%%DOCSDIR%%/reference/flonums.html -%%PORTDOCS%%%%DOCSDIR%%/reference/for.html -%%PORTDOCS%%%%DOCSDIR%%/reference/function-contracts.html -%%PORTDOCS%%%%DOCSDIR%%/reference/futures.html -%%PORTDOCS%%%%DOCSDIR%%/reference/garbagecollection.html -%%PORTDOCS%%%%DOCSDIR%%/reference/generic-numbers.html -%%PORTDOCS%%%%DOCSDIR%%/reference/hashtables.html -%%PORTDOCS%%%%DOCSDIR%%/reference/icons.css -%%PORTDOCS%%%%DOCSDIR%%/reference/if.html -%%PORTDOCS%%%%DOCSDIR%%/reference/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/include.html -%%PORTDOCS%%%%DOCSDIR%%/reference/index.html -%%PORTDOCS%%%%DOCSDIR%%/reference/input-and-output.html -%%PORTDOCS%%%%DOCSDIR%%/reference/inspectors.html -%%PORTDOCS%%%%DOCSDIR%%/reference/interactive.html -%%PORTDOCS%%%%DOCSDIR%%/reference/invokingunits.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ivaraccess.html -%%PORTDOCS%%%%DOCSDIR%%/reference/keywords.html -%%PORTDOCS%%%%DOCSDIR%%/reference/lambda.html -%%PORTDOCS%%%%DOCSDIR%%/reference/lazy-require.html -%%PORTDOCS%%%%DOCSDIR%%/reference/let.html -%%PORTDOCS%%%%DOCSDIR%%/reference/linecol.html -%%PORTDOCS%%%%DOCSDIR%%/reference/linkinference.html -%%PORTDOCS%%%%DOCSDIR%%/reference/load-lang.html -%%PORTDOCS%%%%DOCSDIR%%/reference/local.html -%%PORTDOCS%%%%DOCSDIR%%/reference/logging.html -%%PORTDOCS%%%%DOCSDIR%%/reference/magnify.png -%%PORTDOCS%%%%DOCSDIR%%/reference/match.html -%%PORTDOCS%%%%DOCSDIR%%/reference/memory.html -%%PORTDOCS%%%%DOCSDIR%%/reference/mixins.html -%%PORTDOCS%%%%DOCSDIR%%/reference/model.html -%%PORTDOCS%%%%DOCSDIR%%/reference/modprotect.html -%%PORTDOCS%%%%DOCSDIR%%/reference/module.html -%%PORTDOCS%%%%DOCSDIR%%/reference/mpairs.html -%%PORTDOCS%%%%DOCSDIR%%/reference/mzlib_class.html -%%PORTDOCS%%%%DOCSDIR%%/reference/mzlib_unit.html -%%PORTDOCS%%%%DOCSDIR%%/reference/networking.html -%%PORTDOCS%%%%DOCSDIR%%/reference/notation.html -%%PORTDOCS%%%%DOCSDIR%%/reference/number-types.html -%%PORTDOCS%%%%DOCSDIR%%/reference/numbers.html -%%PORTDOCS%%%%DOCSDIR%%/reference/objcreation.html -%%PORTDOCS%%%%DOCSDIR%%/reference/objectequality.html -%%PORTDOCS%%%%DOCSDIR%%/reference/objectprinting.html -%%PORTDOCS%%%%DOCSDIR%%/reference/objectserialize.html -%%PORTDOCS%%%%DOCSDIR%%/reference/objectutils.html -%%PORTDOCS%%%%DOCSDIR%%/reference/os.html -%%PORTDOCS%%%%DOCSDIR%%/reference/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out10.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out11.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out12.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out13.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out14.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out15.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out16.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out2.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out3.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out4.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out5.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out6.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out7.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out8.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/out9.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/pairs.html -%%PORTDOCS%%%%DOCSDIR%%/reference/parameters.html -%%PORTDOCS%%%%DOCSDIR%%/reference/parametric-contracts.html -%%PORTDOCS%%%%DOCSDIR%%/reference/pathutils.html -%%PORTDOCS%%%%DOCSDIR%%/reference/performance-hint.html -%%PORTDOCS%%%%DOCSDIR%%/reference/phantom-bytes.html -%%PORTDOCS%%%%DOCSDIR%%/reference/pipeports.html -%%PORTDOCS%%%%DOCSDIR%%/reference/places.html -%%PORTDOCS%%%%DOCSDIR%%/reference/plumbers.html -%%PORTDOCS%%%%DOCSDIR%%/reference/port-buffers.html -%%PORTDOCS%%%%DOCSDIR%%/reference/port-lib.html -%%PORTDOCS%%%%DOCSDIR%%/reference/port-ops.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ports.html -%%PORTDOCS%%%%DOCSDIR%%/reference/portstructs.html -%%PORTDOCS%%%%DOCSDIR%%/reference/pretty-print.html -%%PORTDOCS%%%%DOCSDIR%%/reference/printing.html -%%PORTDOCS%%%%DOCSDIR%%/reference/procedures.html -%%PORTDOCS%%%%DOCSDIR%%/reference/quasiquote.html -%%PORTDOCS%%%%DOCSDIR%%/reference/quote.html -%%PORTDOCS%%%%DOCSDIR%%/reference/racket_contract_base.html -%%PORTDOCS%%%%DOCSDIR%%/reference/reader-procs.html -%%PORTDOCS%%%%DOCSDIR%%/reference/reader.html -%%PORTDOCS%%%%DOCSDIR%%/reference/readtables.html -%%PORTDOCS%%%%DOCSDIR%%/reference/regexp.html -%%PORTDOCS%%%%DOCSDIR%%/reference/require.html -%%PORTDOCS%%%%DOCSDIR%%/reference/running-sa.html -%%PORTDOCS%%%%DOCSDIR%%/reference/running.html -%%PORTDOCS%%%%DOCSDIR%%/reference/runtime.html -%%PORTDOCS%%%%DOCSDIR%%/reference/security.html -%%PORTDOCS%%%%DOCSDIR%%/reference/securityguards.html -%%PORTDOCS%%%%DOCSDIR%%/reference/semaphore.html -%%PORTDOCS%%%%DOCSDIR%%/reference/sequences.html -%%PORTDOCS%%%%DOCSDIR%%/reference/sequences_streams.html -%%PORTDOCS%%%%DOCSDIR%%/reference/serialization.html -%%PORTDOCS%%%%DOCSDIR%%/reference/set_.html -%%PORTDOCS%%%%DOCSDIR%%/reference/sets.html -%%PORTDOCS%%%%DOCSDIR%%/reference/shared.html -%%PORTDOCS%%%%DOCSDIR%%/reference/single-unit.html -%%PORTDOCS%%%%DOCSDIR%%/reference/special-comments.html -%%PORTDOCS%%%%DOCSDIR%%/reference/splicing.html -%%PORTDOCS%%%%DOCSDIR%%/reference/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/reference/stratified-body.html -%%PORTDOCS%%%%DOCSDIR%%/reference/streams.html -%%PORTDOCS%%%%DOCSDIR%%/reference/stringport.html -%%PORTDOCS%%%%DOCSDIR%%/reference/strings.html -%%PORTDOCS%%%%DOCSDIR%%/reference/struct-copy.html -%%PORTDOCS%%%%DOCSDIR%%/reference/struct-generics.html -%%PORTDOCS%%%%DOCSDIR%%/reference/structinfo.html -%%PORTDOCS%%%%DOCSDIR%%/reference/structprops.html -%%PORTDOCS%%%%DOCSDIR%%/reference/structures.html -%%PORTDOCS%%%%DOCSDIR%%/reference/structutils.html -%%PORTDOCS%%%%DOCSDIR%%/reference/stx-patterns.html -%%PORTDOCS%%%%DOCSDIR%%/reference/stxcerts.html -%%PORTDOCS%%%%DOCSDIR%%/reference/stxcmp.html -%%PORTDOCS%%%%DOCSDIR%%/reference/stxops.html -%%PORTDOCS%%%%DOCSDIR%%/reference/stxparam.html -%%PORTDOCS%%%%DOCSDIR%%/reference/stxprops.html -%%PORTDOCS%%%%DOCSDIR%%/reference/stxtrans.html -%%PORTDOCS%%%%DOCSDIR%%/reference/subprocess.html -%%PORTDOCS%%%%DOCSDIR%%/reference/symbols.html -%%PORTDOCS%%%%DOCSDIR%%/reference/sync.html -%%PORTDOCS%%%%DOCSDIR%%/reference/syntax-model.html -%%PORTDOCS%%%%DOCSDIR%%/reference/syntax-util.html -%%PORTDOCS%%%%DOCSDIR%%/reference/syntax.html -%%PORTDOCS%%%%DOCSDIR%%/reference/tcp.html -%%PORTDOCS%%%%DOCSDIR%%/reference/thread-local-storage.html -%%PORTDOCS%%%%DOCSDIR%%/reference/threadcells.html -%%PORTDOCS%%%%DOCSDIR%%/reference/threadgroups.html -%%PORTDOCS%%%%DOCSDIR%%/reference/threads.html -%%PORTDOCS%%%%DOCSDIR%%/reference/time.html -%%PORTDOCS%%%%DOCSDIR%%/reference/trait.html -%%PORTDOCS%%%%DOCSDIR%%/reference/udp.html -%%PORTDOCS%%%%DOCSDIR%%/reference/undefined.html -%%PORTDOCS%%%%DOCSDIR%%/reference/unitcontracts.html -%%PORTDOCS%%%%DOCSDIR%%/reference/unixpaths.html -%%PORTDOCS%%%%DOCSDIR%%/reference/unsafe.html -%%PORTDOCS%%%%DOCSDIR%%/reference/values.html -%%PORTDOCS%%%%DOCSDIR%%/reference/vectors.html -%%PORTDOCS%%%%DOCSDIR%%/reference/void.html -%%PORTDOCS%%%%DOCSDIR%%/reference/wcm.html -%%PORTDOCS%%%%DOCSDIR%%/reference/weakbox.html -%%PORTDOCS%%%%DOCSDIR%%/reference/when_unless.html -%%PORTDOCS%%%%DOCSDIR%%/reference/willexecutor.html -%%PORTDOCS%%%%DOCSDIR%%/reference/windowspaths.html -%%PORTDOCS%%%%DOCSDIR%%/release/Draw_and_GUI_5_1.txt -%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY.txt -%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_10.txt -%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_11.txt -%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_2.txt -%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_3.txt -%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_4.txt -%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_5.txt -%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_6.txt -%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_7.txt -%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_8.txt -%%PORTDOCS%%%%DOCSDIR%%/release/HISTORY_9.txt -%%PORTDOCS%%%%DOCSDIR%%/release/MrEd_100.txt -%%PORTDOCS%%%%DOCSDIR%%/release/MrEd_100_Framework.txt -%%PORTDOCS%%%%DOCSDIR%%/release/MzScheme_200.txt -%%PORTDOCS%%%%DOCSDIR%%/release/MzScheme_300.txt -%%PORTDOCS%%%%DOCSDIR%%/release/MzScheme_4.txt -%%PORTDOCS%%%%DOCSDIR%%/release/Racket_5.txt -%%PORTDOCS%%%%DOCSDIR%%/release/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/release/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/release/index.html -%%PORTDOCS%%%%DOCSDIR%%/release/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/release/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/release/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/root-info.css -%%PORTDOCS%%%%DOCSDIR%%/root-info.js -%%PORTDOCS%%%%DOCSDIR%%/scheme/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/scheme/compat-exe.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/scheme/index.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/mred.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/nest.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/scheme/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_async-channel.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_base.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_bool.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_class.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_cmdline.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_contract.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_control.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_date.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_dict.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_file.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_fixnum.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_flonum.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_foreign.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_function.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_future.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_generator.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_gui.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_gui_base.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_gui_dynamic.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_help.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_include.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_init.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_language-info.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_list.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_load.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_local.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_match.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_math.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_mpair.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_package.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_path.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_port.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_pretty.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_promise.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_provide-syntax.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_provide-transform.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_provide.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_require-syntax.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_require-transform.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_require.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_runtime-config.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_runtime-path.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_sandbox.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_serialize.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_set.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_shared.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_signature.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_splicing.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_string.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_struct-info.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_stxparam-exptime.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_stxparam.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_surrogate.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_system.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_tcp.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_trait.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_udp.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_unit-exptime.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_unit.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_unsafe_ops.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/scheme_vector.html -%%PORTDOCS%%%%DOCSDIR%%/scheme/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/scribble-common.js -%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/html-html.html -%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/html-resources.html -%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/html-xml.html -%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/html.html -%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/index.html -%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/shaded.css -%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/scribble-pp/text.html -%%PORTDOCS%%%%DOCSDIR%%/scribble-style.css -%%PORTDOCS%%%%DOCSDIR%%/scribble.css -%%PORTDOCS%%%%DOCSDIR%%/scribble/Bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/Book_Format.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/Compatibility_Libraries.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/JFP_Paper_Format.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/LNCS_Paper_Format.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/Miscellaneous.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/Racket_Manual_Format.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/Report_Format.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/SIGPLAN_Paper_Format.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/Version_History.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/base.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/blueboxes.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/scribble/bnf.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/builtin-css.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/builtin-latex.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/config-style.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/config.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/core.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/decode.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/demo-manual.scrbl -%%PORTDOCS%%%%DOCSDIR%%/scribble/demo.scrbl -%%PORTDOCS%%%%DOCSDIR%%/scribble/doc-classes.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/doc-forms.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/doc-modules.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/doc-signatures.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/doc-strings.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/doclang.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/docreader.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/eval.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/extra-style.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/generic-prose.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/getting-started.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/how-to-doc.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/scribble/inbox.css -%%PORTDOCS%%%%DOCSDIR%%/scribble/index-entries.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/index.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/internals.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/latex-prefix.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/layers.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/lp.css -%%PORTDOCS%%%%DOCSDIR%%/scribble/lp.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/manual-css.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/manual-indexing.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/manual-render-style.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/manual.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/scribble/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/scribble/pict.png -%%PORTDOCS%%%%DOCSDIR%%/scribble/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/scribble/plt-manuals.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/reader-internals.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/reader.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/reference-style.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/renderer.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/running.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/scheme.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/scribble_manual_code.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/section-links.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/srcdoc.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/scribble/tag.html -%%PORTDOCS%%%%DOCSDIR%%/scribble/xref.html -%%PORTDOCS%%%%DOCSDIR%%/scriblib/autobib.html -%%PORTDOCS%%%%DOCSDIR%%/scriblib/bibtex.html -%%PORTDOCS%%%%DOCSDIR%%/scriblib/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/scriblib/figure.html -%%PORTDOCS%%%%DOCSDIR%%/scriblib/footnotes.html -%%PORTDOCS%%%%DOCSDIR%%/scriblib/gui-eval.html -%%PORTDOCS%%%%DOCSDIR%%/scriblib/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/scriblib/index.html -%%PORTDOCS%%%%DOCSDIR%%/scriblib/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/scriblib/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/scriblib/render-cond.html -%%PORTDOCS%%%%DOCSDIR%%/scriblib/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/search/aces.png -%%PORTDOCS%%%%DOCSDIR%%/search/blackjack.png -%%PORTDOCS%%%%DOCSDIR%%/search/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/search/chat-noir.png -%%PORTDOCS%%%%DOCSDIR%%/search/checkers.png -%%PORTDOCS%%%%DOCSDIR%%/search/crazy8s.png -%%PORTDOCS%%%%DOCSDIR%%/search/gcalc.png -%%PORTDOCS%%%%DOCSDIR%%/search/ginrummy.png -%%PORTDOCS%%%%DOCSDIR%%/search/gobblet.png -%%PORTDOCS%%%%DOCSDIR%%/search/gofish.png -%%PORTDOCS%%%%DOCSDIR%%/search/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/search/index.html -%%PORTDOCS%%%%DOCSDIR%%/search/jewel.png -%%PORTDOCS%%%%DOCSDIR%%/search/lights-out.png -%%PORTDOCS%%%%DOCSDIR%%/search/memory.png -%%PORTDOCS%%%%DOCSDIR%%/search/mines.png -%%PORTDOCS%%%%DOCSDIR%%/search/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/search/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/search/paint-by-numbers.png -%%PORTDOCS%%%%DOCSDIR%%/search/parcheesi.png -%%PORTDOCS%%%%DOCSDIR%%/search/plt-index.js -%%PORTDOCS%%%%DOCSDIR%%/search/pousse.png -%%PORTDOCS%%%%DOCSDIR%%/search/same.png -%%PORTDOCS%%%%DOCSDIR%%/search/search-context.html -%%PORTDOCS%%%%DOCSDIR%%/search/search.js -%%PORTDOCS%%%%DOCSDIR%%/search/slidey.png -%%PORTDOCS%%%%DOCSDIR%%/search/spider.png -%%PORTDOCS%%%%DOCSDIR%%/search/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/search/tally-maze.png -%%PORTDOCS%%%%DOCSDIR%%/sgl/bitmaps.html -%%PORTDOCS%%%%DOCSDIR%%/sgl/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/sgl/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/sgl/gl-vectors.html -%%PORTDOCS%%%%DOCSDIR%%/sgl/gl.html -%%PORTDOCS%%%%DOCSDIR%%/sgl/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/sgl/index.html -%%PORTDOCS%%%%DOCSDIR%%/sgl/init.html -%%PORTDOCS%%%%DOCSDIR%%/sgl/main.html -%%PORTDOCS%%%%DOCSDIR%%/sgl/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/sgl/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/sgl/overview.html -%%PORTDOCS%%%%DOCSDIR%%/sgl/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/index.html -%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/slatex-wrap/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/slideshow/Configuration.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/Constants_and_Layout_Variables.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/Creating_Slide_Presentations.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/Making_Slides.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/Pict-Staging_Helper.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/Primary_Slide_Functions.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/Slide_Registration.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/Slides_to_Picts.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/Typesetting_Racket_Code_in_Slideshow.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/Viewer_Control.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/slideshow/doc-bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/slideshow/index.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/legacy.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/slideshow/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/slideshow/play.html -%%PORTDOCS%%%%DOCSDIR%%/slideshow/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/srfi/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/srfi/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/srfi/index.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/srfi/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-1.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-11.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-13.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-14.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-16.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-17.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-19.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-2.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-23.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-25.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-26.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-27.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-28.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-29.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-30.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-31.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-34.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-35.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-38.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-39.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-4.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-40.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-41.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-42.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-43.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-45.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-48.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-5.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-54.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-57.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-59.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-6.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-60.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-61.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-62.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-63.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-64.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-66.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-67.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-69.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-7.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-71.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-74.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-78.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-8.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-86.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-87.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-9.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-98.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/index.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-1.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-11.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-13.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-14.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-16.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-17.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-19.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-2.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-23.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-25.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-26.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-27.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-28.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-29.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-30.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-31.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-34.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-35.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-38.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-39.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-4.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-40.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-41/srfi-41.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-41/streams1.jpg -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-41/streams2.jpg -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-42.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-43.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-45.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-48.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-5.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-54.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-57.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-59.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-6.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-60.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-61.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-62.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-63.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-64.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-66.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-1.png -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-2.png -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-3.png -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-4.png -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-5.png -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-6.png -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-7.png -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-G-D-8.png -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67-Z-S.css -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-67/srfi-67.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-69.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-7.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-71.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-74.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-78.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-8.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-86.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-87.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-9.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/srfi-std/srfi-98.html -%%PORTDOCS%%%%DOCSDIR%%/srfi/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/stepper/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/stepper/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/stepper/index.html -%%PORTDOCS%%%%DOCSDIR%%/stepper/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/stepper/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/stepper/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/string-constants/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/string-constants/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/string-constants/index.html -%%PORTDOCS%%%%DOCSDIR%%/string-constants/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/string-constants/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/string-constants/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/style/Acknowledgment.html -%%PORTDOCS%%%%DOCSDIR%%/style/Choosing_the_Right_Construct.html -%%PORTDOCS%%%%DOCSDIR%%/style/Language_and_Performance.html -%%PORTDOCS%%%%DOCSDIR%%/style/Textual_Matters.html -%%PORTDOCS%%%%DOCSDIR%%/style/Todo_List__Call_for_Contributions.html -%%PORTDOCS%%%%DOCSDIR%%/style/Units_of_Code.html -%%PORTDOCS%%%%DOCSDIR%%/style/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/style/branch-and-commit.html -%%PORTDOCS%%%%DOCSDIR%%/style/correct-maintain-speed.html -%%PORTDOCS%%%%DOCSDIR%%/style/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/style/index.html -%%PORTDOCS%%%%DOCSDIR%%/style/mut-rec-contracts.png -%%PORTDOCS%%%%DOCSDIR%%/style/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/style/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/style/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/style/testing.html -%%PORTDOCS%%%%DOCSDIR%%/swindle/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/swindle/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/swindle/index.html -%%PORTDOCS%%%%DOCSDIR%%/swindle/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/swindle/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/swindle/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/syntax-color/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/syntax-color/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/syntax-color/index.html -%%PORTDOCS%%%%DOCSDIR%%/syntax-color/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/syntax-color/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/syntax-color/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/syntax/Datum_Pattern_Matching.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/Debugging_and_Inspection_Tools.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/Defining_Simple_Macros.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/Experimental.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/Library_Syntax_Classes_and_Literal_Sets.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/Literal_Sets_and_Conventions.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/More_Keyword_Arguments.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/Optional_Keyword_Arguments.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/Parsing_Syntax.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/Parsing_for_Bodies.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/Phases_and_Reusable_Syntax_Classes.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/Preserving_Source_Locations.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/Source_Locations.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/Unsafe_for_Clause_Transforms.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/syntax/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/docprovide.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/exprc.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/syntax/index.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/module-helpers.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/syntax/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/syntax/reader-helpers.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/syntax/stxparse-examples.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/stxparse-intro.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/stxparse-patterns.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/stxparse-specifying.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/stxparse.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/syntax-helpers.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/toplevel.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/transformer-helpers.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/trusted-xforms.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/uniform-meanings.html -%%PORTDOCS%%%%DOCSDIR%%/syntax/varied-meanings.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdp2htdp.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdpPlanet_Cute_Images.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdpabstraction.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdpbatch-io.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdphtdp-port.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdpimage-guide.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdpimage.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/2htdpuniverse.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/arrow-gui.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/arrow.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/balls.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/teachpack/convert.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/dir.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/docs.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/door-real.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/door-sim.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/draw.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/elevator.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/gamepad.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/graphing.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/guess-gui.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/guess.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/gui.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/hangman-play.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/hangman.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/htdp.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/image.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/teachpack/index.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/io.css -%%PORTDOCS%%%%DOCSDIR%%/teachpack/lkup-gui.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/master-play.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/master.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/matrix.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/nuworld.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/teachpack/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_10.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_10.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_100.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_101.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_102.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_103.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_104.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_105.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_106.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_107.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_108.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_109.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_11.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_11.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_110.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_111.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_112.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_113.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_114.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_115.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_116.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_117.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_118.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_119.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_12.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_12.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_120.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_121.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_122.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_123.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_124.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_125.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_126.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_127.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_128.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_129.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_13.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_13.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_130.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_131.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_132.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_133.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_134.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_135.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_136.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_137.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_138.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_139.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_14.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_14.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_140.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_141.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_142.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_143.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_144.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_145.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_146.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_147.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_148.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_149.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_15.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_15.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_150.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_151.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_152.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_153.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_154.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_155.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_156.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_157.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_158.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_159.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_16.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_16.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_160.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_161.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_162.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_163.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_164.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_165.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_166.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_167.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_168.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_169.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_17.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_17.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_170.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_171.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_172.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_173.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_174.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_175.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_176.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_177.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_178.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_179.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_18.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_18.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_180.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_181.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_182.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_183.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_184.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_185.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_186.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_187.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_188.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_189.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_19.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_19.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_190.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_191.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_192.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_193.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_194.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_195.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_196.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_197.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_198.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_199.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_2.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_20.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_20.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_21.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_21.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_22.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_22.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_23.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_23.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_24.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_24.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_25.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_25.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_26.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_26.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_27.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_27.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_28.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_28.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_29.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_29.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_3.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_30.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_30.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_31.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_31.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_32.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_32.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_33.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_33.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_34.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_34.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_35.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_35.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_36.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_36.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_37.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_37.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_38.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_38.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_39.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_39.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_4.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_40.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_40.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_41.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_41.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_42.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_42.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_43.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_43.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_44.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_44.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_45.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_45.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_46.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_46.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_47.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_47.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_48.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_48.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_49.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_49.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_5.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_50.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_50.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_51.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_51.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_52.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_52.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_53.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_53.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_54.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_54.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_55.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_55.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_56.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_56.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_57.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_57.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_58.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_58.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_59.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_59.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_6.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_6.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_60.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_60.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_61.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_62.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_63.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_64.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_65.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_66.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_67.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_68.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_69.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_7.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_7.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_70.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_71.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_72.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_73.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_74.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_75.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_76.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_77.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_78.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_79.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_8.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_8.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_80.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_81.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_82.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_83.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_84.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_85.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_86.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_87.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_88.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_89.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_9.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_9.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_90.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_91.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_92.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_93.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_94.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_95.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_96.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_97.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_98.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/pict_99.svg -%%PORTDOCS%%%%DOCSDIR%%/teachpack/server.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/show-queen.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/teachpack/triangle-xxx.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/universe.png -%%PORTDOCS%%%%DOCSDIR%%/teachpack/world.html -%%PORTDOCS%%%%DOCSDIR%%/teachpack/world.png -%%PORTDOCS%%%%DOCSDIR%%/test-engine/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/test-engine/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/test-engine/index.html -%%PORTDOCS%%%%DOCSDIR%%/test-engine/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/test-engine/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/test-engine/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/tool/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/tool/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/tool/index.html -%%PORTDOCS%%%%DOCSDIR%%/tool/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/tool/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/tool/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/tools/Backwards_Compatibility.html -%%PORTDOCS%%%%DOCSDIR%%/tools/Check_Syntax.html -%%PORTDOCS%%%%DOCSDIR%%/tools/Cooperating_with_Background_Check_Syntax.html -%%PORTDOCS%%%%DOCSDIR%%/tools/Creating_New_Kinds_of_DrRacket_Frames.html -%%PORTDOCS%%%%DOCSDIR%%/tools/Editor_Modes.html -%%PORTDOCS%%%%DOCSDIR%%/tools/Expanding_and_Breaking.html -%%PORTDOCS%%%%DOCSDIR%%/tools/Extending_the_Existing_DrRacket_Classes.html -%%PORTDOCS%%%%DOCSDIR%%/tools/Language-Specific_Capabilities.html -%%PORTDOCS%%%%DOCSDIR%%/tools/Signatures.html -%%PORTDOCS%%%%DOCSDIR%%/tools/Teaching_Languages.html -%%PORTDOCS%%%%DOCSDIR%%/tools/adding-languages.html -%%PORTDOCS%%%%DOCSDIR%%/tools/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/tools/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_debug.html -%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_eval.html -%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_frame.html -%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_get_extend.html -%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_help-desk.html -%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_language-configuration.html -%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_language.html -%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_modes.html -%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_module-language-tools.html -%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_module-language.html -%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_rep.html -%%PORTDOCS%%%%DOCSDIR%%/tools/drracket_unit.html -%%PORTDOCS%%%%DOCSDIR%%/tools/implementing-tools.html -%%PORTDOCS%%%%DOCSDIR%%/tools/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/tools/index.html -%%PORTDOCS%%%%DOCSDIR%%/tools/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/tools/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/tools/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/trace/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/trace/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/trace/index.html -%%PORTDOCS%%%%DOCSDIR%%/trace/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/trace/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/trace/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/beginning.html -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/caveats.html -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/index.html -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/more.html -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/occurrence-typing.html -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/optimization.html -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/quick.html -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/typed-untyped-interaction.html -%%PORTDOCS%%%%DOCSDIR%%/ts-guide/types.html -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Compatibility_Languages.html -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Experimental_Features.html -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Exploring_Types.html -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Legacy_Forms.html -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Libraries_Provided_With_Typed_Racket.html -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Optimization_in_Typed_Racket.html -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Typed_Classes.html -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Typed_Racket_Syntax_Without_Type_Checking.html -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Typed_Regions.html -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/Utilities.html -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/footnote.css -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/index.html -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/pict.png -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/special-forms.html -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/ts-reference/type-ref.html -%%PORTDOCS%%%%DOCSDIR%%/turtles/Traditional_Turtles.html -%%PORTDOCS%%%%DOCSDIR%%/turtles/Value_Turtles.html -%%PORTDOCS%%%%DOCSDIR%%/turtles/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/turtles/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/turtles/index.html -%%PORTDOCS%%%%DOCSDIR%%/turtles/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/turtles/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/turtles/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-find/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/unstable-find/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-find/index.html -%%PORTDOCS%%%%DOCSDIR%%/unstable-find/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-find/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-find/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-flonum/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/unstable-flonum/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-flonum/index.html -%%PORTDOCS%%%%DOCSDIR%%/unstable-flonum/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-flonum/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-flonum/pict.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-flonum/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-flonum/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/Scribble_Utilities.html -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/Slideshow_Presentations.html -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/gui-notify.html -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/gui-prefs.html -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/index.html -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict.html -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_10.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_11.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_12.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_13.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_14.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_15.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_16.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_17.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_18.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_19.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_20.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_21.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_22.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_23.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_24.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_25.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_26.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_27.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_28.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_29.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_30.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_31.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_32.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_33.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_34.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_35.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_36.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_37.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_38.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_39.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_40.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_41.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_42.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_43.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_44.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_45.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_46.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_47.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_48.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_49.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_50.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_51.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_52.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_53.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_54.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_6.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_7.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_8.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/pict_9.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/ppict.html -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/snip.html -%%PORTDOCS%%%%DOCSDIR%%/unstable-gui/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/index.html -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict_10.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict_11.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict_12.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict_13.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict_14.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict_2.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict_3.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict_4.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict_5.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict_6.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict_7.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict_8.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/pict_9.png -%%PORTDOCS%%%%DOCSDIR%%/unstable-redex/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable/2d.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/Automata__Compiling_State_Machines.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/Debugging.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/Definitions.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/Functions.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/Hash_Tables.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/Logging.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/Mark_Parameters.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/Parameter_Groups.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/Pretty-Printing.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/unstable/bytes.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/class-iop.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/contract.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/custom-write.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/error.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/future.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/guidelines.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable/index.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/lazy-require.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/list.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/macro-testing.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/match.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/open-place.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/options.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable/recontract.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/sandbox.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/sequence.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/unstable/string.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/struct.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/syntax.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/temp-c.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/unix-socket.html -%%PORTDOCS%%%%DOCSDIR%%/unstable/wrapc.html -%%PORTDOCS%%%%DOCSDIR%%/version/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/version/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/version/index.html -%%PORTDOCS%%%%DOCSDIR%%/version/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/version/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/version/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/Troubleshooting_and_Tips.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/Web_Servers.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/cache-table.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/closure.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/connection-manager.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-files.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-filter.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-host.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-lift.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-log.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-passwords.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-pathprocedure.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-sequencer.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-server-unit.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-servlets.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-stat.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch-timeout.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatch.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/dispatchers.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/filesystem-map.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/gzip.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/index.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/limit.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/mime-types.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/misc-util.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/mod-map.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/private.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/timer.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/url-param.html -%%PORTDOCS%%%%DOCSDIR%%/web-server-internal/web-server.html -%%PORTDOCS%%%%DOCSDIR%%/web-server/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/web-server/dispatch.html -%%PORTDOCS%%%%DOCSDIR%%/web-server/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/web-server/faq.html -%%PORTDOCS%%%%DOCSDIR%%/web-server/formlets.html -%%PORTDOCS%%%%DOCSDIR%%/web-server/http.html -%%PORTDOCS%%%%DOCSDIR%%/web-server/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/web-server/index.html -%%PORTDOCS%%%%DOCSDIR%%/web-server/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/web-server/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/web-server/page.html -%%PORTDOCS%%%%DOCSDIR%%/web-server/run.html -%%PORTDOCS%%%%DOCSDIR%%/web-server/servlet.html -%%PORTDOCS%%%%DOCSDIR%%/web-server/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/web-server/stateless.html -%%PORTDOCS%%%%DOCSDIR%%/web-server/templates.html -%%PORTDOCS%%%%DOCSDIR%%/web-server/test.html -%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/index.html -%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/win32-ssl/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/xml/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/xml/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/xml/index.html -%%PORTDOCS%%%%DOCSDIR%%/xml/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/xml/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/xml/stamp.sxref -%%PORTDOCS%%%%DOCSDIR%%/xrepl/blueboxes.rktd -%%PORTDOCS%%%%DOCSDIR%%/xrepl/in.sxref -%%PORTDOCS%%%%DOCSDIR%%/xrepl/index.html -%%PORTDOCS%%%%DOCSDIR%%/xrepl/out0.sxref -%%PORTDOCS%%%%DOCSDIR%%/xrepl/out1.sxref -%%PORTDOCS%%%%DOCSDIR%%/xrepl/stamp.sxref |