View | Details | Raw Unified | Return to bug 190667 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-25 / +22 lines)
Lines 18-59 Link Here
18
USES=		perl5
18
USES=		perl5
19
POD2MAN=	pod2man
19
POD2MAN=	pod2man
20
20
21
MAN1=		bbbike.1
21
MYDESTDIR=	${STAGEDIR}${PREFIX}/BBBike
22
22
23
MYDESTDIR=	${PREFIX}/BBBike
23
.include <bsd.port.pre.mk>
24
24
25
LOCAL_PERL_ARCH=	${PERL_ARCH}
25
LOCAL_PERL_ARCH!=	${PERL5} -MConfig -e '$$x = qq{$$Config{version}/$$Config{archname}}; $$x =~ s{/}{\\\\/}g; print $$x'
26
PLIST_SUB=		LOCAL_PERL_ARCH=${LOCAL_PERL_ARCH}
26
PLIST_SUB=		LOCAL_PERL_ARCH=${LOCAL_PERL_ARCH}
27
BBBIKE_PERL_EXE=	bbbike cbbbike bbbikeclient cmdbbbike smsbbbike
27
28
28
NO_STAGE=	yes
29
do-build:
29
do-build:
30
	cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} all install
30
	cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} all install
31
	cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} clean
31
	cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} clean
32
	${FIND} ${WRKSRC}/lib -name "*.so" | ${XARGS} ${CHMOD} u+w
33
	${FIND} ${WRKSRC}/lib -name "*.so" | ${XARGS} ${STRIP_CMD}
34
	${FIND} ${WRKSRC}/lib -name "*.so" | ${XARGS} ${CHMOD} u-w
32
	cd ${WRKSRC}; ${POD2MAN} --lax bbbike.pod > bbbike.1
35
	cd ${WRKSRC}; ${POD2MAN} --lax bbbike.pod > bbbike.1
33
	${MV} ${WRKSRC}/bbbike ${WRKSRC}/bbbike.tmp
36
.for f in ${BBBIKE_PERL_EXE}
34
	${ECHO_CMD} "#! ${PERL}" > ${WRKSRC}/bbbike
37
	${MV} ${WRKSRC}/$f ${WRKSRC}/$f.tmp
35
	${CAT} ${WRKSRC}/bbbike.tmp >> ${WRKSRC}/bbbike
38
	${ECHO_CMD} "#! ${PERL}" > ${WRKSRC}/$f
36
	${RM} -f ${WRKSRC}/bbbike.tmp
39
	${CAT} ${WRKSRC}/$f.tmp >> ${WRKSRC}/$f
37
	${CHMOD} 0755 ${WRKSRC}/bbbike
40
	${RM} -f ${WRKSRC}/$f.tmp
38
41
	${CHMOD} 0755 ${WRKSRC}/$f
39
BBBIKEEXE=	bbbike cbbbike bbbikeclient cmdbbbike smsbbbike
42
.endfor
40
PLIST_IN=	${PKGDIR}/pkg-plist.in
41
PLIST=		${WRKDIR}/pkg-plist
42
43
pre-install:
44
	LOCAL_PERL_ARCH=`${PERL5} -MConfig -e '$$x = qq{$$Config{version}/$$Config{archname}}; $$x =~ s{/}{\\\\/}g; print $$x'`; \
45
	${SED} -e "s/%%LOCAL_PERL_ARCH%%/$$LOCAL_PERL_ARCH/g" < ${PLIST_IN} > ${PLIST}
46
43
47
do-install:
44
do-install:
48
	-${RM} -rf ${MYDESTDIR}
45
	-${RM} -rf ${MYDESTDIR}
49
	${INSTALL_MAN} ${WRKSRC}/bbbike.1 ${PREFIX}/man/man1
46
	${INSTALL_MAN} ${WRKSRC}/bbbike.1 ${STAGEDIR}${PREFIX}/man/man1
50
	${CP} -r ${WRKSRC} ${MYDESTDIR}
47
	${FIND} ${WRKSRC} | ${XARGS} ${CHMOD} ugo+r
48
	${FIND} ${WRKSRC} -perm -u=x | ${XARGS} ${CHMOD} go+x
49
	${CP} -rp ${WRKSRC} ${MYDESTDIR}
51
	${RM} -f ${MYDESTDIR}/bbbike.1
50
	${RM} -f ${MYDESTDIR}/bbbike.1
52
	${FIND} ${MYDESTDIR} | ${XARGS} ${CHMOD} ugo+r
51
.for f in ${BBBIKE_PERL_EXE}
53
	${FIND} ${MYDESTDIR} -perm -u=x | ${XARGS} ${CHMOD} go+x
52
	-${RM} -f ${STAGEDIR}${PREFIX}/bin/$f
54
.for f in ${BBBIKEEXE}
53
	${LN} -s  ../BBBike/$f ${STAGEDIR}${PREFIX}/bin/$f
55
	-${RM} -f ${PREFIX}/bin/$f
56
	${LN} -s  ${MYDESTDIR}/$f ${PREFIX}/bin/$f
57
.endfor
54
.endfor
58
55
59
.include <bsd.port.mk>
56
.include <bsd.port.post.mk>
(-)./pkg-plist (+1176 lines)
Line 0 Link Here
1
BBBike/Ampelschaltung.pm
2
BBBike/BBBikeAdvanced.pm
3
BBBike/BBBikeAlarm.pm
4
BBBike/BBBikeApacheSessionCounted.pm
5
BBBike/BBBikeApacheSessionCountedHandler.pm
6
BBBike/BBBikeCGIAPI.pm
7
BBBike/BBBikeCGICache.pm
8
BBBike/BBBikeCGIUtil.pm
9
BBBike/BBBikeCalc.pm
10
BBBike/BBBikeCrosshairs.pm
11
BBBike/BBBikeDataDownloadCompat.pm
12
BBBike/BBBikeDebug.pm
13
BBBike/BBBikeDraw.pm
14
BBBike/BBBikeDraw/BBBikeGoogleMaps.pm
15
BBBike/BBBikeDraw/GD.pm
16
BBBike/BBBikeDraw/GDHeavy.pm
17
BBBike/BBBikeDraw/GoogleMapsStatic.pm
18
BBBike/BBBikeDraw/ImageMagick.pm
19
BBBike/BBBikeDraw/Imager.pm
20
BBBike/BBBikeDraw/MapServer.pm
21
BBBike/BBBikeDraw/PDF.pm
22
BBBike/BBBikeDraw/PDFCairo.pm
23
BBBike/BBBikeDraw/PDFUtil.pm
24
BBBike/BBBikeDraw/SVG.pm
25
BBBike/BBBikeESRI.pm
26
BBBike/BBBikeEdit.pm
27
BBBike/BBBikeEditUtil.pm
28
BBBike/BBBikeGPS.pm
29
BBBike/BBBikeGeoJSON.pm
30
BBBike/BBBikeGlobalVars.pm
31
BBBike/BBBikeHeavy.pm
32
BBBike/BBBikeImportWizard.pm
33
BBBike/BBBikeLaTeX.pm
34
BBBike/BBBikeLazy.pm
35
BBBike/BBBikeMail.pm
36
BBBike/BBBikeMapserver.pm
37
BBBike/BBBikeMenubar.pm
38
BBBike/BBBikePalm.pm
39
BBBike/BBBikePersonal.pm
40
BBBike/BBBikePlugin.pm
41
BBBike/BBBikePluginLister.pm
42
BBBike/BBBikePrint.pm
43
BBBike/BBBikeProcUtil.pm
44
BBBike/BBBikeProfil.pm
45
BBBike/BBBikeRouting.pm
46
BBBike/BBBikeRouting.pod
47
BBBike/BBBikeScribble.pm
48
BBBike/BBBikeServer.pm
49
BBBike/BBBikeStats.pm
50
BBBike/BBBikeTkUtil.pm
51
BBBike/BBBikeTrans.pm
52
BBBike/BBBikeUnicodeUtil.pm
53
BBBike/BBBikeUtil.pm
54
BBBike/BBBikeVar.pm
55
BBBike/BBBikeVia.pm
56
BBBike/BBBikeWeather.pm
57
BBBike/Bundle/BBBike.pm
58
BBBike/Bundle/BBBike_small.pm
59
BBBike/CHANGES
60
BBBike/COPYING
61
BBBike/ESRI/Makefile.PL
62
BBBike/ESRI/Shapefile.pm
63
BBBike/ESRI/Shapefile/DBase.pm
64
BBBike/ESRI/Shapefile/Index.pm
65
BBBike/ESRI/Shapefile/Main.pm
66
BBBike/ESRI/Shapefile/Projection.pm
67
BBBike/ESRI/TODO
68
BBBike/ESRI/esri2bbd.pl
69
BBBike/ESRI/t/shapefile.t
70
BBBike/FURadar.pm
71
BBBike/GIS/Globe.pm
72
BBBike/GIS/NSD.pm
73
BBBike/GIS/globe_to_bbd.pl
74
BBBike/GPS.pm
75
BBBike/GPS/DirectGarmin.pm
76
BBBike/GPS/G7toWin_2.pm
77
BBBike/GPS/G7toWin_ASCII.pm
78
BBBike/GPS/GPX.pm
79
BBBike/GPS/Gardown.pm
80
BBBike/GPS/Gpsbabel.pm
81
BBBike/GPS/GpsmanConn.pm
82
BBBike/GPS/GpsmanData.pm
83
BBBike/GPS/GpsmanData/Analyzer.pm
84
BBBike/GPS/GpsmanData/Any.pm
85
BBBike/GPS/GpsmanData/DirectEdit.pm
86
BBBike/GPS/GpsmanData/GarminGPX.pm
87
BBBike/GPS/GpsmanData/SportsTracker.pm
88
BBBike/GPS/GpsmanData/Stats.pm
89
BBBike/GPS/GpsmanData/Strassen.pm
90
BBBike/GPS/GpsmanData/Tk.pm
91
BBBike/GPS/KML.pm
92
BBBike/GPS/MPS.pm
93
BBBike/GPS/MyNMEA.pm
94
BBBike/GPS/Ovl.pm
95
BBBike/GPS/SerialStty.pm
96
BBBike/GPS/Util.pm
97
BBBike/GPS/WaypointPlus.pm
98
BBBike/Geography.pm
99
BBBike/Geography/Base.pm
100
BBBike/Geography/Berlin_DE.pm
101
BBBike/Geography/Brandenburg_DE.pm
102
BBBike/Geography/FromMeta.pm
103
BBBike/Geography/Muenchen_DE.pm
104
BBBike/Geography/Oranienburg_DE.pm
105
BBBike/Geography/Zuerich_CH.pm
106
BBBike/GfxConvert.pm
107
BBBike/Hooks.pm
108
BBBike/HouseNumbers.pm
109
BBBike/Karte.pm
110
BBBike/Karte/Berlinmap1996.pm
111
BBBike/Karte/Berlinmap1997.pm
112
BBBike/Karte/Berlinmap1998.pm
113
BBBike/Karte/Berlinmap1999.pm
114
BBBike/Karte/Berlinmap2000.pm
115
BBBike/Karte/Berlinmap2001.pm
116
BBBike/Karte/Berlinmap2002.pm
117
BBBike/Karte/Berlinmap2003.pm
118
BBBike/Karte/Berlinmap2004.pm
119
BBBike/Karte/Cityinfo.pm
120
BBBike/Karte/Deinplan.pm
121
BBBike/Karte/Demap2002.pm
122
BBBike/Karte/ETRS89.pm
123
BBBike/Karte/FURadar.pm
124
BBBike/Karte/FURadar2.pm
125
BBBike/Karte/FURadar3.pm
126
BBBike/Karte/GDF.pm
127
BBBike/Karte/GIS.pm
128
BBBike/Karte/GISmap.pm
129
BBBike/Karte/GPS.pm
130
BBBike/Karte/Nbrbmap2004.pm
131
BBBike/Karte/PilotPl.pm
132
BBBike/Karte/PilotPl12.pm
133
BBBike/Karte/Polar.pm
134
BBBike/Karte/Potsdammap2002.pm
135
BBBike/Karte/Satmap.pm
136
BBBike/Karte/SatmapGIF.pm
137
BBBike/Karte/Soldner_alt.pm
138
BBBike/Karte/Standard.pm
139
BBBike/Karte/T2001.pm
140
BBBike/Karte/T99.pm
141
BBBike/Karte/Tk50.pm
142
BBBike/Karte/UTM.pm
143
BBBike/MANIFEST
144
BBBike/MANIFEST.SKIP
145
BBBike/Makefile.PL
146
BBBike/MasterPunkte.pm
147
BBBike/MasterStrassen.pm
148
BBBike/PLZ.pm
149
BBBike/PLZ/Levenshtein.pm
150
BBBike/PLZ/Multi.pm
151
BBBike/PointEdit.pm
152
BBBike/README
153
BBBike/README.english
154
BBBike/Radwege.pm
155
BBBike/Route.pm
156
BBBike/Route/Descr.pm
157
BBBike/Route/Heavy.pm
158
BBBike/Route/PDF.pm
159
BBBike/Route/PDF/Cairo.pm
160
BBBike/Route/Simplify.pm
161
BBBike/Salesman.pm
162
BBBike/Strassen.pm
163
BBBike/Strassen/Build.pm
164
BBBike/Strassen/CDB.pm
165
BBBike/Strassen/Cat.pm
166
BBBike/Strassen/Combine.pm
167
BBBike/Strassen/Core.pm
168
BBBike/Strassen/CoreHeavy.pm
169
BBBike/Strassen/DB_File.pm
170
BBBike/Strassen/DB_File_Btree.pm
171
BBBike/Strassen/Dataset.pm
172
BBBike/Strassen/E00.pm
173
BBBike/Strassen/ESRI.pm
174
BBBike/Strassen/Edit.pm
175
BBBike/Strassen/Ext.pm
176
BBBike/Strassen/Fast.pm
177
BBBike/Strassen/FromRoute.pm
178
BBBike/Strassen/GPX.pm
179
BBBike/Strassen/Gardown.pm
180
BBBike/Strassen/Generated.pm
181
BBBike/Strassen/Generated_src.pm
182
BBBike/Strassen/Gpsman.pm
183
BBBike/Strassen/Heavy.pm
184
BBBike/Strassen/Index.pm
185
BBBike/Strassen/KML.pm
186
BBBike/Strassen/Kreuzungen.pm
187
BBBike/Strassen/Lazy.pm
188
BBBike/Strassen/MapInfo.pm
189
BBBike/Strassen/MultiBezStr.pm
190
BBBike/Strassen/MultiStrassen.pm
191
BBBike/Strassen/Obsolete.pm
192
BBBike/Strassen/Pg.pm
193
BBBike/Strassen/SimpleSearch.pm
194
BBBike/Strassen/Stat.pm
195
BBBike/Strassen/Storable.pm
196
BBBike/Strassen/Strasse.pm
197
BBBike/Strassen/StrassenNetz.pm
198
BBBike/Strassen/StrassenNetzHeavy.pm
199
BBBike/Strassen/Tie.pm
200
BBBike/Strassen/Util.pm
201
BBBike/Strassen/WaypointPlus.pm
202
BBBike/Telefonbuch.pm
203
BBBike/Telefonbuch2001.pm
204
BBBike/Telefonbuch98.pm
205
BBBike/Telefonbuch99.pm
206
BBBike/TelefonbuchAny.pm
207
BBBike/Update.pm
208
BBBike/Way.pm
209
BBBike/Way/Metric.pm
210
BBBike/Wizards.pm
211
BBBike/bbbike
212
bin/bbbike
213
BBBike/bbbike-activeperl.bat
214
BBBike/bbbike-fast.bat
215
BBBike/bbbike.bat
216
BBBike/bbbike.pod
217
BBBike/bbbikeapplet
218
BBBike/bbbikeclient
219
bin/bbbikeclient
220
BBBike/cbbbike
221
bin/cbbbike
222
BBBike/cbbbike.bat
223
BBBike/cgi/README
224
BBBike/cgi/bbbike-data.cgi
225
BBBike/cgi/bbbike-snapshot.cgi
226
BBBike/cgi/bbbike-teaser.pl
227
BBBike/cgi/bbbike-test.cgi.config
228
BBBike/cgi/bbbike.cgi
229
BBBike/cgi/bbbike.psgi
230
BBBike/cgi/bbbikegooglemap.cgi
231
BBBike/cgi/bbbikeleaflet.cgi
232
BBBike/cgi/berlinmap.cgi
233
BBBike/cgi/configure-bbbike.cgi
234
BBBike/cgi/httpd.conf.st
235
BBBike/cgi/httpd.conf.tpl
236
BBBike/cgi/httpi
237
BBBike/cgi/mapserver_address.cgi
238
BBBike/cgi/mapserver_comment.cgi
239
BBBike/cgi/mapserver_setcoord.cgi
240
BBBike/cgi/mksymlinks
241
BBBike/cgi/msg/en
242
BBBike/cgi/redirect-bbbike.cgi
243
BBBike/cgi/runbbbikecgi
244
BBBike/cgi/tinyhttpd
245
BBBike/cgi/tinyhttpd.config
246
BBBike/cgi/wapbbbike.cgi
247
BBBike/cmdbbbike
248
bin/cmdbbbike
249
BBBike/data/.modified
250
BBBike/data/Berlin.coords.data
251
BBBike/data/Potsdam.coords.data
252
BBBike/data/README
253
BBBike/data/ampeln
254
BBBike/data/ampelschaltung
255
BBBike/data/berlin
256
BBBike/data/berlin_ortsteile
257
BBBike/data/brunnels
258
BBBike/data/comments_cyclepath
259
BBBike/data/comments_ferry
260
BBBike/data/comments_kfzverkehr
261
BBBike/data/comments_misc
262
BBBike/data/comments_mount
263
BBBike/data/comments_path
264
BBBike/data/comments_route
265
BBBike/data/comments_scenic
266
BBBike/data/comments_tram
267
BBBike/data/deutschland
268
BBBike/data/faehren
269
BBBike/data/flaechen
270
BBBike/data/fragezeichen
271
BBBike/data/gesperrt
272
BBBike/data/gesperrt_car
273
BBBike/data/gesperrt_r
274
BBBike/data/gesperrt_s
275
BBBike/data/gesperrt_u
276
BBBike/data/green
277
BBBike/data/grenzuebergaenge
278
BBBike/data/handicap_l
279
BBBike/data/handicap_s
280
BBBike/data/hoehe
281
BBBike/data/housenumbers
282
BBBike/data/inaccessible_landstrassen
283
BBBike/data/inaccessible_strassen
284
BBBike/data/innerberliner_grenze
285
BBBike/data/kneipen
286
BBBike/data/landstrassen
287
BBBike/data/landstrassen2
288
BBBike/data/mount
289
BBBike/data/multi_bez_str
290
BBBike/data/nolighting
291
BBBike/data/obst
292
BBBike/data/orte
293
BBBike/data/orte2
294
BBBike/data/orte_city
295
BBBike/data/ortsschilder
296
BBBike/data/plaetze
297
BBBike/data/plz
298
BBBike/data/potsdam
299
BBBike/data/qualitaet_l
300
BBBike/data/qualitaet_s
301
BBBike/data/radwege
302
BBBike/data/radwege_exact
303
BBBike/data/rbahn
304
BBBike/data/rbahnhof
305
BBBike/data/sbahn
306
BBBike/data/sbahnhof
307
BBBike/data/sbahnhof_bg
308
BBBike/data/sehenswuerdigkeit
309
BBBike/data/sehenswuerdigkeit_img/berliner_dom.gif
310
BBBike/data/sehenswuerdigkeit_img/bodemuseum.png
311
BBBike/data/sehenswuerdigkeit_img/bodemuseum_klein.gif
312
BBBike/data/sehenswuerdigkeit_img/bodemuseum_klein.png
313
BBBike/data/sehenswuerdigkeit_img/brandenburger_tor.gif
314
BBBike/data/sehenswuerdigkeit_img/chinesisches_haus.gif
315
BBBike/data/sehenswuerdigkeit_img/chinesisches_haus.png
316
BBBike/data/sehenswuerdigkeit_img/einsteinturm.gif
317
BBBike/data/sehenswuerdigkeit_img/fernsehturm.gif
318
BBBike/data/sehenswuerdigkeit_img/fernsehturm.png
319
BBBike/data/sehenswuerdigkeit_img/fernsehturm_klein.gif
320
BBBike/data/sehenswuerdigkeit_img/franzoesischer_dom.gif
321
BBBike/data/sehenswuerdigkeit_img/franzoesischer_dom.png
322
BBBike/data/sehenswuerdigkeit_img/friedrichswerdersche_kirche.png
323
BBBike/data/sehenswuerdigkeit_img/friedrichswerdersche_kirche_klein.gif
324
BBBike/data/sehenswuerdigkeit_img/friedrichswerdersche_kirche_klein.png
325
BBBike/data/sehenswuerdigkeit_img/funkturm.gif
326
BBBike/data/sehenswuerdigkeit_img/gedaechtniskirche.gif
327
BBBike/data/sehenswuerdigkeit_img/hamburger_bahnhof.png
328
BBBike/data/sehenswuerdigkeit_img/heilandskirche_sacrow.gif
329
BBBike/data/sehenswuerdigkeit_img/heilandskirche_sacrow.png
330
BBBike/data/sehenswuerdigkeit_img/hubbruecke_karnin.gif
331
BBBike/data/sehenswuerdigkeit_img/hubbruecke_karnin.png
332
BBBike/data/sehenswuerdigkeit_img/luftbrueckendenkmal.gif
333
BBBike/data/sehenswuerdigkeit_img/oberbaumbruecke.gif
334
BBBike/data/sehenswuerdigkeit_img/oberbaumcity.gif
335
BBBike/data/sehenswuerdigkeit_img/orangerie_potsdam.png
336
BBBike/data/sehenswuerdigkeit_img/rathaus_koepenick.png
337
BBBike/data/sehenswuerdigkeit_img/reichstag.gif
338
BBBike/data/sehenswuerdigkeit_img/ruinenberg.png
339
BBBike/data/sehenswuerdigkeit_img/sanssouci.gif
340
BBBike/data/sehenswuerdigkeit_img/sanssouci.png
341
BBBike/data/sehenswuerdigkeit_img/schloss_pfaueninsel.gif
342
BBBike/data/sehenswuerdigkeit_img/schloss_pfaueninsel.png
343
BBBike/data/sehenswuerdigkeit_img/schultheiss.gif
344
BBBike/data/sehenswuerdigkeit_img/siegessaeule.gif
345
BBBike/data/sehenswuerdigkeit_img/viktoriaparkdenkmal.gif
346
BBBike/data/sehenswuerdigkeit_img/wasserturm_jungfernheide.gif
347
BBBike/data/sehenswuerdigkeit_img/wasserturm_ostkreuz.gif
348
BBBike/data/sehenswuerdigkeit_img/wasserturm_ostkreuz.png
349
BBBike/data/strassen
350
BBBike/data/strassen_bab
351
BBBike/data/temp_blockings/bbbike-temp-blockings-optimized.pl
352
BBBike/data/ubahn
353
BBBike/data/ubahnhof
354
BBBike/data/ubahnhof_bg
355
BBBike/data/umsteigebhf
356
BBBike/data/upgrade_scope_hint
357
BBBike/data/vorfahrt
358
BBBike/data/wasserstrassen
359
BBBike/data/wasserumland
360
BBBike/data/wasserumland2
361
BBBike/doc/HOWTO_edit_bbbike_data.html
362
BBBike/doc/README.english.html
363
BBBike/doc/README.html
364
BBBike/doc/TODO.pod
365
BBBike/doc/authors.pod
366
BBBike/doc/bbbike.html
367
BBBike/doc/bbbike_internals.html
368
BBBike/doc/bbbike_internals.pod
369
BBBike/doc/bbd.html
370
BBBike/doc/bbd.pod
371
BBBike/doc/docbook5.css
372
BBBike/doc/links.pod
373
BBBike/doc/podindex.html
374
BBBike/doc/qualitaetskategorien.html
375
BBBike/doc/tests.pod
376
BBBike/doc/watchsites.org
377
BBBike/ext/BBBikeXS/BBBikeXS.pm
378
BBBike/ext/BBBikeXS/BBBikeXS.xs
379
BBBike/ext/BBBikeXS/MANIFEST
380
BBBike/ext/BBBikeXS/Makefile.PL
381
BBBike/ext/BBBikeXS/README
382
BBBike/ext/BBBikeXS/sqrt.c
383
BBBike/ext/BBBikeXS/sqrt.h
384
BBBike/ext/BBBikeXS/t/base.t
385
BBBike/ext/BBBikeXS/t/leak.t
386
BBBike/ext/BBBikeXS/t/makenet.t
387
BBBike/ext/BBBikeXS/t/miscdata.t
388
BBBike/ext/BBBikeXS/t/prefer_cache.t
389
BBBike/ext/BBBikeXS/t/strecke.t
390
BBBike/ext/BBBikeXS/t/to_koord1.t
391
BBBike/ext/BBBikeXS/t/utf8.t
392
BBBike/ext/BBBikeXS/typemap
393
BBBike/ext/Makefile
394
BBBike/ext/Strassen-Inline/Inline.pm
395
BBBike/ext/Strassen-Inline/InlineDist.pm
396
BBBike/ext/Strassen-Inline/Makefile.PL
397
BBBike/ext/Strassen-Inline/heap.c
398
BBBike/ext/Strassen-Inline/heap.h
399
BBBike/ext/Strassen-Inline/ppport.h
400
BBBike/ext/Strassen-Inline/t/common.pl
401
BBBike/ext/Strassen-Inline/t/db_impl.t
402
BBBike/ext/Strassen-Inline/t/hv_impl.t
403
BBBike/ext/Strassen-Inline2/Inline2.pm
404
BBBike/ext/Strassen-Inline2/Inline2Dist.pm
405
BBBike/ext/Strassen-Inline2/Makefile.PL
406
BBBike/ext/Strassen-Inline2/ppport.h
407
BBBike/ext/Strassen-Inline2/t/common.pl
408
BBBike/ext/Strassen-Inline2/t/db_impl.t
409
BBBike/ext/Strassen-Inline2/t/hv_impl.t
410
BBBike/ext/StrassenNetz-CNetFile/CNetFile.pm
411
BBBike/ext/StrassenNetz-CNetFile/CNetFileDist.pm
412
BBBike/ext/StrassenNetz-CNetFile/CNetFilePerl.pm
413
BBBike/ext/StrassenNetz-CNetFile/Makefile.PL
414
BBBike/ext/StrassenNetz-CNetFile/ppport.h
415
BBBike/ext/StrassenNetz-CNetFile/t/base.t
416
BBBike/ext/VectorUtil-Inline/Inline.pm
417
BBBike/ext/VectorUtil-Inline/Inline.xs
418
BBBike/ext/VectorUtil-Inline/InlineDist.pm
419
BBBike/ext/VectorUtil-Inline/Makefile.PL
420
BBBike/ext/VectorUtil-Inline/t/point_in_poly.t
421
BBBike/ext/VectorUtil-Inline/t/vectorutil.t
422
BBBike/ext/VirtArray/Changes
423
BBBike/ext/VirtArray/MANIFEST
424
BBBike/ext/VirtArray/Makefile.PL
425
BBBike/ext/VirtArray/README
426
BBBike/ext/VirtArray/VirtArray.pm
427
BBBike/ext/VirtArray/VirtArray.xs
428
BBBike/ext/VirtArray/t/basic.t
429
BBBike/ext/VirtArray/typemap
430
BBBike/ext/inline2dist.pl
431
BBBike/gnome/BBBikeDoc.tmpl
432
BBBike/gnome/BBBikeWWW
433
BBBike/gnome/bbbike.keys
434
BBBike/gnome/bbbike.mime
435
BBBike/html/HTTPQuery.js
436
BBBike/html/allstreet.html
437
BBBike/html/bbbike.css
438
BBBike/html/bbbike_result.js
439
BBBike/html/bbbike_sidebar.en.html
440
BBBike/html/bbbike_sidebar.html
441
BBBike/html/bbbike_small.en.html
442
BBBike/html/bbbike_small.html
443
BBBike/html/bbbike_start.js
444
BBBike/html/bbbike_tracks_iphone.html
445
BBBike/html/bbbike_util.js
446
BBBike/html/bbbikeleaflet.css
447
BBBike/html/bbbikeleaflet.html
448
BBBike/html/bbbikeleaflet.js
449
BBBike/html/bbbikepod.css
450
BBBike/html/bbbikeprint.css
451
BBBike/html/empty.html
452
BBBike/html/error404.html
453
BBBike/html/fragezeichenform.html
454
BBBike/html/fragezeichenform.utf8.html
455
BBBike/html/help.html
456
BBBike/html/legende.html
457
BBBike/html/newstreetform.html
458
BBBike/html/newstreetform.tpl.html
459
BBBike/html/newstreetform.utf8.html
460
BBBike/html/opensearch/bbbike-opensearch-de-simple.gif
461
BBBike/html/opensearch/bbbike-opensearch-de-simple.src
462
BBBike/html/opensearch/bbbike-opensearch-de-simple.xml
463
BBBike/html/opensearch/bbbike-opensearch-de.gif
464
BBBike/html/opensearch/bbbike-opensearch-de.src
465
BBBike/html/opensearch/bbbike-opensearch-de.xml
466
BBBike/html/opensearch/bbbike-opensearch-en-simple.gif
467
BBBike/html/opensearch/bbbike-opensearch-en-simple.src
468
BBBike/html/opensearch/bbbike-opensearch-en-simple.xml
469
BBBike/html/opensearch/bbbike-opensearch-en.gif
470
BBBike/html/opensearch/bbbike-opensearch-en.src
471
BBBike/html/opensearch/bbbike-opensearch-en.xml
472
BBBike/html/opensearch/bbbike-opensearch.tpl.src
473
BBBike/html/opensearch/bbbike-opensearch.tpl.xml
474
BBBike/html/opensearch/opensearch.html
475
BBBike/html/opensearch/opensearch.js
476
BBBike/html/pleasewait.html
477
BBBike/html/presse.html
478
BBBike/html/shortfragezeichenform.html
479
BBBike/html/shortfragezeichenform.utf8.html
480
BBBike/html/sprintf.js
481
BBBike/images/PoweredByPerl.gif
482
BBBike/images/abc.gif
483
BBBike/images/abc.xpm
484
BBBike/images/abc_hi.gif
485
BBBike/images/abc_hi.xpm
486
BBBike/images/achtung.gif
487
BBBike/images/achtung.png
488
BBBike/images/achtung.xpm
489
BBBike/images/addnet_ptr.xbm
490
BBBike/images/addnet_ptr_mask.xbm
491
BBBike/images/airport.gif
492
BBBike/images/airport.xpm
493
BBBike/images/ampel.gif
494
BBBike/images/ampel.png
495
BBBike/images/ampel.xpm
496
BBBike/images/ampel_klein.gif
497
BBBike/images/ampel_klein.jpg
498
BBBike/images/ampel_klein.png
499
BBBike/images/ampel_klein.xpm
500
BBBike/images/ampel_klein2.gif
501
BBBike/images/ampel_klein2.jpg
502
BBBike/images/ampel_klein2.png
503
BBBike/images/ampel_klein2.xpm
504
BBBike/images/ampel_klein2_rahmen.gif
505
BBBike/images/ampel_klein2_rahmen.png
506
BBBike/images/ampel_klein2_rahmen.xpm
507
BBBike/images/ampel_klein_grey.xpm
508
BBBike/images/ampelf.gif
509
BBBike/images/ampelf.png
510
BBBike/images/ampelf.xpm
511
BBBike/images/ampelf_klein.gif
512
BBBike/images/ampelf_klein.png
513
BBBike/images/ampelf_klein.xpm
514
BBBike/images/ampelf_klein2.gif
515
BBBike/images/ampelf_klein2.png
516
BBBike/images/ampelf_klein2.xpm
517
BBBike/images/ampelf_klein_noalpha.png
518
BBBike/images/ampelf_noalpha.png
519
BBBike/images/andreaskr.gif
520
BBBike/images/andreaskr.png
521
BBBike/images/andreaskr.xpm
522
BBBike/images/andreaskr_klein.gif
523
BBBike/images/andreaskr_klein.jpg
524
BBBike/images/andreaskr_klein.png
525
BBBike/images/andreaskr_klein.xpm
526
BBBike/images/andreaskr_klein2.gif
527
BBBike/images/andreaskr_klein2.jpg
528
BBBike/images/andreaskr_klein2.png
529
BBBike/images/andreaskr_klein2.xpm
530
BBBike/images/apfel.gif
531
BBBike/images/apfel.png
532
BBBike/images/apfel.xpm
533
BBBike/images/aufzug.gif
534
BBBike/images/aufzug.png
535
BBBike/images/aufzug.xpm
536
BBBike/images/aufzug_klein.gif
537
BBBike/images/aufzug_klein.png
538
BBBike/images/aufzug_klein.xpm
539
BBBike/images/aufzug_klein2.gif
540
BBBike/images/aufzug_klein2.png
541
BBBike/images/aufzug_klein2.xpm
542
BBBike/images/bab_table_16.gif
543
BBBike/images/bab_table_16.png
544
BBBike/images/bab_table_32.gif
545
BBBike/images/bab_table_32.png
546
BBBike/images/bbbike_google.gif
547
BBBike/images/bbbike_google.png
548
BBBike/images/bbbike_google.xpm
549
BBBike/images/bbbike_splash.gif
550
BBBike/images/bbbike_splash.xpm
551
BBBike/images/berlin_overview_small.gif
552
BBBike/images/berlin_overview_small.xpm
553
BBBike/images/berlin_small.gif
554
BBBike/images/berlin_small.xpm
555
BBBike/images/berlin_small_280x240.gif
556
BBBike/images/berlin_small_280x240.png
557
BBBike/images/berlin_small_280x240.xpm
558
BBBike/images/berlin_small_hi.gif
559
BBBike/images/berlin_small_hi.xpm
560
BBBike/images/berlin_small_hi_280x240.gif
561
BBBike/images/berlin_small_hi_280x240.png
562
BBBike/images/berlin_small_hi_280x240.xpm
563
BBBike/images/bg.gif
564
BBBike/images/bg.jpg
565
BBBike/images/bicycle.gif
566
BBBike/images/bicycle.xpm
567
BBBike/images/birne.gif
568
BBBike/images/birne.png
569
BBBike/images/birne.xpm
570
BBBike/images/bluedot.png
571
BBBike/images/bundesstrasse_table_16.gif
572
BBBike/images/bundesstrasse_table_16.png
573
BBBike/images/bundesstrasse_table_32.gif
574
BBBike/images/bundesstrasse_table_32.png
575
BBBike/images/bw_hleft.wbmp
576
BBBike/images/bw_hright.wbmp
577
BBBike/images/bw_left.wbmp
578
BBBike/images/bw_right.wbmp
579
BBBike/images/bw_straight.wbmp
580
BBBike/images/cal.gif
581
BBBike/images/cal.png
582
BBBike/images/cal.xpm
583
BBBike/images/cal_questionmark.png
584
BBBike/images/car.gif
585
BBBike/images/car.png
586
BBBike/images/car.xpm
587
BBBike/images/cemetery_bg.gif
588
BBBike/images/cemetery_bg.png
589
BBBike/images/cemetery_jewish_bg.gif
590
BBBike/images/cemetery_jewish_bg.png
591
BBBike/images/cemetery_muslim_bg.gif
592
BBBike/images/cemetery_muslim_bg.png
593
BBBike/images/cgi_legende.gif
594
BBBike/images/cgi_legende.xpm
595
BBBike/images/church.gif
596
BBBike/images/church.png
597
BBBike/images/church.xpm
598
BBBike/images/click.gif
599
BBBike/images/click.xpm
600
BBBike/images/clock.png
601
BBBike/images/cross.gif
602
BBBike/images/cross.xpm
603
BBBike/images/crosses.xbm
604
BBBike/images/de_flag.png
605
BBBike/images/delete_ovl.gif
606
BBBike/images/delnet_ptr.xbm
607
BBBike/images/delnet_ptr_mask.xbm
608
BBBike/images/dest.gif
609
BBBike/images/dest.png
610
BBBike/images/dest_ptr.xbm
611
BBBike/images/dest_ptr_mask.xbm
612
BBBike/images/droga_krajowa_table_16.gif
613
BBBike/images/droga_krajowa_table_16.png
614
BBBike/images/droga_krajowa_table_32.gif
615
BBBike/images/droga_krajowa_table_32.png
616
BBBike/images/eisenbahn.gif
617
BBBike/images/eisenbahn.png
618
BBBike/images/eisenbahn.xpm
619
BBBike/images/eisenbahn15.png
620
BBBike/images/eisenbahn_klein.gif
621
BBBike/images/eisenbahn_klein.png
622
BBBike/images/eisenbahn_klein.xpm
623
BBBike/images/eisenbahn_mini.gif
624
BBBike/images/eisenbahn_mini.png
625
BBBike/images/eisenbahn_mini.xpm
626
BBBike/images/eisenbahn_stillg.gif
627
BBBike/images/eisenbahn_stillg.png
628
BBBike/images/eisenbahn_stillg.xpm
629
BBBike/images/eisenbahn_stillg_klein.gif
630
BBBike/images/eisenbahn_stillg_klein.png
631
BBBike/images/eisenbahn_stillg_klein.xpm
632
BBBike/images/eisenbahn_stillg_mini.gif
633
BBBike/images/eisenbahn_stillg_mini.png
634
BBBike/images/eisenbahn_stillg_mini.xpm
635
BBBike/images/essen.gif
636
BBBike/images/essen.xpm
637
BBBike/images/essen_klein.gif
638
BBBike/images/essen_klein.xpm
639
BBBike/images/exit.gif
640
BBBike/images/exit.xpm
641
BBBike/images/favicon.ico
642
BBBike/images/ferry.gif
643
BBBike/images/ferry.png
644
BBBike/images/ferry.xpm
645
BBBike/images/ferry_klein.gif
646
BBBike/images/ferry_klein.png
647
BBBike/images/ferry_klein.xpm
648
BBBike/images/ferry_mini.gif
649
BBBike/images/ferry_mini.png
650
BBBike/images/ferry_mini.xpm
651
BBBike/images/flaechen.gif
652
BBBike/images/flaechen.xpm
653
BBBike/images/flag2_bl.gif
654
BBBike/images/flag2_bl.jpg
655
BBBike/images/flag2_bl.png
656
BBBike/images/flag2_bl.wbmp
657
BBBike/images/flag2_bl.xpm
658
BBBike/images/flag2_bl_centered.gif
659
BBBike/images/flag2_bl_centered.png
660
BBBike/images/flag2_bl_centered.xpm
661
BBBike/images/flag2_bl_noalpha.png
662
BBBike/images/flag_shadow.png
663
BBBike/images/flag_via.gif
664
BBBike/images/flag_via.png
665
BBBike/images/flag_via.xpm
666
BBBike/images/flag_via_centered.gif
667
BBBike/images/flag_via_centered.png
668
BBBike/images/flag_via_centered.xpm
669
BBBike/images/flag_ziel.gif
670
BBBike/images/flag_ziel.jpg
671
BBBike/images/flag_ziel.png
672
BBBike/images/flag_ziel.xpm
673
BBBike/images/flag_ziel_centered.gif
674
BBBike/images/flag_ziel_centered.png
675
BBBike/images/flag_ziel_centered.xpm
676
BBBike/images/flag_ziel_noalpha.png
677
BBBike/images/gb_flag.png
678
BBBike/images/gefaelle.gif
679
BBBike/images/gefaelle.png
680
BBBike/images/gefaelle.xpm
681
BBBike/images/glas.gif
682
BBBike/images/glas.xpm
683
BBBike/images/glas_klein.gif
684
BBBike/images/glas_klein.xpm
685
BBBike/images/google.gif
686
BBBike/images/google_streetview.png
687
BBBike/images/grenzuebergang_16.gif
688
BBBike/images/grenzuebergang_16.png
689
BBBike/images/grenzuebergang_32.gif
690
BBBike/images/grenzuebergang_32.png
691
BBBike/images/halfmoons.xbm
692
BBBike/images/haltestelle.gif
693
BBBike/images/haltestelle.xpm
694
BBBike/images/hatched_ring.gif
695
BBBike/images/hatched_ring.png
696
BBBike/images/hatched_ring.xpm
697
BBBike/images/help.gif
698
BBBike/images/help.xpm
699
BBBike/images/hospital.gif
700
BBBike/images/hospital.png
701
BBBike/images/hospital.xpm
702
BBBike/images/info.gif
703
BBBike/images/info.xpm
704
BBBike/images/info_ptr.xbm
705
BBBike/images/info_ptr_mask.xbm
706
BBBike/images/inwork.gif
707
BBBike/images/inwork.xpm
708
BBBike/images/inwork_12.gif
709
BBBike/images/inwork_12.png
710
BBBike/images/inwork_12.xpm
711
BBBike/images/inwork_18.gif
712
BBBike/images/inwork_18.png
713
BBBike/images/inwork_18.xpm
714
BBBike/images/kino_klein.gif
715
BBBike/images/kino_klein.xpm
716
BBBike/images/kirsche.gif
717
BBBike/images/kirsche.png
718
BBBike/images/kirsche.xpm
719
BBBike/images/koord.gif
720
BBBike/images/koord.xpm
721
BBBike/images/kopfstein_klein.gif
722
BBBike/images/kopfstein_klein.xpm
723
BBBike/images/kopfstein_klein_grey.gif
724
BBBike/images/kopfstein_klein_grey.xpm
725
BBBike/images/kreisverkehr.gif
726
BBBike/images/kreisverkehr.png
727
BBBike/images/kreisverkehr.xpm
728
BBBike/images/kreuzung.gif
729
BBBike/images/kreuzung.png
730
BBBike/images/kreuzung.xpm
731
BBBike/images/kreuzung_klein.gif
732
BBBike/images/kreuzung_klein.png
733
BBBike/images/kreuzung_klein.xpm
734
BBBike/images/landstrasse.gif
735
BBBike/images/landstrasse.xpm
736
BBBike/images/legend_blocked.gif
737
BBBike/images/legend_blocked.png
738
BBBike/images/legend_blockedroute.gif
739
BBBike/images/legend_blockedroute.png
740
BBBike/images/legend_carry.gif
741
BBBike/images/legend_carry.png
742
BBBike/images/legend_narrowpassage.gif
743
BBBike/images/legend_narrowpassage.png
744
BBBike/images/legend_oneway.gif
745
BBBike/images/legend_oneway.png
746
BBBike/images/lightning.gif
747
BBBike/images/lightning_cursor.xbm
748
BBBike/images/loading.gif
749
BBBike/images/logo_twitter_withbird_60_allblack.png
750
BBBike/images/map.gif
751
BBBike/images/map.xpm
752
BBBike/images/mapserver_logo.gif
753
BBBike/images/mapserver_logo.png
754
BBBike/images/mapserver_logo.xpm
755
BBBike/images/menupfeil.gif
756
BBBike/images/menupfeil.xpm
757
BBBike/images/minicross.png
758
BBBike/images/monument.gif
759
BBBike/images/monument.png
760
BBBike/images/monument.xpm
761
BBBike/images/mosque.gif
762
BBBike/images/mosque.png
763
BBBike/images/mosque.xpm
764
BBBike/images/movehand.gif
765
BBBike/images/movehand.xpm
766
BBBike/images/movehand_ptr.xbm
767
BBBike/images/movehand_ptr_mask.xbm
768
BBBike/images/moz_grab.gif
769
BBBike/images/museum.gif
770
BBBike/images/museum.png
771
BBBike/images/museum.xpm
772
BBBike/images/newlayer.gif
773
BBBike/images/newlayer.png
774
BBBike/images/newlayer.xpm
775
BBBike/images/night.png
776
BBBike/images/night_klein.png
777
BBBike/images/notrailer.gif
778
BBBike/images/notrailer.png
779
BBBike/images/notrailer.xpm
780
BBBike/images/open.gif
781
BBBike/images/open.xpm
782
BBBike/images/open_ovl.gif
783
BBBike/images/opt.gif
784
BBBike/images/opt.xpm
785
BBBike/images/ort.gif
786
BBBike/images/ort.xpm
787
BBBike/images/pflaume.gif
788
BBBike/images/pflaume.png
789
BBBike/images/pflaume.xpm
790
BBBike/images/printer.gif
791
BBBike/images/printer.png
792
BBBike/images/printer.xpm
793
BBBike/images/printer_narrow.gif
794
BBBike/images/printer_narrow.png
795
BBBike/images/printer_narrow.xpm
796
BBBike/images/ptr.xbm
797
BBBike/images/px_1t.gif
798
BBBike/images/radrouten.gif
799
BBBike/images/rampe.gif
800
BBBike/images/rampe.png
801
BBBike/images/rampe.xpm
802
BBBike/images/rbahn.gif
803
BBBike/images/rbahn.xpm
804
BBBike/images/redcross.gif
805
BBBike/images/redcross.png
806
BBBike/images/redcross.xpm
807
BBBike/images/reddot.gif
808
BBBike/images/reddot.png
809
BBBike/images/rueckweg.gif
810
BBBike/images/rueckweg.xpm
811
BBBike/images/salesman.gif
812
BBBike/images/salesman.xpm
813
BBBike/images/salesman_ptr.xbm
814
BBBike/images/salesman_ptr_mask.xbm
815
BBBike/images/save.gif
816
BBBike/images/save.xpm
817
BBBike/images/sbahn.gif
818
BBBike/images/sbahn.jpg
819
BBBike/images/sbahn.png
820
BBBike/images/sbahn.xpm
821
BBBike/images/sbahn_klein.gif
822
BBBike/images/sbahn_klein.jpg
823
BBBike/images/sbahn_klein.png
824
BBBike/images/sbahn_klein.xpm
825
BBBike/images/sbahn_mini.gif
826
BBBike/images/sbahn_mini.jpg
827
BBBike/images/sbahn_mini.png
828
BBBike/images/sbahn_mini.xpm
829
BBBike/images/search.gif
830
BBBike/images/search.xpm
831
BBBike/images/search_pref.gif
832
BBBike/images/search_pref.xpm
833
BBBike/images/srtbike.gif
834
BBBike/images/srtbike.ico
835
BBBike/images/srtbike.jpg
836
BBBike/images/srtbike.png
837
BBBike/images/srtbike.xbm
838
BBBike/images/srtbike.xpm
839
BBBike/images/srtbike1.ico
840
BBBike/images/srtbike114.png
841
BBBike/images/srtbike16.gif
842
BBBike/images/srtbike16.xpm
843
BBBike/images/srtbike16_mask.xbm
844
BBBike/images/srtbike32.gif
845
BBBike/images/srtbike32.xpm
846
BBBike/images/srtbike32_mask.xbm
847
BBBike/images/srtbike57.png
848
BBBike/images/srtbike72.png
849
BBBike/images/srtbike_mini.xpm
850
BBBike/images/srtbike_solid.gif
851
BBBike/images/srtbike_solid.xpm
852
BBBike/images/srtbike_url.png
853
BBBike/images/srtbike_www.ico
854
BBBike/images/srtbike_www.xpm
855
BBBike/images/star.gif
856
BBBike/images/star.png
857
BBBike/images/star.xpm
858
BBBike/images/stars_of_david.xbm
859
BBBike/images/start.gif
860
BBBike/images/start.png
861
BBBike/images/start.xpm
862
BBBike/images/start_ptr.png
863
BBBike/images/start_ptr.xbm
864
BBBike/images/start_ptr_mask.xbm
865
BBBike/images/steigung.gif
866
BBBike/images/steigung.png
867
BBBike/images/steigung.xpm
868
BBBike/images/stip.xbm
869
BBBike/images/stiplite.xbm
870
BBBike/images/strasse.gif
871
BBBike/images/strasse.xpm
872
BBBike/images/strassenbahn.gif
873
BBBike/images/strassenbahn.png
874
BBBike/images/strassenbahn.xpm
875
BBBike/images/strassenbahn_klein.gif
876
BBBike/images/strassenbahn_klein.png
877
BBBike/images/strassenbahn_klein.xpm
878
BBBike/images/strlist.gif
879
BBBike/images/strlist.xpm
880
BBBike/images/synagogue.gif
881
BBBike/images/synagogue.png
882
BBBike/images/synagogue.xpm
883
BBBike/images/theater.gif
884
BBBike/images/theater.png
885
BBBike/images/theater.xpm
886
BBBike/images/thunder_cursor.xbm
887
BBBike/images/touristinfo.gif
888
BBBike/images/touristinfo.png
889
BBBike/images/touristinfo.xpm
890
BBBike/images/ubahn.gif
891
BBBike/images/ubahn.jpg
892
BBBike/images/ubahn.png
893
BBBike/images/ubahn.xpm
894
BBBike/images/ubahn_klein.gif
895
BBBike/images/ubahn_klein.jpg
896
BBBike/images/ubahn_klein.png
897
BBBike/images/ubahn_klein.xpm
898
BBBike/images/ubahn_mini.gif
899
BBBike/images/ubahn_mini.jpg
900
BBBike/images/ubahn_mini.png
901
BBBike/images/ubahn_mini.xpm
902
BBBike/images/usercross.gif
903
BBBike/images/usercross.png
904
BBBike/images/usercross.xpm
905
BBBike/images/via.gif
906
BBBike/images/via.png
907
BBBike/images/via.xpm
908
BBBike/images/via_add_nb1_ptr.xbm
909
BBBike/images/via_add_nb1_ptr_mask.xbm
910
BBBike/images/via_add_nb2_ptr.xbm
911
BBBike/images/via_add_nb2_ptr_mask.xbm
912
BBBike/images/via_add_ptr.xbm
913
BBBike/images/via_add_ptr_mask.xbm
914
BBBike/images/via_del_ptr.xbm
915
BBBike/images/via_del_ptr_mask.xbm
916
BBBike/images/via_move_2_ptr.xbm
917
BBBike/images/via_move_2_ptr_mask.xbm
918
BBBike/images/via_move_ptr.xbm
919
BBBike/images/via_move_ptr_mask.xbm
920
BBBike/images/viewmag+.gif
921
BBBike/images/viewmag+.xpm
922
BBBike/images/viewmag-.gif
923
BBBike/images/viewmag-.xpm
924
BBBike/images/vorfahrt.gif
925
BBBike/images/vorfahrt.png
926
BBBike/images/vorfahrt.xpm
927
BBBike/images/vorfahrt_klein.gif
928
BBBike/images/vorfahrt_klein.png
929
BBBike/images/vorfahrt_klein.xpm
930
BBBike/images/wasser.gif
931
BBBike/images/wasser.xpm
932
BBBike/images/watch_ptr.xbm
933
BBBike/images/watch_ptr_mask.xbm
934
BBBike/images/wikipedia.gif
935
BBBike/images/windrose.gif
936
BBBike/images/windrose.xpm
937
BBBike/images/windrose2.gif
938
BBBike/images/windrose2.xpm
939
BBBike/images/www_ptr.xbm
940
BBBike/images/www_ptr_mask.xbm
941
BBBike/images/xy_ptr.xbm
942
BBBike/images/xy_ptr_mask.xbm
943
BBBike/images/ziel.gif
944
BBBike/images/ziel.png
945
BBBike/images/ziel.xpm
946
BBBike/images/ziel_ptr.png
947
BBBike/images/ziel_ptr.xbm
948
BBBike/images/ziel_ptr_mask.xbm
949
BBBike/images/zugbruecke.gif
950
BBBike/images/zugbruecke.png
951
BBBike/images/zugbruecke.xpm
952
BBBike/images/zugbruecke_klein.gif
953
BBBike/images/zugbruecke_klein.jpg
954
BBBike/images/zugbruecke_klein.png
955
BBBike/images/zugbruecke_klein.xpm
956
BBBike/install.bat
957
BBBike/install.pl
958
BBBike/install.sh
959
BBBike/kde/BBBike.desktop.tmpl
960
BBBike/kde/BBBikeDoc.desktop.tmpl
961
BBBike/kde/BBBikeWWW.desktop.tmpl
962
BBBike/kde/Cartography.directory.tmpl
963
BBBike/kde/bbbike-mime-info.xml
964
BBBike/kde/bbbike.menu
965
BBBike/kde/x-bbbike-data.desktop.tmpl
966
BBBike/kde/x-bbbike-route.desktop.tmpl
967
BBBike/kde/x-gpstrack.desktop.tmpl
968
BBBike/lib/Algorithm/GooglePolylineEncoding.pm
969
BBBike/lib/AutoInstall/Tk.pm
970
BBBike/lib/BikePower.pm
971
BBBike/lib/BikePower/HTML.pm
972
BBBike/lib/BikePower/Tk.pm
973
BBBike/lib/BikePower/change_wind.xpm
974
BBBike/lib/BikePower/crouch.xpm
975
BBBike/lib/BikePower/pack_end.xpm
976
BBBike/lib/BikePower/pack_middle.xpm
977
BBBike/lib/BikePower/racing.xpm
978
BBBike/lib/BikePower/standing.xpm
979
BBBike/lib/BikePower/tuck.xpm
980
BBBike/lib/BikePower/up_down.xpm
981
BBBike/lib/BikePower/upright.xpm
982
BBBike/lib/BrowserInfo.pm
983
BBBike/lib/BrowserInfo/UAProf.pm
984
BBBike/lib/Devel/WidgetDump.pm
985
BBBike/lib/GD/Convert.pm
986
BBBike/lib/Http.pm
987
BBBike/lib/KDEUtil.pm
988
BBBike/lib/MacOSXUtil.pm
989
BBBike/lib/Met/Wind.pm
990
BBBike/lib/Msg.pm
991
BBBike/lib/MyFile.pm
992
BBBike/lib/PDF/Create/MyPage.pm
993
BBBike/lib/Text/ScriptTemplate.pm
994
BBBike/lib/Tk/Arrow.pm
995
BBBike/lib/Tk/Autoscroll.pm
996
BBBike/lib/Tk/BreakMenu.pm
997
BBBike/lib/Tk/CanvasBalloon.pm
998
BBBike/lib/Tk/CanvasExt.pm
999
BBBike/lib/Tk/CanvasFig.pm
1000
BBBike/lib/Tk/CanvasUtil.pm
1001
BBBike/lib/Tk/ColorFlowChooser.pm
1002
BBBike/lib/Tk/ContextHelp.pm
1003
BBBike/lib/Tk/Enscript.pm
1004
BBBike/lib/Tk/FastSplash.pm
1005
BBBike/lib/Tk/FlatCheckbox.pm
1006
BBBike/lib/Tk/FlatRadiobutton.pm
1007
BBBike/lib/Tk/Getopt.pm
1008
BBBike/lib/Tk/K2Listbox.pm
1009
BBBike/lib/Tk/KListbox.pm
1010
BBBike/lib/Tk/LayerEditor.pm
1011
BBBike/lib/Tk/LayerEditorCore.pm
1012
BBBike/lib/Tk/LayerEditorToplevel.pm
1013
BBBike/lib/Tk/LogScale.pm
1014
BBBike/lib/Tk/LongDialog.pm
1015
BBBike/lib/Tk/PathEntry.pm
1016
BBBike/lib/Tk/PathEntry/Dialog.pm
1017
BBBike/lib/Tk/Placement.pm
1018
BBBike/lib/Tk/ProgressSplash.pm
1019
BBBike/lib/Tk/RaisedButton.pm
1020
BBBike/lib/Tk/ResizeButton.pm
1021
BBBike/lib/Tk/RotFont.pm
1022
BBBike/lib/Tk/RotX11Font.pm
1023
BBBike/lib/Tk/Ruler.pm
1024
BBBike/lib/Tk/SRTProgress.pm
1025
BBBike/lib/Tk/SRTScrollbar.pm
1026
BBBike/lib/Tk/SmoothShow.pm
1027
BBBike/lib/Tk/Splash.pm
1028
BBBike/lib/Tk/StippleLine.pm
1029
BBBike/lib/Tk/TextProgress.pm
1030
BBBike/lib/Tk/UnderlineAll.pm
1031
BBBike/lib/Tk/WListbox.pm
1032
BBBike/lib/Tk/WidgetDump.pm
1033
BBBike/lib/Tk/context_help.xbm
1034
BBBike/lib/Tk/context_help_mask.xbm
1035
BBBike/lib/Tk/context_nohelp.xbm
1036
BBBike/lib/Tk/context_nohelp_mask.xbm
1037
BBBike/lib/Tk/enscript.cfg
1038
BBBike/lib/Tk/grid000.xbm
1039
BBBike/lib/Tk/grid045.xbm
1040
BBBike/lib/Tk/grid090.xbm
1041
BBBike/lib/Tk/grid135.xbm
1042
BBBike/lib/Tk/layereye.gif
1043
BBBike/lib/TkChange.pm
1044
BBBike/lib/TkCompat.pm
1045
BBBike/lib/UnixUtil.pm
1046
BBBike/lib/VectorUtil.pm
1047
BBBike/lib/WWWBrowser.pm
1048
BBBike/lib/Waitproc.pm
1049
BBBike/lib/Win32Util.pm
1050
BBBike/lib/WinCompat.pm
1051
BBBike/lib/click.au
1052
BBBike/lib/click.wav
1053
BBBike/lib/enum.pm
1054
BBBike/lib/myclassstruct.pm
1055
BBBike/lib/parse_wetterkarte
1056
BBBike/lib/savevars.pm
1057
BBBike/lib/wettermeldung2
1058
BBBike/lib/your.pm
1059
BBBike/miscsrc/BBBikeDir.pm
1060
BBBike/miscsrc/bbbike.org_download.pl
1061
BBBike/miscsrc/bbbike_chooser.pl
1062
BBBike/msg/bbbike/en
1063
BBBike/msg/install/en
1064
BBBike/plugins/AltBerlin.pm
1065
BBBike/plugins/BBBikeOvlPlugin.pm
1066
BBBike/plugins/BBBikeRuler.pm
1067
BBBike/plugins/BBBikeSalesman.pm
1068
BBBike/plugins/BBBikeScribblePlugin.pm
1069
BBBike/plugins/BBBikeThunder.pm
1070
BBBike/plugins/BBBikeViewImages.pm
1071
BBBike/plugins/GeocoderPlugin.pm
1072
BBBike/plugins/KaupertsPlugin.pm
1073
BBBike/plugins/MerkaartorPlugin.pm
1074
BBBike/plugins/MultiMap.pm
1075
BBBike/smsbbbike
1076
bin/smsbbbike
1077
BBBike/tkbikepwr
1078
BBBike/tmp/.keep_me
1079
man/man1/bbbike.1.gz
1080
BBBike/lib/%%LOCAL_PERL_ARCH%%/BBBikeXS.pm
1081
BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline.pm
1082
BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline2.pm
1083
BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline2Dist.pm
1084
BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/InlineDist.pm
1085
BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz/CNetFile.pm
1086
BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz/CNetFileDist.pm
1087
BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz/CNetFilePerl.pm
1088
BBBike/lib/%%LOCAL_PERL_ARCH%%/VectorUtil/Inline.pm
1089
BBBike/lib/%%LOCAL_PERL_ARCH%%/VectorUtil/InlineDist.pm
1090
BBBike/lib/%%LOCAL_PERL_ARCH%%/VirtArray.pm
1091
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/BBBikeXS/BBBikeXS.bs
1092
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/BBBikeXS/BBBikeXS.so
1093
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline/Inline.bs
1094
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline/Inline.so
1095
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline2/Inline2.bs
1096
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline2/Inline2.so
1097
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz/CNetFile/CNetFile.bs
1098
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz/CNetFile/CNetFile.so
1099
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil/Inline/Inline.bs
1100
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil/Inline/Inline.so
1101
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VirtArray/VirtArray.bs
1102
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VirtArray/VirtArray.so
1103
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz/CNetFile
1104
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil/Inline
1105
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline2
1106
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline
1107
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz
1108
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil
1109
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VirtArray
1110
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen
1111
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/BBBikeXS
1112
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz
1113
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/VectorUtil
1114
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen
1115
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto
1116
@dirrm BBBike/ext/StrassenNetz-CNetFile/t
1117
@dirrm BBBike/data/sehenswuerdigkeit_img
1118
@dirrm BBBike/ext/StrassenNetz-CNetFile
1119
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%
1120
@dirrmtry BBBike/lib/%%PERL_VERSION%%
1121
@dirrm BBBike/ext/VectorUtil-Inline/t
1122
@dirrm BBBike/ext/Strassen-Inline2/t
1123
@dirrm BBBike/ext/VectorUtil-Inline
1124
@dirrm BBBike/ext/Strassen-Inline/t
1125
@dirrm BBBike/ext/Strassen-Inline2
1126
@dirrm BBBike/ext/Strassen-Inline
1127
@dirrm BBBike/data/temp_blockings
1128
@dirrm BBBike/lib/Tk/PathEntry
1129
@dirrm BBBike/lib/BrowserInfo
1130
@dirrm BBBike/lib/AutoInstall
1131
@dirrm BBBike/html/opensearch
1132
@dirrm BBBike/ext/VirtArray/t
1133
@dirrm BBBike/lib/PDF/Create
1134
@dirrm BBBike/ext/BBBikeXS/t
1135
@dirrm BBBike/GPS/GpsmanData
1136
@dirrm BBBike/ESRI/Shapefile
1137
@dirrm BBBike/lib/BikePower
1138
@dirrm BBBike/lib/Algorithm
1139
@dirrm BBBike/ext/VirtArray
1140
@dirrm BBBike/ext/BBBikeXS
1141
@dirrm BBBike/msg/install
1142
@dirrm BBBike/msg/bbbike
1143
@dirrm BBBike/BBBikeDraw
1144
@dirrm BBBike/lib/Devel
1145
@dirrm BBBike/Route/PDF
1146
@dirrm BBBike/Geography
1147
@dirrm BBBike/lib/Text
1148
@dirrm BBBike/Strassen
1149
@dirrm BBBike/plugins
1150
@dirrm BBBike/miscsrc
1151
@dirrm BBBike/lib/PDF
1152
@dirrm BBBike/lib/Met
1153
@dirrm BBBike/cgi/msg
1154
@dirrm BBBike/lib/Tk
1155
@dirrm BBBike/lib/GD
1156
@dirrm BBBike/images
1157
@dirrm BBBike/ESRI/t
1158
@dirrm BBBike/Bundle
1159
@dirrm BBBike/gnome
1160
@dirrm BBBike/Route
1161
@dirrm BBBike/Karte
1162
@dirrm BBBike/html
1163
@dirrm BBBike/data
1164
@dirrm BBBike/ESRI
1165
@dirrm BBBike/tmp
1166
@dirrm BBBike/msg
1167
@dirrm BBBike/lib
1168
@dirrm BBBike/kde
1169
@dirrm BBBike/ext
1170
@dirrm BBBike/doc
1171
@dirrm BBBike/cgi
1172
@dirrm BBBike/Way
1173
@dirrm BBBike/PLZ
1174
@dirrm BBBike/GPS
1175
@dirrm BBBike/GIS
1176
@dirrm BBBike
(-)./pkg-plist.in (-1180 lines)
Lines 1-1180 Link Here
1
BBBike/Ampelschaltung.pm
2
BBBike/BBBikeAdvanced.pm
3
BBBike/BBBikeAlarm.pm
4
BBBike/BBBikeApacheSessionCounted.pm
5
BBBike/BBBikeApacheSessionCountedHandler.pm
6
BBBike/BBBikeCGIAPI.pm
7
BBBike/BBBikeCGICache.pm
8
BBBike/BBBikeCGIUtil.pm
9
BBBike/BBBikeCalc.pm
10
BBBike/BBBikeCrosshairs.pm
11
BBBike/BBBikeDataDownloadCompat.pm
12
BBBike/BBBikeDebug.pm
13
BBBike/BBBikeDraw.pm
14
BBBike/BBBikeDraw/BBBikeGoogleMaps.pm
15
BBBike/BBBikeDraw/GD.pm
16
BBBike/BBBikeDraw/GDHeavy.pm
17
BBBike/BBBikeDraw/GoogleMapsStatic.pm
18
BBBike/BBBikeDraw/ImageMagick.pm
19
BBBike/BBBikeDraw/Imager.pm
20
BBBike/BBBikeDraw/MapServer.pm
21
BBBike/BBBikeDraw/PDF.pm
22
BBBike/BBBikeDraw/PDFCairo.pm
23
BBBike/BBBikeDraw/PDFUtil.pm
24
BBBike/BBBikeDraw/SVG.pm
25
BBBike/BBBikeESRI.pm
26
BBBike/BBBikeEdit.pm
27
BBBike/BBBikeEditUtil.pm
28
BBBike/BBBikeGPS.pm
29
BBBike/BBBikeGeoJSON.pm
30
BBBike/BBBikeGlobalVars.pm
31
BBBike/BBBikeHeavy.pm
32
BBBike/BBBikeImportWizard.pm
33
BBBike/BBBikeLaTeX.pm
34
BBBike/BBBikeLazy.pm
35
BBBike/BBBikeMail.pm
36
BBBike/BBBikeMapserver.pm
37
BBBike/BBBikeMenubar.pm
38
BBBike/BBBikePalm.pm
39
BBBike/BBBikePersonal.pm
40
BBBike/BBBikePlugin.pm
41
BBBike/BBBikePluginLister.pm
42
BBBike/BBBikePrint.pm
43
BBBike/BBBikeProcUtil.pm
44
BBBike/BBBikeProfil.pm
45
BBBike/BBBikeRouting.pm
46
BBBike/BBBikeRouting.pod
47
BBBike/BBBikeScribble.pm
48
BBBike/BBBikeServer.pm
49
BBBike/BBBikeStats.pm
50
BBBike/BBBikeTkUtil.pm
51
BBBike/BBBikeTrans.pm
52
BBBike/BBBikeUnicodeUtil.pm
53
BBBike/BBBikeUtil.pm
54
BBBike/BBBikeVar.pm
55
BBBike/BBBikeVia.pm
56
BBBike/BBBikeWeather.pm
57
BBBike/Bundle/BBBike.pm
58
BBBike/Bundle/BBBike_small.pm
59
BBBike/CHANGES
60
BBBike/COPYING
61
BBBike/ESRI/Makefile.PL
62
BBBike/ESRI/Shapefile.pm
63
BBBike/ESRI/Shapefile/DBase.pm
64
BBBike/ESRI/Shapefile/Index.pm
65
BBBike/ESRI/Shapefile/Main.pm
66
BBBike/ESRI/Shapefile/Projection.pm
67
BBBike/ESRI/TODO
68
BBBike/ESRI/esri2bbd.pl
69
BBBike/ESRI/t/shapefile.t
70
BBBike/FURadar.pm
71
BBBike/GIS/Globe.pm
72
BBBike/GIS/NSD.pm
73
BBBike/GIS/globe_to_bbd.pl
74
BBBike/GPS.pm
75
BBBike/GPS/DirectGarmin.pm
76
BBBike/GPS/G7toWin_2.pm
77
BBBike/GPS/G7toWin_ASCII.pm
78
BBBike/GPS/GPX.pm
79
BBBike/GPS/Gardown.pm
80
BBBike/GPS/Gpsbabel.pm
81
BBBike/GPS/GpsmanConn.pm
82
BBBike/GPS/GpsmanData.pm
83
BBBike/GPS/GpsmanData/Analyzer.pm
84
BBBike/GPS/GpsmanData/Any.pm
85
BBBike/GPS/GpsmanData/DirectEdit.pm
86
BBBike/GPS/GpsmanData/GarminGPX.pm
87
BBBike/GPS/GpsmanData/SportsTracker.pm
88
BBBike/GPS/GpsmanData/Stats.pm
89
BBBike/GPS/GpsmanData/Strassen.pm
90
BBBike/GPS/GpsmanData/Tk.pm
91
BBBike/GPS/KML.pm
92
BBBike/GPS/MPS.pm
93
BBBike/GPS/MyNMEA.pm
94
BBBike/GPS/Ovl.pm
95
BBBike/GPS/SerialStty.pm
96
BBBike/GPS/Util.pm
97
BBBike/GPS/WaypointPlus.pm
98
BBBike/Geography.pm
99
BBBike/Geography/Base.pm
100
BBBike/Geography/Berlin_DE.pm
101
BBBike/Geography/Brandenburg_DE.pm
102
BBBike/Geography/FromMeta.pm
103
BBBike/Geography/Muenchen_DE.pm
104
BBBike/Geography/Oranienburg_DE.pm
105
BBBike/Geography/Zuerich_CH.pm
106
BBBike/GfxConvert.pm
107
BBBike/Hooks.pm
108
BBBike/HouseNumbers.pm
109
BBBike/Karte.pm
110
BBBike/Karte/Berlinmap1996.pm
111
BBBike/Karte/Berlinmap1997.pm
112
BBBike/Karte/Berlinmap1998.pm
113
BBBike/Karte/Berlinmap1999.pm
114
BBBike/Karte/Berlinmap2000.pm
115
BBBike/Karte/Berlinmap2001.pm
116
BBBike/Karte/Berlinmap2002.pm
117
BBBike/Karte/Berlinmap2003.pm
118
BBBike/Karte/Berlinmap2004.pm
119
BBBike/Karte/Cityinfo.pm
120
BBBike/Karte/Deinplan.pm
121
BBBike/Karte/Demap2002.pm
122
BBBike/Karte/ETRS89.pm
123
BBBike/Karte/FURadar.pm
124
BBBike/Karte/FURadar2.pm
125
BBBike/Karte/FURadar3.pm
126
BBBike/Karte/GDF.pm
127
BBBike/Karte/GIS.pm
128
BBBike/Karte/GISmap.pm
129
BBBike/Karte/GPS.pm
130
BBBike/Karte/Nbrbmap2004.pm
131
BBBike/Karte/PilotPl.pm
132
BBBike/Karte/PilotPl12.pm
133
BBBike/Karte/Polar.pm
134
BBBike/Karte/Potsdammap2002.pm
135
BBBike/Karte/Satmap.pm
136
BBBike/Karte/SatmapGIF.pm
137
BBBike/Karte/Soldner_alt.pm
138
BBBike/Karte/Standard.pm
139
BBBike/Karte/T2001.pm
140
BBBike/Karte/T99.pm
141
BBBike/Karte/Tk50.pm
142
BBBike/Karte/UTM.pm
143
BBBike/MANIFEST
144
BBBike/MANIFEST.SKIP
145
BBBike/Makefile.PL
146
BBBike/MasterPunkte.pm
147
BBBike/MasterStrassen.pm
148
BBBike/PLZ.pm
149
BBBike/PLZ/Levenshtein.pm
150
BBBike/PLZ/Multi.pm
151
BBBike/PointEdit.pm
152
BBBike/README
153
BBBike/README.english
154
BBBike/Radwege.pm
155
BBBike/Route.pm
156
BBBike/Route/Descr.pm
157
BBBike/Route/Heavy.pm
158
BBBike/Route/PDF.pm
159
BBBike/Route/PDF/Cairo.pm
160
BBBike/Route/Simplify.pm
161
BBBike/Salesman.pm
162
BBBike/Strassen.pm
163
BBBike/Strassen/Build.pm
164
BBBike/Strassen/CDB.pm
165
BBBike/Strassen/Cat.pm
166
BBBike/Strassen/Combine.pm
167
BBBike/Strassen/Core.pm
168
BBBike/Strassen/CoreHeavy.pm
169
BBBike/Strassen/DB_File.pm
170
BBBike/Strassen/DB_File_Btree.pm
171
BBBike/Strassen/Dataset.pm
172
BBBike/Strassen/E00.pm
173
BBBike/Strassen/ESRI.pm
174
BBBike/Strassen/Edit.pm
175
BBBike/Strassen/Ext.pm
176
BBBike/Strassen/Fast.pm
177
BBBike/Strassen/FromRoute.pm
178
BBBike/Strassen/GPX.pm
179
BBBike/Strassen/Gardown.pm
180
BBBike/Strassen/Generated.pm
181
BBBike/Strassen/Generated_src.pm
182
BBBike/Strassen/Gpsman.pm
183
BBBike/Strassen/Heavy.pm
184
BBBike/Strassen/Index.pm
185
BBBike/Strassen/KML.pm
186
BBBike/Strassen/Kreuzungen.pm
187
BBBike/Strassen/Lazy.pm
188
BBBike/Strassen/MapInfo.pm
189
BBBike/Strassen/MultiBezStr.pm
190
BBBike/Strassen/MultiStrassen.pm
191
BBBike/Strassen/Obsolete.pm
192
BBBike/Strassen/Pg.pm
193
BBBike/Strassen/SimpleSearch.pm
194
BBBike/Strassen/Stat.pm
195
BBBike/Strassen/Storable.pm
196
BBBike/Strassen/Strasse.pm
197
BBBike/Strassen/StrassenNetz.pm
198
BBBike/Strassen/StrassenNetzHeavy.pm
199
BBBike/Strassen/Tie.pm
200
BBBike/Strassen/Util.pm
201
BBBike/Strassen/WaypointPlus.pm
202
BBBike/Telefonbuch.pm
203
BBBike/Telefonbuch2001.pm
204
BBBike/Telefonbuch98.pm
205
BBBike/Telefonbuch99.pm
206
BBBike/TelefonbuchAny.pm
207
BBBike/Update.pm
208
BBBike/Way.pm
209
BBBike/Way/Metric.pm
210
BBBike/Wizards.pm
211
BBBike/bbbike
212
@exec ln -fs %D/%F %D/bin/bbbike
213
@unexec rm -f %D/bin/bbbike
214
BBBike/bbbike-activeperl.bat
215
BBBike/bbbike-fast.bat
216
BBBike/bbbike.bat
217
BBBike/bbbike.pod
218
BBBike/bbbikeapplet
219
BBBike/bbbikeclient
220
@exec ln -fs %D/%F %D/bin/bbbikeclient
221
@unexec rm -f %D/bin/bbbikeclient
222
BBBike/cbbbike
223
@exec ln -fs %D/%F %D/bin/cbbbike
224
@unexec rm -f %D/bin/cbbbike
225
BBBike/cbbbike.bat
226
BBBike/cgi/README
227
BBBike/cgi/bbbike-data.cgi
228
BBBike/cgi/bbbike-snapshot.cgi
229
BBBike/cgi/bbbike-teaser.pl
230
BBBike/cgi/bbbike-test.cgi.config
231
BBBike/cgi/bbbike.cgi
232
BBBike/cgi/bbbike.psgi
233
BBBike/cgi/bbbikegooglemap.cgi
234
BBBike/cgi/bbbikeleaflet.cgi
235
BBBike/cgi/berlinmap.cgi
236
BBBike/cgi/configure-bbbike.cgi
237
BBBike/cgi/httpd.conf.st
238
BBBike/cgi/httpd.conf.tpl
239
BBBike/cgi/httpi
240
BBBike/cgi/mapserver_address.cgi
241
BBBike/cgi/mapserver_comment.cgi
242
BBBike/cgi/mapserver_setcoord.cgi
243
BBBike/cgi/mksymlinks
244
BBBike/cgi/msg/en
245
BBBike/cgi/redirect-bbbike.cgi
246
BBBike/cgi/runbbbikecgi
247
BBBike/cgi/tinyhttpd
248
BBBike/cgi/tinyhttpd.config
249
BBBike/cgi/wapbbbike.cgi
250
BBBike/cmdbbbike
251
@exec ln -fs %D/%F %D/bin/cmdbbbike
252
@unexec rm -f %D/bin/cmdbbbike
253
BBBike/data/.modified
254
BBBike/data/Berlin.coords.data
255
BBBike/data/Potsdam.coords.data
256
BBBike/data/README
257
BBBike/data/ampeln
258
BBBike/data/ampelschaltung
259
BBBike/data/berlin
260
BBBike/data/berlin_ortsteile
261
BBBike/data/brunnels
262
BBBike/data/comments_cyclepath
263
BBBike/data/comments_ferry
264
BBBike/data/comments_kfzverkehr
265
BBBike/data/comments_misc
266
BBBike/data/comments_mount
267
BBBike/data/comments_path
268
BBBike/data/comments_route
269
BBBike/data/comments_scenic
270
BBBike/data/comments_tram
271
BBBike/data/deutschland
272
BBBike/data/faehren
273
BBBike/data/flaechen
274
BBBike/data/fragezeichen
275
BBBike/data/gesperrt
276
BBBike/data/gesperrt_car
277
BBBike/data/gesperrt_r
278
BBBike/data/gesperrt_s
279
BBBike/data/gesperrt_u
280
BBBike/data/green
281
BBBike/data/grenzuebergaenge
282
BBBike/data/handicap_l
283
BBBike/data/handicap_s
284
BBBike/data/hoehe
285
BBBike/data/housenumbers
286
BBBike/data/inaccessible_landstrassen
287
BBBike/data/inaccessible_strassen
288
BBBike/data/innerberliner_grenze
289
BBBike/data/kneipen
290
BBBike/data/landstrassen
291
BBBike/data/landstrassen2
292
BBBike/data/mount
293
BBBike/data/multi_bez_str
294
BBBike/data/nolighting
295
BBBike/data/obst
296
BBBike/data/orte
297
BBBike/data/orte2
298
BBBike/data/orte_city
299
BBBike/data/ortsschilder
300
BBBike/data/plaetze
301
BBBike/data/plz
302
BBBike/data/potsdam
303
BBBike/data/qualitaet_l
304
BBBike/data/qualitaet_s
305
BBBike/data/radwege
306
BBBike/data/radwege_exact
307
BBBike/data/rbahn
308
BBBike/data/rbahnhof
309
BBBike/data/sbahn
310
BBBike/data/sbahnhof
311
BBBike/data/sbahnhof_bg
312
BBBike/data/sehenswuerdigkeit
313
BBBike/data/sehenswuerdigkeit_img/berliner_dom.gif
314
BBBike/data/sehenswuerdigkeit_img/bodemuseum.png
315
BBBike/data/sehenswuerdigkeit_img/bodemuseum_klein.gif
316
BBBike/data/sehenswuerdigkeit_img/bodemuseum_klein.png
317
BBBike/data/sehenswuerdigkeit_img/brandenburger_tor.gif
318
BBBike/data/sehenswuerdigkeit_img/chinesisches_haus.gif
319
BBBike/data/sehenswuerdigkeit_img/chinesisches_haus.png
320
BBBike/data/sehenswuerdigkeit_img/einsteinturm.gif
321
BBBike/data/sehenswuerdigkeit_img/fernsehturm.gif
322
BBBike/data/sehenswuerdigkeit_img/fernsehturm.png
323
BBBike/data/sehenswuerdigkeit_img/fernsehturm_klein.gif
324
BBBike/data/sehenswuerdigkeit_img/franzoesischer_dom.gif
325
BBBike/data/sehenswuerdigkeit_img/franzoesischer_dom.png
326
BBBike/data/sehenswuerdigkeit_img/friedrichswerdersche_kirche.png
327
BBBike/data/sehenswuerdigkeit_img/friedrichswerdersche_kirche_klein.gif
328
BBBike/data/sehenswuerdigkeit_img/friedrichswerdersche_kirche_klein.png
329
BBBike/data/sehenswuerdigkeit_img/funkturm.gif
330
BBBike/data/sehenswuerdigkeit_img/gedaechtniskirche.gif
331
BBBike/data/sehenswuerdigkeit_img/hamburger_bahnhof.png
332
BBBike/data/sehenswuerdigkeit_img/heilandskirche_sacrow.gif
333
BBBike/data/sehenswuerdigkeit_img/heilandskirche_sacrow.png
334
BBBike/data/sehenswuerdigkeit_img/hubbruecke_karnin.gif
335
BBBike/data/sehenswuerdigkeit_img/hubbruecke_karnin.png
336
BBBike/data/sehenswuerdigkeit_img/luftbrueckendenkmal.gif
337
BBBike/data/sehenswuerdigkeit_img/oberbaumbruecke.gif
338
BBBike/data/sehenswuerdigkeit_img/oberbaumcity.gif
339
BBBike/data/sehenswuerdigkeit_img/orangerie_potsdam.png
340
BBBike/data/sehenswuerdigkeit_img/rathaus_koepenick.png
341
BBBike/data/sehenswuerdigkeit_img/reichstag.gif
342
BBBike/data/sehenswuerdigkeit_img/ruinenberg.png
343
BBBike/data/sehenswuerdigkeit_img/sanssouci.gif
344
BBBike/data/sehenswuerdigkeit_img/sanssouci.png
345
BBBike/data/sehenswuerdigkeit_img/schloss_pfaueninsel.gif
346
BBBike/data/sehenswuerdigkeit_img/schloss_pfaueninsel.png
347
BBBike/data/sehenswuerdigkeit_img/schultheiss.gif
348
BBBike/data/sehenswuerdigkeit_img/siegessaeule.gif
349
BBBike/data/sehenswuerdigkeit_img/viktoriaparkdenkmal.gif
350
BBBike/data/sehenswuerdigkeit_img/wasserturm_jungfernheide.gif
351
BBBike/data/sehenswuerdigkeit_img/wasserturm_ostkreuz.gif
352
BBBike/data/sehenswuerdigkeit_img/wasserturm_ostkreuz.png
353
BBBike/data/strassen
354
BBBike/data/strassen_bab
355
BBBike/data/temp_blockings/bbbike-temp-blockings-optimized.pl
356
BBBike/data/ubahn
357
BBBike/data/ubahnhof
358
BBBike/data/ubahnhof_bg
359
BBBike/data/umsteigebhf
360
BBBike/data/upgrade_scope_hint
361
BBBike/data/vorfahrt
362
BBBike/data/wasserstrassen
363
BBBike/data/wasserumland
364
BBBike/data/wasserumland2
365
BBBike/doc/HOWTO_edit_bbbike_data.html
366
BBBike/doc/README.english.html
367
BBBike/doc/README.html
368
BBBike/doc/TODO.pod
369
BBBike/doc/authors.pod
370
BBBike/doc/bbbike.html
371
BBBike/doc/bbbike_internals.html
372
BBBike/doc/bbbike_internals.pod
373
BBBike/doc/bbd.html
374
BBBike/doc/bbd.pod
375
BBBike/doc/docbook5.css
376
BBBike/doc/links.pod
377
BBBike/doc/podindex.html
378
BBBike/doc/qualitaetskategorien.html
379
BBBike/doc/tests.pod
380
BBBike/doc/watchsites.org
381
BBBike/ext/BBBikeXS/BBBikeXS.pm
382
BBBike/ext/BBBikeXS/BBBikeXS.xs
383
BBBike/ext/BBBikeXS/MANIFEST
384
BBBike/ext/BBBikeXS/Makefile.PL
385
BBBike/ext/BBBikeXS/README
386
BBBike/ext/BBBikeXS/sqrt.c
387
BBBike/ext/BBBikeXS/sqrt.h
388
BBBike/ext/BBBikeXS/t/base.t
389
BBBike/ext/BBBikeXS/t/leak.t
390
BBBike/ext/BBBikeXS/t/makenet.t
391
BBBike/ext/BBBikeXS/t/miscdata.t
392
BBBike/ext/BBBikeXS/t/prefer_cache.t
393
BBBike/ext/BBBikeXS/t/strecke.t
394
BBBike/ext/BBBikeXS/t/to_koord1.t
395
BBBike/ext/BBBikeXS/t/utf8.t
396
BBBike/ext/BBBikeXS/typemap
397
BBBike/ext/Makefile
398
BBBike/ext/Strassen-Inline/Inline.pm
399
BBBike/ext/Strassen-Inline/InlineDist.pm
400
BBBike/ext/Strassen-Inline/Makefile.PL
401
BBBike/ext/Strassen-Inline/heap.c
402
BBBike/ext/Strassen-Inline/heap.h
403
BBBike/ext/Strassen-Inline/ppport.h
404
BBBike/ext/Strassen-Inline/t/common.pl
405
BBBike/ext/Strassen-Inline/t/db_impl.t
406
BBBike/ext/Strassen-Inline/t/hv_impl.t
407
BBBike/ext/Strassen-Inline2/Inline2.pm
408
BBBike/ext/Strassen-Inline2/Inline2Dist.pm
409
BBBike/ext/Strassen-Inline2/Makefile.PL
410
BBBike/ext/Strassen-Inline2/ppport.h
411
BBBike/ext/Strassen-Inline2/t/common.pl
412
BBBike/ext/Strassen-Inline2/t/db_impl.t
413
BBBike/ext/Strassen-Inline2/t/hv_impl.t
414
BBBike/ext/StrassenNetz-CNetFile/CNetFile.pm
415
BBBike/ext/StrassenNetz-CNetFile/CNetFileDist.pm
416
BBBike/ext/StrassenNetz-CNetFile/CNetFilePerl.pm
417
BBBike/ext/StrassenNetz-CNetFile/Makefile.PL
418
BBBike/ext/StrassenNetz-CNetFile/ppport.h
419
BBBike/ext/StrassenNetz-CNetFile/t/base.t
420
BBBike/ext/VectorUtil-Inline/Inline.pm
421
BBBike/ext/VectorUtil-Inline/Inline.xs
422
BBBike/ext/VectorUtil-Inline/InlineDist.pm
423
BBBike/ext/VectorUtil-Inline/Makefile.PL
424
BBBike/ext/VectorUtil-Inline/t/point_in_poly.t
425
BBBike/ext/VectorUtil-Inline/t/vectorutil.t
426
BBBike/ext/VirtArray/Changes
427
BBBike/ext/VirtArray/MANIFEST
428
BBBike/ext/VirtArray/Makefile.PL
429
BBBike/ext/VirtArray/README
430
BBBike/ext/VirtArray/VirtArray.pm
431
BBBike/ext/VirtArray/VirtArray.xs
432
BBBike/ext/VirtArray/t/basic.t
433
BBBike/ext/VirtArray/typemap
434
BBBike/ext/inline2dist.pl
435
BBBike/gnome/BBBikeDoc.tmpl
436
BBBike/gnome/BBBikeWWW
437
BBBike/gnome/bbbike.keys
438
BBBike/gnome/bbbike.mime
439
BBBike/html/HTTPQuery.js
440
BBBike/html/allstreet.html
441
BBBike/html/bbbike.css
442
BBBike/html/bbbike_result.js
443
BBBike/html/bbbike_sidebar.en.html
444
BBBike/html/bbbike_sidebar.html
445
BBBike/html/bbbike_small.en.html
446
BBBike/html/bbbike_small.html
447
BBBike/html/bbbike_start.js
448
BBBike/html/bbbike_tracks_iphone.html
449
BBBike/html/bbbike_util.js
450
BBBike/html/bbbikeleaflet.css
451
BBBike/html/bbbikeleaflet.html
452
BBBike/html/bbbikeleaflet.js
453
BBBike/html/bbbikepod.css
454
BBBike/html/bbbikeprint.css
455
BBBike/html/empty.html
456
BBBike/html/error404.html
457
BBBike/html/fragezeichenform.html
458
BBBike/html/fragezeichenform.utf8.html
459
BBBike/html/help.html
460
BBBike/html/legende.html
461
BBBike/html/newstreetform.html
462
BBBike/html/newstreetform.tpl.html
463
BBBike/html/newstreetform.utf8.html
464
BBBike/html/opensearch/bbbike-opensearch-de-simple.gif
465
BBBike/html/opensearch/bbbike-opensearch-de-simple.src
466
BBBike/html/opensearch/bbbike-opensearch-de-simple.xml
467
BBBike/html/opensearch/bbbike-opensearch-de.gif
468
BBBike/html/opensearch/bbbike-opensearch-de.src
469
BBBike/html/opensearch/bbbike-opensearch-de.xml
470
BBBike/html/opensearch/bbbike-opensearch-en-simple.gif
471
BBBike/html/opensearch/bbbike-opensearch-en-simple.src
472
BBBike/html/opensearch/bbbike-opensearch-en-simple.xml
473
BBBike/html/opensearch/bbbike-opensearch-en.gif
474
BBBike/html/opensearch/bbbike-opensearch-en.src
475
BBBike/html/opensearch/bbbike-opensearch-en.xml
476
BBBike/html/opensearch/bbbike-opensearch.tpl.src
477
BBBike/html/opensearch/bbbike-opensearch.tpl.xml
478
BBBike/html/opensearch/opensearch.html
479
BBBike/html/opensearch/opensearch.js
480
BBBike/html/pleasewait.html
481
BBBike/html/presse.html
482
BBBike/html/shortfragezeichenform.html
483
BBBike/html/shortfragezeichenform.utf8.html
484
BBBike/html/sprintf.js
485
BBBike/images/PoweredByPerl.gif
486
BBBike/images/abc.gif
487
BBBike/images/abc.xpm
488
BBBike/images/abc_hi.gif
489
BBBike/images/abc_hi.xpm
490
BBBike/images/achtung.gif
491
BBBike/images/achtung.png
492
BBBike/images/achtung.xpm
493
BBBike/images/addnet_ptr.xbm
494
BBBike/images/addnet_ptr_mask.xbm
495
BBBike/images/airport.gif
496
BBBike/images/airport.xpm
497
BBBike/images/ampel.gif
498
BBBike/images/ampel.png
499
BBBike/images/ampel.xpm
500
BBBike/images/ampel_klein.gif
501
BBBike/images/ampel_klein.jpg
502
BBBike/images/ampel_klein.png
503
BBBike/images/ampel_klein.xpm
504
BBBike/images/ampel_klein2.gif
505
BBBike/images/ampel_klein2.jpg
506
BBBike/images/ampel_klein2.png
507
BBBike/images/ampel_klein2.xpm
508
BBBike/images/ampel_klein2_rahmen.gif
509
BBBike/images/ampel_klein2_rahmen.png
510
BBBike/images/ampel_klein2_rahmen.xpm
511
BBBike/images/ampel_klein_grey.xpm
512
BBBike/images/ampelf.gif
513
BBBike/images/ampelf.png
514
BBBike/images/ampelf.xpm
515
BBBike/images/ampelf_klein.gif
516
BBBike/images/ampelf_klein.png
517
BBBike/images/ampelf_klein.xpm
518
BBBike/images/ampelf_klein2.gif
519
BBBike/images/ampelf_klein2.png
520
BBBike/images/ampelf_klein2.xpm
521
BBBike/images/ampelf_klein_noalpha.png
522
BBBike/images/ampelf_noalpha.png
523
BBBike/images/andreaskr.gif
524
BBBike/images/andreaskr.png
525
BBBike/images/andreaskr.xpm
526
BBBike/images/andreaskr_klein.gif
527
BBBike/images/andreaskr_klein.jpg
528
BBBike/images/andreaskr_klein.png
529
BBBike/images/andreaskr_klein.xpm
530
BBBike/images/andreaskr_klein2.gif
531
BBBike/images/andreaskr_klein2.jpg
532
BBBike/images/andreaskr_klein2.png
533
BBBike/images/andreaskr_klein2.xpm
534
BBBike/images/apfel.gif
535
BBBike/images/apfel.png
536
BBBike/images/apfel.xpm
537
BBBike/images/aufzug.gif
538
BBBike/images/aufzug.png
539
BBBike/images/aufzug.xpm
540
BBBike/images/aufzug_klein.gif
541
BBBike/images/aufzug_klein.png
542
BBBike/images/aufzug_klein.xpm
543
BBBike/images/aufzug_klein2.gif
544
BBBike/images/aufzug_klein2.png
545
BBBike/images/aufzug_klein2.xpm
546
BBBike/images/bab_table_16.gif
547
BBBike/images/bab_table_16.png
548
BBBike/images/bab_table_32.gif
549
BBBike/images/bab_table_32.png
550
BBBike/images/bbbike_google.gif
551
BBBike/images/bbbike_google.png
552
BBBike/images/bbbike_google.xpm
553
BBBike/images/bbbike_splash.gif
554
BBBike/images/bbbike_splash.xpm
555
BBBike/images/berlin_overview_small.gif
556
BBBike/images/berlin_overview_small.xpm
557
BBBike/images/berlin_small.gif
558
BBBike/images/berlin_small.xpm
559
BBBike/images/berlin_small_280x240.gif
560
BBBike/images/berlin_small_280x240.png
561
BBBike/images/berlin_small_280x240.xpm
562
BBBike/images/berlin_small_hi.gif
563
BBBike/images/berlin_small_hi.xpm
564
BBBike/images/berlin_small_hi_280x240.gif
565
BBBike/images/berlin_small_hi_280x240.png
566
BBBike/images/berlin_small_hi_280x240.xpm
567
BBBike/images/bg.gif
568
BBBike/images/bg.jpg
569
BBBike/images/bicycle.gif
570
BBBike/images/bicycle.xpm
571
BBBike/images/birne.gif
572
BBBike/images/birne.png
573
BBBike/images/birne.xpm
574
BBBike/images/bluedot.png
575
BBBike/images/bundesstrasse_table_16.gif
576
BBBike/images/bundesstrasse_table_16.png
577
BBBike/images/bundesstrasse_table_32.gif
578
BBBike/images/bundesstrasse_table_32.png
579
BBBike/images/bw_hleft.wbmp
580
BBBike/images/bw_hright.wbmp
581
BBBike/images/bw_left.wbmp
582
BBBike/images/bw_right.wbmp
583
BBBike/images/bw_straight.wbmp
584
BBBike/images/cal.gif
585
BBBike/images/cal.png
586
BBBike/images/cal.xpm
587
BBBike/images/cal_questionmark.png
588
BBBike/images/car.gif
589
BBBike/images/car.png
590
BBBike/images/car.xpm
591
BBBike/images/cemetery_bg.gif
592
BBBike/images/cemetery_bg.png
593
BBBike/images/cemetery_jewish_bg.gif
594
BBBike/images/cemetery_jewish_bg.png
595
BBBike/images/cemetery_muslim_bg.gif
596
BBBike/images/cemetery_muslim_bg.png
597
BBBike/images/cgi_legende.gif
598
BBBike/images/cgi_legende.xpm
599
BBBike/images/church.gif
600
BBBike/images/church.png
601
BBBike/images/church.xpm
602
BBBike/images/click.gif
603
BBBike/images/click.xpm
604
BBBike/images/clock.png
605
BBBike/images/cross.gif
606
BBBike/images/cross.xpm
607
BBBike/images/crosses.xbm
608
BBBike/images/de_flag.png
609
BBBike/images/delete_ovl.gif
610
BBBike/images/delnet_ptr.xbm
611
BBBike/images/delnet_ptr_mask.xbm
612
BBBike/images/dest.gif
613
BBBike/images/dest.png
614
BBBike/images/dest_ptr.xbm
615
BBBike/images/dest_ptr_mask.xbm
616
BBBike/images/droga_krajowa_table_16.gif
617
BBBike/images/droga_krajowa_table_16.png
618
BBBike/images/droga_krajowa_table_32.gif
619
BBBike/images/droga_krajowa_table_32.png
620
BBBike/images/eisenbahn.gif
621
BBBike/images/eisenbahn.png
622
BBBike/images/eisenbahn.xpm
623
BBBike/images/eisenbahn15.png
624
BBBike/images/eisenbahn_klein.gif
625
BBBike/images/eisenbahn_klein.png
626
BBBike/images/eisenbahn_klein.xpm
627
BBBike/images/eisenbahn_mini.gif
628
BBBike/images/eisenbahn_mini.png
629
BBBike/images/eisenbahn_mini.xpm
630
BBBike/images/eisenbahn_stillg.gif
631
BBBike/images/eisenbahn_stillg.png
632
BBBike/images/eisenbahn_stillg.xpm
633
BBBike/images/eisenbahn_stillg_klein.gif
634
BBBike/images/eisenbahn_stillg_klein.png
635
BBBike/images/eisenbahn_stillg_klein.xpm
636
BBBike/images/eisenbahn_stillg_mini.gif
637
BBBike/images/eisenbahn_stillg_mini.png
638
BBBike/images/eisenbahn_stillg_mini.xpm
639
BBBike/images/essen.gif
640
BBBike/images/essen.xpm
641
BBBike/images/essen_klein.gif
642
BBBike/images/essen_klein.xpm
643
BBBike/images/exit.gif
644
BBBike/images/exit.xpm
645
BBBike/images/favicon.ico
646
BBBike/images/ferry.gif
647
BBBike/images/ferry.png
648
BBBike/images/ferry.xpm
649
BBBike/images/ferry_klein.gif
650
BBBike/images/ferry_klein.png
651
BBBike/images/ferry_klein.xpm
652
BBBike/images/ferry_mini.gif
653
BBBike/images/ferry_mini.png
654
BBBike/images/ferry_mini.xpm
655
BBBike/images/flaechen.gif
656
BBBike/images/flaechen.xpm
657
BBBike/images/flag2_bl.gif
658
BBBike/images/flag2_bl.jpg
659
BBBike/images/flag2_bl.png
660
BBBike/images/flag2_bl.wbmp
661
BBBike/images/flag2_bl.xpm
662
BBBike/images/flag2_bl_centered.gif
663
BBBike/images/flag2_bl_centered.png
664
BBBike/images/flag2_bl_centered.xpm
665
BBBike/images/flag2_bl_noalpha.png
666
BBBike/images/flag_shadow.png
667
BBBike/images/flag_via.gif
668
BBBike/images/flag_via.png
669
BBBike/images/flag_via.xpm
670
BBBike/images/flag_via_centered.gif
671
BBBike/images/flag_via_centered.png
672
BBBike/images/flag_via_centered.xpm
673
BBBike/images/flag_ziel.gif
674
BBBike/images/flag_ziel.jpg
675
BBBike/images/flag_ziel.png
676
BBBike/images/flag_ziel.xpm
677
BBBike/images/flag_ziel_centered.gif
678
BBBike/images/flag_ziel_centered.png
679
BBBike/images/flag_ziel_centered.xpm
680
BBBike/images/flag_ziel_noalpha.png
681
BBBike/images/gb_flag.png
682
BBBike/images/gefaelle.gif
683
BBBike/images/gefaelle.png
684
BBBike/images/gefaelle.xpm
685
BBBike/images/glas.gif
686
BBBike/images/glas.xpm
687
BBBike/images/glas_klein.gif
688
BBBike/images/glas_klein.xpm
689
BBBike/images/google.gif
690
BBBike/images/google_streetview.png
691
BBBike/images/grenzuebergang_16.gif
692
BBBike/images/grenzuebergang_16.png
693
BBBike/images/grenzuebergang_32.gif
694
BBBike/images/grenzuebergang_32.png
695
BBBike/images/halfmoons.xbm
696
BBBike/images/haltestelle.gif
697
BBBike/images/haltestelle.xpm
698
BBBike/images/hatched_ring.gif
699
BBBike/images/hatched_ring.png
700
BBBike/images/hatched_ring.xpm
701
BBBike/images/help.gif
702
BBBike/images/help.xpm
703
BBBike/images/hospital.gif
704
BBBike/images/hospital.png
705
BBBike/images/hospital.xpm
706
BBBike/images/info.gif
707
BBBike/images/info.xpm
708
BBBike/images/info_ptr.xbm
709
BBBike/images/info_ptr_mask.xbm
710
BBBike/images/inwork.gif
711
BBBike/images/inwork.xpm
712
BBBike/images/inwork_12.gif
713
BBBike/images/inwork_12.png
714
BBBike/images/inwork_12.xpm
715
BBBike/images/inwork_18.gif
716
BBBike/images/inwork_18.png
717
BBBike/images/inwork_18.xpm
718
BBBike/images/kino_klein.gif
719
BBBike/images/kino_klein.xpm
720
BBBike/images/kirsche.gif
721
BBBike/images/kirsche.png
722
BBBike/images/kirsche.xpm
723
BBBike/images/koord.gif
724
BBBike/images/koord.xpm
725
BBBike/images/kopfstein_klein.gif
726
BBBike/images/kopfstein_klein.xpm
727
BBBike/images/kopfstein_klein_grey.gif
728
BBBike/images/kopfstein_klein_grey.xpm
729
BBBike/images/kreisverkehr.gif
730
BBBike/images/kreisverkehr.png
731
BBBike/images/kreisverkehr.xpm
732
BBBike/images/kreuzung.gif
733
BBBike/images/kreuzung.png
734
BBBike/images/kreuzung.xpm
735
BBBike/images/kreuzung_klein.gif
736
BBBike/images/kreuzung_klein.png
737
BBBike/images/kreuzung_klein.xpm
738
BBBike/images/landstrasse.gif
739
BBBike/images/landstrasse.xpm
740
BBBike/images/legend_blocked.gif
741
BBBike/images/legend_blocked.png
742
BBBike/images/legend_blockedroute.gif
743
BBBike/images/legend_blockedroute.png
744
BBBike/images/legend_carry.gif
745
BBBike/images/legend_carry.png
746
BBBike/images/legend_narrowpassage.gif
747
BBBike/images/legend_narrowpassage.png
748
BBBike/images/legend_oneway.gif
749
BBBike/images/legend_oneway.png
750
BBBike/images/lightning.gif
751
BBBike/images/lightning_cursor.xbm
752
BBBike/images/loading.gif
753
BBBike/images/logo_twitter_withbird_60_allblack.png
754
BBBike/images/map.gif
755
BBBike/images/map.xpm
756
BBBike/images/mapserver_logo.gif
757
BBBike/images/mapserver_logo.png
758
BBBike/images/mapserver_logo.xpm
759
BBBike/images/menupfeil.gif
760
BBBike/images/menupfeil.xpm
761
BBBike/images/minicross.png
762
BBBike/images/monument.gif
763
BBBike/images/monument.png
764
BBBike/images/monument.xpm
765
BBBike/images/mosque.gif
766
BBBike/images/mosque.png
767
BBBike/images/mosque.xpm
768
BBBike/images/movehand.gif
769
BBBike/images/movehand.xpm
770
BBBike/images/movehand_ptr.xbm
771
BBBike/images/movehand_ptr_mask.xbm
772
BBBike/images/moz_grab.gif
773
BBBike/images/museum.gif
774
BBBike/images/museum.png
775
BBBike/images/museum.xpm
776
BBBike/images/newlayer.gif
777
BBBike/images/newlayer.png
778
BBBike/images/newlayer.xpm
779
BBBike/images/night.png
780
BBBike/images/night_klein.png
781
BBBike/images/notrailer.gif
782
BBBike/images/notrailer.png
783
BBBike/images/notrailer.xpm
784
BBBike/images/open.gif
785
BBBike/images/open.xpm
786
BBBike/images/open_ovl.gif
787
BBBike/images/opt.gif
788
BBBike/images/opt.xpm
789
BBBike/images/ort.gif
790
BBBike/images/ort.xpm
791
BBBike/images/pflaume.gif
792
BBBike/images/pflaume.png
793
BBBike/images/pflaume.xpm
794
BBBike/images/printer.gif
795
BBBike/images/printer.png
796
BBBike/images/printer.xpm
797
BBBike/images/printer_narrow.gif
798
BBBike/images/printer_narrow.png
799
BBBike/images/printer_narrow.xpm
800
BBBike/images/ptr.xbm
801
BBBike/images/px_1t.gif
802
BBBike/images/radrouten.gif
803
BBBike/images/rampe.gif
804
BBBike/images/rampe.png
805
BBBike/images/rampe.xpm
806
BBBike/images/rbahn.gif
807
BBBike/images/rbahn.xpm
808
BBBike/images/redcross.gif
809
BBBike/images/redcross.png
810
BBBike/images/redcross.xpm
811
BBBike/images/reddot.gif
812
BBBike/images/reddot.png
813
BBBike/images/rueckweg.gif
814
BBBike/images/rueckweg.xpm
815
BBBike/images/salesman.gif
816
BBBike/images/salesman.xpm
817
BBBike/images/salesman_ptr.xbm
818
BBBike/images/salesman_ptr_mask.xbm
819
BBBike/images/save.gif
820
BBBike/images/save.xpm
821
BBBike/images/sbahn.gif
822
BBBike/images/sbahn.jpg
823
BBBike/images/sbahn.png
824
BBBike/images/sbahn.xpm
825
BBBike/images/sbahn_klein.gif
826
BBBike/images/sbahn_klein.jpg
827
BBBike/images/sbahn_klein.png
828
BBBike/images/sbahn_klein.xpm
829
BBBike/images/sbahn_mini.gif
830
BBBike/images/sbahn_mini.jpg
831
BBBike/images/sbahn_mini.png
832
BBBike/images/sbahn_mini.xpm
833
BBBike/images/search.gif
834
BBBike/images/search.xpm
835
BBBike/images/search_pref.gif
836
BBBike/images/search_pref.xpm
837
BBBike/images/srtbike.gif
838
BBBike/images/srtbike.ico
839
BBBike/images/srtbike.jpg
840
BBBike/images/srtbike.png
841
BBBike/images/srtbike.xbm
842
BBBike/images/srtbike.xpm
843
BBBike/images/srtbike1.ico
844
BBBike/images/srtbike114.png
845
BBBike/images/srtbike16.gif
846
BBBike/images/srtbike16.xpm
847
BBBike/images/srtbike16_mask.xbm
848
BBBike/images/srtbike32.gif
849
BBBike/images/srtbike32.xpm
850
BBBike/images/srtbike32_mask.xbm
851
BBBike/images/srtbike57.png
852
BBBike/images/srtbike72.png
853
BBBike/images/srtbike_mini.xpm
854
BBBike/images/srtbike_solid.gif
855
BBBike/images/srtbike_solid.xpm
856
BBBike/images/srtbike_url.png
857
BBBike/images/srtbike_www.ico
858
BBBike/images/srtbike_www.xpm
859
BBBike/images/star.gif
860
BBBike/images/star.png
861
BBBike/images/star.xpm
862
BBBike/images/stars_of_david.xbm
863
BBBike/images/start.gif
864
BBBike/images/start.png
865
BBBike/images/start.xpm
866
BBBike/images/start_ptr.png
867
BBBike/images/start_ptr.xbm
868
BBBike/images/start_ptr_mask.xbm
869
BBBike/images/steigung.gif
870
BBBike/images/steigung.png
871
BBBike/images/steigung.xpm
872
BBBike/images/stip.xbm
873
BBBike/images/stiplite.xbm
874
BBBike/images/strasse.gif
875
BBBike/images/strasse.xpm
876
BBBike/images/strassenbahn.gif
877
BBBike/images/strassenbahn.png
878
BBBike/images/strassenbahn.xpm
879
BBBike/images/strassenbahn_klein.gif
880
BBBike/images/strassenbahn_klein.png
881
BBBike/images/strassenbahn_klein.xpm
882
BBBike/images/strlist.gif
883
BBBike/images/strlist.xpm
884
BBBike/images/synagogue.gif
885
BBBike/images/synagogue.png
886
BBBike/images/synagogue.xpm
887
BBBike/images/theater.gif
888
BBBike/images/theater.png
889
BBBike/images/theater.xpm
890
BBBike/images/thunder_cursor.xbm
891
BBBike/images/touristinfo.gif
892
BBBike/images/touristinfo.png
893
BBBike/images/touristinfo.xpm
894
BBBike/images/ubahn.gif
895
BBBike/images/ubahn.jpg
896
BBBike/images/ubahn.png
897
BBBike/images/ubahn.xpm
898
BBBike/images/ubahn_klein.gif
899
BBBike/images/ubahn_klein.jpg
900
BBBike/images/ubahn_klein.png
901
BBBike/images/ubahn_klein.xpm
902
BBBike/images/ubahn_mini.gif
903
BBBike/images/ubahn_mini.jpg
904
BBBike/images/ubahn_mini.png
905
BBBike/images/ubahn_mini.xpm
906
BBBike/images/usercross.gif
907
BBBike/images/usercross.png
908
BBBike/images/usercross.xpm
909
BBBike/images/via.gif
910
BBBike/images/via.png
911
BBBike/images/via.xpm
912
BBBike/images/via_add_nb1_ptr.xbm
913
BBBike/images/via_add_nb1_ptr_mask.xbm
914
BBBike/images/via_add_nb2_ptr.xbm
915
BBBike/images/via_add_nb2_ptr_mask.xbm
916
BBBike/images/via_add_ptr.xbm
917
BBBike/images/via_add_ptr_mask.xbm
918
BBBike/images/via_del_ptr.xbm
919
BBBike/images/via_del_ptr_mask.xbm
920
BBBike/images/via_move_2_ptr.xbm
921
BBBike/images/via_move_2_ptr_mask.xbm
922
BBBike/images/via_move_ptr.xbm
923
BBBike/images/via_move_ptr_mask.xbm
924
BBBike/images/viewmag+.gif
925
BBBike/images/viewmag+.xpm
926
BBBike/images/viewmag-.gif
927
BBBike/images/viewmag-.xpm
928
BBBike/images/vorfahrt.gif
929
BBBike/images/vorfahrt.png
930
BBBike/images/vorfahrt.xpm
931
BBBike/images/vorfahrt_klein.gif
932
BBBike/images/vorfahrt_klein.png
933
BBBike/images/vorfahrt_klein.xpm
934
BBBike/images/wasser.gif
935
BBBike/images/wasser.xpm
936
BBBike/images/watch_ptr.xbm
937
BBBike/images/watch_ptr_mask.xbm
938
BBBike/images/wikipedia.gif
939
BBBike/images/windrose.gif
940
BBBike/images/windrose.xpm
941
BBBike/images/windrose2.gif
942
BBBike/images/windrose2.xpm
943
BBBike/images/www_ptr.xbm
944
BBBike/images/www_ptr_mask.xbm
945
BBBike/images/xy_ptr.xbm
946
BBBike/images/xy_ptr_mask.xbm
947
BBBike/images/ziel.gif
948
BBBike/images/ziel.png
949
BBBike/images/ziel.xpm
950
BBBike/images/ziel_ptr.png
951
BBBike/images/ziel_ptr.xbm
952
BBBike/images/ziel_ptr_mask.xbm
953
BBBike/images/zugbruecke.gif
954
BBBike/images/zugbruecke.png
955
BBBike/images/zugbruecke.xpm
956
BBBike/images/zugbruecke_klein.gif
957
BBBike/images/zugbruecke_klein.jpg
958
BBBike/images/zugbruecke_klein.png
959
BBBike/images/zugbruecke_klein.xpm
960
BBBike/install.bat
961
BBBike/install.pl
962
BBBike/install.sh
963
BBBike/kde/BBBike.desktop.tmpl
964
BBBike/kde/BBBikeDoc.desktop.tmpl
965
BBBike/kde/BBBikeWWW.desktop.tmpl
966
BBBike/kde/Cartography.directory.tmpl
967
BBBike/kde/bbbike-mime-info.xml
968
BBBike/kde/bbbike.menu
969
BBBike/kde/x-bbbike-data.desktop.tmpl
970
BBBike/kde/x-bbbike-route.desktop.tmpl
971
BBBike/kde/x-gpstrack.desktop.tmpl
972
BBBike/lib/Algorithm/GooglePolylineEncoding.pm
973
BBBike/lib/AutoInstall/Tk.pm
974
BBBike/lib/BikePower.pm
975
BBBike/lib/BikePower/HTML.pm
976
BBBike/lib/BikePower/Tk.pm
977
BBBike/lib/BikePower/change_wind.xpm
978
BBBike/lib/BikePower/crouch.xpm
979
BBBike/lib/BikePower/pack_end.xpm
980
BBBike/lib/BikePower/pack_middle.xpm
981
BBBike/lib/BikePower/racing.xpm
982
BBBike/lib/BikePower/standing.xpm
983
BBBike/lib/BikePower/tuck.xpm
984
BBBike/lib/BikePower/up_down.xpm
985
BBBike/lib/BikePower/upright.xpm
986
BBBike/lib/BrowserInfo.pm
987
BBBike/lib/BrowserInfo/UAProf.pm
988
BBBike/lib/Devel/WidgetDump.pm
989
BBBike/lib/GD/Convert.pm
990
BBBike/lib/Http.pm
991
BBBike/lib/KDEUtil.pm
992
BBBike/lib/MacOSXUtil.pm
993
BBBike/lib/Met/Wind.pm
994
BBBike/lib/Msg.pm
995
BBBike/lib/MyFile.pm
996
BBBike/lib/PDF/Create/MyPage.pm
997
BBBike/lib/Text/ScriptTemplate.pm
998
BBBike/lib/Tk/Arrow.pm
999
BBBike/lib/Tk/Autoscroll.pm
1000
BBBike/lib/Tk/BreakMenu.pm
1001
BBBike/lib/Tk/CanvasBalloon.pm
1002
BBBike/lib/Tk/CanvasExt.pm
1003
BBBike/lib/Tk/CanvasFig.pm
1004
BBBike/lib/Tk/CanvasUtil.pm
1005
BBBike/lib/Tk/ColorFlowChooser.pm
1006
BBBike/lib/Tk/ContextHelp.pm
1007
BBBike/lib/Tk/Enscript.pm
1008
BBBike/lib/Tk/FastSplash.pm
1009
BBBike/lib/Tk/FlatCheckbox.pm
1010
BBBike/lib/Tk/FlatRadiobutton.pm
1011
BBBike/lib/Tk/Getopt.pm
1012
BBBike/lib/Tk/K2Listbox.pm
1013
BBBike/lib/Tk/KListbox.pm
1014
BBBike/lib/Tk/LayerEditor.pm
1015
BBBike/lib/Tk/LayerEditorCore.pm
1016
BBBike/lib/Tk/LayerEditorToplevel.pm
1017
BBBike/lib/Tk/LogScale.pm
1018
BBBike/lib/Tk/LongDialog.pm
1019
BBBike/lib/Tk/PathEntry.pm
1020
BBBike/lib/Tk/PathEntry/Dialog.pm
1021
BBBike/lib/Tk/Placement.pm
1022
BBBike/lib/Tk/ProgressSplash.pm
1023
BBBike/lib/Tk/RaisedButton.pm
1024
BBBike/lib/Tk/ResizeButton.pm
1025
BBBike/lib/Tk/RotFont.pm
1026
BBBike/lib/Tk/RotX11Font.pm
1027
BBBike/lib/Tk/Ruler.pm
1028
BBBike/lib/Tk/SRTProgress.pm
1029
BBBike/lib/Tk/SRTScrollbar.pm
1030
BBBike/lib/Tk/SmoothShow.pm
1031
BBBike/lib/Tk/Splash.pm
1032
BBBike/lib/Tk/StippleLine.pm
1033
BBBike/lib/Tk/TextProgress.pm
1034
BBBike/lib/Tk/UnderlineAll.pm
1035
BBBike/lib/Tk/WListbox.pm
1036
BBBike/lib/Tk/WidgetDump.pm
1037
BBBike/lib/Tk/context_help.xbm
1038
BBBike/lib/Tk/context_help_mask.xbm
1039
BBBike/lib/Tk/context_nohelp.xbm
1040
BBBike/lib/Tk/context_nohelp_mask.xbm
1041
BBBike/lib/Tk/enscript.cfg
1042
BBBike/lib/Tk/grid000.xbm
1043
BBBike/lib/Tk/grid045.xbm
1044
BBBike/lib/Tk/grid090.xbm
1045
BBBike/lib/Tk/grid135.xbm
1046
BBBike/lib/Tk/layereye.gif
1047
BBBike/lib/TkChange.pm
1048
BBBike/lib/TkCompat.pm
1049
BBBike/lib/UnixUtil.pm
1050
BBBike/lib/VectorUtil.pm
1051
BBBike/lib/WWWBrowser.pm
1052
BBBike/lib/Waitproc.pm
1053
BBBike/lib/Win32Util.pm
1054
BBBike/lib/WinCompat.pm
1055
BBBike/lib/click.au
1056
BBBike/lib/click.wav
1057
BBBike/lib/enum.pm
1058
BBBike/lib/myclassstruct.pm
1059
BBBike/lib/parse_wetterkarte
1060
BBBike/lib/savevars.pm
1061
BBBike/lib/wettermeldung2
1062
BBBike/lib/your.pm
1063
BBBike/miscsrc/BBBikeDir.pm
1064
BBBike/miscsrc/bbbike.org_download.pl
1065
BBBike/miscsrc/bbbike_chooser.pl
1066
BBBike/msg/bbbike/en
1067
BBBike/msg/install/en
1068
BBBike/plugins/AltBerlin.pm
1069
BBBike/plugins/BBBikeOvlPlugin.pm
1070
BBBike/plugins/BBBikeRuler.pm
1071
BBBike/plugins/BBBikeSalesman.pm
1072
BBBike/plugins/BBBikeScribblePlugin.pm
1073
BBBike/plugins/BBBikeThunder.pm
1074
BBBike/plugins/BBBikeViewImages.pm
1075
BBBike/plugins/GeocoderPlugin.pm
1076
BBBike/plugins/KaupertsPlugin.pm
1077
BBBike/plugins/MerkaartorPlugin.pm
1078
BBBike/plugins/MultiMap.pm
1079
BBBike/smsbbbike
1080
@exec ln -fs %D/%F %D/bin/smsbbbike
1081
@unexec rm -f %D/bin/smsbbbike
1082
BBBike/tkbikepwr
1083
BBBike/tmp/.keep_me
1084
BBBike/lib/%%LOCAL_PERL_ARCH%%/BBBikeXS.pm
1085
BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline.pm
1086
BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline2.pm
1087
BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline2Dist.pm
1088
BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/InlineDist.pm
1089
BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz/CNetFile.pm
1090
BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz/CNetFileDist.pm
1091
BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz/CNetFilePerl.pm
1092
BBBike/lib/%%LOCAL_PERL_ARCH%%/VectorUtil/Inline.pm
1093
BBBike/lib/%%LOCAL_PERL_ARCH%%/VectorUtil/InlineDist.pm
1094
BBBike/lib/%%LOCAL_PERL_ARCH%%/VirtArray.pm
1095
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/BBBikeXS/BBBikeXS.bs
1096
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/BBBikeXS/BBBikeXS.so
1097
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline/Inline.bs
1098
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline/Inline.so
1099
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline2/Inline2.bs
1100
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline2/Inline2.so
1101
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz/CNetFile/CNetFile.bs
1102
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz/CNetFile/CNetFile.so
1103
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil/Inline/Inline.bs
1104
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil/Inline/Inline.so
1105
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VirtArray/VirtArray.bs
1106
BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VirtArray/VirtArray.so
1107
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz/CNetFile
1108
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil/Inline
1109
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline2
1110
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline
1111
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz
1112
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil
1113
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VirtArray
1114
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen
1115
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/BBBikeXS
1116
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz
1117
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/VectorUtil
1118
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen
1119
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto
1120
@dirrm BBBike/ext/StrassenNetz-CNetFile/t
1121
@dirrm BBBike/data/sehenswuerdigkeit_img
1122
@dirrm BBBike/ext/StrassenNetz-CNetFile
1123
@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%
1124
@dirrmtry BBBike/lib/%%PERL_VERSION%%
1125
@dirrm BBBike/ext/VectorUtil-Inline/t
1126
@dirrm BBBike/ext/Strassen-Inline2/t
1127
@dirrm BBBike/ext/VectorUtil-Inline
1128
@dirrm BBBike/ext/Strassen-Inline/t
1129
@dirrm BBBike/ext/Strassen-Inline2
1130
@dirrm BBBike/ext/Strassen-Inline
1131
@dirrm BBBike/data/temp_blockings
1132
@dirrm BBBike/lib/Tk/PathEntry
1133
@dirrm BBBike/lib/BrowserInfo
1134
@dirrm BBBike/lib/AutoInstall
1135
@dirrm BBBike/html/opensearch
1136
@dirrm BBBike/ext/VirtArray/t
1137
@dirrm BBBike/lib/PDF/Create
1138
@dirrm BBBike/ext/BBBikeXS/t
1139
@dirrm BBBike/GPS/GpsmanData
1140
@dirrm BBBike/ESRI/Shapefile
1141
@dirrm BBBike/lib/BikePower
1142
@dirrm BBBike/lib/Algorithm
1143
@dirrm BBBike/ext/VirtArray
1144
@dirrm BBBike/ext/BBBikeXS
1145
@dirrm BBBike/msg/install
1146
@dirrm BBBike/msg/bbbike
1147
@dirrm BBBike/BBBikeDraw
1148
@dirrm BBBike/lib/Devel
1149
@dirrm BBBike/Route/PDF
1150
@dirrm BBBike/Geography
1151
@dirrm BBBike/lib/Text
1152
@dirrm BBBike/Strassen
1153
@dirrm BBBike/plugins
1154
@dirrm BBBike/miscsrc
1155
@dirrm BBBike/lib/PDF
1156
@dirrm BBBike/lib/Met
1157
@dirrm BBBike/cgi/msg
1158
@dirrm BBBike/lib/Tk
1159
@dirrm BBBike/lib/GD
1160
@dirrm BBBike/images
1161
@dirrm BBBike/ESRI/t
1162
@dirrm BBBike/Bundle
1163
@dirrm BBBike/gnome
1164
@dirrm BBBike/Route
1165
@dirrm BBBike/Karte
1166
@dirrm BBBike/html
1167
@dirrm BBBike/data
1168
@dirrm BBBike/ESRI
1169
@dirrm BBBike/tmp
1170
@dirrm BBBike/msg
1171
@dirrm BBBike/lib
1172
@dirrm BBBike/kde
1173
@dirrm BBBike/ext
1174
@dirrm BBBike/doc
1175
@dirrm BBBike/cgi
1176
@dirrm BBBike/Way
1177
@dirrm BBBike/PLZ
1178
@dirrm BBBike/GPS
1179
@dirrm BBBike/GIS
1180
@dirrm BBBike

Return to bug 190667