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

(-)gnump3d/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	gnump3d
9
PORTNAME=	gnump3d
10
PORTVERSION=	2.3
10
PORTVERSION=	2.4
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}
(-)gnump3d/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gnump3d-2.3.tar.bz2) = 35f795d8ad2b5c1164456330ac52fa21
1
MD5 (gnump3d-2.4.tar.bz2) = df712073eed1bdd259d66a7df5015aa8
(-)gnump3d/files/patch-bin::gnump3d-top (-3 / +3 lines)
Lines 1-6 Link Here
1
--- bin/gnump3d-top.orig	Tue Feb  4 18:25:13 2003
1
--- bin/gnump3d-top.orig	Fri May  2 16:03:38 2003
2
+++ bin/gnump3d-top	Mon Feb 10 09:24:01 2003
2
+++ bin/gnump3d-top	Fri May  2 16:04:22 2003
3
@@ -63,12 +63,12 @@
3
@@ -64,12 +64,12 @@
4
 {
4
 {
5
     $DEFAULT_CONFIG = $ENV{"HOME"} . "/.gnump3drc";
5
     $DEFAULT_CONFIG = $ENV{"HOME"} . "/.gnump3drc";
6
 }
6
 }
(-)gnump3d/files/patch-bin::gnump3d2 (-9 / +8 lines)
Lines 1-18 Link Here
1
--- bin/gnump3d2.orig	Tue Apr 29 06:18:15 2003
1
--- bin/gnump3d2.orig	Fri May  2 15:59:42 2003
2
+++ bin/gnump3d2	Tue Apr 29 06:21:39 2003
2
+++ bin/gnump3d2	Fri May  2 16:02:49 2003
3
@@ -2234,9 +2234,9 @@
3
@@ -2457,9 +2457,9 @@
4
   {
4
   {
5
       $CONFIG_FILE = $ENV{"HOME"} . "/.gnump3drc";
5
       $CONFIG_FILE = $ENV{"HOME"} . "/.gnump3drc";
6
   }
6
   }
7
-  elsif ( -e "/etc/gnump3d/gnump3d.conf" )
7
-  elsif ( -e "/etc/gnump3d/gnump3d.conf" )
8
+  elsif ( -e "%%PREFIX%%/etc/gnump3d/gnump3d.conf" )
8
+  elsif ( -e "%%PREFIX%%/gnump3d/gnump3d.conf" )
9
   {
9
   {
10
-      $CONFIG_FILE = "/etc/gnump3d/gnump3d.conf";
10
-      $CONFIG_FILE = "/etc/gnump3d/gnump3d.conf";
11
+      $CONFIG_FILE = "%%PREFIX%%/etc/gnump3d/gnump3d.conf";
11
+      $CONFIG_FILE = "%%PREFIX%%/gnump3d/gnump3d.conf";
12
   }
12
   }
13
   elsif ( -e "gnump3d.conf" )
13
   elsif ( -e "gnump3d.conf" )
14
   {
14
   {
15
@@ -2371,8 +2371,8 @@
15
@@ -2599,8 +2599,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-37 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
@@ -2380,11 +2380,11 @@
26
@@ -2608,10 +2608,10 @@
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
+  $STATSPROG     = getConfig( "stats_program", "%%PREFIX%%/bin/gnump3d-top" );
31
+  $STATSPROG     = getConfig( "stats_program", "%%PREFIX%%/bin/gnump3d-top" );
32
   $STATSARGS     = getConfig( "stats_arguments", "" );
32
   $STATSARGS     = getConfig( "stats_arguments", "" );
33
   $play_all      = getConfig( "play_all_text", "Play All" );
33
   $play_rec      = getConfig( "play_recursively_text",  "Play" );
34
   $play_rec      = getConfig( "play_recursively_text",  "Play Recursively" );
35
-  $mime_file     = getConfig( "mime_file",  "/etc/gnump3d/mime.types" );
34
-  $mime_file     = getConfig( "mime_file",  "/etc/gnump3d/mime.types" );
36
+  $mime_file     = getConfig( "mime_file",  "%%PREFIX%%/etc/gnump3d/mime.types" );
35
+  $mime_file     = getConfig( "mime_file",  "%%PREFIX%%/etc/gnump3d/mime.types" );
37
   $enable_browse = getConfig( "enable_browsing", 1 );
36
   $enable_browse = getConfig( "enable_browsing", 1 );
(-)gnump3d/files/patch-etc::gnump3d.conf (-23 / +32 lines)
Lines 1-6 Link Here
1
--- etc/gnump3d.conf.orig	Tue Apr 29 06:18:15 2003
1
--- etc/gnump3d.conf.orig	Fri May  2 16:06:07 2003
2
+++ etc/gnump3d.conf	Tue Apr 29 06:26:17 2003
2
+++ etc/gnump3d.conf	Fri May  2 16:09:14 2003
3
@@ -163,7 +163,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:
6
 #
6
 #
Lines 9-15 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
@@ -382,13 +382,13 @@
12
@@ -388,13 +388,13 @@
13
 # theme variable below you specify which set of templates you wish
13
 # theme variable below you specify which set of templates you wish
14
 # the server to use.
14
 # the server to use.
15
 #
15
 #
Lines 26-32 Link Here
26
 #      should set theme to be 'twin'
26
 #      should set theme to be 'twin'
27
 #
27
 #
28
 #  When the server is running you may set the theme from your browser
28
 #  When the server is running you may set the theme from your browser
29
@@ -415,7 +415,7 @@
29
@@ -421,7 +421,7 @@
30
 # location.
30
 # location.
31
 #
31
 #
32
 ##
32
 ##
Lines 35-62 Link Here
35
 ##
35
 ##
36
 
36
 
37
 
37
 
38
@@ -568,13 +568,13 @@
38
@@ -582,13 +582,13 @@
39
 #
39
 # the string '$FILENAME' will be replaced by the file the user is
40
 #
40
 # requesting.
41
 #
41
 #
42
-#downsample_high_mp3   = /usr/bin/lame  --mp3input --resample 32 -b 33 
42
-#downsample_high_mp3   = /usr/bin/lame  --mp3input -b 56 $FILENAME -
43
-#downsample_medium_mp3 = /usr/bin/lame  --mp3input --resample 24 -b 24
43
-#downsample_medium_mp3 = /usr/bin/lame  --mp3input -b 33 $FILENAME -
44
-#downsample_low_mp3    = /usr/bin/lame  --mp3input --resample 16 -b 16 
44
-#downsample_low_mp3    = /usr/bin/lame  --mp3input -b 16 $FILENAME -
45
-#
45
-#
46
-#downsample_high_ogg   = /usr/bin/oggenc --mp3input --resample 32 -b 44
46
-#downsample_high_ogg   = /usr/bin/oggenc --mp3input $FILENAME --resample 32 -b 44
47
-#downsample_medium_ogg = /usr/bin/oggenc --mp3input --resample 24 -b 44
47
-#downsample_medium_ogg = /usr/bin/oggenc --mp3input $FILENAME --resample 24 -b 44
48
-#downsample_low_ogg    = /usr/bin/oggenc --mp3input --resample 16 -b 44
48
-#downsample_low_ogg    = /usr/bin/oggenc --mp3input $FILENAME --resample 16 -b 44
49
+#downsample_high_mp3   = %%LOCALBASE%%/bin/lame  --mp3input --resample 32 -b 33 
49
+#downsample_high_mp3   = %%LOCALBASE%%/bin/lame  --mp3input -b 56 $FILENAME -
50
+#downsample_medium_mp3 = %%LOCALBASE%%/bin/lame  --mp3input --resample 24 -b 24
50
+#downsample_medium_mp3 = %%LOCALBASE%%/bin/lame  --mp3input -b 33 $FILENAME -
51
+#downsample_low_mp3    = %%LOCALBASE%%/bin/lame  --mp3input --resample 16 -b 16 
51
+#downsample_low_mp3    = %%LOCALBASE%%/bin/lame  --mp3input -b 16 $FILENAME -
52
+#
52
+#
53
+#downsample_high_ogg   = %%LOCALBASE%%/bin/oggenc --mp3input --resample 32 -b 44
53
+#downsample_high_ogg   = %%LOCALBASE%%/bin/oggenc --mp3input $FILENAME --resample 32 -b 44
54
+#downsample_medium_ogg = %%LOCALBASE%%/bin/oggenc --mp3input --resample 24 -b 44
54
+#downsample_medium_ogg = %%LOCALBASE%%/bin/oggenc --mp3input $FILENAME --resample 24 -b 44
55
+#downsample_low_ogg    = %%LOCALBASE%%/bin/oggenc --mp3input --resample 16 -b 44
55
+#downsample_low_ogg    = %%LOCALBASE%%/bin/oggenc --mp3input $FILENAME --resample 16 -b 44
56
 #
56
 #
57
 
57
 
58
 #
58
 #
59
@@ -597,7 +597,7 @@
59
@@ -611,7 +611,7 @@
60
 #  This next setting allows you to change the location from which the
60
 #  This next setting allows you to change the location from which the
61
 # plugins are loaded.
61
 # plugins are loaded.
62
 #
62
 #
Lines 65-71 Link Here
65
 #
65
 #
66
 #
66
 #
67
 #  NOTE: the following directory should be correctly filled in by
67
 #  NOTE: the following directory should be correctly filled in by
68
@@ -669,7 +669,7 @@
68
@@ -683,7 +683,7 @@
69
 # used by default.  If not point this next file to wherever your mime
69
 # used by default.  If not point this next file to wherever your mime
70
 # types file is located:
70
 # types file is located:
71
 #
71
 #
Lines 73-76 Link Here
73
+#  mime_file = %%PREFIX%%/etc/gnump3d/mime.types
73
+#  mime_file = %%PREFIX%%/etc/gnump3d/mime.types
74
 #
74
 #
75
 #
75
 #
76
 
77
@@ -771,7 +771,7 @@
78
 ##
79
 #
80
 #  jukebox_mode   = 1
81
-#  jukebox_player = /usr/bin/mpg123 $FILENAME
82
+#  jukebox_player = %%PREFIX%%/bin/mpg123 $FILENAME
83
 #
84
 ##
76
 
85
 
(-)gnump3d/pkg-plist (-1 lines)
Lines 16-22 Link Here
16
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/COPYING.pm
16
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/COPYING.pm
17
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/bug.pm
17
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/bug.pm
18
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/info.pm
18
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/info.pm
19
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/last.pm
20
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/now.pm
19
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/now.pm
21
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/playlist.pm
20
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/playlist.pm
22
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/prefs.pm
21
lib/perl5/site_perl/%%PERL_VER%%/gnump3d/plugins/prefs.pm

Return to bug 51691