View | Details | Raw Unified | Return to bug 54131
Collapse All | Expand All

(-)audio/gnump3d/Makefile (-5 / +6 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	gnump3d
9
PORTNAME=	gnump3d
10
PORTVERSION=	2.4
10
PORTVERSION=	2.5b
11
CATEGORIES=	audio
11
CATEGORIES=	audio
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 22-28 Link Here
22
USE_PERL5=	yes
22
USE_PERL5=	yes
23
NO_BUILD=	yes
23
NO_BUILD=	yes
24
24
25
MAN1=		gnump3d.1 gnump3d-top.1 gnump3d.conf.1
25
MAN1=		gnump3d-index.1 gnump3d-top.1 gnump3d.1 gnump3d.conf.1
26
26
27
CONFDIR=	${PREFIX}/etc/${PORTNAME}
27
CONFDIR=	${PREFIX}/etc/${PORTNAME}
28
PERL_SITELIBDIR=	${PREFIX}/lib/perl5/site_perl/${PERL_VER}
28
PERL_SITELIBDIR=	${PREFIX}/lib/perl5/site_perl/${PERL_VER}
Lines 35-52 Link Here
35
.endif
35
.endif
36
36
37
post-patch:
37
post-patch:
38
.for file in bin/gnump3d-top bin/gnump3d2 etc/gnump3d.conf man/gnump3d.conf.1
38
.for file in bin/gnump3d-index bin/gnump3d-top bin/gnump3d2 etc/gnump3d.conf \
39
	man/gnump3d.conf.1
39
	@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g ; \
40
	@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g ; \
40
		 s|%%LOCALBASE%%|${LOCALBASE}|g ; \
41
		 s|%%LOCALBASE%%|${LOCALBASE}|g ; \
41
		 s|%%PERL_SITELIBDIR%%|${PERL_SITELIBDIR}|g' ${WRKSRC}/${file}
42
		 s|%%PERL_SITELIBDIR%%|${PERL_SITELIBDIR}|g' ${WRKSRC}/${file}
42
.endfor
43
.endfor
43
44
44
do-install:
45
do-install:
45
.for file in gnump3d-top gnump3d2
46
.for file in gnump3d-index gnump3d-top gnump3d2
46
	${INSTALL_SCRIPT} ${WRKSRC}/bin/${file} ${PREFIX}/bin
47
	${INSTALL_SCRIPT} ${WRKSRC}/bin/${file} ${PREFIX}/bin
47
.endfor
48
.endfor
48
	${LN} -sf gnump3d2 ${PREFIX}/bin/gnump3d
49
	${LN} -sf gnump3d2 ${PREFIX}/bin/gnump3d
49
.for file in gnump3d.1 gnump3d-top.1 gnump3d.conf.1
50
.for file in gnump3d-index.1 gnump3d-top.1 gnump3d.1 gnump3d.conf.1
50
	${INSTALL_MAN} ${WRKSRC}/man/${file} ${MANPREFIX}/man/man1
51
	${INSTALL_MAN} ${WRKSRC}/man/${file} ${MANPREFIX}/man/man1
51
.endfor
52
.endfor
52
	${MKDIR} ${PERL_SITELIBDIR}
53
	${MKDIR} ${PERL_SITELIBDIR}
(-)audio/gnump3d/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gnump3d-2.4.tar.bz2) = df712073eed1bdd259d66a7df5015aa8
1
MD5 (gnump3d-2.5b.tar.bz2) = a8f01fc73d1f18c3779546d92b74bf75
(-)audio/gnump3d/files/patch-bin::gnump3d-index (+14 lines)
Line 0 Link Here
1
--- bin/gnump3d-index.orig	Thu Jul  3 05:44:16 2003
2
+++ bin/gnump3d-index	Fri Jul  4 23:36:00 2003
3
@@ -54,9 +54,9 @@
4
 {
5
     $CONFIG_FILE = $ENV{"HOME"} . "/.gnump3drc";
6
 }
7
-elsif ( -e "/etc/gnump3d/gnump3d.conf" )
8
+elsif ( -e "%%PREFIX%%/etc/gnump3d/gnump3d.conf" )
9
 {
10
-    $CONFIG_FILE = "/etc/gnump3d/gnump3d.conf";
11
+    $CONFIG_FILE = "%%PREFIX%%/etc/gnump3d/gnump3d.conf";
12
 }
13
 elsif ( -e "gnump3d.conf" )
14
 {
(-)audio/gnump3d/files/patch-bin::gnump3d2 (-5 / +16 lines)
Lines 1-6 Link Here
1
--- bin/gnump3d2.orig	Fri May  2 18:56:50 2003
1
--- bin/gnump3d2.orig	Fri Jul  4 10:20:24 2003
2
+++ bin/gnump3d2	Sat May  3 00:11:54 2003
2
+++ bin/gnump3d2	Fri Jul  4 10:23:13 2003
3
@@ -2457,9 +2457,9 @@
3
@@ -2620,9 +2620,9 @@
4
   {
4
   {
5
       $CONFIG_FILE = $ENV{"HOME"} . "/.gnump3drc";
5
       $CONFIG_FILE = $ENV{"HOME"} . "/.gnump3drc";
6
   }
6
   }
Lines 12-18 Link Here
12
   }
12
   }
13
   elsif ( -e "gnump3d.conf" )
13
   elsif ( -e "gnump3d.conf" )
14
   {
14
   {
15
@@ -2599,8 +2599,8 @@
15
@@ -2764,8 +2764,8 @@
16
   $PORT          = getConfig( "port", 8888 );
16
   $PORT          = getConfig( "port", 8888 );
17
   $bind_address  = getConfig( "binding_host", "" );
17
   $bind_address  = getConfig( "binding_host", "" );
18
   $host          = getConfig( "hostname", "localhost" );
18
   $host          = getConfig( "hostname", "localhost" );
Lines 23-34 Link Here
23
   $always_stream = getConfig( "always_stream", 1 );
23
   $always_stream = getConfig( "always_stream", 1 );
24
   $access_log    = getConfig( "logfile", "/var/log/gnump3d/access.log" );
24
   $access_log    = getConfig( "logfile", "/var/log/gnump3d/access.log" );
25
   $error_log     = getConfig( "errorlog", "/var/log/gnump3d/error.log" );
25
   $error_log     = getConfig( "errorlog", "/var/log/gnump3d/error.log" );
26
@@ -2608,10 +2608,10 @@
26
@@ -2773,11 +2773,11 @@
27
   $client_host   = getConfig( "use_client_host", 1 );
27
   $client_host   = getConfig( "use_client_host", 1 );
28
   $default_theme = getConfig( "theme", "default" );
28
   $default_theme = getConfig( "theme", "default" );
29
   $TIMEOUT       = getConfig( "read_time", 10 );
29
   $TIMEOUT       = getConfig( "read_time", 10 );
30
-  $STATSPROG     = getConfig( "stats_program", "/usr/bin/gnump3d-top" );
30
-  $STATSPROG     = getConfig( "stats_program", "/usr/bin/gnump3d-top" );
31
-  $INDEXPROG     = getConfig( "index_program", "/usr/bin/gnump3d-index" );
31
+  $STATSPROG     = getConfig( "stats_program", "%%PREFIX%%/bin/gnump3d-top" );
32
+  $STATSPROG     = getConfig( "stats_program", "%%PREFIX%%/bin/gnump3d-top" );
33
+  $INDEXPROG     = getConfig( "index_program", "%%PREFIX%%/bin/gnump3d-index" );
32
   $STATSARGS     = getConfig( "stats_arguments", "" );
34
   $STATSARGS     = getConfig( "stats_arguments", "" );
33
   $play_rec      = getConfig( "play_recursively_text",  "Play" );
35
   $play_rec      = getConfig( "play_recursively_text",  "Play" );
34
-  $mime_file     = getConfig( "mime_file",  "/etc/gnump3d/mime.types" );
36
-  $mime_file     = getConfig( "mime_file",  "/etc/gnump3d/mime.types" );
Lines 36-38 Link Here
36
   $enable_browse = getConfig( "enable_browsing", 1 );
38
   $enable_browse = getConfig( "enable_browsing", 1 );
37
   $sort_order    = getConfig( "sort_order", '$SONGNAME' );
39
   $sort_order    = getConfig( "sort_order", '$SONGNAME' );
38
 
40
 
41
@@ -2813,7 +2813,7 @@
42
   # Experimental features.
43
   #
44
   $jukebox        = getConfig( "jukebox_mode", 0 );
45
-  $jukebox_binary = getConfig( "jukebox_player", "/usr/bin/mpg123" );
46
+  $jukebox_binary = getConfig( "jukebox_player", "%%PREFIX%%/bin/mpg123" );
47
   if ( $jukebox )
48
   {
49
      $always_stream = 0;
(-)audio/gnump3d/files/patch-etc::gnump3d.conf (-29 / +21 lines)
Lines 1-5 Link Here
1
--- etc/gnump3d.conf.orig	Fri May  2 18:56:50 2003
1
--- etc/gnump3d.conf.orig	Fri Jul  4 10:20:24 2003
2
+++ etc/gnump3d.conf	Sat May  3 00:15:39 2003
2
+++ etc/gnump3d.conf	Fri Jul  4 10:27:25 2003
3
@@ -173,7 +173,7 @@
3
@@ -173,7 +173,7 @@
4
 # path if you don't have it installed upon the $PATH of the user
4
 # path if you don't have it installed upon the $PATH of the user
5
 # who starts the server:
5
 # who starts the server:
Lines 9-32 Link Here
9
 #
9
 #
10
 #
10
 #
11
 #  For example you may change the default number of lines which are
11
 #  For example you may change the default number of lines which are
12
@@ -388,13 +388,13 @@
12
@@ -412,7 +412,7 @@
13
 # theme variable below you specify which set of templates you wish
13
 # the URL   http://server.host.name:port/stats/, and reads in a template
14
 # the server to use.
14
 # called 'stats.html'
15
 #
15
 #
16
-#  The theme directory defaults to /usr/share/gnump3d - but may be
16
-#  The theme directory defaults to /usr/share/gnump3d - but may be
17
+#  The theme directory defaults to %%PREFIX%%/share/gnump3d - but may be
17
+#  The theme directory defaults to %%PREFIX%%/share/gnump3d - but may be
18
 # changed via the 'theme_directory' setting given below.
18
 # changed via the 'theme_directory' setting given below.
19
 #
19
 #
20
-#  eg. To use the templates in '/usr/share/gnump3d/simple/' then you
21
+#  eg. To use the templates in '%%PREFIX%%/share/gnump3d/simple/' then you
22
 #      should set theme to be 'simple'
23
 #
24
-#      To use the templates in '/usr/share/gnump3d/twin/' then you
25
+#      To use the templates in '%%PREFIX%%/share/gnump3d/twin/' then you
26
 #      should set theme to be 'twin'
27
 #
28
 #  When the server is running you may set the theme from your browser
20
 #  When the server is running you may set the theme from your browser
29
@@ -421,7 +421,7 @@
21
@@ -439,7 +439,7 @@
30
 # location.
22
 # location.
31
 #
23
 #
32
 ##
24
 ##
Lines 35-41 Link Here
35
 ##
27
 ##
36
 
28
 
37
 
29
 
38
@@ -582,13 +582,13 @@
30
@@ -600,13 +600,13 @@
39
 # the string '$FILENAME' will be replaced by the file the user is
31
 # the string '$FILENAME' will be replaced by the file the user is
40
 # requesting.
32
 # requesting.
41
 #
33
 #
Lines 56-80 Link Here
56
 #
48
 #
57
 
49
 
58
 #
50
 #
59
@@ -611,7 +611,7 @@
51
@@ -642,7 +642,7 @@
60
 #  This next setting allows you to change the location from which the
52
 # the installation script - if this doesn't happen report this as
61
 # plugins are loaded.
53
 # a bug.
62
 #
63
-# plugin_directory = /usr/lib/perl5/gnump3d/plugins
64
+# plugin_directory = %%PERL_SITELIBDIR%%/gnump3d/plugins
65
 #
54
 #
55
-plugin_directory = PLUGINDIR/gnump3d/plugins
56
+plugin_directory = %%PERL_SITELIBDIR%%/gnump3d/plugins
66
 #
57
 #
67
 #  NOTE: the following directory should be correctly filled in by
58
 
68
@@ -683,7 +683,7 @@
59
 
69
 # used by default.  If not point this next file to wherever your mime
60
@@ -736,7 +736,7 @@
70
 # types file is located:
71
 #
72
-#  mime_file = /etc/gnump3d/mime.types
73
+#  mime_file = %%PREFIX%%/etc/gnump3d/mime.types
74
 #
61
 #
62
 #  Normally you shouldn't need to touch this.
75
 #
63
 #
64
-# index_program = /usr/bin/gnump3d-index
65
+# index_program = %%PREFIX%%/bin/gnump3d-index
66
 
76
 
67
 
77
@@ -771,7 +771,7 @@
68
 #
69
@@ -813,7 +813,7 @@
78
 ##
70
 ##
79
 #
71
 #
80
 #  jukebox_mode   = 1
72
 #  jukebox_mode   = 1
(-)audio/gnump3d/pkg-plist (-18 / +107 lines)
Lines 1-11 Link Here
1
@comment $FreeBSD: ports/audio/gnump3d/pkg-plist,v 1.15 2003/05/08 12:22:21 naddy Exp $
1
@comment $FreeBSD: ports/audio/gnump3d/pkg-plist,v 1.15 2003/05/08 12:22:21 naddy Exp $
2
bin/gnump3d
2
bin/gnump3d
3
bin/gnump3d-index
3
bin/gnump3d-top
4
bin/gnump3d-top
4
bin/gnump3d2
5
bin/gnump3d2
5
@unexec if cmp -s %D/etc/gnump3d/gnump3d.conf %D/etc/gnump3d/gnump3d.conf-default; then rm -f %D/etc/gnump3d/gnump3d.conf; fi
6
@unexec if cmp -s %D/etc/gnump3d/gnump3d.conf %D/etc/gnump3d/gnump3d.conf-default; then rm -f %D/etc/gnump3d/gnump3d.conf; fi
6
etc/gnump3d/gnump3d.conf-default
7
etc/gnump3d/gnump3d.conf-default
7
@exec [ -f %B/gnump3d.conf ] || cp %B/%f %B/gnump3d.conf
8
@exec [ -f %B/gnump3d.conf ] || cp %B/%f %B/gnump3d.conf
8
etc/gnump3d/mime.types
9
etc/gnump3d/mime.types
10
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/FreezeThaw.pm
9
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/IP.pm
11
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/IP.pm
10
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/base64.pm
12
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/base64.pm
11
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/config.pm
13
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/config.pm
Lines 15-42 Link Here
15
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/oggtagreader.pm
17
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/oggtagreader.pm
16
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/playlist.pm
18
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/playlist.pm
17
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/COPYING.pm
19
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/COPYING.pm
18
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/admin.pm
19
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/bug.pm
20
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/bug.pm
20
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/info.pm
21
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/info.pm
21
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/now.pm
22
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/now.pm
22
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/passwords.pm
23
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/playlist.pm
23
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/playlist.pm
24
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/prefs.pm
24
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/prefs.pm
25
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/random.pm
25
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/recent.pm
26
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/recent.pm
26
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/search.pm
27
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/search.pm
27
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/stats.pm
28
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/stats.pm
29
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/tagcache.pm
28
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/url.pm
30
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/url.pm
29
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/tagreader.pm
30
share/gnump3d/LaFrere/AUTHOR
31
share/gnump3d/LaFrere/AUTHOR
32
share/gnump3d/LaFrere/COPYING.html
33
share/gnump3d/LaFrere/bug.html
31
share/gnump3d/LaFrere/config.ini
34
share/gnump3d/LaFrere/config.ini
32
share/gnump3d/LaFrere/error.html
35
share/gnump3d/LaFrere/error.html
33
share/gnump3d/LaFrere/index.html
36
share/gnump3d/LaFrere/index.html
37
share/gnump3d/LaFrere/info.html
34
share/gnump3d/LaFrere/logo.png
38
share/gnump3d/LaFrere/logo.png
35
share/gnump3d/LaFrere/plugin.html
39
share/gnump3d/LaFrere/now.html
40
share/gnump3d/LaFrere/playlist.html
41
share/gnump3d/LaFrere/prefs.html
42
share/gnump3d/LaFrere/random.html
43
share/gnump3d/LaFrere/recent.html
36
share/gnump3d/LaFrere/results.html
44
share/gnump3d/LaFrere/results.html
37
share/gnump3d/LaFrere/search.html
45
share/gnump3d/LaFrere/search.html
38
share/gnump3d/LaFrere/stats.html
46
share/gnump3d/LaFrere/stats.html
47
share/gnump3d/README
48
share/gnump3d/Tabular/AUTHOR
49
share/gnump3d/Tabular/COPYING.html
50
share/gnump3d/Tabular/bug.html
51
share/gnump3d/Tabular/config.ini
52
share/gnump3d/Tabular/error.html
53
share/gnump3d/Tabular/extras.html
54
share/gnump3d/Tabular/footer.tmpl
55
share/gnump3d/Tabular/header.tmpl
56
share/gnump3d/Tabular/index.html
57
share/gnump3d/Tabular/info.html
58
share/gnump3d/Tabular/now.html
59
share/gnump3d/Tabular/playlist.html
60
share/gnump3d/Tabular/prefs.html
61
share/gnump3d/Tabular/random.html
62
share/gnump3d/Tabular/recent.html
63
share/gnump3d/Tabular/results.html
64
share/gnump3d/Tabular/search.html
65
share/gnump3d/Tabular/statistics.html
66
share/gnump3d/Tabular/stats.html
67
share/gnump3d/Tabular/style.css
68
share/gnump3d/Tabular/template.ini
39
share/gnump3d/Thexder/AUTHOR
69
share/gnump3d/Thexder/AUTHOR
70
share/gnump3d/Thexder/COPYING.html
71
share/gnump3d/Thexder/bug.html
40
share/gnump3d/Thexder/config.ini
72
share/gnump3d/Thexder/config.ini
41
share/gnump3d/Thexder/dig_temp2_01.jpg
73
share/gnump3d/Thexder/dig_temp2_01.jpg
42
share/gnump3d/Thexder/dig_temp2_02.jpg
74
share/gnump3d/Thexder/dig_temp2_02.jpg
Lines 50-114 Link Here
50
share/gnump3d/Thexder/error.html
82
share/gnump3d/Thexder/error.html
51
share/gnump3d/Thexder/hr.gif
83
share/gnump3d/Thexder/hr.gif
52
share/gnump3d/Thexder/index.html
84
share/gnump3d/Thexder/index.html
85
share/gnump3d/Thexder/info.html
53
share/gnump3d/Thexder/link_1.jpg
86
share/gnump3d/Thexder/link_1.jpg
54
share/gnump3d/Thexder/link_2.jpg
87
share/gnump3d/Thexder/link_2.jpg
55
share/gnump3d/Thexder/link_3.jpg
88
share/gnump3d/Thexder/link_3.jpg
56
share/gnump3d/Thexder/link_4.jpg
89
share/gnump3d/Thexder/link_4.jpg
57
share/gnump3d/Thexder/link_5.jpg
90
share/gnump3d/Thexder/link_5.jpg
58
share/gnump3d/Thexder/logo7.jpg
91
share/gnump3d/Thexder/logo7.jpg
59
share/gnump3d/Thexder/plugin.html
92
share/gnump3d/Thexder/now.html
93
share/gnump3d/Thexder/playlist.html
94
share/gnump3d/Thexder/prefs.html
95
share/gnump3d/Thexder/random.html
96
share/gnump3d/Thexder/recent.html
60
share/gnump3d/Thexder/results.html
97
share/gnump3d/Thexder/results.html
61
share/gnump3d/Thexder/search.html
98
share/gnump3d/Thexder/search.html
62
share/gnump3d/Thexder/spacer.gif
99
share/gnump3d/Thexder/spacer.gif
63
share/gnump3d/Thexder/stats.html
100
share/gnump3d/Thexder/stats.html
64
share/gnump3d/default/AUTHOR
101
share/gnump3d/default/AUTHOR
102
share/gnump3d/default/COPYING.html
103
share/gnump3d/default/bug.html
65
share/gnump3d/default/error.html
104
share/gnump3d/default/error.html
66
share/gnump3d/default/footer.tmpl
105
share/gnump3d/default/footer.tmpl
67
share/gnump3d/default/header.tmpl
106
share/gnump3d/default/header.tmpl
68
share/gnump3d/default/index.html
107
share/gnump3d/default/index.html
69
share/gnump3d/default/plugin.html
108
share/gnump3d/default/info.html
109
share/gnump3d/default/now.html
110
share/gnump3d/default/playlist.html
111
share/gnump3d/default/prefs.html
112
share/gnump3d/default/random.html
113
share/gnump3d/default/recent.html
70
share/gnump3d/default/results.html
114
share/gnump3d/default/results.html
71
share/gnump3d/default/search.html
115
share/gnump3d/default/search.html
72
share/gnump3d/default/stats.html
116
share/gnump3d/default/stats.html
73
share/gnump3d/default/style.css
117
share/gnump3d/default/style.css
118
share/gnump3d/dotNET/AUTHOR
119
share/gnump3d/dotNET/COPYING.html
120
share/gnump3d/dotNET/bug.html
121
share/gnump3d/dotNET/config.ini
122
share/gnump3d/dotNET/content.tmpl
123
share/gnump3d/dotNET/error.html
124
share/gnump3d/dotNET/header.tmpl
125
share/gnump3d/dotNET/images/ecke_unten_links.gif
126
share/gnump3d/dotNET/images/ecke_unten_rechts.gif
127
share/gnump3d/dotNET/images/eckeor.gif
128
share/gnump3d/dotNET/images/eckeul.gif
129
share/gnump3d/dotNET/images/eckeur.gif
130
share/gnump3d/dotNET/images/horizontal.jpg
131
share/gnump3d/dotNET/images/logo7.jpg
132
share/gnump3d/dotNET/images/pfeilrechts.gif
133
share/gnump3d/dotNET/images/reiter.jpg
134
share/gnump3d/dotNET/images/transparent.gif
135
share/gnump3d/dotNET/images/vertikal.jpg
136
share/gnump3d/dotNET/index.html
137
share/gnump3d/dotNET/info.html
138
share/gnump3d/dotNET/now.html
139
share/gnump3d/dotNET/playlist.html
140
share/gnump3d/dotNET/prefs.html
141
share/gnump3d/dotNET/random.html
142
share/gnump3d/dotNET/recent.html
143
share/gnump3d/dotNET/results.html
144
share/gnump3d/dotNET/search.html
145
share/gnump3d/dotNET/stats.html
146
share/gnump3d/dotNET/style.css
74
share/gnump3d/nausicaa/AUTHOR
147
share/gnump3d/nausicaa/AUTHOR
148
share/gnump3d/nausicaa/COPYING.html
149
share/gnump3d/nausicaa/bug.html
75
share/gnump3d/nausicaa/config.ini
150
share/gnump3d/nausicaa/config.ini
76
share/gnump3d/nausicaa/error.html
151
share/gnump3d/nausicaa/error.html
152
share/gnump3d/nausicaa/extras.html
77
share/gnump3d/nausicaa/index.html
153
share/gnump3d/nausicaa/index.html
78
share/gnump3d/nausicaa/plugin.html
154
share/gnump3d/nausicaa/info.html
155
share/gnump3d/nausicaa/now.html
156
share/gnump3d/nausicaa/playlist.html
157
share/gnump3d/nausicaa/prefs.html
158
share/gnump3d/nausicaa/random.html
159
share/gnump3d/nausicaa/recent.html
79
share/gnump3d/nausicaa/results.html
160
share/gnump3d/nausicaa/results.html
80
share/gnump3d/nausicaa/search.html
161
share/gnump3d/nausicaa/search.html
81
share/gnump3d/nausicaa/stats.html
162
share/gnump3d/nausicaa/stats.html
82
share/gnump3d/nausicaa/style.css
163
share/gnump3d/nausicaa/style.css
83
share/gnump3d/redgrey/AUTHOR
164
share/gnump3d/redgrey/AUTHOR
165
share/gnump3d/redgrey/COPYING.html
166
share/gnump3d/redgrey/bug.html
84
share/gnump3d/redgrey/error.html
167
share/gnump3d/redgrey/error.html
85
share/gnump3d/redgrey/index.html
168
share/gnump3d/redgrey/index.html
86
share/gnump3d/redgrey/plugin.html
169
share/gnump3d/redgrey/info.html
170
share/gnump3d/redgrey/now.html
171
share/gnump3d/redgrey/playlist.html
172
share/gnump3d/redgrey/prefs.html
173
share/gnump3d/redgrey/random.html
174
share/gnump3d/redgrey/recent.html
87
share/gnump3d/redgrey/results.html
175
share/gnump3d/redgrey/results.html
88
share/gnump3d/redgrey/search.html
176
share/gnump3d/redgrey/search.html
89
share/gnump3d/redgrey/stats.html
177
share/gnump3d/redgrey/stats.html
90
share/gnump3d/simple/AUTHOR
178
share/gnump3d/simple/AUTHOR
179
share/gnump3d/simple/COPYING.html
180
share/gnump3d/simple/bug.html
91
share/gnump3d/simple/config.ini
181
share/gnump3d/simple/config.ini
92
share/gnump3d/simple/error.html
182
share/gnump3d/simple/error.html
93
share/gnump3d/simple/index.html
183
share/gnump3d/simple/index.html
94
share/gnump3d/simple/plugin.html
184
share/gnump3d/simple/info.html
185
share/gnump3d/simple/now.html
186
share/gnump3d/simple/playlist.html
187
share/gnump3d/simple/prefs.html
188
share/gnump3d/simple/random.html
189
share/gnump3d/simple/recent.html
95
share/gnump3d/simple/results.html
190
share/gnump3d/simple/results.html
96
share/gnump3d/simple/search.html
191
share/gnump3d/simple/search.html
97
share/gnump3d/simple/stats.html
192
share/gnump3d/simple/stats.html
98
share/gnump3d/split/AUTHOR
99
share/gnump3d/split/config.ini
100
share/gnump3d/split/error.html
101
share/gnump3d/split/index.html
102
share/gnump3d/split/plugin.html
103
share/gnump3d/split/results.html
104
share/gnump3d/split/search.html
105
share/gnump3d/split/stats.html
106
@dirrm share/gnump3d/split
107
@dirrm share/gnump3d/simple
193
@dirrm share/gnump3d/simple
108
@dirrm share/gnump3d/redgrey
194
@dirrm share/gnump3d/redgrey
109
@dirrm share/gnump3d/nausicaa
195
@dirrm share/gnump3d/nausicaa
196
@dirrm share/gnump3d/dotNET/images
197
@dirrm share/gnump3d/dotNET
110
@dirrm share/gnump3d/default
198
@dirrm share/gnump3d/default
111
@dirrm share/gnump3d/Thexder
199
@dirrm share/gnump3d/Thexder
200
@dirrm share/gnump3d/Tabular
112
@dirrm share/gnump3d/LaFrere
201
@dirrm share/gnump3d/LaFrere
113
@dirrm share/gnump3d
202
@dirrm share/gnump3d
114
@dirrm lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins
203
@dirrm lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins

Return to bug 54131