mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Remove expired port:
2013-11-30 audio/gnump3d: Development has been abandoned upstream
This commit is contained in:
parent
0216ac480f
commit
058cc9e721
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335281
1
MOVED
1
MOVED
@ -5271,3 +5271,4 @@ devel/py-distribute|devel/py-setuptools|2013-11-27|Replaced with setuptools
|
||||
devel/zmq-devel|net/libzmq3|2013-11-28|Rename according to upstream and move to more suitable category
|
||||
devel/czmq|net/czmq|2013-11-29|Move to a more suitable category and with other libzmq ports
|
||||
lang/ruby-reference||2013-11-29|Removed: does not contain up-to-date ruby reference, upstream has disappeared
|
||||
audio/gnump3d||2013-11-30|Has expired: Development has been abandoned upstream
|
||||
|
@ -226,7 +226,6 @@
|
||||
SUBDIR += gnomoradio
|
||||
SUBDIR += gnormalize
|
||||
SUBDIR += gnuitar
|
||||
SUBDIR += gnump3d
|
||||
SUBDIR += gnupod
|
||||
SUBDIR += gnustep-cdplayer
|
||||
SUBDIR += gogglesmm
|
||||
|
@ -1,68 +0,0 @@
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gnump3d
|
||||
PORTVERSION= 3.0
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= jadawin@FreeBSD.org
|
||||
COMMENT= Streaming server for MP3, Ogg Vorbis, and other streamable audio files
|
||||
|
||||
RUN_DEPENDS= liblame.so:${PORTSDIR}/audio/lame \
|
||||
libsox.so:${PORTSDIR}/audio/sox \
|
||||
liboggenc.so:${PORTSDIR}/audio/vorbis-tools
|
||||
|
||||
DEPRECATED= Development has been abandoned upstream
|
||||
EXPIRATION_DATE= 2013-11-30
|
||||
|
||||
USE_BZIP2= yes
|
||||
NO_STAGE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
NO_BUILD= yes
|
||||
USE_RC_SUBR= gnump3d
|
||||
SUB_LIST+= PERL=${PERL}
|
||||
|
||||
MAN1= gnump3d-index.1 gnump3d-top.1 gnump3d.1 gnump3d.conf.1
|
||||
|
||||
CONFDIR= ${PREFIX}/etc/${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
.for f in bin/gnump3d-index bin/gnump3d-top bin/gnump3d2 etc/gnump3d.conf \
|
||||
man/gnump3d.conf.1
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
|
||||
s|%%LOCALBASE%%|${LOCALBASE}|g ; \
|
||||
s|!/usr/bin/perl|!${PERL}| ; \
|
||||
s|%%SITE_PERL%%|${SITE_PERL}|g' ${WRKSRC}/${f}
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
.for f in gnump3d-index gnump3d-top gnump3d2
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${PREFIX}/bin
|
||||
.endfor
|
||||
${LN} -sf gnump3d2 ${PREFIX}/bin/gnump3d
|
||||
.for f in gnump3d-index.1 gnump3d-top.1 gnump3d.1 gnump3d.conf.1
|
||||
${INSTALL_MAN} ${WRKSRC}/man/${f} ${MANPREFIX}/man/man1
|
||||
.endfor
|
||||
${MKDIR} ${SITE_PERL}
|
||||
cd ${WRKSRC}/lib && ${FIND} . ! -empty | \
|
||||
${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${SITE_PERL}
|
||||
${MKDIR} ${DATADIR}
|
||||
cd ${WRKSRC}/templates && ${FIND} . ! -empty | \
|
||||
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}
|
||||
${MKDIR} ${CONFDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/etc/mime.types ${CONFDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/etc/file.types ${CONFDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/etc/gnump3d.conf \
|
||||
${CONFDIR}/gnump3d.conf-default
|
||||
.if !exists(${PREFIX}/etc/${PORTNAME}/gnump3d.conf)
|
||||
cd ${CONFDIR} && ${CP} gnump3d.conf-default gnump3d.conf
|
||||
.endif
|
||||
${MKDIR} /var/log/${PORTNAME}
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (gnump3d-3.0.tar.bz2) = 1ac5bd0e850b0e18ccd9d19219f5108fa84b50d8ae3825a361e8b907eab7f19c
|
||||
SIZE (gnump3d-3.0.tar.bz2) = 633215
|
@ -1,39 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# $FreeBSD$
|
||||
#
|
||||
# PROVIDE: gnump3d
|
||||
# REQUIRE: DAEMON NETWORKING LOGIN
|
||||
# KEYWORD: shutdown
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
gnump3d_enable=${gnump3d_enable-"NO"}
|
||||
gnump3d_program=${gnump3d_program:-%%PREFIX%%/bin/gnump3d}
|
||||
gnump3d_flags=${gnump3d_flags-"--fast --quiet --background"}
|
||||
gnump3d_pidfile=${gnump3d_pidfile:-/var/run/gnump3d.pid}
|
||||
|
||||
name="gnump3d"
|
||||
rcvar=gnump3d_enable
|
||||
command="%%PREFIX%%/bin/gnump3d"
|
||||
command_interpreter="%%PERL%%"
|
||||
pidfile="${gnump3d_pidfile}"
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
start_cmd=gnump3d_start
|
||||
|
||||
# hack to capture the PID
|
||||
gnump3d_start() {
|
||||
pid=`check_process ${command} ${command_interpreter}`
|
||||
if [ -z $pid ]; then
|
||||
echo "Starting ${name}."
|
||||
${command} ${gnump3d_flags}
|
||||
pid=`check_process ${command} ${command_interpreter}`
|
||||
echo $pid > ${gnump3d_pidfile}
|
||||
else
|
||||
echo "${name} already running? (pid = $pid)"
|
||||
fi
|
||||
}
|
||||
|
||||
run_rc_command "$1"
|
@ -1,14 +0,0 @@
|
||||
--- bin/gnump3d-index.orig 2008-01-03 11:24:28.000000000 +0000
|
||||
+++ bin/gnump3d-index 2008-01-03 11:24:59.000000000 +0000
|
||||
@@ -150,9 +150,9 @@
|
||||
{
|
||||
$CONFIG{'file'} = $ENV{"HOME"} . "/.gnump3drc";
|
||||
}
|
||||
-elsif ( -e "/etc/gnump3d/gnump3d.conf" )
|
||||
+elsif ( -e "%%PREFIX%%/etc/gnump3d/gnump3d.conf" )
|
||||
{
|
||||
- $CONFIG{'file'} = "/etc/gnump3d/gnump3d.conf";
|
||||
+ $CONFIG{'file'} = "%%PREFIX%%/etc/gnump3d/gnump3d.conf";
|
||||
}
|
||||
elsif ( -e "gnump3d.conf" )
|
||||
{
|
@ -1,17 +0,0 @@
|
||||
--- bin/gnump3d-top.orig 2008-01-03 11:25:59.000000000 +0000
|
||||
+++ bin/gnump3d-top 2008-01-03 11:26:30.000000000 +0000
|
||||
@@ -126,12 +126,12 @@
|
||||
{
|
||||
$CONFIG{'file'} = $ENV{"HOME"} . "/.gnump3drc";
|
||||
}
|
||||
-elsif ( -e "/etc/gnump3d/gnump3d.conf" )
|
||||
+elsif ( -e "%%PREFIX%%/etc/gnump3d/gnump3d.conf" )
|
||||
{
|
||||
#
|
||||
# Otherwise the system wide one.
|
||||
#
|
||||
- $CONFIG{'file'} = "/etc/gnump3d/gnump3d.conf";
|
||||
+ $CONFIG{'file'} = "%%PREFIX%%/etc/gnump3d/gnump3d.conf";
|
||||
}
|
||||
elsif ( -e "gnump3d.conf" )
|
||||
{
|
@ -1,52 +0,0 @@
|
||||
--- bin/gnump3d2.orig 2008-01-03 11:26:53.000000000 +0000
|
||||
+++ bin/gnump3d2 2008-01-03 11:30:54.000000000 +0000
|
||||
@@ -3126,10 +3126,10 @@
|
||||
# This is mainly here for Windows users.
|
||||
$CONFIG_FILE = "gnump3d.conf";
|
||||
}
|
||||
- elsif ( -e "/etc/gnump3d/gnump3d.conf" )
|
||||
+ elsif ( -e "%%PREFIX%%/etc/gnump3d/gnump3d.conf" )
|
||||
{
|
||||
# None of the others are present, use the system wide one.
|
||||
- $CONFIG_FILE = "/etc/gnump3d/gnump3d.conf";
|
||||
+ $CONFIG_FILE = "%%PREFIX%%/etc/gnump3d/gnump3d.conf";
|
||||
}
|
||||
|
||||
|
||||
@@ -3246,8 +3246,8 @@
|
||||
$PORT = getConfig( "port", 8888 );
|
||||
$bind_address = getConfig( "binding_host", "" );
|
||||
$host = getConfig( "hostname", "localhost" );
|
||||
- $theme_dir = getConfig( "theme_directory", "/usr/share/gnump3d" );
|
||||
- $plugin_dir = getConfig( "plugin_directory", "/usr/lib/perl5/gnump3d/plugins" );
|
||||
+ $theme_dir = getConfig( "theme_directory", "%%PREFIX%%/share/gnump3d" );
|
||||
+ $plugin_dir = getConfig( "plugin_directory", "%%SITE_PERL%%/perl5/gnump3d/plugins" );
|
||||
$always_stream = getConfig( "always_stream", 1 );
|
||||
$access_log = getConfig( "logfile", "/var/log/gnump3d/access.log" );
|
||||
$error_log = getConfig( "errorlog", "/var/log/gnump3d/error.log" );
|
||||
@@ -3255,12 +3255,12 @@
|
||||
$client_host = getConfig( "use_client_host", 1 );
|
||||
$default_theme = getConfig( "theme", "default" );
|
||||
$TIMEOUT = getConfig( "read_time", 10 );
|
||||
- $STATSPROG = getConfig( "stats_program", "/usr/bin/gnump3d-top" );
|
||||
- $INDEXPROG = getConfig( "index_program", "/usr/bin/gnump3d-index" );
|
||||
+ $STATSPROG = getConfig( "stats_program", "%%PREFIX%%/bin/gnump3d-top" );
|
||||
+ $INDEXPROG = getConfig( "index_program", "%%PREFIX%%/bin/gnump3d-index" );
|
||||
$STATSARGS = getConfig( "stats_arguments", "" );
|
||||
$play_rec = getConfig( "play_recursively_text", "Play" );
|
||||
- $mime_file = getConfig( "mime_file", "/etc/gnump3d/mime.types" );
|
||||
- $file_types = getConfig( "file_types", "/etc/gnump3d/file.types" );
|
||||
+ $mime_file = getConfig( "mime_file", "%%PREFIX%%/etc/gnump3d/mime.types" );
|
||||
+ $file_types = getConfig( "file_types", "%%PREFIX%%/etc/gnump3d/file.types" );
|
||||
$enable_browse = getConfig( "enable_browsing", 1 );
|
||||
$sort_order = getConfig( "sort_order", '$FILENAME' );
|
||||
|
||||
@@ -3316,7 +3316,7 @@
|
||||
# Experimental features.
|
||||
#
|
||||
$jukebox = getConfig( "jukebox_mode", 0 );
|
||||
- $jukebox_binary = getConfig( "jukebox_player", "/usr/bin/mpg123" );
|
||||
+ $jukebox_binary = getConfig( "jukebox_player", "%%LOCALBASE%%/bin/mpg123" );
|
||||
if ( $jukebox )
|
||||
{
|
||||
$always_stream = 0;
|
@ -1,113 +0,0 @@
|
||||
--- etc/gnump3d.conf.orig 2007-10-18 17:34:02.000000000 +0000
|
||||
+++ etc/gnump3d.conf 2008-01-03 15:27:12.000000000 +0000
|
||||
@@ -172,7 +172,7 @@
|
||||
# path if you don't have it installed upon the $PATH of the user
|
||||
# who starts the server:
|
||||
#
|
||||
-# stats_program = /usr/bin/gnump3d-top
|
||||
+# stats_program = %%PREFIX%%/bin/gnump3d-top
|
||||
#
|
||||
#
|
||||
# For example you may change the default number of lines which are
|
||||
@@ -393,7 +393,7 @@
|
||||
# the URL http://server.host.name:port/stats/, and reads in a template
|
||||
# called 'stats.html'
|
||||
#
|
||||
-# The theme directory defaults to /usr/share/gnump3d - but may be
|
||||
+# The theme directory defaults to %%PREFIX%%/share/gnump3d - but may be
|
||||
# changed via the 'theme_directory' setting given below.
|
||||
#
|
||||
# When the server is running you may set the theme from your browser
|
||||
@@ -420,7 +420,7 @@
|
||||
# location.
|
||||
#
|
||||
##
|
||||
-theme_directory = /usr/share/gnump3d/
|
||||
+theme_directory = %%PREFIX%%/share/gnump3d/
|
||||
##
|
||||
|
||||
|
||||
@@ -659,13 +659,13 @@
|
||||
#
|
||||
# downsample_"level"_"file suffix" = command args
|
||||
#
|
||||
-#downsample_high_mp3 = /usr/bin/lame --mp3input -b 56 $FILENAME -
|
||||
-#downsample_medium_mp3 = /usr/bin/lame --mp3input -b 32 $FILENAME -
|
||||
-#downsample_low_mp3 = /usr/bin/lame --mp3input -b 16 $FILENAME -
|
||||
-#
|
||||
-#downsample_high_ogg = /usr/bin/sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix -b 96 -
|
||||
-#downsample_medium_ogg = /usr/bin/sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix -b 64 -
|
||||
-#downsample_low_ogg = /usr/bin/sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix --resample 22050 -b 32 -
|
||||
+#downsample_high_mp3 = %%PREFIX%%/bin/lame --mp3input -b 56 $FILENAME -
|
||||
+#downsample_medium_mp3 = %%PREFIX%%/bin/lame --mp3input -b 32 $FILENAME -
|
||||
+#downsample_low_mp3 = %%PREFIX%%/bin/lame --mp3input -b 16 $FILENAME -
|
||||
+#
|
||||
+#downsample_high_ogg = %%PREFIX%%/bin/sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix -b 96 -
|
||||
+#downsample_medium_ogg = %%PREFIX%%/bin/sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix -b 64 -
|
||||
+#downsample_low_ogg = %%PREFIX%%/bin/sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix --resample 22050 -b 32 -
|
||||
#
|
||||
|
||||
#
|
||||
@@ -702,7 +702,7 @@
|
||||
# a bug.
|
||||
#
|
||||
|
||||
-plugin_directory = PLUGINDIR/gnump3d/plugins
|
||||
+plugin_directory = %%SITE_PERL%%/gnump3d/plugins
|
||||
|
||||
|
||||
#
|
||||
@@ -740,7 +740,7 @@
|
||||
# used by default. If not point this next file to wherever your mime
|
||||
# types file is located:
|
||||
#
|
||||
-mime_file = /etc/gnump3d/mime.types
|
||||
+mime_file = %%PREFIX%%/etc/gnump3d/mime.types
|
||||
#
|
||||
#
|
||||
|
||||
@@ -751,7 +751,7 @@
|
||||
# file it is.
|
||||
#
|
||||
# Here is the lookup file.
|
||||
-file_types = /etc/gnump3d/file.types
|
||||
+file_types = %%PREFIX%%/etc/gnump3d/file.types
|
||||
|
||||
#
|
||||
#
|
||||
@@ -761,7 +761,7 @@
|
||||
#
|
||||
# The path under which these files are created in may be set here.
|
||||
#
|
||||
-now_playing_path = /var/cache/gnump3d/serving
|
||||
+now_playing_path = /tmp/gnump3d/serving
|
||||
|
||||
|
||||
#
|
||||
@@ -772,7 +772,7 @@
|
||||
# This next setting controls where that script will write its tag database
|
||||
# to.
|
||||
#
|
||||
-tag_cache = /var/cache/gnump3d/song.tags
|
||||
+tag_cache = /tmp/gnump3d/song.tags
|
||||
|
||||
#
|
||||
# This next setting allows you to control the path to the gnump3d-index
|
||||
@@ -780,7 +780,7 @@
|
||||
#
|
||||
# Normally you shouldn't need to touch this.
|
||||
#
|
||||
-# index_program = /usr/bin/gnump3d-index
|
||||
+# index_program = %%PREFIX%%/bin/gnump3d-index
|
||||
|
||||
|
||||
#
|
||||
@@ -870,7 +870,7 @@
|
||||
##
|
||||
#
|
||||
# jukebox_mode = 1
|
||||
-# jukebox_player = /usr/bin/mpg123 $FILENAME
|
||||
+# jukebox_player = %%LOCALBAS%%/bin/mpg123 $FILENAME
|
||||
#
|
||||
##
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- man/gnump3d.conf.1.orig Tue Feb 4 18:25:13 2003
|
||||
+++ man/gnump3d.conf.1 Fri Feb 7 01:04:28 2003
|
||||
@@ -18,7 +18,7 @@
|
||||
.B gnump3d.conf
|
||||
.Sp
|
||||
By default the configuration file lives in
|
||||
-.B /etc/gnump3d/gnump3d.conf
|
||||
+.B %%PREFIX%%/etc/gnump3d/gnump3d.conf
|
||||
but the server may instead read the personal configuration file
|
||||
.B
|
||||
~/.gnump3drc
|
@ -1,4 +0,0 @@
|
||||
GNUMP3d is a streaming server for MP3's, Ogg Vorbis, and other streamable
|
||||
audio files.
|
||||
|
||||
WWW: http://www.gnu.org/software/gnump3d/
|
@ -1,384 +0,0 @@
|
||||
@comment $FreeBSD$
|
||||
bin/gnump3d
|
||||
bin/gnump3d-index
|
||||
bin/gnump3d-top
|
||||
bin/gnump3d2
|
||||
@unexec if cmp -s %D/etc/gnump3d/gnump3d.conf %D/etc/gnump3d/gnump3d.conf-default; then rm -f %D/etc/gnump3d/gnump3d.conf; fi
|
||||
etc/gnump3d/gnump3d.conf-default
|
||||
@exec [ -f %B/gnump3d.conf ] || cp %B/%f %B/gnump3d.conf
|
||||
etc/gnump3d/mime.types
|
||||
etc/gnump3d/file.types
|
||||
%%SITE_PERL%%/gnump3d/IP.pm
|
||||
%%SITE_PERL%%/gnump3d/MD5.pm
|
||||
%%SITE_PERL%%/gnump3d/WMA.pm
|
||||
%%SITE_PERL%%/gnump3d/filetypes.pm
|
||||
%%SITE_PERL%%/gnump3d/Request.pm
|
||||
%%SITE_PERL%%/gnump3d/base64.pm
|
||||
%%SITE_PERL%%/gnump3d/config.pm
|
||||
%%SITE_PERL%%/gnump3d/files.pm
|
||||
%%SITE_PERL%%/gnump3d/HTML/Template.pm
|
||||
%%SITE_PERL%%/gnump3d/lang/de.pm
|
||||
%%SITE_PERL%%/gnump3d/lang/ba.pm
|
||||
%%SITE_PERL%%/gnump3d/lang/en.pm
|
||||
%%SITE_PERL%%/gnump3d/lang/es.pm
|
||||
%%SITE_PERL%%/gnump3d/lang/fr.pm
|
||||
%%SITE_PERL%%/gnump3d/lang/lookup.pm
|
||||
%%SITE_PERL%%/gnump3d/mp3info.pm
|
||||
%%SITE_PERL%%/gnump3d/mp4info.pm
|
||||
%%SITE_PERL%%/gnump3d/ogginfo.pm
|
||||
%%SITE_PERL%%/gnump3d/plugins/copying.pm
|
||||
%%SITE_PERL%%/gnump3d/plugins/info.pm
|
||||
%%SITE_PERL%%/gnump3d/plugins/now.pm
|
||||
%%SITE_PERL%%/gnump3d/plugins/playlist.pm
|
||||
%%SITE_PERL%%/gnump3d/plugins/prefs.pm
|
||||
%%SITE_PERL%%/gnump3d/plugins/random.pm
|
||||
%%SITE_PERL%%/gnump3d/plugins/recent.pm
|
||||
%%SITE_PERL%%/gnump3d/plugins/search.pm
|
||||
%%SITE_PERL%%/gnump3d/plugins/size.pm
|
||||
%%SITE_PERL%%/gnump3d/plugins/stats.pm
|
||||
%%SITE_PERL%%/gnump3d/plugins/tagbrowse.pm
|
||||
%%SITE_PERL%%/gnump3d/readtags.pm
|
||||
%%SITE_PERL%%/gnump3d/sorting.pm
|
||||
%%SITE_PERL%%/gnump3d/tagcache.pm
|
||||
%%SITE_PERL%%/gnump3d/url.pm
|
||||
%%DATADIR%%/Avalon/AUTHOR
|
||||
%%DATADIR%%/Avalon/COPYING.html
|
||||
%%DATADIR%%/Avalon/base.css
|
||||
%%DATADIR%%/Avalon/error.html
|
||||
%%DATADIR%%/Avalon/gnump3d-logo.jpg
|
||||
%%DATADIR%%/Avalon/html_footer.tmpl
|
||||
%%DATADIR%%/Avalon/html_header.tmpl
|
||||
%%DATADIR%%/Avalon/index.html
|
||||
%%DATADIR%%/Avalon/info.html
|
||||
%%DATADIR%%/Avalon/now.html
|
||||
%%DATADIR%%/Avalon/page_footer.tmpl
|
||||
%%DATADIR%%/Avalon/page_header.tmpl
|
||||
%%DATADIR%%/Avalon/playlist.html
|
||||
%%DATADIR%%/Avalon/prefs.html
|
||||
%%DATADIR%%/Avalon/random.html
|
||||
%%DATADIR%%/Avalon/readme.txt
|
||||
%%DATADIR%%/Avalon/recent.html
|
||||
%%DATADIR%%/Avalon/results.html
|
||||
%%DATADIR%%/Avalon/search.html
|
||||
%%DATADIR%%/Avalon/size.html
|
||||
%%DATADIR%%/Avalon/stats.html
|
||||
%%DATADIR%%/Avalon/tagbrowse.html
|
||||
%%DATADIR%%/BlueBox/AUTHOR
|
||||
%%DATADIR%%/BlueBox/BlueBox.css
|
||||
%%DATADIR%%/BlueBox/COPYING.html
|
||||
%%DATADIR%%/BlueBox/error.html
|
||||
%%DATADIR%%/BlueBox/extras.html
|
||||
%%DATADIR%%/BlueBox/footer.tmpl
|
||||
%%DATADIR%%/BlueBox/header.tmpl
|
||||
%%DATADIR%%/BlueBox/index.html
|
||||
%%DATADIR%%/BlueBox/info.html
|
||||
%%DATADIR%%/BlueBox/now.html
|
||||
%%DATADIR%%/BlueBox/playlist.html
|
||||
%%DATADIR%%/BlueBox/prefs.html
|
||||
%%DATADIR%%/BlueBox/random.html
|
||||
%%DATADIR%%/BlueBox/recent.html
|
||||
%%DATADIR%%/BlueBox/results.html
|
||||
%%DATADIR%%/BlueBox/search.html
|
||||
%%DATADIR%%/BlueBox/size.html
|
||||
%%DATADIR%%/BlueBox/statistics.html
|
||||
%%DATADIR%%/BlueBox/stats.html
|
||||
%%DATADIR%%/BlueBox/tagbrowse.html
|
||||
%%DATADIR%%/BlueBox/template.ini
|
||||
%%DATADIR%%/Clean/AUTHOR
|
||||
%%DATADIR%%/Clean/COPYING.html
|
||||
%%DATADIR%%/Clean/error.html
|
||||
%%DATADIR%%/Clean/index.html
|
||||
%%DATADIR%%/Clean/info.html
|
||||
%%DATADIR%%/Clean/layout.css
|
||||
%%DATADIR%%/Clean/menu.tmpl
|
||||
%%DATADIR%%/Clean/now.html
|
||||
%%DATADIR%%/Clean/playlist.html
|
||||
%%DATADIR%%/Clean/prefs.html
|
||||
%%DATADIR%%/Clean/random.html
|
||||
%%DATADIR%%/Clean/recent.html
|
||||
%%DATADIR%%/Clean/results.html
|
||||
%%DATADIR%%/Clean/search.html
|
||||
%%DATADIR%%/Clean/size.html
|
||||
%%DATADIR%%/Clean/stats.html
|
||||
%%DATADIR%%/Clean/tagbrowse.html
|
||||
%%DATADIR%%/LaFrere/AUTHOR
|
||||
%%DATADIR%%/LaFrere/COPYING.html
|
||||
%%DATADIR%%/LaFrere/error.html
|
||||
%%DATADIR%%/LaFrere/index.html
|
||||
%%DATADIR%%/LaFrere/info.html
|
||||
%%DATADIR%%/LaFrere/logo.png
|
||||
%%DATADIR%%/LaFrere/now.html
|
||||
%%DATADIR%%/LaFrere/playlist.html
|
||||
%%DATADIR%%/LaFrere/prefs.html
|
||||
%%DATADIR%%/LaFrere/random.html
|
||||
%%DATADIR%%/LaFrere/recent.html
|
||||
%%DATADIR%%/LaFrere/results.html
|
||||
%%DATADIR%%/LaFrere/search.html
|
||||
%%DATADIR%%/LaFrere/size.html
|
||||
%%DATADIR%%/LaFrere/stats.html
|
||||
%%DATADIR%%/LaFrere/tagbrowse.html
|
||||
%%DATADIR%%/Liquid/AUTHOR
|
||||
%%DATADIR%%/Liquid/COPYING.html
|
||||
%%DATADIR%%/Liquid/bck.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-anthrazite-act.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-anthrazite.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-aqua-act.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-aqua.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-lime-act.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-lime.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-purple-act.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-purple.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-ruby-act.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-ruby.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-tangerine-act.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-tangerine.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-turqois-act.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-turqois.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-yellow-act.gif
|
||||
%%DATADIR%%/Liquid/cel-bar-yellow.gif
|
||||
%%DATADIR%%/Liquid/error.html
|
||||
%%DATADIR%%/Liquid/footer.tmpl
|
||||
%%DATADIR%%/Liquid/gnump3dskin.webprj
|
||||
%%DATADIR%%/Liquid/header.tmpl
|
||||
%%DATADIR%%/Liquid/index.html
|
||||
%%DATADIR%%/Liquid/info.html
|
||||
%%DATADIR%%/Liquid/now.html
|
||||
%%DATADIR%%/Liquid/playlist.html
|
||||
%%DATADIR%%/Liquid/prefs.html
|
||||
%%DATADIR%%/Liquid/random.html
|
||||
%%DATADIR%%/Liquid/recent.html
|
||||
%%DATADIR%%/Liquid/results.html
|
||||
%%DATADIR%%/Liquid/search.html
|
||||
%%DATADIR%%/Liquid/size.html
|
||||
%%DATADIR%%/Liquid/stats.html
|
||||
%%DATADIR%%/Liquid/style.css
|
||||
%%DATADIR%%/Liquid/tab-aqua-act.gif
|
||||
%%DATADIR%%/Liquid/tab-athrazite-act.gif
|
||||
%%DATADIR%%/Liquid/tab-lime-act.gif
|
||||
%%DATADIR%%/Liquid/tab-purple-act.gif
|
||||
%%DATADIR%%/Liquid/tab-ruby-act.gif
|
||||
%%DATADIR%%/Liquid/tab-tangerine-act.gif
|
||||
%%DATADIR%%/Liquid/tab-turqois-act.gif
|
||||
%%DATADIR%%/Liquid/tab-white-act.gif
|
||||
%%DATADIR%%/Liquid/tab-white-mo.gif
|
||||
%%DATADIR%%/Liquid/tab-yellow-act.gif
|
||||
%%DATADIR%%/Liquid/tabel-header-left-ruby.gif
|
||||
%%DATADIR%%/Liquid/tabel-header-middle-ruby.gif
|
||||
%%DATADIR%%/Liquid/tabel-header-middle-white.gif
|
||||
%%DATADIR%%/Liquid/tabel-header-right-ruby.gif
|
||||
%%DATADIR%%/Liquid/tagbrowse.html
|
||||
%%DATADIR%%/Musicus/AUTHOR
|
||||
%%DATADIR%%/Musicus/COPYING.html
|
||||
%%DATADIR%%/Musicus/error.html
|
||||
%%DATADIR%%/Musicus/extras.html
|
||||
%%DATADIR%%/Musicus/footer.tmpl
|
||||
%%DATADIR%%/Musicus/index.html
|
||||
%%DATADIR%%/Musicus/info.html
|
||||
%%DATADIR%%/Musicus/now.html
|
||||
%%DATADIR%%/Musicus/playlist.html
|
||||
%%DATADIR%%/Musicus/prefs.html
|
||||
%%DATADIR%%/Musicus/random.html
|
||||
%%DATADIR%%/Musicus/recent.html
|
||||
%%DATADIR%%/Musicus/results.html
|
||||
%%DATADIR%%/Musicus/search.html
|
||||
%%DATADIR%%/Musicus/size.html
|
||||
%%DATADIR%%/Musicus/statistics.html
|
||||
%%DATADIR%%/Musicus/stats.html
|
||||
%%DATADIR%%/Musicus/style.css
|
||||
%%DATADIR%%/Musicus/tagbrowse.html
|
||||
%%DATADIR%%/Musicus/template.ini
|
||||
%%DATADIR%%/Nomad/COPYING.html
|
||||
%%DATADIR%%/Nomad/ClubNomadLogo.gif
|
||||
%%DATADIR%%/Nomad/GNUMP3dLogo.jpg
|
||||
%%DATADIR%%/Nomad/Nomad_theme.css
|
||||
%%DATADIR%%/Nomad/SmallHome.gif
|
||||
%%DATADIR%%/Nomad/bg.gif
|
||||
%%DATADIR%%/Nomad/error.html
|
||||
%%DATADIR%%/Nomad/gnump3d_themes_footer.tmpl
|
||||
%%DATADIR%%/Nomad/gnump3d_themes_header.tmpl
|
||||
%%DATADIR%%/Nomad/index.html
|
||||
%%DATADIR%%/Nomad/info.html
|
||||
%%DATADIR%%/Nomad/logo.png
|
||||
%%DATADIR%%/Nomad/now.html
|
||||
%%DATADIR%%/Nomad/playlist.html
|
||||
%%DATADIR%%/Nomad/prefs.html
|
||||
%%DATADIR%%/Nomad/random.html
|
||||
%%DATADIR%%/Nomad/recent.html
|
||||
%%DATADIR%%/Nomad/results.html
|
||||
%%DATADIR%%/Nomad/search.html
|
||||
%%DATADIR%%/Nomad/size.html
|
||||
%%DATADIR%%/Nomad/stats.html
|
||||
%%DATADIR%%/Nomad/tagbrowse.html
|
||||
%%DATADIR%%/README
|
||||
%%DATADIR%%/SchwartzNGrau/AUTHOR
|
||||
%%DATADIR%%/SchwartzNGrau/COPYING.html
|
||||
%%DATADIR%%/SchwartzNGrau/clear.gif
|
||||
%%DATADIR%%/SchwartzNGrau/error.html
|
||||
%%DATADIR%%/SchwartzNGrau/index.html
|
||||
%%DATADIR%%/SchwartzNGrau/info.html
|
||||
%%DATADIR%%/SchwartzNGrau/master.css
|
||||
%%DATADIR%%/SchwartzNGrau/now.html
|
||||
%%DATADIR%%/SchwartzNGrau/playlist.html
|
||||
%%DATADIR%%/SchwartzNGrau/prefs.html
|
||||
%%DATADIR%%/SchwartzNGrau/random.html
|
||||
%%DATADIR%%/SchwartzNGrau/recent.html
|
||||
%%DATADIR%%/SchwartzNGrau/results.html
|
||||
%%DATADIR%%/SchwartzNGrau/search.html
|
||||
%%DATADIR%%/SchwartzNGrau/size.html
|
||||
%%DATADIR%%/SchwartzNGrau/stats.html
|
||||
%%DATADIR%%/SchwartzNGrau/tagbrowse.html
|
||||
%%DATADIR%%/Tabular/AUTHOR
|
||||
%%DATADIR%%/Tabular/COPYING.html
|
||||
%%DATADIR%%/Tabular/error.html
|
||||
%%DATADIR%%/Tabular/extras.html
|
||||
%%DATADIR%%/Tabular/footer.tmpl
|
||||
%%DATADIR%%/Tabular/index.html
|
||||
%%DATADIR%%/Tabular/info.html
|
||||
%%DATADIR%%/Tabular/now.html
|
||||
%%DATADIR%%/Tabular/playlist.html
|
||||
%%DATADIR%%/Tabular/prefs.html
|
||||
%%DATADIR%%/Tabular/random.html
|
||||
%%DATADIR%%/Tabular/recent.html
|
||||
%%DATADIR%%/Tabular/results.html
|
||||
%%DATADIR%%/Tabular/search.html
|
||||
%%DATADIR%%/Tabular/size.html
|
||||
%%DATADIR%%/Tabular/statistics.html
|
||||
%%DATADIR%%/Tabular/stats.html
|
||||
%%DATADIR%%/Tabular/style.css
|
||||
%%DATADIR%%/Tabular/tagbrowse.html
|
||||
%%DATADIR%%/Tabular/template.ini
|
||||
%%DATADIR%%/Thexder/AUTHOR
|
||||
%%DATADIR%%/Thexder/COPYING.html
|
||||
%%DATADIR%%/Thexder/dig_temp2_01.jpg
|
||||
%%DATADIR%%/Thexder/dig_temp2_02.jpg
|
||||
%%DATADIR%%/Thexder/dig_temp2_03.gif
|
||||
%%DATADIR%%/Thexder/dig_temp2_04.jpg
|
||||
%%DATADIR%%/Thexder/dig_temp2_06.jpg
|
||||
%%DATADIR%%/Thexder/dig_temp2_08.jpg
|
||||
%%DATADIR%%/Thexder/dig_temp2_10.jpg
|
||||
%%DATADIR%%/Thexder/dig_temp2_12.jpg
|
||||
%%DATADIR%%/Thexder/dig_temp2_14.jpg
|
||||
%%DATADIR%%/Thexder/error.html
|
||||
%%DATADIR%%/Thexder/hr.gif
|
||||
%%DATADIR%%/Thexder/index.html
|
||||
%%DATADIR%%/Thexder/info.html
|
||||
%%DATADIR%%/Thexder/link_1.jpg
|
||||
%%DATADIR%%/Thexder/link_2.jpg
|
||||
%%DATADIR%%/Thexder/link_3.jpg
|
||||
%%DATADIR%%/Thexder/link_4.jpg
|
||||
%%DATADIR%%/Thexder/link_5.jpg
|
||||
%%DATADIR%%/Thexder/logo7.jpg
|
||||
%%DATADIR%%/Thexder/now.html
|
||||
%%DATADIR%%/Thexder/playlist.html
|
||||
%%DATADIR%%/Thexder/prefs.html
|
||||
%%DATADIR%%/Thexder/random.html
|
||||
%%DATADIR%%/Thexder/recent.html
|
||||
%%DATADIR%%/Thexder/results.html
|
||||
%%DATADIR%%/Thexder/search.html
|
||||
%%DATADIR%%/Thexder/spacer.gif
|
||||
%%DATADIR%%/Thexder/stats.html
|
||||
%%DATADIR%%/default/AUTHOR
|
||||
%%DATADIR%%/default/COPYING.html
|
||||
%%DATADIR%%/default/error.html
|
||||
%%DATADIR%%/default/footer.tmpl
|
||||
%%DATADIR%%/default/header.tmpl
|
||||
%%DATADIR%%/default/index.html
|
||||
%%DATADIR%%/default/info.html
|
||||
%%DATADIR%%/default/now.html
|
||||
%%DATADIR%%/default/playlist.html
|
||||
%%DATADIR%%/default/prefs.html
|
||||
%%DATADIR%%/default/random.html
|
||||
%%DATADIR%%/default/recent.html
|
||||
%%DATADIR%%/default/results.html
|
||||
%%DATADIR%%/default/search.html
|
||||
%%DATADIR%%/default/size.html
|
||||
%%DATADIR%%/default/stats.html
|
||||
%%DATADIR%%/default/style.css
|
||||
%%DATADIR%%/default/tagbrowse.html
|
||||
%%DATADIR%%/dotNET/AUTHOR
|
||||
%%DATADIR%%/dotNET/COPYING.html
|
||||
%%DATADIR%%/dotNET/content.tmpl
|
||||
%%DATADIR%%/dotNET/error.html
|
||||
%%DATADIR%%/dotNET/header.tmpl
|
||||
%%DATADIR%%/dotNET/images/ecke_unten_links.gif
|
||||
%%DATADIR%%/dotNET/images/ecke_unten_rechts.gif
|
||||
%%DATADIR%%/dotNET/images/eckeor.gif
|
||||
%%DATADIR%%/dotNET/images/eckeul.gif
|
||||
%%DATADIR%%/dotNET/images/eckeur.gif
|
||||
%%DATADIR%%/dotNET/images/horizontal.jpg
|
||||
%%DATADIR%%/dotNET/images/logo7.jpg
|
||||
%%DATADIR%%/dotNET/images/pfeilrechts.gif
|
||||
%%DATADIR%%/dotNET/images/reiter.jpg
|
||||
%%DATADIR%%/dotNET/images/transparent.gif
|
||||
%%DATADIR%%/dotNET/images/vertikal.jpg
|
||||
%%DATADIR%%/dotNET/index.html
|
||||
%%DATADIR%%/dotNET/info.html
|
||||
%%DATADIR%%/dotNET/now.html
|
||||
%%DATADIR%%/dotNET/playlist.html
|
||||
%%DATADIR%%/dotNET/prefs.html
|
||||
%%DATADIR%%/dotNET/random.html
|
||||
%%DATADIR%%/dotNET/recent.html
|
||||
%%DATADIR%%/dotNET/results.html
|
||||
%%DATADIR%%/dotNET/search.html
|
||||
%%DATADIR%%/dotNET/stats.html
|
||||
%%DATADIR%%/dotNET/style.css
|
||||
%%DATADIR%%/handheld/AUTHOR
|
||||
%%DATADIR%%/handheld/error.html
|
||||
%%DATADIR%%/handheld/index.html
|
||||
%%DATADIR%%/handheld/random.html
|
||||
%%DATADIR%%/handheld/results.html
|
||||
%%DATADIR%%/handheld/search.html
|
||||
%%DATADIR%%/nausicaa/AUTHOR
|
||||
%%DATADIR%%/nausicaa/COPYING.html
|
||||
%%DATADIR%%/nausicaa/error.html
|
||||
%%DATADIR%%/nausicaa/extras.html
|
||||
%%DATADIR%%/nausicaa/index.html
|
||||
%%DATADIR%%/nausicaa/info.html
|
||||
%%DATADIR%%/nausicaa/now.html
|
||||
%%DATADIR%%/nausicaa/playlist.html
|
||||
%%DATADIR%%/nausicaa/prefs.html
|
||||
%%DATADIR%%/nausicaa/random.html
|
||||
%%DATADIR%%/nausicaa/recent.html
|
||||
%%DATADIR%%/nausicaa/results.html
|
||||
%%DATADIR%%/nausicaa/search.html
|
||||
%%DATADIR%%/nausicaa/stats.html
|
||||
%%DATADIR%%/nausicaa/style.css
|
||||
%%DATADIR%%/redgrey/AUTHOR
|
||||
%%DATADIR%%/redgrey/COPYING.html
|
||||
%%DATADIR%%/redgrey/error.html
|
||||
%%DATADIR%%/redgrey/header.tmpl
|
||||
%%DATADIR%%/redgrey/index.html
|
||||
%%DATADIR%%/redgrey/info.html
|
||||
%%DATADIR%%/redgrey/now.html
|
||||
%%DATADIR%%/redgrey/playlist.html
|
||||
%%DATADIR%%/redgrey/prefs.html
|
||||
%%DATADIR%%/redgrey/random.html
|
||||
%%DATADIR%%/redgrey/recent.html
|
||||
%%DATADIR%%/redgrey/results.html
|
||||
%%DATADIR%%/redgrey/search.html
|
||||
%%DATADIR%%/redgrey/stats.html
|
||||
%%DATADIR%%/redgrey/tagbrowse.html
|
||||
@dirrm %%DATADIR%%/redgrey
|
||||
@dirrm %%DATADIR%%/nausicaa
|
||||
@dirrm %%DATADIR%%/handheld
|
||||
@dirrm %%DATADIR%%/dotNET/images
|
||||
@dirrm %%DATADIR%%/dotNET
|
||||
@dirrm %%DATADIR%%/default
|
||||
@dirrm %%DATADIR%%/Thexder
|
||||
@dirrm %%DATADIR%%/Tabular
|
||||
@dirrm %%DATADIR%%/SchwartzNGrau
|
||||
@dirrm %%DATADIR%%/Nomad
|
||||
@dirrm %%DATADIR%%/Musicus
|
||||
@dirrm %%DATADIR%%/Liquid
|
||||
@dirrm %%DATADIR%%/LaFrere
|
||||
@dirrm %%DATADIR%%/Clean
|
||||
@dirrm %%DATADIR%%/BlueBox
|
||||
@dirrm %%DATADIR%%/Avalon
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm %%SITE_PERL%%/gnump3d/plugins
|
||||
@dirrm %%SITE_PERL%%/gnump3d/lang
|
||||
@dirrm %%SITE_PERL%%/gnump3d/HTML
|
||||
@dirrm %%SITE_PERL%%/gnump3d
|
||||
@dirrmtry etc/gnump3d
|
||||
@unexec rmdir /var/log/gnump3d 2>/dev/null || true
|
||||
@exec mkdir -p /var/log/gnump3d
|
Loading…
Reference in New Issue
Block a user