Index: head/shells/es/files/patch-aa =================================================================== --- head/shells/es/files/patch-aa (revision 363329) +++ head/shells/es/files/patch-aa (nonexistent) @@ -1,38 +0,0 @@ -*** prim-sys.c.original Mon Jun 8 14:55:11 1998 ---- prim-sys.c Mon Jun 8 14:51:15 1998 -*************** -*** 213,219 **** - lim /= suf->amount; - break; - } -! print("%-8s\t%d%s\n", limit->name, lim, (suf == NULL || lim == 0) ? "" : suf->name); - } - } - ---- 213,219 ---- - lim /= suf->amount; - break; - } -! print("%-8s\t%d%s\n", limit->name, (int)lim, (suf == NULL || lim == 0) ? "" : suf->name); - } - } - -*** configure.orig Mon Jun 8 15:02:05 1998 ---- configure Mon Jun 8 15:02:37 1998 -*************** -*** 2344,2350 **** - - - cat >> confdefs.h <> confdefs.h <buflen < nread) { - while (in->buflen < nread) - in->buflen *= 2; -- efree(in->bufbegin); - in->bufbegin = erealloc(in->bufbegin, in->buflen); - } - memcpy(in->bufbegin, rlinebuf, nread - 1); ---- 307,312 ---- - Property changes on: head/shells/es/files/patch-ab ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/shells/es/files/patch-input.c =================================================================== --- head/shells/es/files/patch-input.c (nonexistent) +++ head/shells/es/files/patch-input.c (revision 363330) @@ -0,0 +1,13 @@ +*** input.c.orig Tue Aug 12 18:59:26 1997 +--- input.c Thu Dec 7 18:35:01 2000 +*************** +*** 307,313 **** + if (in->buflen < nread) { + while (in->buflen < nread) + in->buflen *= 2; +- efree(in->bufbegin); + in->bufbegin = erealloc(in->bufbegin, in->buflen); + } + memcpy(in->bufbegin, rlinebuf, nread - 1); +--- 307,312 ---- + Property changes on: head/shells/es/files/patch-input.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/es/files/patch-limits =================================================================== --- head/shells/es/files/patch-limits (nonexistent) +++ head/shells/es/files/patch-limits (revision 363330) @@ -0,0 +1,38 @@ +*** prim-sys.c.original Mon Jun 8 14:55:11 1998 +--- prim-sys.c Mon Jun 8 14:51:15 1998 +*************** +*** 213,219 **** + lim /= suf->amount; + break; + } +! print("%-8s\t%d%s\n", limit->name, lim, (suf == NULL || lim == 0) ? "" : suf->name); + } + } + +--- 213,219 ---- + lim /= suf->amount; + break; + } +! print("%-8s\t%d%s\n", limit->name, (int)lim, (suf == NULL || lim == 0) ? "" : suf->name); + } + } + +*** configure.orig Mon Jun 8 15:02:05 1998 +--- configure Mon Jun 8 15:02:37 1998 +*************** +*** 2344,2350 **** + + + cat >> confdefs.h <> confdefs.h < - #include - #include --#include - #include - #include - #include Property changes on: head/shells/flash/files/patch-ad ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/shells/flash/files/patch-ah =================================================================== --- head/shells/flash/files/patch-ah (revision 363329) +++ head/shells/flash/files/patch-ah (nonexistent) @@ -1,21 +0,0 @@ ---- modules/alarms.c.orig Mon Jan 22 06:23:11 2001 -+++ modules/alarms.c Fri Jan 26 05:28:01 2001 -@@ -1,9 +1,17 @@ -+#ifdef HAVE_CONFIG_H -+#include "../config.h" -+#endif -+ -+#ifdef HAVE_NCURSES_NCURSES_H -+#include -+#include -+#else - #include - #include -+#endif - - #include - #include --#include - #include - #include - #include Property changes on: head/shells/flash/files/patch-ah ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/shells/flash/files/patch-ai =================================================================== --- head/shells/flash/files/patch-ai (revision 363329) +++ head/shells/flash/files/patch-ai (nonexistent) @@ -1,20 +0,0 @@ ---- modules/background.c Sat Oct 25 11:34:23 1997 -+++ modules/background.c.new Sun Jan 2 20:48:46 2000 -@@ -20,8 +20,17 @@ - - */ - -+#ifdef HAVE_CONFIG_H -+#include "../config.h" -+#endif -+ -+#ifdef HAVE_NCURSES_NCURSES_H -+#include -+#include -+#else - #include - #include -+#endif - - #include - #include Property changes on: head/shells/flash/files/patch-ai ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/shells/flash/files/patch-aj =================================================================== --- head/shells/flash/files/patch-aj (revision 363329) +++ head/shells/flash/files/patch-aj (nonexistent) @@ -1,20 +0,0 @@ ---- modules/countdown.c Wed Oct 29 13:42:28 1997 -+++ modules/countdown.c.new Sun Jan 2 20:50:16 2000 -@@ -4,8 +4,17 @@ - - */ - -+#ifdef HAVE_CONFIG_H -+#include "../config.h" -+#endif -+ -+#ifdef HAVE_NCURSES_NCURSES_H -+#include -+#include -+#else - #include - #include -+#endif - - #include - #include Property changes on: head/shells/flash/files/patch-aj ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/shells/flash/files/patch-ak =================================================================== --- head/shells/flash/files/patch-ak (revision 363329) +++ head/shells/flash/files/patch-ak (nonexistent) @@ -1,16 +0,0 @@ ---- modules/Makefile.in.orig Mon Jan 17 23:25:46 2000 -+++ modules/Makefile.in Sat Jan 6 12:11:56 2001 -@@ -1,7 +1,9 @@ --CC = gcc --DEBUG = -g --CFLAGS = $(DEBUG) -O3 -fpic -shared -Wall --LDFLAGS = -shared -+CC = @CC@ -+#DEBUG = -g -+CFLAGS = @CFLAGS@ $(DEBUG) -+CPPFLAGS = @CPPFLAGS@ -fPIC -DPIC -DHAVE_CONFIG_H -+LIBS = @LIBS@ -+LDFLAGS = @LDFLAGS@ -shared $(LIBS) - - OBJECTS = countdown background test alarms - Property changes on: head/shells/flash/files/patch-ak ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/shells/flash/files/patch-al =================================================================== --- head/shells/flash/files/patch-al (revision 363329) +++ head/shells/flash/files/patch-al (nonexistent) @@ -1,10 +0,0 @@ ---- exec.c.orig Thu Jan 18 01:18:17 2001 -+++ exec.c Fri Jan 26 05:30:33 2001 -@@ -38,7 +38,6 @@ - #include - #include - #include --#include - - #include "exec.h" - #include "misc.h" Property changes on: head/shells/flash/files/patch-al ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/shells/flash/files/patch-am =================================================================== --- head/shells/flash/files/patch-am (revision 363329) +++ head/shells/flash/files/patch-am (nonexistent) @@ -1,10 +0,0 @@ ---- screen.h.orig Thu Jan 18 01:31:19 2001 -+++ screen.h Fri Jan 26 05:27:35 2001 -@@ -2,7 +2,6 @@ - # define _SCREEN_H - - #include "parse.h" --#include - #include - - void init_scr(); Property changes on: head/shells/flash/files/patch-am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/shells/flash/files/patch-an =================================================================== --- head/shells/flash/files/patch-an (revision 363329) +++ head/shells/flash/files/patch-an (nonexistent) @@ -1,10 +0,0 @@ ---- screens/nc_init.c.orig Thu Jan 18 01:51:19 2001 -+++ screens/nc_init.c Fri Jan 26 05:28:47 2001 -@@ -34,7 +34,6 @@ - #endif - - #include --#include - #include - #include - #include Property changes on: head/shells/flash/files/patch-an ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/shells/flash/files/patch-ao =================================================================== --- head/shells/flash/files/patch-ao (revision 363329) +++ head/shells/flash/files/patch-ao (nonexistent) @@ -1,10 +0,0 @@ ---- string.h.orig Thu Jan 18 01:21:24 2001 -+++ string.h Fri Jan 26 05:36:32 2001 -@@ -2,7 +2,6 @@ - # define __STRING_H - - #include --#include - - #define CR '\n' - #define TAB '\t' Property changes on: head/shells/flash/files/patch-ao ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/shells/flash/files/patch-Makefile.in =================================================================== --- head/shells/flash/files/patch-Makefile.in (nonexistent) +++ head/shells/flash/files/patch-Makefile.in (revision 363330) @@ -0,0 +1,25 @@ +--- Makefile.in.orig Fri Jan 26 00:44:35 2001 ++++ Makefile.in Fri Jan 26 05:00:06 2001 +@@ -30,17 +30,17 @@ + + # C Compiler + CC = @CC@ +-DEBUG = -g +-CPPFLAGS = -DHAVE_CONFIG_H -DPREFIX=\"$(EXEC_PREFIX)\" -DDONT_HIGHLIGHT_WITH_REVERSE +-CFLAGS = -O2 $(CPPFLAGS) $(DEBUG) -rdynamic ++#DEBUG = -g ++CPPFLAGS = @CPPFLAGS@ -DHAVE_CONFIG_H -DPREFIX=\"$(EXEC_PREFIX)\" -DDONT_HIGHLIGHT_WITH_REVERSE ++CFLAGS = @CFLAGS@ $(CPPFLAGS) $(DEBUG) + # For Solaris users please use the next 2 lines instead. + #CPPFLAGS = -DHAVE_CONFIG_H -DPREFIX=\"$(EXEC_PREFIX)\" -DDONT_HIGHLIGHT_WITH_REVERSE -DSOLARIS + #CFLAGS = -O2 $(CPPFLAGS) $(DEBUG) + + # Comment out for Solaris +-LDFLAGS = -rdynamic ++LDFLAGS = @LDFLAGS@ + +-LIBRARIES = -lncurses -ldl ++LIBRARIES = @LIBS@ + # For Solaris: + #LIBRARIES = -lcurses -ldl + Property changes on: head/shells/flash/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/flash/files/patch-exec.c =================================================================== --- head/shells/flash/files/patch-exec.c (nonexistent) +++ head/shells/flash/files/patch-exec.c (revision 363330) @@ -0,0 +1,10 @@ +--- exec.c.orig Thu Jan 18 01:18:17 2001 ++++ exec.c Fri Jan 26 05:30:33 2001 +@@ -38,7 +38,6 @@ + #include + #include + #include +-#include + + #include "exec.h" + #include "misc.h" Property changes on: head/shells/flash/files/patch-exec.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/flash/files/patch-module.c =================================================================== --- head/shells/flash/files/patch-module.c (nonexistent) +++ head/shells/flash/files/patch-module.c (revision 363330) @@ -0,0 +1,10 @@ +--- module.c.orig Mon Jan 17 19:56:45 2000 ++++ module.c Sat Jan 6 11:06:54 2001 +@@ -25,7 +25,6 @@ + #include + #include + #include +-#include + #include + #include + #include Property changes on: head/shells/flash/files/patch-module.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/flash/files/patch-modules__Makefile.in =================================================================== --- head/shells/flash/files/patch-modules__Makefile.in (nonexistent) +++ head/shells/flash/files/patch-modules__Makefile.in (revision 363330) @@ -0,0 +1,16 @@ +--- modules/Makefile.in.orig Mon Jan 17 23:25:46 2000 ++++ modules/Makefile.in Sat Jan 6 12:11:56 2001 +@@ -1,7 +1,9 @@ +-CC = gcc +-DEBUG = -g +-CFLAGS = $(DEBUG) -O3 -fpic -shared -Wall +-LDFLAGS = -shared ++CC = @CC@ ++#DEBUG = -g ++CFLAGS = @CFLAGS@ $(DEBUG) ++CPPFLAGS = @CPPFLAGS@ -fPIC -DPIC -DHAVE_CONFIG_H ++LIBS = @LIBS@ ++LDFLAGS = @LDFLAGS@ -shared $(LIBS) + + OBJECTS = countdown background test alarms + Property changes on: head/shells/flash/files/patch-modules__Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/flash/files/patch-modules__alarms.c =================================================================== --- head/shells/flash/files/patch-modules__alarms.c (nonexistent) +++ head/shells/flash/files/patch-modules__alarms.c (revision 363330) @@ -0,0 +1,21 @@ +--- modules/alarms.c.orig Mon Jan 22 06:23:11 2001 ++++ modules/alarms.c Fri Jan 26 05:28:01 2001 +@@ -1,9 +1,17 @@ ++#ifdef HAVE_CONFIG_H ++#include "../config.h" ++#endif ++ ++#ifdef HAVE_NCURSES_NCURSES_H ++#include ++#include ++#else + #include + #include ++#endif + + #include + #include +-#include + #include + #include + #include Property changes on: head/shells/flash/files/patch-modules__alarms.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/flash/files/patch-modules__background.c =================================================================== --- head/shells/flash/files/patch-modules__background.c (nonexistent) +++ head/shells/flash/files/patch-modules__background.c (revision 363330) @@ -0,0 +1,20 @@ +--- modules/background.c Sat Oct 25 11:34:23 1997 ++++ modules/background.c.new Sun Jan 2 20:48:46 2000 +@@ -20,8 +20,17 @@ + + */ + ++#ifdef HAVE_CONFIG_H ++#include "../config.h" ++#endif ++ ++#ifdef HAVE_NCURSES_NCURSES_H ++#include ++#include ++#else + #include + #include ++#endif + + #include + #include Property changes on: head/shells/flash/files/patch-modules__background.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/flash/files/patch-modules__countdown.c =================================================================== --- head/shells/flash/files/patch-modules__countdown.c (nonexistent) +++ head/shells/flash/files/patch-modules__countdown.c (revision 363330) @@ -0,0 +1,20 @@ +--- modules/countdown.c Wed Oct 29 13:42:28 1997 ++++ modules/countdown.c.new Sun Jan 2 20:50:16 2000 +@@ -4,8 +4,17 @@ + + */ + ++#ifdef HAVE_CONFIG_H ++#include "../config.h" ++#endif ++ ++#ifdef HAVE_NCURSES_NCURSES_H ++#include ++#include ++#else + #include + #include ++#endif + + #include + #include Property changes on: head/shells/flash/files/patch-modules__countdown.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/flash/files/patch-screen.h =================================================================== --- head/shells/flash/files/patch-screen.h (nonexistent) +++ head/shells/flash/files/patch-screen.h (revision 363330) @@ -0,0 +1,10 @@ +--- screen.h.orig Thu Jan 18 01:31:19 2001 ++++ screen.h Fri Jan 26 05:27:35 2001 +@@ -2,7 +2,6 @@ + # define _SCREEN_H + + #include "parse.h" +-#include + #include + + void init_scr(); Property changes on: head/shells/flash/files/patch-screen.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/flash/files/patch-screens__nc_about.c =================================================================== --- head/shells/flash/files/patch-screens__nc_about.c (nonexistent) +++ head/shells/flash/files/patch-screens__nc_about.c (revision 363330) @@ -0,0 +1,1707 @@ +--- screens/nc_about.c.orig Thu Aug 28 15:00:57 2003 ++++ screens/nc_about.c Thu Aug 28 17:39:53 2003 +@@ -86,855 +86,855 @@ + */ + + struct anim A[]= +-{{"\ +- +- ________ ___ _____ __ __ +- / ____/ / / | / ___// / / / +- / /_ / / / /| | \\__ \\/ /_/ / +- / __/ / /___/ ___ |___/ / __ / +-/_/ /_____/_/ |_/____/_/ /_/ +- +-",1500},{"\ +- +- +- +- /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",40},{"\ +- +- +- +- /\\ +- / \\/\\ +- ` _ ' /`/ / \\ +---------------------------------- +-",40},{"\ +- +- +- +- /\\ +- ` _ ' / \\/\\ +- - (_) - /`/ / \\ +---------------------------------- +-",40},{"\ +- +- +- +- ` _ ' /\\ +- - (_) - / \\/\\ +- ' ` /`/ / \\ +---------------------------------- +-",40},{"\ +- +- +- ` _ ' +- - (_) - /\\ +- ' ` / \\/\\ +- /`/ / \\ +---------------------------------- +-",40},{"\ +- +- ` _ ' +- - (_) - +- ' ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",100},{"\ +- +- ` _ ' +-) - (_) - +-_) ' ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +-_ ` _ ' +- ) - (_) - +-__) ' ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +-__ ` _ ' +- ) - (_) - +-___) ' ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +-___ ` _ ' +- ) - (_) - +-____) ' ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ___ ` _ ' +-( ) - (_) - +-_____) ' ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ___ ` _ ' +-_( ) - (_) - +-______) ' ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ___ ` _ ' +-__( ) - (_) - +-_______) ' ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ___ ` _ ' +- __( ) - (_) - +-(_______) ' ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ___ ` _ ' +- __( ) - (_) - +- (_______) ' ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ___ ` _ ' +- __( )- (_) - +- (_______) ' ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ___ ` _ ' +- __( ) (_) - +- (_______)' ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ___` _ ' +- __( ) (_) - +- (_______) ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ___ _ ' +- __( )(_) - +- (_______) ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ___ _ ' +- __( )_) - +- (_______) ` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ____ ' +- __( )) - +- (_______)` /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- `___ ' +- __( ) - +- (_______) /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` ___ ' +- __( ) - +- (_______) /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` ___' +- -__( )- +- (_______) /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` ___ +- - _(( ) +- (_______) /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` _ ___ +- - (_( ) +- (_______) /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` _ ___ +- - (_)( ) +- '(_______) /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` _ '___ +- - (_)_( ) +- ' (_______) /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` _ ' ___ +- - (_)__( ) +- ' (_______) /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` _ ' ___ +- - (_) __( ) +- ' (_______) /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` _ ' ___ +- - (_) __( ) +- ' `(_______)/\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` _ ' ___ +- - (_) -__( ) +- ' ` (_______/\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` _ ' ___ +- - (_) - __( ) +- ' ` (______/\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` _ ' ___ +- - (_) - __( ) +- ' ` (_____/\\) +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` _ ' ___ +- - (_) - __( ) +- ' ` (____/\\_) +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` _ ' ___ +- - (_) - __( ) +- ' ` (___/\\__) +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` _ ' ___ +- - (_) - __( ) +- ' ` (__/\\___) +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ` _ ' ___ +- - (_) - __( ) +- ' ` (_/\\____) +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ___ +- ` _ ' __( ) +- - (_) - (_/\\____) +- ' ` / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ___ +- ` _ ' __( ) +- - (_) - (/\\_____ +- ' ` / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- ___ +- __( +- ` _ ' /\\_____ +- - (_) - / \\/\\ +- ' ` /`/ / \\ +---------------------------------- +-",20},{"\ +- +- __ +- __( +- ` _ ' /\\_____ +- - (_) - / \\/\\ +- ' ` /`/ / \\ +---------------------------------- +-",20},{"\ +- +- _ +- __( +- /\\(____ +- ` _ ' / \\/\\ +- - (_) - /`/ / \\ +---------------------------------- +-",20},{"\ +- +- +- __( +- /\\ (___ +- ` _ ' / \\/\\ +- - (_) - /`/ / \\ +---------------------------------- +-",20},{"\ +- +- +- __ +- /\\ (__ +- / \\/\\ +- ` _ ' /`/ / \\ +---------------------------------- +-",20},{"\ +- +- +- _ +- /\\ (_ +- / \\/\\ +- ` _ ' /`/ / \\ +---------------------------------- +-",20},{"\ +- +- +- +- /\\ ( +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- +- +- +- /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",150},{"\ +- +- +- +- /\\ +- / \\/\\ +- _ /`/ / \\ +---------------------------------- +-",20},{"\ +- +- +- +- /\\ +- _ / \\/\\ +- _|_|_ /`/ / \\ +---------------------------------- +-",20},{"\ +- +- +- +- _ /\\ +- _|_|_ / \\/\\ +- (o o) /`/ / \\ +---------------------------------- +-",10},{"\ +- +- +- +- _ /\\ +- _|_|_ / \\/\\ +- (o o) /`/ / \\ +-----ooO--(_)--Ooo---------------- +-",300},{"\ +- `.________'`__| +- +- +- _ /\\ +- _|_|_ / \\/\\ +- (o o) /`/ / \\ +-----ooO--(_)--Ooo---------------- +-",20},{"\ +- ,' | +- `.________'`__| +- +- _ /\\ +- _|_|_ / \\/\\ +- (o o) /`/ / \\ +-----ooO--(_)--Ooo---------------- +-",20},{"\ +- ________,' ` +- ,' | +- `.________'`__| +- _ /\\ +- _|_|_ / \\/\\ +- (o o) /`/ / \\ +-----ooO--(_)--Ooo---------------- +-",20},{"\ +- | | +- ________,' ` +- ,' | +- `.________'`__| /\\ +- _|_|_ / \\/\\ +- (o o) /`/ / \\ +-----ooO--(_)--Ooo---------------- +-",20},{"\ +- | | +- | | +- ________,' ` +- ,' | /\\ +- `.________'`__| / \\/\\ +- (o o) /`/ / \\ +-----ooO--(_)--Ooo---------------- +-",20},{"\ +- | | +- | | +- | | +- ________,' ` /\\ +- ,' | / \\/\\ +- `.________'`__| /`/ / \\ +-----ooO--(_)--Ooo---------------- +-",20},{"\ +- | | +- | | +- | | +- | | /\\ +- ________,' ` / \\/\\ +- ,' | /`/ / \\ +----`.________'`__|--------------- +-",50},{"\ +- | | +- | | +- | | +- ________,' ` /\\ +- ,' | / \\/\\ +- `.________'`__| /`/ / \\ +---------------------------------- +-",20},{"\ +- | | +- | | +- ________,' ` +- ,' | /\\ +- `.________'`__| / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- | | +- ________,' ` +- ,' | +- `.________'`__| /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- ________,' ` +- ,' | +- `.________'`__| +- /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- ,' | +- `.________'`__| +- +- /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- `.________'`__| +- +- +- /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- `.________'`__| +- +- +- /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- `.________'`__| +- +- +- /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- `.________'`__| +- +- +- /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- `.________'`__| +- +- +- /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- ,' | +- `.________'`__| +- +- /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- ________,' ` +- ,' | +- `.________'`__| +- /\\ +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- | | +- ________,' ` +- ,' | +- `.________'`__| +- / \\/\\ +- /`/ / \\ +---------------------------------- +-",20},{"\ +- | | +- | | +- ________,' ` +- ,' | +- `.________'`__| +- /`/ / \\ +---------------------------------- +-",20},{"\ +- | | +- | | +- | | +- ________,' ` +- ,' | +- `.________'`__| +---------------------------------- +-",20},{"\ +- | | +- | | +- | | +- | | +- ________,' ` +- ,' | +-------------------`.________'`__| +-",100},{"\ +- | | +- | | +- | | +- | | +- ________,' ` +- ` _ ' ,' | +-------------------`.________'`__| +-",40},{"\ +- | | +- | | +- | | +- | | +- ` _ ' ________,' ` +- - (_) - ,' | +-------------------`.________'`__| +-",40},{"\ +- | | +- | | +- | | +- ` _ ' | | +- - (_) - ________,' ` +- ' ` ,' | +-------------------`.________'`__| +-",40},{"\ +- | | +- | | +- ` _ ' | | +- - (_) - | | +- ' ` ________,' ` +- ,' | +-------------------`.________'`__| +-",20},{"\ +- | | +- | | +- ` _ ' | | +- - (_) - ________,' ` +- ' ` ,' | +- `.________'`__| +---------------------------------- +-",20},{"\ +- | | +- ` _ ' | | +- - (_) - ________,' ` +- ' ` ,' | +- `.________'`__| +- +---------------------------------- +-",20},{"\ +- | | +- ` _ ' ________,' ` +- - (_) ,' | +- ' ` `.________'`__| +- +- +---------------------------------- +-",20},{"\ +- | | +- ` _ '________,' ` +- - (_),' | +- ' `.________'`__| +- +- +---------------------------------- +-",20},{"\ +- ` _ ' | | +- - (_) -________,' ` +- ' `,' | +- `.________'`__| +- +- +---------------------------------- +-",20},{"\ +-- (_) - | | +- ' ` ________,' ` +- ,' | +- `.________'`__| +- +- +---------------------------------- +-",20},{"\ +-' ` ________,' ` +- ,' | +- `.________'`__| +- +- +- +---------------------------------- +-",20},{"\ +- ,' | +- `.________'`__| +- +- +- +- +---------------------------------- +-",20},{"\ +- `.________'`__| +- +- +- +- +- +---------------------------------- +-",20},{"\ +- +- +- +- +- +- +---------------------------------- +-",150},{"\ +- +- +- +- +- +---------------------------------- +-",20},{"\ +- +- +- +- +---------------------------------- +- +- Written and Directed by +-",20},{"\ +- +- +- +---------------------------------- +- +- Written and Directed by +-",20},{"\ +- +- +---------------------------------- +- +- Written and Directed by +- +- Stephen Fegan +-",20},{"\ +- +---------------------------------- +- +- Written and Directed by +- +- Stephen Fegan +-",20},{"\ +---------------------------------- +- +- Written and Directed by +- +- Stephen Fegan +-",20},{"\ +- +- Written and Directed by +- +- Stephen Fegan +- +- +- With +-",20},{"\ +- Written and Directed by +- +- Stephen Fegan +- +- +- With +-",20},{"\ +- +- Stephen Fegan +- +- +- With +- +- The EFTIWALL fonts +-",20},{"\ +- Stephen Fegan +- +- +- With +- +- The EFTIWALL fonts +-",20},{"\ +- +- +- With +- +- The EFTIWALL fonts +- +- by +-",20},{"\ +- +- With +- +- The EFTIWALL fonts +- +- by +-",20},{"\ +- With +- +- The EFTIWALL fonts +- +- by +- +- Michel Eftimakis (c) 1995 +-",20},{"\ +- +- The EFTIWALL fonts +- +- by +- +- Michel Eftimakis (c) 1995 +-",20},{"\ +- The EFTIWALL fonts +- +- by +- +- Michel Eftimakis (c) 1995 +-",20},{"\ +- +- by +- +- Michel Eftimakis (c) 1995 +-",20},{"\ +- by +- +- Michel Eftimakis (c) 1995 +-",20},{"\ +- +- Michel Eftimakis (c) 1995 +-",20},{"\ +- Michel Eftimakis (c) 1995 +-",20},{"\ +- +-",200},{"\ +- +- +-Oh and eh.. ++{{"\n\ ++\n\ ++ ________ ___ _____ __ __\n\ ++ / ____/ / / | / ___// / / /\n\ ++ / /_ / / / /| | \\__ \\/ /_/ / \n\ ++ / __/ / /___/ ___ |___/ / __ / \n\ ++/_/ /_____/_/ |_/____/_/ /_/ \n\ ++\n\ ++",1500},{"\n\ ++\n\ ++ \n\ ++ \n\ ++ /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",40},{"\n\ ++\n\ ++ \n\ ++ \n\ ++ /\\ \n\ ++ / \\/\\ \n\ ++ ` _ ' /`/ / \\ \n\ ++--------------------------------- \n\ ++",40},{"\n\ ++\n\ ++ \n\ ++ \n\ ++ /\\ \n\ ++ ` _ ' / \\/\\ \n\ ++ - (_) - /`/ / \\ \n\ ++--------------------------------- \n\ ++",40},{"\n\ ++\n\ ++\n\ ++ \n\ ++ ` _ ' /\\ \n\ ++ - (_) - / \\/\\ \n\ ++ ' ` /`/ / \\ \n\ ++--------------------------------- \n\ ++",40},{"\n\ ++\n\ ++ \n\ ++ ` _ ' \n\ ++ - (_) - /\\ \n\ ++ ' ` / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",40},{"\n\ ++\n\ ++ ` _ ' \n\ ++ - (_) - \n\ ++ ' ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",100},{"\n\ ++\n\ ++ ` _ ' \n\ ++) - (_) - \n\ ++_) ' ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++_ ` _ ' \n\ ++ ) - (_) - \n\ ++__) ' ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++__ ` _ ' \n\ ++ ) - (_) - \n\ ++___) ' ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++___ ` _ ' \n\ ++ ) - (_) - \n\ ++____) ' ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ___ ` _ ' \n\ ++( ) - (_) - \n\ ++_____) ' ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ___ ` _ ' \n\ ++_( ) - (_) - \n\ ++______) ' ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ___ ` _ ' \n\ ++__( ) - (_) - \n\ ++_______) ' ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ___ ` _ ' \n\ ++ __( ) - (_) - \n\ ++(_______) ' ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ___ ` _ ' \n\ ++ __( ) - (_) - \n\ ++ (_______) ' ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ___ ` _ ' \n\ ++ __( )- (_) - \n\ ++ (_______) ' ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ___ ` _ ' \n\ ++ __( ) (_) - \n\ ++ (_______)' ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ___` _ ' \n\ ++ __( ) (_) - \n\ ++ (_______) ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ___ _ ' \n\ ++ __( )(_) - \n\ ++ (_______) ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ___ _ ' \n\ ++ __( )_) - \n\ ++ (_______) ` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ____ ' \n\ ++ __( )) - \n\ ++ (_______)` /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ `___ ' \n\ ++ __( ) - \n\ ++ (_______) /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` ___ ' \n\ ++ __( ) - \n\ ++ (_______) /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` ___' \n\ ++ -__( )- \n\ ++ (_______) /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` ___ \n\ ++ - _(( ) \n\ ++ (_______) /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` _ ___ \n\ ++ - (_( ) \n\ ++ (_______) /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` _ ___ \n\ ++ - (_)( ) \n\ ++ '(_______) /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` _ '___ \n\ ++ - (_)_( ) \n\ ++ ' (_______) /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` _ ' ___ \n\ ++ - (_)__( ) \n\ ++ ' (_______) /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` _ ' ___ \n\ ++ - (_) __( ) \n\ ++ ' (_______) /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` _ ' ___ \n\ ++ - (_) __( ) \n\ ++ ' `(_______)/\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` _ ' ___ \n\ ++ - (_) -__( )\n\ ++ ' ` (_______/\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` _ ' ___ \n\ ++ - (_) - __( ) \n\ ++ ' ` (______/\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` _ ' ___ \n\ ++ - (_) - __( ) \n\ ++ ' ` (_____/\\) \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` _ ' ___ \n\ ++ - (_) - __( ) \n\ ++ ' ` (____/\\_) \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` _ ' ___ \n\ ++ - (_) - __( ) \n\ ++ ' ` (___/\\__) \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` _ ' ___ \n\ ++ - (_) - __( ) \n\ ++ ' ` (__/\\___) \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ` _ ' ___ \n\ ++ - (_) - __( ) \n\ ++ ' ` (_/\\____) \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ___ \n\ ++ ` _ ' __( ) \n\ ++ - (_) - (_/\\____) \n\ ++ ' ` / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ___ \n\ ++ ` _ ' __( ) \n\ ++ - (_) - (/\\_____ \n\ ++ ' ` / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ ___ \n\ ++ __( \n\ ++ ` _ ' /\\_____ \n\ ++ - (_) - / \\/\\ \n\ ++ ' ` /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ __ \n\ ++ __( \n\ ++ ` _ ' /\\_____ \n\ ++ - (_) - / \\/\\ \n\ ++ ' ` /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ _ \n\ ++ __( \n\ ++ /\\(____ \n\ ++ ` _ ' / \\/\\ \n\ ++ - (_) - /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ \n\ ++ __( \n\ ++ /\\ (___ \n\ ++ ` _ ' / \\/\\ \n\ ++ - (_) - /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ \n\ ++ __ \n\ ++ /\\ (__ \n\ ++ / \\/\\ \n\ ++ ` _ ' /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ \n\ ++\n\ ++ _ \n\ ++ /\\ (_ \n\ ++ / \\/\\ \n\ ++ ` _ ' /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ \n\ ++ \n\ ++ /\\ ( \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++\n\ ++ \n\ ++ \n\ ++ /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",150},{"\n\ ++\n\ ++ \n\ ++ \n\ ++ /\\ \n\ ++ / \\/\\ \n\ ++ _ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ \n\ ++\n\ ++ \n\ ++ /\\ \n\ ++ _ / \\/\\ \n\ ++ _|_|_ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ \n\ ++\n\ ++ \n\ ++ _ /\\ \n\ ++ _|_|_ / \\/\\ \n\ ++ (o o) /`/ / \\ \n\ ++--------------------------------- \n\ ++",10},{"\n\ ++ \n\ ++\n\ ++ \n\ ++ _ /\\ \n\ ++ _|_|_ / \\/\\ \n\ ++ (o o) /`/ / \\ \n\ ++----ooO--(_)--Ooo---------------- \n\ ++",300},{"\n\ ++ `.________'`__| \n\ ++\n\ ++ \n\ ++ _ /\\ \n\ ++ _|_|_ / \\/\\ \n\ ++ (o o) /`/ / \\ \n\ ++----ooO--(_)--Ooo---------------- \n\ ++",20},{"\n\ ++ ,' |\n\ ++ `.________'`__| \n\ ++\n\ ++ _ /\\ \n\ ++ _|_|_ / \\/\\ \n\ ++ (o o) /`/ / \\ \n\ ++----ooO--(_)--Ooo---------------- \n\ ++",20},{"\n\ ++ ________,' `\n\ ++ ,' |\n\ ++ `.________'`__| \n\ ++ _ /\\ \n\ ++ _|_|_ / \\/\\ \n\ ++ (o o) /`/ / \\ \n\ ++----ooO--(_)--Ooo---------------- \n\ ++",20},{"\n\ ++ | |\n\ ++ ________,' `\n\ ++ ,' |\n\ ++ `.________'`__| /\\ \n\ ++ _|_|_ / \\/\\ \n\ ++ (o o) /`/ / \\ \n\ ++----ooO--(_)--Ooo---------------- \n\ ++",20},{"\n\ ++ | |\n\ ++ | | \n\ ++ ________,' `\n\ ++ ,' | /\\ \n\ ++ `.________'`__| / \\/\\ \n\ ++ (o o) /`/ / \\ \n\ ++----ooO--(_)--Ooo---------------- \n\ ++",20},{"\n\ ++ | |\n\ ++ | |\n\ ++ | |\n\ ++ ________,' ` /\\ \n\ ++ ,' | / \\/\\ \n\ ++ `.________'`__| /`/ / \\ \n\ ++----ooO--(_)--Ooo---------------- \n\ ++",20},{"\n\ ++ | |\n\ ++ | |\n\ ++ | |\n\ ++ | | /\\ \n\ ++ ________,' ` / \\/\\ \n\ ++ ,' | /`/ / \\ \n\ ++---`.________'`__|--------------- \n\ ++",50},{"\n\ ++ | |\n\ ++ | |\n\ ++ | |\n\ ++ ________,' ` /\\ \n\ ++ ,' | / \\/\\ \n\ ++ `.________'`__| /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ | |\n\ ++ | | \n\ ++ ________,' `\n\ ++ ,' | /\\ \n\ ++ `.________'`__| / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ | |\n\ ++ ________,' `\n\ ++ ,' |\n\ ++ `.________'`__| /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ ________,' `\n\ ++ ,' |\n\ ++ `.________'`__| \n\ ++ /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ ,' |\n\ ++ `.________'`__| \n\ ++\n\ ++ /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ `.________'`__| \n\ ++\n\ ++\n\ ++ /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ `.________'`__| \n\ ++\n\ ++\n\ ++ /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ `.________'`__| \n\ ++\n\ ++\n\ ++ /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ `.________'`__| \n\ ++\n\ ++\n\ ++ /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ `.________'`__| \n\ ++\n\ ++\n\ ++ /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ ,' |\n\ ++ `.________'`__| \n\ ++\n\ ++ /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ ________,' `\n\ ++ ,' |\n\ ++ `.________'`__| \n\ ++ /\\ \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ | |\n\ ++ ________,' `\n\ ++ ,' |\n\ ++ `.________'`__| \n\ ++ / \\/\\ \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ | |\n\ ++ | |\n\ ++ ________,' `\n\ ++ ,' |\n\ ++ `.________'`__| \n\ ++ /`/ / \\ \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ | |\n\ ++ | |\n\ ++ | |\n\ ++ ________,' `\n\ ++ ,' |\n\ ++ `.________'`__| \n\ ++--------------------------------- \n\ ++",20},{"\n\ ++ | |\n\ ++ | |\n\ ++ | |\n\ ++ | |\n\ ++ ________,' `\n\ ++ ,' |\n\ ++------------------`.________'`__| \n\ ++",100},{"\n\ ++ | |\n\ ++ | |\n\ ++ | | \n\ ++ | |\n\ ++ ________,' `\n\ ++ ` _ ' ,' |\n\ ++------------------`.________'`__|\n\ ++",40},{"\n\ ++ | |\n\ ++ | |\n\ ++ | | \n\ ++ | |\n\ ++ ` _ ' ________,' `\n\ ++ - (_) - ,' |\n\ ++------------------`.________'`__|\n\ ++",40},{"\n\ ++ | |\n\ ++ | |\n\ ++ | | \n\ ++ ` _ ' | |\n\ ++ - (_) - ________,' `\n\ ++ ' ` ,' |\n\ ++------------------`.________'`__|\n\ ++",40},{"\n\ ++ | |\n\ ++ | |\n\ ++ ` _ ' | | \n\ ++ - (_) - | |\n\ ++ ' ` ________,' `\n\ ++ ,' |\n\ ++------------------`.________'`__|\n\ ++",20},{"\n\ ++ | |\n\ ++ | |\n\ ++ ` _ ' | |\n\ ++ - (_) - ________,' `\n\ ++ ' ` ,' |\n\ ++ `.________'`__|\n\ ++---------------------------------\n\ ++",20},{"\n\ ++ | |\n\ ++ ` _ ' | |\n\ ++ - (_) - ________,' `\n\ ++ ' ` ,' |\n\ ++ `.________'`__|\n\ ++ \n\ ++---------------------------------\n\ ++",20},{"\n\ ++ | |\n\ ++ ` _ ' ________,' `\n\ ++ - (_) ,' |\n\ ++ ' ` `.________'`__|\n\ ++ \n\ ++ \n\ ++---------------------------------\n\ ++",20},{"\n\ ++ | |\n\ ++ ` _ '________,' `\n\ ++ - (_),' |\n\ ++ ' `.________'`__|\n\ ++ \n\ ++ \n\ ++---------------------------------\n\ ++",20},{"\n\ ++ ` _ ' | |\n\ ++ - (_) -________,' `\n\ ++ ' `,' |\n\ ++ `.________'`__|\n\ ++ \n\ ++ \n\ ++---------------------------------\n\ ++",20},{"\n\ ++- (_) - | |\n\ ++ ' ` ________,' `\n\ ++ ,' |\n\ ++ `.________'`__|\n\ ++ \n\ ++ \n\ ++---------------------------------\n\ ++",20},{"\n\ ++' ` ________,' `\n\ ++ ,' |\n\ ++ `.________'`__|\n\ ++ \n\ ++ \n\ ++ \n\ ++---------------------------------\n\ ++",20},{"\n\ ++ ,' |\n\ ++ `.________'`__|\n\ ++\n\ ++ \n\ ++ \n\ ++ \n\ ++---------------------------------\n\ ++",20},{"\n\ ++ `.________'`__|\n\ ++\n\ ++\n\ ++ \n\ ++ \n\ ++ \n\ ++---------------------------------\n\ ++",20},{"\n\ ++\n\ ++\n\ ++\n\ ++\n\ ++\n\ ++\n\ ++---------------------------------\n\ ++",150},{"\n\ ++\n\ ++\n\ ++\n\ ++\n\ ++\n\ ++---------------------------------\n\ ++",20},{"\n\ ++\n\ ++\n\ ++\n\ ++\n\ ++---------------------------------\n\ ++\n\ ++ Written and Directed by\n\ ++",20},{"\n\ ++\n\ ++\n\ ++\n\ ++---------------------------------\n\ ++\n\ ++ Written and Directed by\n\ ++",20},{"\n\ ++\n\ ++\n\ ++---------------------------------\n\ ++\n\ ++ Written and Directed by\n\ ++\n\ ++ Stephen Fegan\n\ ++",20},{"\n\ ++\n\ ++---------------------------------\n\ ++\n\ ++ Written and Directed by\n\ ++\n\ ++ Stephen Fegan\n\ ++",20},{"\n\ ++---------------------------------\n\ ++\n\ ++ Written and Directed by\n\ ++\n\ ++ Stephen Fegan\n\ ++",20},{"\n\ ++\n\ ++ Written and Directed by\n\ ++\n\ ++ Stephen Fegan\n\ ++\n\ ++\n\ ++ With\n\ ++",20},{"\n\ ++ Written and Directed by\n\ ++\n\ ++ Stephen Fegan\n\ ++\n\ ++\n\ ++ With\n\ ++",20},{"\n\ ++\n\ ++ Stephen Fegan\n\ ++\n\ ++\n\ ++ With\n\ ++\n\ ++ The EFTIWALL fonts\n\ ++",20},{"\n\ ++ Stephen Fegan\n\ ++\n\ ++\n\ ++ With\n\ ++\n\ ++ The EFTIWALL fonts\n\ ++",20},{"\n\ ++\n\ ++\n\ ++ With\n\ ++\n\ ++ The EFTIWALL fonts\n\ ++\n\ ++ by\n\ ++",20},{"\n\ ++\n\ ++ With\n\ ++\n\ ++ The EFTIWALL fonts\n\ ++\n\ ++ by\n\ ++",20},{"\n\ ++ With\n\ ++\n\ ++ The EFTIWALL fonts\n\ ++\n\ ++ by\n\ ++\n\ ++ Michel Eftimakis (c) 1995\n\ ++",20},{"\n\ ++\n\ ++ The EFTIWALL fonts\n\ ++\n\ ++ by\n\ ++\n\ ++ Michel Eftimakis (c) 1995\n\ ++",20},{"\n\ ++ The EFTIWALL fonts\n\ ++\n\ ++ by\n\ ++\n\ ++ Michel Eftimakis (c) 1995\n\ ++",20},{"\n\ ++\n\ ++ by\n\ ++\n\ ++ Michel Eftimakis (c) 1995\n\ ++",20},{"\n\ ++ by\n\ ++\n\ ++ Michel Eftimakis (c) 1995\n\ ++",20},{"\n\ ++\n\ ++ Michel Eftimakis (c) 1995\n\ ++",20},{"\n\ ++ Michel Eftimakis (c) 1995\n\ ++",20},{"\n\ ++\n\ ++",200},{"\n\ ++\n\ ++\n\ ++Oh and eh..\n\ + ",4} + }; + Property changes on: head/shells/flash/files/patch-screens__nc_about.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/flash/files/patch-screens__nc_init.c =================================================================== --- head/shells/flash/files/patch-screens__nc_init.c (nonexistent) +++ head/shells/flash/files/patch-screens__nc_init.c (revision 363330) @@ -0,0 +1,10 @@ +--- screens/nc_init.c.orig Thu Jan 18 01:51:19 2001 ++++ screens/nc_init.c Fri Jan 26 05:28:47 2001 +@@ -34,7 +34,6 @@ + #endif + + #include +-#include + #include + #include + #include Property changes on: head/shells/flash/files/patch-screens__nc_init.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/flash/files/patch-string.h =================================================================== --- head/shells/flash/files/patch-string.h (nonexistent) +++ head/shells/flash/files/patch-string.h (revision 363330) @@ -0,0 +1,10 @@ +--- string.h.orig Thu Jan 18 01:21:24 2001 ++++ string.h Fri Jan 26 05:36:32 2001 +@@ -2,7 +2,6 @@ + # define __STRING_H + + #include +-#include + + #define CR '\n' + #define TAB '\t' Property changes on: head/shells/flash/files/patch-string.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property