File: diff

package info (click to toggle)
ts 9902p1-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,252 kB
  • ctags: 1,271
  • sloc: tcl: 5,638; sh: 129; makefile: 40
file content (263 lines) | stat: -rw-r--r-- 8,641 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
--- ts-9812.orig/ts
+++ ts-9812/ts
@@ -1,6 +1,6 @@
-#/bin/sh
+#!/bin/sh
 # Next line starts the Tcl/Tk wish: \
-exec wish $0 $*
+exec wish8.0 $0 $*
 
 if [catch {package require Tk 8}] {
   puts "ts requires Tcl/Tk 8.0 or above."
@@ -10,7 +10,7 @@
 
 #################################################################
 # Set the TS base directory in the following line
-set TS_BASE /usr/local/lib/ts-9812
+set TS_BASE /usr/lib/ts
 # Do you wish debug information
 set params(debug) 0
 ##################################################################
--- ts-9812.orig/debian/README.debian
+++ ts-9812/debian/README.debian
@@ -0,0 +1,6 @@
+ts for DEBIAN
+----------------------
+
+This is ts
+
+Michael Bramer <michael@grisu.weh.rwth-aachen.de>, Thu, 26 Feb 1998 10:41:32 +0100
--- ts-9812.orig/debian/changelog
+++ ts-9812/debian/changelog
@@ -0,0 +1,30 @@
+ts (9812-1) unstable; urgency=low
+
+  * move ts from main/X11 to main/tex
+  * new upstrem version
+
+ -- Michael Bramer <grisu@debian.org>  Thu, 17 Dec 1998 20:42:20 +0100
+
+ts (9804-2) unstable; urgency=low
+
+  * change architecture from all to any (#26506)
+
+ -- Michael Bramer <grisu@debian.org>  Tue,  8 Sep 1998 09:07:30 +0200
+
+ts (9804-1) unstable; urgency=low
+
+  * add the copyright for the html-lib from Stephen Uhler (stephen.uhler@sun.com)
+  * new upstrem version
+
+ -- Michael Bramer <michael@grisu.weh.rwth-aachen.de>  Sun,  3 May 1998 22:32:22 +0200
+
+ts (9802-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Michael Bramer <michael@grisu.weh.rwth-aachen.de>  Thu, 26 Feb 1998 10:41:32 +0100
+
+Local variables:
+mode: debian-changelog
+add-log-mailing-address: "michael@grisu.weh.rwth-aachen.de"
+End:
--- ts-9812.orig/debian/copyright
+++ ts-9812/debian/copyright
@@ -0,0 +1,99 @@
+This package was debianized by Michael Bramer michael@grisu.weh.rwth-aachen.de on
+Thu, 26 Feb 1998 10:41:32 +0100.
+
+It was downloaded from http://www.tu-chemnitz.de/~poenisch/ts/
+
+Copyright:
+------
+  Copyright 1994-1998 Jens Poenisch
+  - html_library: (c) 1995  Sun Microsystems
+  
+  Distribution and modification of this software is restricted
+  by GNU General Public License Version 2 (GPL).
+  
+  If you like this software, please send me a postcard.
+  
+  Jens Pnisch (poenisch@wirtschaft.tu-chemnitz.de)
+  Jens Poenisch, TU Chemnitz, Wirtschaftswissenschaften, 09107 Chemnitz, Germany
+------
+
+The Software is under the GPL :-) but, the html_library is copyright from
+Sun. The file say:
+  # Simple HTML display library by Stephen Uhler (stephen.uhler@sun.com)
+  # Copyright (c) 1995 by Sun Microsystems
+  # Version 0.3 Fri Sep  1 10:47:17 PDT 1995
+  #
+  # See the file "license.terms" for information on usage and redistribution
+  # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+And the File license.terms is NOT in the ts-upstrem-source! I have send a mail
+to Stephen Uhler (stephen.uhler@sun.com) and he wrote:
+ > >>>Michael Bramer said:
+ > >
+ > > --J2SCkAp4GZ/dPZZf
+ > > Content-Type: text/plain; charset=iso-8859-1
+ > > Content-Transfer-Encoding: quoted-printable
+ > >
+ > > # Simple HTML display library by Stephen Uhler (stephen.uhler@sun.com)
+ > > # Copyright (c) 1995 by Sun Microsystems
+ > > # Version 0.3 Fri Sep  1 10:47:17 PDT 1995
+ > > #
+ > > # See the file "license.terms" for information on usage and redistribution
+ > > # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+ > >
+ > > Hello Stephen
+ > >
+ > > I have a program (ts, from Jens Poenisch,poenisch@wirtschaft.tu-chemnitz.de)
+ > > that use your html_library, but not with the File =B4license.terms=B4
+ > > so I can not see, what the copyright from the html_library is.
+ > >
+ > > What is the Copyright from =B4html_library=B4?
+ > >
+ > > Can you send me the license.terms ?
+ > >
+ > > Thanks
+ > >
+ > > Grisu
+ > 
+ > Here it is:
+ > 
+ > 
+ > [-- Attachment #2: license.terms --]
+ > [-- Type: text/plain, Encoding: 7bit, Size: 1.6K --]
+ > 
+ > Sun Microsystems, Inc.  The following terms apply to all files
+ > associated with the software unless explicitly disclaimed in individual
+ > files.
+ > 
+ > The authors hereby grant permission to use, copy, modify, distribute,
+ > and license this software and its documentation for any purpose, provided
+ > that existing copyright notices are retained in all copies and that this
+ > notice is included verbatim in any distributions. No written agreement,
+ > license, or royalty fee is required for any of the authorized uses.
+ > Modifications to this software may be copyrighted by their authors
+ > and need not follow the licensing terms described here, provided that
+ > the new terms are clearly indicated on the first page of each file where
+ > they apply.
+ > 
+ > IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+ > FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ > ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+ > DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+ > POSSIBILITY OF SUCH DAMAGE.
+ > 
+ > THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+ > INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+ > FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
+ > IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+ > NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+ > MODIFICATIONS.
+ > 
+ > RESTRICTED RIGHTS: Use, duplication or disclosure by the government
+ > is subject to the restrictions as set forth in subparagraph (c) (1) (ii)
+ > of the Rights in Technical Data and Computer Software Clause as DFARS
+ > 252.227-7013 and FAR 52.227-19.
+ > 
+--------------------------------------------
+
+So TS is free. :-)
+
+Grisu
--- ts-9812.orig/debian/dirs
+++ ts-9812/debian/dirs
@@ -0,0 +1,6 @@
+usr/doc/ts
+usr/lib/ts/templates
+usr/lib/ts/bitmaps
+usr/lib/ts/help
+usr/bin
+usr/man/man1/
--- ts-9812.orig/debian/menu.ex
+++ ts-9812/debian/menu.ex
@@ -0,0 +1 @@
+X11 Apps/Editors ts none "TeX Shell" /usr/bin/ts
--- ts-9812.orig/debian/control
+++ ts-9812/debian/control
@@ -0,0 +1,17 @@
+Source: ts
+Section: main/tex
+Priority: optional
+Maintainer: Michael Bramer <michael@grisu.weh.rwth-aachen.de>
+Standards-Version: 2.4.0.0
+
+Package: ts
+Architecture: all
+Depends: tk8.0
+Description: Yet another TeXShell for Linux
+ ts is a TeX environment similar to the DOS-TeXShell by
+ Schlegelmilch. That is, you can use their short keys for editing (F3),
+ composing (F6), or showing (F8). The complete list of keys is shown
+ in the online help (press F1).
+ .
+ Menus, Keys, and Warnings are in english, but you can use german or
+ english online help.
--- ts-9812.orig/debian/rules
+++ ts-9812/debian/rules
@@ -0,0 +1,63 @@
+#!/usr/bin/make -f
+# Made with the aid of debmake, by Christoph Lameter,
+# based on the sample debian/rules file for GNU hello by Ian Jackson.
+
+package=ts
+
+build:
+	$(checkdir)
+	
+	#make
+
+	touch build
+
+clean:
+	$(checkdir)
+	-rm -f build
+	#-make clean
+	-rm -f `find . -name "*~"`
+	-rm -rf debian/tmp debian/files* core debian/substvars
+
+binary-indep:	checkroot build
+	$(checkdir)
+# There are no architecture-independent files to be uploaded
+# generated by this package.  If there were any they would be
+# made here.
+
+binary-arch:	checkroot build
+	$(checkdir)
+	-rm -rf debian/tmp
+	install -d debian/tmp
+	cd debian/tmp && install -d `cat ../dirs`
+	#make install DESTDIR=`pwd`/debian/tmp
+	install -c -m 755 ts ts_err `pwd`/debian/tmp/usr/lib/ts
+	install -c -m 644 includes.cfg texshell.cfg `pwd`/debian/tmp/usr/lib/ts
+	install -c -m 644 *.tcl `pwd`/debian/tmp/usr/lib/ts
+	install -c -m 644 bitmaps/* `pwd`/debian/tmp/usr/lib/ts/bitmaps
+	cp -a help/* `pwd`/debian/tmp/usr/lib/ts/help
+	install -c -m 644 templates/* `pwd`/debian/tmp/usr/lib/ts/templates
+	install -c -m 644 ts.1 `pwd`/debian/tmp/usr/man/man1/
+	install -c -m 644 apps.cfg `pwd`/debian/tmp/usr/lib/ts/
+	ln -s ../lib/ts/ts `pwd`/debian/tmp/usr/bin/ts
+	cp CHANGES `pwd`/debian/tmp/usr/doc/ts/changelog
+# Must have debmake installed for this to work. Otherwise please copy
+# /usr/bin/debstd into the debian directory and change debstd to debian/debstd
+	debstd BUGS README.eng README.et README.ger 
+	dpkg-gencontrol
+	chown -R root.root debian/tmp
+	chmod -R go=rX debian/tmp
+	dpkg --build debian/tmp ..
+
+define checkdir
+	test -f debian/rules
+endef
+
+# Below here is fairly generic really
+
+binary:		binary-indep binary-arch
+
+checkroot:
+	$(checkdir)
+	test root = "`whoami`"
+
+.PHONY: binary binary-arch binary-indep clean checkroot