svn commit: r363330 - in head/shells: es/files flash/files
Adam Weinberger
adamw at FreeBSD.org
Tue Jul 29 14:33:33 UTC 2014
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 <<EOF
+! #define LIMIT_T $es_cv_rlimit_t
+ EOF
+
+
+--- 2344,2350 ----
+
+
+ cat >> confdefs.h <<EOF
+! #define LIMIT_T u_quad_t
+ EOF
+
+
Copied: head/shells/flash/files/patch-Makefile.in (from r363316, head/shells/flash/files/patch-aa)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/shells/flash/files/patch-Makefile.in Tue Jul 29 14:33:30 2014 (r363330, copy of r363316, head/shells/flash/files/patch-aa)
@@ -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
+
Copied: head/shells/flash/files/patch-exec.c (from r363316, head/shells/flash/files/patch-al)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/shells/flash/files/patch-exec.c Tue Jul 29 14:33:30 2014 (r363330, copy of r363316, head/shells/flash/files/patch-al)
@@ -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 <ctype.h>
+ #include <time.h>
+ #include <errno.h>
+-#include <wchar.h>
+
+ #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<stdlib.h>
+ #include<pwd.h>
+ #include<sys/types.h>
+-#include<sys/resource.h>
+ #include<sys/wait.h>
+ #include<sys/stat.h>
+ #include<fcntl.h>
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 <ncurses/ncurses.h>
++#include <ncurses/term.h>
++#else
+ #include <curses.h>
+ #include <term.h>
++#endif
+
+ #include <stdlib.h>
+ #include <stdio.h>
+-#include <wchar.h>
+ #include <unistd.h>
+ #include <termios.h>
+ #include <syslog.h>
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 <ncurses/ncurses.h>
++#include <ncurses/term.h>
++#else
+ #include <curses.h>
+ #include <term.h>
++#endif
+
+ #include <stdlib.h>
+ #include <stdio.h>
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 <ncurses/ncurses.h>
++#include <ncurses/term.h>
++#else
+ #include <curses.h>
+ #include <term.h>
++#endif
+
+ #include <stdlib.h>
+ #include <stdio.h>
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 <wchar.h>
+ #include <stdio.h>
+
+ 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 ***
More information about the svn-ports-head
mailing list