mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey distribChangeLog packages/windows/.cvs...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distribChangeLog packages/windows/.cvs...
Date: Tue, 27 Jun 2006 10:42:32 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       06/06/27 10:42:32

Modified files:
        distrib        : ChangeLog 
Removed files:
        packages/windows: .cvsignore MldonkeyEASE.nsi mld.ico 
                          mldonkey.bmp mlfixed2.reg mlnet.nsi.in 

Log message:
        -

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.903&r2=1.904
http://cvs.savannah.gnu.org/viewcvs/mldonkey/packages/windows/.cvsignore?cvsroot=mldonkey&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/mldonkey/packages/windows/MldonkeyEASE.nsi?cvsroot=mldonkey&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/mldonkey/packages/windows/mld.ico?cvsroot=mldonkey&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/mldonkey/packages/windows/mldonkey.bmp?cvsroot=mldonkey&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/mldonkey/packages/windows/mlfixed2.reg?cvsroot=mldonkey&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/mldonkey/packages/windows/mlnet.nsi.in?cvsroot=mldonkey&r1=1.3&r2=0

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.903
retrieving revision 1.904
diff -u -b -r1.903 -r1.904
--- distrib/ChangeLog   27 Jun 2006 10:26:48 -0000      1.903
+++ distrib/ChangeLog   27 Jun 2006 10:42:32 -0000      1.904
@@ -15,6 +15,8 @@
 =========
 
 2006/06/27
+5202: Remove mlchat and outdated IM (instant messenger) code
+      Remove outdated files from ./packages/windows
 5204: Cleanup longhelp (anhi)
 5205: Telnet: Fix another UTF8.length exception in search results
 

Index: packages/windows/.cvsignore
===================================================================
RCS file: packages/windows/.cvsignore
diff -N packages/windows/.cvsignore
--- packages/windows/.cvsignore 1 May 2003 05:55:27 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1 +0,0 @@
-mlnet.nsi

Index: packages/windows/MldonkeyEASE.nsi
===================================================================
RCS file: packages/windows/MldonkeyEASE.nsi
diff -N packages/windows/MldonkeyEASE.nsi
--- packages/windows/MldonkeyEASE.nsi   20 Apr 2003 09:56:58 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,92 +0,0 @@
-; Generated NSIS script file (generated by makensitemplate.phtml 0.21)
-; by 212.244.86.91 on Mar 08 03 @ 04:31
-
-; NOTE: this .NSI script is designed for NSIS v1.8+
-!define VERSION="2.04rc1-2"
-
-!define PROGRAM="mldonkey-ease${VERSION}"
-!define SHORTNAME "mldonkey-ease"
-
-Name "${SHORTNAME}"
-OutFile ${SHORTNAME}2.04rc1-2-installer.exe
-Icon "setup.ico"
-;ChangeUI all modern.exe
-Function .onInit
-  SetOutPath $TEMP
-  File /oname=spltmp.bmp "splash-mldonkey-ease-install.bmp"
-       InitPluginsDir
-; optional
-; File /oname=spltmp.wav "my_splashshit.wav"
-
-  advsplash::show 1000 600 400 -1 $TEMP\spltmp
-
-  Pop $0 ; $0 has '1' if the user closed the splash screen early,
-         ; '0' if everything closed normal, and '-1' if some error occured.
-
-  Delete $TEMP\spltmp.bmp
-;  Delete $TEMP\spltmp.wav
-FunctionEnd
-
-
-CRCCheck On
-; Some default compiler settings (uncomment and change at will):
-; SetCompress auto ; (can be off or force)
-; SetDatablockOptimize on ; (can be off)
-; CRCCheck on ; (can be off)
-; AutoCloseWindow false ; (can be true for the window go away automatically at 
end)
-; ShowInstDetails hide ; (can be show to have them shown, or nevershow to 
disable)
-; SetDateSave off ; (can be on to have files restored to their orginal date)
-
-LicenseText "You must agree to this license before installing."
-LicenseData "gpl.txt"
-
-ShowInstDetails Show
-ShowUninstDetails Show
-InstallColors /windows
-InstallDir "$PROGRAMFILES\${SHORTNAME}"
-InstallDirRegKey HKEY_LOCAL_MACHINE "SOFTWARE\${SHORTNAME}" ""
-DirShow show ; (make this hide to not let the user change it)
-DirText "Select the directory to install:"
-
-Section "" ; (default section)
-SetOutPath "$INSTDIR"
-; add files / whatever that need to be installed here.
-File "C:\mld_ease\*.*"
-WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\${SHORTNAME}" "" "$INSTDIR"
-WriteRegStr HKEY_LOCAL_MACHINE 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\${SHORTNAME}" 
"DisplayName" "mldonkeyEASE (remove only)"
-WriteRegStr HKEY_LOCAL_MACHINE 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\${SHORTNAME}" 
"UninstallString" '"$INSTDIR\uninst.exe"'
-; write out uninstaller
-WriteUninstaller "$INSTDIR\uninst.exe"
-SectionEnd ; end of default section
-
-; optional section
-Section "Start Menu Shortcuts"
-  CreateDirectory "$SMPROGRAMS\${SHORTNAME}"
-  CreateShortCut "$SMPROGRAMS\${SHORTNAME}\mldonkey 2.03.lnk" 
"$INSTDIR\run_mldonkey.exe" "" "$INSTDIR\run_mldonkey.exe" 0
-  CreateShortCut "$SMPROGRAMS\${SHORTNAME}\mldonkey web interface.lnk" 
"http://127.0.0.1:4080";  0
-  CreateShortCut "$SMPROGRAMS\${SHORTNAME}\assign ed2k links to mldonkey.lnk" 
"$INSTDIR\MLdonkeySubmit.exe" 
-  CreateShortCut "$SMPROGRAMS\${SHORTNAME}\mldonkey homepage.lnk" 
"http://www.nongnu.org/mldonkey";  0
-  CreateShortCut "$SMPROGRAMS\${SHORTNAME}\mldonkey forums.lnk" 
"http://www.mldonkeyworld.com";  0
-  CreateShortCut "$SMPROGRAMS\${SHORTNAME}\uninstall.lnk" 
"$INSTDIR\uninst.exe" "" "$INSTDIR\uninst.exe" 0
-SectionEnd
-
-
-; begin uninstall settings/section
-UninstallText "This will uninstall ${SHORTNAME} from your system"
-
-Section Uninstall
-; add delete commands to delete whatever files/registry keys/etc you installed 
here.
-Delete "$INSTDIR\uninst.exe"
-DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\${SHORTNAME}"
-DeleteRegKey HKEY_LOCAL_MACHINE 
"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${SHORTNAME}"
-Delete $INSTDIR\*.*
-RMDir /r "$INSTDIR"
-
-Delete "$SMPROGRAMS\${SHORTNAME}\*.*"
-RMDir "$SMPROGRAMS\${SHORTNAME}"
-
-;Delete "$SMPROGRAMS\${SHORTNAME}\"
-
-SectionEnd ; end of uninstall section
-
-; eof

Index: packages/windows/mld.ico
===================================================================
RCS file: packages/windows/mld.ico
diff -N packages/windows/mld.ico
Binary files /tmp/cvsymRCr2 and /dev/null differ

Index: packages/windows/mldonkey.bmp
===================================================================
RCS file: packages/windows/mldonkey.bmp
diff -N packages/windows/mldonkey.bmp
Binary files /tmp/cvsZzrVt5 and /dev/null differ

Index: packages/windows/mlfixed2.reg
===================================================================
RCS file: packages/windows/mlfixed2.reg
diff -N packages/windows/mlfixed2.reg
Binary files /tmp/cvseikkF4 and /dev/null differ

Index: packages/windows/mlnet.nsi.in
===================================================================
RCS file: packages/windows/mlnet.nsi.in
diff -N packages/windows/mlnet.nsi.in
--- packages/windows/mlnet.nsi.in       20 Jun 2005 18:52:57 -0000      1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,269 +0,0 @@
-;NSIS Modern User Interface version 1.63
-;Basic Example Script
-;Written by Joost Verburg
-
-!define MUI_PRODUCT "MLdonkey" ;Define your own software name here
-!define MUI_VERSION "@MLDONKEY_VERSION@" ;Define your own software version here
-
-!include "MUI.nsh"
-
-;--------------------------------
-;Configuration
-
-  ;General
-  OutFile "address@hidden@_win32_installer.exe"
-
-  ;Folder selection page
-  InstallDir "$PROGRAMFILES\${MUI_PRODUCT}"
-  
-  ;Remember install folder
-  InstallDirRegKey HKCU "Software\${MUI_PRODUCT}" ""
-
-;--------------------------------
-;Modern UI Configuration
-
-  !define MUI_LICENSEPAGE
-  !define MUI_COMPONENTSPAGE
-  !define MUI_DIRECTORYPAGE
-  
-  !define MUI_ABORTWARNING
-  !define MUI_FINISHPAGE_NOREBOOTSUPPORT
-  !define MUI_FINISHPAGE_NOAUTOCLOSE
-  !define MUI_FINISHPAGE_RUN "$INSTDIR\mlnet.exe"
-  !define MUI_UNINSTALLER
-  !define MUI_UNCONFIRMPAGE
-  
-;--------------------------------
-;Languages
- 
-  !insertmacro MUI_LANGUAGE "English"
-  
-;--------------------------------
-;Language Strings
-
-  ;Description
-  LangString DESC_1 ${LANG_ENGLISH} "This is the mlDonkey Core compiled for 
Windows(mlnet.exe)"
-  LangString DESC_2 ${LANG_ENGLISH} "This will copy the mgwz.dll into your 
Installation Directory (needed in most Cases!!!)"
-  LangString DESC_3 ${LANG_ENGLISH} "This is the mlDonkey GTK interface for 
Windows (mlgui.exe and mlnet+gui.exe). Not needed, you can use the WEB 
interface."
-  LangString DESC_4 ${LANG_ENGLISH} "This will copy the GTK dlls into your 
Installation Directory (needed if you use the GTK interface)"
-  LangString DESC_5 ${LANG_ENGLISH} "This makes mlDonkey the default Program 
to open ed2k:// links with your Internet Explorer"
-  LangString DESC_6 ${LANG_ENGLISH} "This makes mlDonkey the default Program 
to open magnet? links with your Internet Explorer"
-  LangString DESC_7 ${LANG_ENGLISH} "This makes mlDonkey the default Program 
to open BitTorrent links with your Internet Explorer"
-
-;--------------------------------
-;Data
-  
-Function .onInit
-  SetOutPath $TEMP
-  File /oname=mldonkey.bmp "mldonkey.bmp"
-       InitPluginsDir
-
-  advsplash::show 1000 600 400 -1 $TEMP\mldonkey
-
-  Pop $0 ; $0 has '1' if the user closed the splash screen early,
-         ; '0' if everything closed normal, and '-1' if some error occured.
-
-  Delete $TEMP\mldonkey.bmp
-FunctionEnd
-
-
-  LicenseData "../../COPYING"
-
-;--------------------------------
-;Installer Sections
-
-Section "MLdonkey" Sec1
-
-  ;ADD YOUR OWN STUFF HERE!
-
-  SetOutPath "$INSTDIR"
-  File "..\..\mlnet.exe"
-  File "mld.ico"
-  
-  ;Store install folder
-  WriteRegStr HKCU "Software\${MUI_PRODUCT}" "" $INSTDIR
-  
-  ;Create uninstaller
-  WriteUninstaller "$INSTDIR\Uninstall.exe"
-  WriteRegStr HKEY_LOCAL_MACHINE 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\MLdonkey" \
-         "DisplayName" "MLdonkey"
-  WriteRegStr HKEY_LOCAL_MACHINE 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\MLdonkey" \
-         "UninstallString" '"$INSTDIR\Uninstall.exe"'
-
-; Start Menu Entries
-  CreateDirectory "$SMPROGRAMS\MLdonkey"
-  CreateShortCut "$SMPROGRAMS\MLdonkey\MLdonkey (daemon).lnk" 
"$INSTDIR\mlnet.exe" "" "$INSTDIR\mld.ico" 0 SW_SHOWMINIMIZED
-  WriteINIStr "$SMPROGRAMS\MLdonkey\WEB Interface.url" "InternetShortcut" 
"URL" "http://admin:@127.0.0.1:4080/";
-  CreateShortCut "$SMPROGRAMS\MLdonkey\MLdonkey Incoming Directory.lnk" 
"$INSTDIR\incoming"
-  WriteINIStr "$SMPROGRAMS\MLdonkey\www.mldonkey.net.url" "InternetShortcut" 
"URL" "http://www.mldonkey.net/";
-  CreateShortCut "$SMPROGRAMS\MLdonkey\Uninstall.lnk" "$INSTDIR\Uninstall.exe" 
"" "$INSTDIR\Uninstall.exe" 0
-
-SectionEnd
-
-Section  "The Zlib library" Sec2
-  
-  SetOutPath "$INSTDIR"
-  File "..\..\distrib\dlls\mgwz.dll"
-
-SectionEnd
-
-
-Section  "The GTK Interface" Sec3
-  
-  SetOutPath "$INSTDIR"
-  File "..\..\mlnet+gui.exe"
-  File "..\..\mlgui.exe"
-
-  CreateShortCut "$SMPROGRAMS\MLdonkey\Graphical Interface (need 
MLdonkey).lnk" "$INSTDIR\mlgui.exe" ""  "$INSTDIR\mld.ico" 0 SW_SHOWMINIMIZED
-  CreateShortCut "$SMPROGRAMS\MLdonkey\MLdonkey + Interface.lnk" 
"$INSTDIR\mlnet+gui.exe" "" "$INSTDIR\mld.ico" 0 SW_SHOWMINIMIZED
-
-SectionEnd
-
-Section  "The GTK dlls" Sec4
-  
-  SetOutPath "$INSTDIR"
-  File "..\..\distrib\dlls\iconv.dll" 
-  File "..\..\distrib\dlls\libgdk-0.dll"
-  File "..\..\distrib\dlls\libglib-2.0-0.dll"
-  File "..\..\distrib\dlls\libgmodule-2.0-0.dll"
-  File "..\..\distrib\dlls\libgobject-2.0-0.dll"
-  File "..\..\distrib\dlls\libgthread-2.0-0.dll"
-  File "..\..\distrib\dlls\libgtk-0.dll"
-  File "..\..\distrib\dlls\libintl-1.dll"
-  File "..\..\distrib\dlls\libintl.dll"
-  File "..\..\distrib\dlls\localcharset.dll"
-  File "..\..\distrib\dlls\mingwm10.dll"
-
-SectionEnd
-
-Section "Send ed2k:// links to MLdonkey" Sec5
-
-  WriteRegStr HKCR "ed2k" "" "URL: ed2k Protocol"
-  WriteRegStr HKCR "ed2k" "URL Protocol" ""
-  WriteRegStr HKCR "ed2k\shell\open\command" "" "$\"IEXPLORE.EXE$\" 
$\"http://admin:@127.0.0.1:4080/submit?q=dllink+%1$\"";
-
-SectionEnd
-
-
-Section "Send magnet? links to MLdonkey" Sec6
-
-  WriteRegStr HKCR "magnet" "" "URL: magnet Protocol"
-  WriteRegStr HKCR "magnet" "URL Protocol" ""
-  WriteRegStr HKCR "magnet\shell\open\command" "" "$\"IEXPLORE.EXE$\" 
$\"http://admin:@127.0.0.1:4080/submit?q=dllink+%1$\"";
-
-SectionEnd
-
-Section "Send BitTorrent links to MLdonkey" Sec7
-
-  WriteRegStr HKCR ".torrent" "" bittorrent
-  WriteRegStr HKCR ".torrent" "Content Type" "application/x-bittorrent"
-  WriteRegStr HKCR "MIME\Database\Content Type\application/x-bittorrent" 
"Extension" ".torrent"
-  WriteRegStr HKCR "bittorrent" "" "TORRENT File"
-  WriteRegStr HKCR "bittorrent" "EditFlags" 00000100
-  WriteRegStr HKCR "bittorrent\shell" "" "open"
-  WriteRegStr HKCR "bittorrent\shell\open\command" "" "$\"IEXPLORE.EXE$\" 
$\"http://admin:@127.0.0.1:4080/submit?q=dllink+%1$\"";
-
-SectionEnd
-
-;Display the Finish header
-;Insert this macro after the sections if you are not using a finish page
-!insertmacro MUI_SECTIONS_FINISHHEADER
-
-;--------------------------------
-;Descriptions
-
-!insertmacro MUI_FUNCTIONS_DESCRIPTION_BEGIN
-  !insertmacro MUI_DESCRIPTION_TEXT ${Sec1} $(DESC_1)
-  !insertmacro MUI_DESCRIPTION_TEXT ${Sec2} $(DESC_2)
-  !insertmacro MUI_DESCRIPTION_TEXT ${Sec3} $(DESC_3)
-  !insertmacro MUI_DESCRIPTION_TEXT ${Sec4} $(DESC_4)
-  !insertmacro MUI_DESCRIPTION_TEXT ${Sec4} $(DESC_5)
-  !insertmacro MUI_DESCRIPTION_TEXT ${Sec5} $(DESC_6)
-
-
-!insertmacro MUI_FUNCTIONS_DESCRIPTION_END
- 
-;--------------------------------
-;Uninstaller Section
-
-Section "Uninstall"
-
-;; Binaries
-  Delete "$INSTDIR\mlnet.exe"
-  Delete "$INSTDIR\mlgui.exe"
-  Delete "$INSTDIR\mlnet+gui.exe"
-
-;; Configuration files
-  Delete "$INSTDIR\.mldonkey_messages.ini"
-  Delete "$INSTDIR\file_sources.ini"
-  Delete "$INSTDIR\files.ini"  
-  Delete "$INSTDIR\files.ini.old"
-  Delete "$INSTDIR\friends.ini.old"
-  Delete "$INSTDIR\mlsubmit.reg"
-  Delete "$INSTDIR\searches.ini.old"
-  Delete "$INSTDIR\servers.ini.old"
-  Delete "$INSTDIR\shared_files.ini.old"
-  Delete "$INSTDIR\stats.ini.old"
-  Delete "$INSTDIR\store_*"
-  Delete "$INSTDIR\downloads.ini"
-  Delete "$INSTDIR\file_sources.ini.old"
-  Delete "$INSTDIR\downloads.ini.old"
-  Delete "$INSTDIR\friends.ini"
-  Delete "$INSTDIR\history.met"
-  Delete "$INSTDIR\mldonkey_submit"
-  Delete "$INSTDIR\searches.ini"
-  Delete "$INSTDIR\servers.ini"
-  Delete "$INSTDIR\stats.ini"
-  Delete "$INSTDIR\bittorrent.ini"
-  Delete "$INSTDIR\limewire.ini"
-  Delete "$INSTDIR\shared_files.ini"
-  Delete "$INSTDIR\directconnect.ini"
-  Delete "$INSTDIR\opennap.ini"
-  Delete "$INSTDIR\soulseek.ini"
-  Delete "$INSTDIR\bittorrent.ini.old"
-  Delete "$INSTDIR\limewire.ini.old"
-  Delete "$INSTDIR\directconnect.ini.old"
-  Delete "$INSTDIR\opennap.ini.old"
-  Delete "$INSTDIR\soulseek.ini.old"
-
-;; DLLs
-  Delete "$INSTDIR\mgwz.dll"
-
-  Delete "$INSTDIR\iconv.dll" 
-  Delete "$INSTDIR\libgdk-0.dll"
-  Delete "$INSTDIR\libglib-2.0-0.dll"
-  Delete "$INSTDIR\libgmodule-2.0-0.dll"
-  Delete "$INSTDIR\libgobject-2.0-0.dll"
-  Delete "$INSTDIR\libgthread-2.0-0.dll"
-  Delete "$INSTDIR\libgtk-0.dll"
-  Delete "$INSTDIR\libintl-1.dll"
-  Delete "$INSTDIR\libintl.dll"
-  Delete "$INSTDIR\localcharset.dll"
-  Delete "$INSTDIR\mingwm10.dll"
-    
-;; Start Menu
-  Delete "$SMPROGRAMS\MLdonkey\MLdonkey (daemon).lnk"
-  Delete "$SMPROGRAMS\MLdonkey\MLdonkey + Interface.lnk"
-  Delete "$SMPROGRAMS\MLdonkey\Uninstall.lnk"
-  Delete "$SMPROGRAMS\MLdonkey\WEB Interface.url"
-  Delete "$SMPROGRAMS\MLdonkey\www.mldonkey.net.url"
-  Delete "$SMPROGRAMS\MLdonkey\Graphical Interface (need MLdonkey).lnk"
-  Delete "$SMPROGRAMS\MLdonkey\MLdonkey Incoming Directory.lnk"
-  Delete "$INSTDIR\Uninstall.exe"
-  
-  DeleteRegKey /ifempty HKCU "Software\${MUI_PRODUCT}"
-  DeleteRegKey HKCR "ed2k"
-  DeleteRegKey HKCR "magnet"
-  DeleteRegKey HKCR "bittorrent"
-  DeleteRegKey HKCR ".torrent"
-  DeleteRegKey HKCR "MIME\Database\Content Type\application/x-bittorrent"
-
-  DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\MLdonkey"
-  DeleteRegKey HKEY_LOCAL_MACHINE 
"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MLdonkey"
-  RMDir "$INSTDIR"
-  RMDir "$SMPROGRAMS\MLdonkey"
-
-  ;Display the Finish header
-  !insertmacro MUI_UNFINISHHEADER
-
-SectionEnd
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]