]> git.cameronkatri.com Git - apple_cmds.git/blob - patch_cmds/diffstat/testing/case20.pat
atrun: Install LaunchDaemon
[apple_cmds.git] / patch_cmds / diffstat / testing / case20.pat
1 diff -c 'vile-9.3+/README' 'vile-9.3j+/README'
2 Index: ./README
3 Prereq: 1.88
4 *** ./README Tue Jun 25 20:25:57 2002
5 --- ./README Sun Jun 30 16:27:52 2002
6 ***************
7 *** 23,41 ****
8 impatient? just type "./configure; make", and get a cup of coffee, decaf
9 if necessary.
10
11 want X11 support? you'd better look at doc/config.doc, although
12 "./configure --with-screen=x11"; make" may well do what you want.
13
14 want PC support? look for precompiled binaries at the various ftp sites.
15
16 want to build vile on a PC host? refer to the file README.PC .
17
18 ! want VMS support? you'll need to build vile yourself. refer to the
19 ! file README.VMS .
20 !
21 ! if you like vile, and wish to be informed of new releases, let me
22 ! know -- i maintain a mailing list for that purpose. don't worry -- the
23 ! volume won't fill your inbox.
24
25 paul fox, pgf@foxharp.boston.ma.us (original author)
26 kevin buettner, kev@primenet.com
27 --- 23,49 ----
28 impatient? just type "./configure; make", and get a cup of coffee, decaf
29 if necessary.
30
31 + want to know more about configure options? type "./configure --help"
32 + and then read doc/config.doc for further details.
33 +
34 want X11 support? you'd better look at doc/config.doc, although
35 "./configure --with-screen=x11"; make" may well do what you want.
36
37 + want syntax coloring? add "--with-builtin-filters" to your configure
38 + options and then read the topics "Color basics" and "Syntax coloring" in
39 + the file vile.hlp.
40 +
41 want PC support? look for precompiled binaries at the various ftp sites.
42
43 want to build vile on a PC host? refer to the file README.PC .
44
45 ! want VMS support? some precompiled binaries are available at
46 ! ftp://ftp.phred.org/pub/vile. otherwise, you'll need to build vile
47 ! yourself. In either case, refer to the file README.VMS .
48 !
49 ! if you like vile, and wish to be informed of new releases, let me know -- i
50 ! maintain a mailing list for that purpose (scroll down a bit for details).
51 ! don't worry -- the volume won't fill your inbox.
52
53 paul fox, pgf@foxharp.boston.ma.us (original author)
54 kevin buettner, kev@primenet.com
55 ***************
56 *** 628,632 ****
57 + add $prompt variable, to allow changing the command-line prompt.
58
59 -------------------------------
60 ! @Header: /users/tom/src/diffstat/testing/RCS/case20.pat,v 1.1 2003/01/04 18:59:35 tom Exp @
61 -------------------------------
62 --- 636,640 ----
63 + add $prompt variable, to allow changing the command-line prompt.
64
65 -------------------------------
66 ! @Header: /users/tom/src/diffstat/testing/RCS/case20.pat,v 1.1 2003/01/04 18:59:35 tom Exp @
67 -------------------------------
68 diff -c 'vile-9.3+/README.PC' 'vile-9.3j+/README.PC'
69 Index: ./README.PC
70 Prereq: 1.29
71 *** ./README.PC Tue Jun 25 20:25:57 2002
72 --- ./README.PC Sun Jun 30 16:27:52 2002
73 ***************
74 *** 198,208 ****
75 install it in a directory located in your PATH and add the following
76 command-line option:
77
78 ! nmake -f makefile.wnt <OPTIONS_FROM_ABOVE> LEX=flex # or LEX=lex
79
80 take note that flex is a component of cygwin's GNU emulation package
81 and works quite well for this purpose. cygwin can be obtained from
82 ! Redhat at http://sources.redhat.com/cygwin.
83
84 [2] this option requires prior installation of perl. refer to the section
85 entitled "Perl preconditions" below.
86 --- 198,209 ----
87 install it in a directory located in your PATH and add the following
88 command-line option:
89
90 ! nmake -f makefile.wnt <OPTIONS_FROM_ABOVE> FLT=1 LEX=flex # or LEX=lex
91
92 take note that flex is a component of cygwin's GNU emulation package
93 and works quite well for this purpose. cygwin can be obtained from
94 ! Redhat at http://sources.redhat.com/cygwin. the FLT option binds
95 ! all syntax coloring filters into the resultant [win]vile executable.
96
97 [2] this option requires prior installation of perl. refer to the section
98 entitled "Perl preconditions" below.
99 ***************
100 *** 263,267 ****
101 paul fox, pgf@foxharp.boston.ma.us (home)
102
103 ------------------------
104 ! @Header: /users/tom/src/diffstat/testing/RCS/case20.pat,v 1.1 2003/01/04 18:59:35 tom Exp @
105 ------------------------
106 --- 264,268 ----
107 paul fox, pgf@foxharp.boston.ma.us (home)
108
109 ------------------------
110 ! @Header: /users/tom/src/diffstat/testing/RCS/case20.pat,v 1.1 2003/01/04 18:59:35 tom Exp @
111 ------------------------