From d472416d3e24ecc00083369d0a91c2ce1144f295 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 7 Jun 2012 11:59:59 +0000 Subject: removed not needed files git-svn-id: http://svn.miranda-ng.org/main/trunk@354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StatusPlugins/AdvancedAutoAway/fsm.sdr | Bin 18219 -> 0 bytes plugins/StatusPlugins/AdvancedAutoAway/pack.cmd | 42 ----- plugins/StatusPlugins/KeepStatus/pack.cmd | 44 ----- plugins/StatusPlugins/StartupStatus/pack.cmd | 42 ----- plugins/StatusPlugins/lpgen.pl | 212 ------------------------ 5 files changed, 340 deletions(-) delete mode 100644 plugins/StatusPlugins/AdvancedAutoAway/fsm.sdr delete mode 100644 plugins/StatusPlugins/AdvancedAutoAway/pack.cmd delete mode 100644 plugins/StatusPlugins/KeepStatus/pack.cmd delete mode 100644 plugins/StatusPlugins/StartupStatus/pack.cmd delete mode 100644 plugins/StatusPlugins/lpgen.pl (limited to 'plugins/StatusPlugins') diff --git a/plugins/StatusPlugins/AdvancedAutoAway/fsm.sdr b/plugins/StatusPlugins/AdvancedAutoAway/fsm.sdr deleted file mode 100644 index 490005533b..0000000000 Binary files a/plugins/StatusPlugins/AdvancedAutoAway/fsm.sdr and /dev/null differ diff --git a/plugins/StatusPlugins/AdvancedAutoAway/pack.cmd b/plugins/StatusPlugins/AdvancedAutoAway/pack.cmd deleted file mode 100644 index fb55ba37f6..0000000000 --- a/plugins/StatusPlugins/AdvancedAutoAway/pack.cmd +++ /dev/null @@ -1,42 +0,0 @@ -@echo off -set PluginName=AdvancedAutoAway -nmake -f %PluginName%.mak CFG="%PluginName% - Win32 Release" -nmake -f %PluginName%.mak CFG="%PluginName% - Win32 Release Unicode" -if errorlevel 1 ( - echo "Make failed" - goto :eof ) - -del "%temp%\%PluginName%.zip" > nul -del "%temp%\%PluginName%W.zip" > nul -del "%temp%\%PluginName%Src.zip" > nul -del *.user > nul - -rd /S /Q Release -rd /S /Q Release_Unicode - -for /F "tokens=1-6 delims=, " %%i in (buildnumber.h) do call :Translate %%i %%j %%k %%l %%m %%n - -"%PROGRAMFILES%\7-zip\7z.exe" a -tzip -r- -mx=9 "%temp%\%PluginName%.zip" ../../../bin/Release/Plugins/%PluginName%.dll ../statusplugins-translation.txt ../m_statusplugins.h -del ../../../bin/Release/Plugins/%PluginName%.dll >nul - -"%PROGRAMFILES%\7-zip\7z.exe" a -tzip -r- -mx=9 "%temp%\%PluginName%W.zip" "../../../bin/Release Unicode/Plugins/%PluginName%.dll" ../statusplugins-translation.txt ../m_statusplugins.h -del "../../../bin/Release Unicode/Plugins/%PluginName%.dll" >nul - -if exist "%PROGRAMFILES%\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" ( - "%PROGRAMFILES%\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" AdvancedAutoAway_9.vcproj /Build "Release Unicode|x64" - copy "Release Unicode64\Plugins\%PluginName%.dll" . - "%PROGRAMFILES%\7-zip\7z.exe" a -tzip -r0 -mx=9 "%temp%\%PluginName%64.zip" %PluginName%.dll ../statusplugins-translation.txt ../m_statusplugins.h - del %PluginName%.dll - rd /S /Q "Release Unicode64" ) - -cd ../.. -"%PROGRAMFILES%\7-zip\7z.exe" a -tzip -r0 -mx=9 "%temp%\%PluginName%Src.zip" -ir!helpers/*.* -ir!StatusPlugins/*.* -ir!NewTriggerPlugin/*.* -xr!StatusPlugins/KeepStatus/* -xr!StatusPlugins/StartupStatus/* -xr!.svn -x!*.cmd -goto :eof - -:Translate -if %2 == __FILEVERSION_STRING ( - pushd .. - perl lpgen.pl status version %3 %4 %5 %6 - popd) - -goto :eof diff --git a/plugins/StatusPlugins/KeepStatus/pack.cmd b/plugins/StatusPlugins/KeepStatus/pack.cmd deleted file mode 100644 index fac897d0fe..0000000000 --- a/plugins/StatusPlugins/KeepStatus/pack.cmd +++ /dev/null @@ -1,44 +0,0 @@ -@echo off -set PluginName=KeepStatus -nmake -f %PluginName%.mak CFG="%PluginName% - Win32 Release" -nmake -f %PluginName%.mak CFG="%PluginName% - Win32 Release Unicode" -if errorlevel 1 ( - echo "Make failed" - goto :eof ) - -del "%temp%\%PluginName%.zip" > nul -del "%temp%\%PluginName%W.zip" > nul -del "%temp%\%PluginName%Src.zip" > nul -del *.user > nul - -rd /S /Q Release -rd /S /Q Release_Unicode - -for /F "tokens=1-6 delims=, " %%i in (buildnumber.h) do call :Translate %%i %%j %%k %%l %%m %%n - -"%PROGRAMFILES%\7-zip\7z.exe" a -tzip -r- -mx=9 "%temp%\%PluginName%.zip" ../../../bin/Release/Plugins/%PluginName%.dll ../statusplugins-translation.txt ../m_statusplugins.h -del ../../../bin/Release/Plugins/%PluginName%.dll >nul - -"%PROGRAMFILES%\7-zip\7z.exe" a -tzip -r- -mx=9 "%temp%\%PluginName%W.zip" "../../../bin/Release Unicode/Plugins/%PluginName%.dll" ../statusplugins-translation.txt ../m_statusplugins.h -del "../../../bin/Release Unicode/Plugins/%PluginName%.dll" >nul - -if exist "%PROGRAMFILES%\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" ( - "%PROGRAMFILES%\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" KeepStatus_9.vcproj /Build "Release Unicode|x64" - copy "Release Unicode64\Plugins\%PluginName%.dll" . - "%PROGRAMFILES%\7-zip\7z.exe" a -tzip -r0 -mx=9 "%temp%\%PluginName%64.zip" %PluginName%.dll ../statusplugins-translation.txt ../m_statusplugins.h - del %PluginName%.dll - rd /S /Q "Release Unicode64" - ) - -cd ../.. -"%PROGRAMFILES%\7-zip\7z.exe" a -tzip -r0 -mx=9 "%temp%\%PluginName%Src.zip" -ir!helpers/*.* -ir!StatusPlugins/*.* -ir!NewTriggerPlugin/*.* -xr!StatusPlugins/AdvancedAutoAway/* -xr!StatusPlugins/StartupStatus/* -xr!.svn -x!*.cmd - -goto :eof - -:Translate -if %2 == __FILEVERSION_STRING ( - pushd .. - perl lpgen.pl status version %3 %4 %5 %6 - popd) - -goto :eof diff --git a/plugins/StatusPlugins/StartupStatus/pack.cmd b/plugins/StatusPlugins/StartupStatus/pack.cmd deleted file mode 100644 index ad14c865d0..0000000000 --- a/plugins/StatusPlugins/StartupStatus/pack.cmd +++ /dev/null @@ -1,42 +0,0 @@ -@echo off -set PluginName=StartupStatus -nmake -f %PluginName%.mak CFG="%PluginName% - Win32 Release" -nmake -f %PluginName%.mak CFG="%PluginName% - Win32 Release Unicode" -if errorlevel 1 ( - echo "Make failed" - goto :eof ) - -del "%temp%\%PluginName%.zip" > nul -del "%temp%\%PluginName%W.zip" > nul -del "%temp%\%PluginName%Src.zip" > nul -del *.user > nul - -rd /S /Q Release -rd /S /Q Release_Unicode - -for /F "tokens=1-6 delims=, " %%i in (buildnumber.h) do call :Translate %%i %%j %%k %%l %%m %%n - -"%PROGRAMFILES%\7-zip\7z.exe" a -tzip -r- -mx=9 "%temp%\%PluginName%.zip" ../../../bin/Release/Plugins/%PluginName%.dll ../statusplugins-translation.txt ../m_statusplugins.h -del ../../../bin/Release/Plugins/%PluginName%.dll >nul - -"%PROGRAMFILES%\7-zip\7z.exe" a -tzip -r- -mx=9 "%temp%\%PluginName%W.zip" "../../../bin/Release Unicode/Plugins/%PluginName%.dll" ../statusplugins-translation.txt ../m_statusplugins.h -del "../../../bin/Release Unicode/Plugins/%PluginName%.dll" >nul - -if exist "%PROGRAMFILES%\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" ( - "%PROGRAMFILES%\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" StartupStatus_9.vcproj /Build "Release Unicode|x64" - copy "Release Unicode64\Plugins\%PluginName%.dll" . - "%PROGRAMFILES%\7-zip\7z.exe" a -tzip -r0 -mx=9 "%temp%\%PluginName%64.zip" %PluginName%.dll ../statusplugins-translation.txt ../m_statusplugins.h - del %PluginName%.dll - rd /S /Q "Release Unicode64" ) - -cd ../.. -"%PROGRAMFILES%\7-zip\7z.exe" a -tzip -r0 -mx=9 "%temp%\%PluginName%Src.zip" -ir!helpers/*.* -ir!StatusPlugins/*.* -ir!NewTriggerPlugin/*.* -xr!StatusPlugins/AdvancedAutoAway/* -xr!StatusPlugins/KeepStatus/* -xr!.svn -x!*.cmd -goto :eof - -:Translate -if %2 == __FILEVERSION_STRING ( - pushd .. - perl lpgen.pl status version %3 %4 %5 %6 - popd) - -goto :eof diff --git a/plugins/StatusPlugins/lpgen.pl b/plugins/StatusPlugins/lpgen.pl deleted file mode 100644 index 5e6ea295b3..0000000000 --- a/plugins/StatusPlugins/lpgen.pl +++ /dev/null @@ -1,212 +0,0 @@ -#!/usr/bin/perl - -use POSIX; -use File::Find; -use strict; - -my $rootdir = ''; -my %hash = (); -my $clines = 0; - -my $version = '0.7svn'; -my $time = localtime(); - -if (@ARGV && $ARGV[0] eq "version") { - shift @ARGV; - # 1st arg version major i.e. 07 for "0.7" - if (@ARGV) { - my $vermaj = shift @ARGV; - if ($vermaj =~ /^([0-9]*)([0-9])$/) { - if ($1 eq "") { - $version = $2; - } else { - $version = "$1.$2"; - } - } else { - $version = $vermaj; - } - } - # 2nd arg version minor i.e. 1 for "0.7.1" - if (@ARGV) { - my $vermin = shift @ARGV; - if ($vermin =~ /^[0-9]+$/) { - $version .= ".$vermin"; - } else { - $version .= $vermin; - } - } - # 3rd arg build number i.e. 36 for "0.7.1 build 36" - if (@ARGV) { - my $build = shift @ARGV; - if ($build =~ /^[0-9]+$/) { - $version .= " build $build"; - } else { - $version .= $build; - } - } -} - -#Language Files -if (!@ARGV) { - create_langfile( - '../../miranda', - '../../miranda/i18n/langpack_english.txt', - 'English (US)', '0809', - 'Miranda IM Development Team', - 'project-info@miranda-im.org', - 'Scriver,avs,chat,clist,clist_nicer,db3x,db3x_mmap,dbrw,advaimg,import,modernb,mwclist,png2dib,srmm,tabsrmm,AimOscar,Gadu-Gadu,IRC,IcqOscarJ,JabberG,MSN,Yahoo'); -} -elsif ($ARGV[0] eq "core") { - create_langfile('../../miranda/src', - '../../miranda/i18n/core-translation.txt', - 'English (US)', '0809', - 'Miranda IM Development Team', - 'project-info@miranda-im.org'); -} -elsif ($ARGV[0] eq "srmm") { - create_langfile('../../miranda/plugins/SRMM/', - '../../miranda/plugins/SRMM/Docs/srmm-translation.txt', - 'English (US)', '0809', - 'Miranda IM Development Team', - 'project-info@miranda-im.org'); -} -elsif ($ARGV[0] eq "import") { - create_langfile('../../miranda/plugins/Import/', - '../../miranda/plugins/Import/docs/import-translation.txt', - 'English (US)', '0809', - 'Miranda IM Development Team', - 'project-info@miranda-im.org'); -} -elsif ($ARGV[0] eq "status") { - create_langfile('./', - 'statusplugins-translation.txt', - 'English (US)', '0809', - 'UnregistereD', - 'unregistered@users.sourceforge.net'); -} -else { - print "Error: Unknown module $ARGV[0]\n"; - exit 1; -} - -sub create_langfile { - $rootdir = shift(@_); - my $outfile = shift(@_); - my $lang = shift(@_); - my $locale = shift(@_); - my $author = shift(@_); - my $email = shift(@_); - my $plugins = @_ ? shift(@_) : ''; - %hash = (); - my %common = (); - $clines = 0; - print "Building language file for $rootdir:\n"; - find({ wanted => \&csearch, preprocess => \&pre_dir }, $rootdir); - find({ wanted => \&rcsearch, preprocess => \&pre_dir }, $rootdir); - open(WRITE, "> $outfile") or die; - print WRITE < $common{$a}) } keys %common; - print WRITE "; Common strings that belong to many files\n;["; - print WRITE join "]\n;[", @sorted; - print WRITE "]\n"; - - my $file = ''; - foreach my $trans (sort { ($hash{$a} eq $hash{$b}) ? ($a cmp $b) : ($hash{$a} cmp $hash{$b}) } keys %hash) { - if ($hash{$trans} ne $file) { - $file = $hash{$trans}; - print WRITE "\n; $file\n"; - } - print WRITE ";[$trans]\n"; - } - - close(WRITE); - print " $outfile is complete ($clines)\n\n"; -} - -sub pre_dir { - # avoid parsing some ext SDKs - my @files = (); - return @files if ( - $File::Find::name =~/..\/extplugins/ or - $File::Find::name =~/freeimage\/Source/ or - $File::Find::name =~/dbrw\/sqlite3/); - @files = grep { not /^\.\.?$/ } @_; - return sort @files; -} - -sub append_str { - my $str = shift(@_); - my $found = shift(@_); - $str = substr($str, 1, length($str) - 2); - if (length($str) gt 0 and $str ne "List1" and $str ne "Tree1" and $str =~ /[a-zA-Z]+/g) { - my $path = $File::Find::name; - $path =~ s/(\.\.\/)+miranda\///; - if (!$hash{$str}) { - $hash{$str} = $path; - $clines ++; - return 1; - } elsif ($hash{$str} ne $path) { - if ($hash{$str} =~ /^\d+$/) { - $hash{$str} ++; - } else { - $hash{$str} = 1; - } - } - } - return 0; -} - -sub csearch { - if (-f $_ and ($_ =~ m/\.c(pp)?$/i or $_ =~ m/\.h(pp)?$/i)) { - my $found = 0; - my $file = $_; - print " Processing $_ "; - open(READ, "< $_") or return; - my $all = ''; - while (my $lines = ) { - $all = $all.$lines; - } - close(READ); - $_ = $all; - while (/(?:Button_SetIcon_IcoLib|Translate[A-Z]{0,2}|LPGENT?|ICQTranslateUtfStatic)\s*\(\s*(\".*?\")\s*[,\)]/g) { - $found += append_str($1, $found); - } - print "($found)\n"; - } -} - -sub rcsearch { - if ( -f $_ and $_ =~ m/\.rc$/i) { - my $found = 0; - my $file = $_; - print " Processing $_ "; - open(READ, "< $_") or return; - my $all = ''; - while (my $lines = ) { - $all = $all.$lines; - } - close(READ); - $_ = $all; - while (/\s*(?:CONTROL|(?:DEF)?PUSHBUTTON|[LRC]TEXT|GROUPBOX|CAPTION|MENUITEM|POPUP)\s*(\".*?\")/g) { - $found += append_str($1, $found); - } - print "($found)\n"; - } -} -- cgit v1.2.3