mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Added qos.sh to backup include
Finalized core16 Correted mpfire CGI Updated hdparm Deleted mpg123
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
/var/ipfire/ppp
|
/var/ipfire/ppp
|
||||||
/var/ipfire/proxy
|
/var/ipfire/proxy
|
||||||
/var/ipfire/qos/*
|
/var/ipfire/qos/*
|
||||||
|
/var/ipfire/qos/bin/qos.sh
|
||||||
/var/ipfire/time/
|
/var/ipfire/time/
|
||||||
/var/ipfire/urlfilter
|
/var/ipfire/urlfilter
|
||||||
/var/ipfire/vpn
|
/var/ipfire/vpn
|
||||||
@@ -27,4 +28,5 @@
|
|||||||
/var/log/rrd/*
|
/var/log/rrd/*
|
||||||
/etc/sysconfig/firewall.local
|
/etc/sysconfig/firewall.local
|
||||||
/etc/sysconfig/rc.local
|
/etc/sysconfig/rc.local
|
||||||
|
/root/.gitconfig
|
||||||
|
/root/.bash_history
|
||||||
|
|||||||
@@ -17,3 +17,5 @@ srv/web/ipfire/cgi-bin/logs.cgi/log.dat
|
|||||||
var/ipfire/langs
|
var/ipfire/langs
|
||||||
var/ipfire/header.pl
|
var/ipfire/header.pl
|
||||||
usr/share/terminfo/x/xterm-color
|
usr/share/terminfo/x/xterm-color
|
||||||
|
sbin/hdparm
|
||||||
|
var/ipfire/backup/include
|
||||||
|
|||||||
@@ -17,3 +17,5 @@ srv/web/ipfire/cgi-bin/logs.cgi/log.dat
|
|||||||
var/ipfire/langs
|
var/ipfire/langs
|
||||||
var/ipfire/header.pl
|
var/ipfire/header.pl
|
||||||
usr/share/terminfo/x/xterm-color
|
usr/share/terminfo/x/xterm-color
|
||||||
|
sbin/hdparm
|
||||||
|
var/ipfire/backup/include
|
||||||
|
|||||||
@@ -119,7 +119,7 @@
|
|||||||
* gutenprint-5.0.2
|
* gutenprint-5.0.2
|
||||||
* gzip-1.3.5
|
* gzip-1.3.5
|
||||||
* hddtemp-0.3-beta14
|
* hddtemp-0.3-beta14
|
||||||
* hdparm-8.6
|
* hdparm-8.9
|
||||||
* hostapd-0.5.10
|
* hostapd-0.5.10
|
||||||
* hplip-2.7.10
|
* hplip-2.7.10
|
||||||
* htop-0.7
|
* htop-0.7
|
||||||
@@ -197,7 +197,6 @@
|
|||||||
* mpd-0.13.1
|
* mpd-0.13.1
|
||||||
* mpeg2dec-0.4.0b
|
* mpeg2dec-0.4.0b
|
||||||
* mpfire-ipfire
|
* mpfire-ipfire
|
||||||
* mpg123-0.59r
|
|
||||||
* mtd-CVS-20070507
|
* mtd-CVS-20070507
|
||||||
* mtools-3.9.10
|
* mtools-3.9.10
|
||||||
* mysql-5.0.24a
|
* mysql-5.0.24a
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ if ( $ENV{'QUERY_STRING'} =~ /title/){
|
|||||||
my $song = "";
|
my $song = "";
|
||||||
if ( $mpd->current() )
|
if ( $mpd->current() )
|
||||||
{
|
{
|
||||||
$song = substr("-= ".$mpd->current()->Artist()." | ".$mpd->current()->Title(),0,90)." =-<br /> ";
|
$song = substr("-= ".$mpd->current()->Artist()." | ".$mpd->current()->Title(),0,85)." =-<br /> ";
|
||||||
if ( $song eq "-= | =-<br /> " ){
|
if ( $song eq "-= | =-<br /> " ){
|
||||||
$song = "None<br />"
|
$song = "None<br />"
|
||||||
};
|
};
|
||||||
@@ -601,7 +601,7 @@ foreach (@webradio){
|
|||||||
}else{
|
}else{
|
||||||
print "<tr>";
|
print "<tr>";
|
||||||
}
|
}
|
||||||
chomp $stream[1];chop $stream[2];
|
chomp $stream[1];chomp $stream[2];
|
||||||
print <<END
|
print <<END
|
||||||
<td align='left'><a href='$stream[2]' target='_blank'>$stream[1]</a></td>
|
<td align='left'><a href='$stream[2]' target='_blank'>$stream[1]</a></td>
|
||||||
<td align='center'><form method='post' action='$ENV{'SCRIPT_NAME'}'><input type='hidden' name='FILE' value='$stream[0]' /><input type='hidden' name='ACTION' value='playweb' /><input type='image' alt='$Lang::tr{'play'}' title='$Lang::tr{'play'}' src='/images/media-playback-start.png' align='middle' /></form></td>
|
<td align='center'><form method='post' action='$ENV{'SCRIPT_NAME'}'><input type='hidden' name='FILE' value='$stream[0]' /><input type='hidden' name='ACTION' value='playweb' /><input type='image' alt='$Lang::tr{'play'}' title='$Lang::tr{'play'}' src='/images/media-playback-start.png' align='middle' /></form></td>
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 8.6
|
VER = 8.9
|
||||||
|
|
||||||
THISAPP = hdparm-$(VER)
|
THISAPP = hdparm-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = 237fbceeeba6318b987983fd858994df
|
$(DL_FILE)_MD5 = 19fa013956612581af7d00907990ac84
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ THISAPP = mpfire-$(VER)
|
|||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = mpfire
|
PROG = mpfire
|
||||||
PAK_VER = 3
|
PAK_VER = 4
|
||||||
|
|
||||||
DEPS = "mpd mpc alsa libshout libogg libmad libid3tag libvorbis"
|
DEPS = "mpd mpc alsa libshout libogg libmad libid3tag libvorbis"
|
||||||
|
|
||||||
|
|||||||
85
lfs/mpg123
85
lfs/mpg123
@@ -1,85 +0,0 @@
|
|||||||
###############################################################################
|
|
||||||
# #
|
|
||||||
# IPFire.org - A linux based firewall #
|
|
||||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
|
||||||
# #
|
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
|
||||||
# it under the terms of the GNU General Public License as published by #
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or #
|
|
||||||
# (at your option) any later version. #
|
|
||||||
# #
|
|
||||||
# This program is distributed in the hope that it will be useful, #
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
|
||||||
# GNU General Public License for more details. #
|
|
||||||
# #
|
|
||||||
# You should have received a copy of the GNU General Public License #
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
|
||||||
# #
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# Definitions
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
include Config
|
|
||||||
|
|
||||||
VER = 0.59r
|
|
||||||
|
|
||||||
THISAPP = mpg123-$(VER)
|
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
|
||||||
DL_FROM = $(URL_IPFIRE)
|
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
|
||||||
PROG = mpg123
|
|
||||||
PAK_VER = 1
|
|
||||||
|
|
||||||
DEPS = ""
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# Top-level Rules
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
objects = $(DL_FILE)
|
|
||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = 95df59ad1651dd2346d49fafc83747e7
|
|
||||||
|
|
||||||
install : $(TARGET)
|
|
||||||
|
|
||||||
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
|
||||||
|
|
||||||
download :$(patsubst %,$(DIR_DL)/%,$(objects))
|
|
||||||
|
|
||||||
md5 : $(subst %,%_MD5,$(objects))
|
|
||||||
|
|
||||||
dist:
|
|
||||||
$(PAK)
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# Downloading, checking, md5sum
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
$(patsubst %,$(DIR_CHK)/%,$(objects)) :
|
|
||||||
@$(CHECK)
|
|
||||||
|
|
||||||
$(patsubst %,$(DIR_DL)/%,$(objects)) :
|
|
||||||
@$(LOAD)
|
|
||||||
|
|
||||||
$(subst %,%_MD5,$(objects)) :
|
|
||||||
@$(MD5)
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# Installation Details
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|
||||||
@$(PREBUILD)
|
|
||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
|
||||||
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/mpg123-0.59r-security-1.patch
|
|
||||||
cd $(DIR_APP) && patch < $(DIR_SRC)/src/patches/mpg123-0.59r-makefile.patch
|
|
||||||
cd $(DIR_APP) && make PREFIX=/usr linux $(MAKETUNING)
|
|
||||||
cd $(DIR_APP) && make PREFIX=/usr install
|
|
||||||
@rm -rf $(DIR_APP)
|
|
||||||
@$(POSTBUILD)
|
|
||||||
11
make.sh
11
make.sh
@@ -505,7 +505,6 @@ buildipfire() {
|
|||||||
ipfiremake spamassassin
|
ipfiremake spamassassin
|
||||||
ipfiremake amavisd
|
ipfiremake amavisd
|
||||||
ipfiremake alsa
|
ipfiremake alsa
|
||||||
# ipfiremake mpg123
|
|
||||||
ipfiremake mpfire
|
ipfiremake mpfire
|
||||||
ipfiremake guardian
|
ipfiremake guardian
|
||||||
ipfiremake libid3tag
|
ipfiremake libid3tag
|
||||||
@@ -547,18 +546,18 @@ buildipfire() {
|
|||||||
ipfiremake which
|
ipfiremake which
|
||||||
ipfiremake openswan
|
ipfiremake openswan
|
||||||
ipfiremake lsof
|
ipfiremake lsof
|
||||||
# ipfiremake centerim
|
ipfiremake centerim
|
||||||
ipfiremake br2684ctl
|
ipfiremake br2684ctl
|
||||||
ipfiremake pcmciautils
|
ipfiremake pcmciautils
|
||||||
ipfiremake lm_sensors
|
ipfiremake lm_sensors
|
||||||
ipfiremake collectd
|
ipfiremake collectd
|
||||||
# ipfiremake lcd4linux
|
ipfiremake lcd4linux
|
||||||
ipfiremake neon
|
ipfiremake neon
|
||||||
# ipfiremake subversion
|
ipfiremake subversion
|
||||||
ipfiremake tcptrack
|
ipfiremake tcptrack
|
||||||
ipfiremake teamspeak
|
ipfiremake teamspeak
|
||||||
ipfiremake elinks
|
ipfiremake elinks
|
||||||
# ipfiremake igmpproxy
|
ipfiremake igmpproxy
|
||||||
ipfiremake fbset
|
ipfiremake fbset
|
||||||
ipfiremake sdl
|
ipfiremake sdl
|
||||||
ipfiremake qemu
|
ipfiremake qemu
|
||||||
@@ -566,7 +565,7 @@ buildipfire() {
|
|||||||
ipfiremake netpbm
|
ipfiremake netpbm
|
||||||
ipfiremake phpSANE
|
ipfiremake phpSANE
|
||||||
ipfiremake tunctl
|
ipfiremake tunctl
|
||||||
# ipfiremake nagios
|
ipfiremake nagios
|
||||||
ipfiremake ebtables
|
ipfiremake ebtables
|
||||||
ipfiremake arptables
|
ipfiremake arptables
|
||||||
ipfiremake fontconfig
|
ipfiremake fontconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user