From owner-svn-ports-head@FreeBSD.ORG Tue Jul 29 14:33:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 314B0F4F; Tue, 29 Jul 2014 14:33:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11BC4271F; Tue, 29 Jul 2014 14:33:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6TEXXVn013788; Tue, 29 Jul 2014 14:33:33 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6TEXUoQ013770; Tue, 29 Jul 2014 14:33:30 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201407291433.s6TEXUoQ013770@svn.freebsd.org> From: Adam Weinberger Date: Tue, 29 Jul 2014 14:33:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363330 - in head/shells: es/files flash/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2014 14:33:33 -0000 Author: adamw Date: Tue Jul 29 14:33:30 2014 New Revision: 363330 URL: http://svnweb.freebsd.org/changeset/ports/363330 QAT: https://qat.redports.org/buildarchive/r363330/ Log: Rename shells/ patch-xy patches to reflect the files they modify. Added: head/shells/es/files/patch-input.c - copied unchanged from r363316, head/shells/es/files/patch-ab head/shells/es/files/patch-limits - copied unchanged from r363316, head/shells/es/files/patch-aa head/shells/flash/files/patch-Makefile.in - copied unchanged from r363316, head/shells/flash/files/patch-aa head/shells/flash/files/patch-exec.c - copied unchanged from r363316, head/shells/flash/files/patch-al head/shells/flash/files/patch-module.c - copied unchanged from r363316, head/shells/flash/files/patch-ad head/shells/flash/files/patch-modules__Makefile.in - copied unchanged from r363316, head/shells/flash/files/patch-ak head/shells/flash/files/patch-modules__alarms.c - copied unchanged from r363316, head/shells/flash/files/patch-ah head/shells/flash/files/patch-modules__background.c - copied unchanged from r363316, head/shells/flash/files/patch-ai head/shells/flash/files/patch-modules__countdown.c - copied unchanged from r363316, head/shells/flash/files/patch-aj head/shells/flash/files/patch-screen.h - copied unchanged from r363316, head/shells/flash/files/patch-am head/shells/flash/files/patch-screens__nc_about.c - copied unchanged from r363316, head/shells/flash/files/patch-ab head/shells/flash/files/patch-screens__nc_init.c - copied unchanged from r363316, head/shells/flash/files/patch-an head/shells/flash/files/patch-string.h - copied unchanged from r363316, head/shells/flash/files/patch-ao Deleted: head/shells/es/files/patch-aa head/shells/es/files/patch-ab head/shells/flash/files/patch-aa head/shells/flash/files/patch-ab head/shells/flash/files/patch-ad head/shells/flash/files/patch-ah head/shells/flash/files/patch-ai head/shells/flash/files/patch-aj head/shells/flash/files/patch-ak head/shells/flash/files/patch-al head/shells/flash/files/patch-am head/shells/flash/files/patch-an head/shells/flash/files/patch-ao Copied: head/shells/es/files/patch-input.c (from r363316, head/shells/es/files/patch-ab) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/es/files/patch-input.c Tue Jul 29 14:33:30 2014 (r363330, copy of r363316, head/shells/es/files/patch-ab) @@ -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 ---- + Copied: head/shells/es/files/patch-limits (from r363316, head/shells/es/files/patch-aa) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/es/files/patch-limits Tue Jul 29 14:33:30 2014 (r363330, copy of r363316, head/shells/es/files/patch-aa) @@ -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 "exec.h" + #include "misc.h" Copied: head/shells/flash/files/patch-module.c (from r363316, head/shells/flash/files/patch-ad) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/flash/files/patch-module.c Tue Jul 29 14:33:30 2014 (r363330, copy of r363316, head/shells/flash/files/patch-ad) @@ -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 Copied: head/shells/flash/files/patch-modules__Makefile.in (from r363316, head/shells/flash/files/patch-ak) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/flash/files/patch-modules__Makefile.in Tue Jul 29 14:33:30 2014 (r363330, copy of r363316, head/shells/flash/files/patch-ak) @@ -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 + Copied: head/shells/flash/files/patch-modules__alarms.c (from r363316, head/shells/flash/files/patch-ah) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/flash/files/patch-modules__alarms.c Tue Jul 29 14:33:30 2014 (r363330, copy of r363316, head/shells/flash/files/patch-ah) @@ -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 Copied: head/shells/flash/files/patch-modules__background.c (from r363316, head/shells/flash/files/patch-ai) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/flash/files/patch-modules__background.c Tue Jul 29 14:33:30 2014 (r363330, copy of r363316, head/shells/flash/files/patch-ai) @@ -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 Copied: head/shells/flash/files/patch-modules__countdown.c (from r363316, head/shells/flash/files/patch-aj) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/flash/files/patch-modules__countdown.c Tue Jul 29 14:33:30 2014 (r363330, copy of r363316, head/shells/flash/files/patch-aj) @@ -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 Copied: head/shells/flash/files/patch-screen.h (from r363316, head/shells/flash/files/patch-am) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/flash/files/patch-screen.h Tue Jul 29 14:33:30 2014 (r363330, copy of r363316, head/shells/flash/files/patch-am) @@ -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(); Copied: head/shells/flash/files/patch-screens__nc_about.c (from r363316, head/shells/flash/files/patch-ab) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/flash/files/patch-screens__nc_about.c Tue Jul 29 14:33:30 2014 (r363330, copy of r363316, head/shells/flash/files/patch-ab) @@ -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 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***