source: diffs/kdiff3_0.9.97.diff@ 188

Last change on this file since 188 was 145, checked in by Silvan Scherrer, 12 years ago

Qtapps: added more diffs

File size: 3.7 KB
RevLine 
[145]1diff -Naur vendor\0.9.97/readme.os2 trunk/readme.os2
2--- vendor\0.9.97/readme.os2 1970-01-01 01:00:00.000000000 +0100
3+++ trunk/readme.os2 2012-10-23 19:56:36.000000000 +0200
4@@ -0,0 +1,177 @@
5+KDiff3 0.9.97 README 24.10.2012
6+
7+
8+
9+0. CONTENTS OF THIS FILE
10+========================
11+
12+1. INTRODUCTION
13+
14+2. REQUIREMENTS
15+
16+3. INSTALLATION
17+
18+4. LICENSE, COPYRIGHT, DISCLAIMER
19+
20+5. CONTACT
21+
22+6. CREDITS
23+
24+7. SUPPORT AND DONATIONS
25+
26+8. HISTORY
27+
28+
29+1. INTRODUCTION
30+===============
31+
32+Welcome to KDiff3 0.9.97 port for OS/2 and eComStation.
33+KDiff is the popular file comparison and merging tool. See the webpage
34+ http://kdiff3.sourceforge.net/
35+for features and documentation.
36+
37+
38+
39+
40+2. REQUIREMENTS
41+===============
42+
43+* klibc 0.6.5 or later
44+
45+ ftp://ftp.netlabs.org/pub/gcc/libc-0_6_5-csd5.wpi
46+
47+* Qt4 dll
48+
49+ see http://svn.netlabs.org/qt4 for more information whats needed and where to get the latest
50+
51+* Cups
52+
53+ see http://svn.netlabs.org/ecups for more information
54+
55+
56+3. INSTALLATION
57+===============
58+
59+To install KDiff3, do the following:
60+
61+klibc
62+-----
63+
64+ 1. Download klibc 0.6.5 csd5 or later.
65+ 2. Install the package by double-clicking on the WPI file.
66+
67+
68+Qt4 dll
69+-------
70+
71+ 1. Download the zip or rpm and follow the instructions
72+
73+
74+Cups
75+----
76+
77+ 1. Download the latest cups version which is 1.4.8 or better
78+ 2. Install it and be sure to put the cups.dll somewhere to your path
79+
80+
81+KDiff3
82+------
83+
84+ 1. Create a directory for KDiff3.
85+ 2. Extract the KDiff3 package to the new directory.
86+ 3. Create a WPS object for KDiff3.exe.
87+ 4. Start KDiff3
88+ 5. Enjoy the app :)
89+
90+
91+
92+4. LICENSE, COPYRIGHT, DISCLAIMER
93+=================================
94+
95+see COPYING
96+
97+This program is distributed in the hope that it will be useful,
98+but WITHOUT ANY WARRANTY; without even the implied warranty of
99+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
100+
101+
102+
103+5. CONTACT
104+==========
105+
106+if you find a bug, then add a ticket to the trac at http://svn.netlabs.org/qtapps
107+
108+
109+
110+6. CREDITS
111+==========
112+
113+The port was done by:
114+
115+Silvan Scherrer aka _diver
116+
117+Thanks go to:
118+
119+ * Dmitry A. Kuminov
120+ * Paul Smedley (he originally ported KDiff3 using Qt3 and although
121+ this port does not rely on his work at all, I was
122+ happy using it for a long time)
123+ * Peter Weilbacher (he did the original Qt4 port)
124+
125+They either helped me when I had some nasty questions or did some testing for
126+me.
127+
128+
129+7. SUPPORT AND DONATIONS
130+========================
131+
132+KDiff3 is based on volunteer work. If you would like to support further
133+development, you can do so in one of the following ways:
134+
135+
136+ * Donate to the Qt4 project: see qt.netlabs.org for more information
137+
138+ * Contribute to the project: Besides actual development, this also includes
139+ maintaining the documentation and the project web site as well as help
140+ for users.
141+
142+
143+8. HISTORY
144+==========
145+
146+2012-10-24
147+
148+ * updated KDiff3 to 0.9.97
149+
150+2011-09-27
151+
152+ * updated KDiff3 to 0.9.96
153+ * updated Qt4 to 4.7.3
154+ * cups >= 1.4.8 required
155+
156+2010-05-22
157+
158+ * updgraded to Qt 4.6.2
159+ * enabled printing
160+
161+2010-03-01
162+
163+ * added translations dir, so NLV works
164+
165+2010-02-15
166+
167+ * upgraded to Qt4 GA
168+ * enabled DND
169+
170+2009-11-22
171+
172+ * Some improvements to port of version 0.9.95:
173+ * process wildcards on the command line
174+ * fix crashes with divide-by-zero errors in some configurations
175+ * clean up patch
176+ * rebuild against Qt4 beta4 release
177+
178+2009-10-26
179+
180+ * Initial port of version 0.9.95
181+
Note: See TracBrowser for help on using the repository browser.