From 80c680478337fa9988e5966f621a9273763a445a Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Thu, 11 Apr 2024 15:21:06 +0000 Subject: [PATCH 01/11] Package download datacleaner --- automatic/datacleaner/datacleaner.nuspec | 36 +++++++++++++++++++ .../datacleaner/tools/chocolateyInstall.ps1 | 22 ++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 automatic/datacleaner/datacleaner.nuspec create mode 100644 automatic/datacleaner/tools/chocolateyInstall.ps1 diff --git a/automatic/datacleaner/datacleaner.nuspec b/automatic/datacleaner/datacleaner.nuspec new file mode 100644 index 000000000..a50d45c05 --- /dev/null +++ b/automatic/datacleaner/datacleaner.nuspec @@ -0,0 +1,36 @@ + + + + datacleaner + 5.1.5 + DataCleaner + Kasper Sorensen,Asbjørn Leeth + dtgm + https://github.com/datacleaner/DataCleaner/blob/master/COPYING.txt + https://sourceforge.net/projects/datacleaner/ + https://cdn.rawgit.com/dtgm/chocolatey-packages/6e6b4050584cc649e10862e180180475d260d927/icons/datacleaner.png + false + The heart of DataCleaner is a strong data profiling engine for discovering and analyzing the quality of your data. Find the patterns, missing values, character sets and other characteristics of your data values. + +Profiling is an essential activity of any Data Quality, Master Data Management or Data Governance program. If you don't know what you're up against, you have poor chances of fixing it. + +[Screenshots](http://datacleaner.org/screenshots) +[FAQ](http://datacleaner.org/faq) +[Forum](http://datacleaner.org/forum) +[Development](http://datacleaner.org/develop) + The premier open source data quality analysis and profiling + ### Program + +[News](http://datacleaner.org/news) + +### Package + +Automatically generated and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm) + © Neopost + data profiling management datastore + https://github.com/datacleaner/DataCleaner + https://github.com/dtgm/chocolatey-packages/tree/master/automatic/datacleaner/ + http://datacleaner.org/docs + https://github.com/datacleaner/DataCleaner/issues + + \ No newline at end of file diff --git a/automatic/datacleaner/tools/chocolateyInstall.ps1 b/automatic/datacleaner/tools/chocolateyInstall.ps1 new file mode 100644 index 000000000..f4d1f992a --- /dev/null +++ b/automatic/datacleaner/tools/chocolateyInstall.ps1 @@ -0,0 +1,22 @@ +# generated vars +$packageName = 'datacleaner' +$url = 'https://sourceforge.net/projects/datacleaner/files/datacleaner%20%28stable%29/5.1.5/DataCleaner-windows.zip' +$checksum = '610d5e250922a35c7d7fde1f1f2a612e230a7b4b440c70b00fe01cdd40ee5141' + +# static vars +$checksumType = 'sha256' +$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" + +# $Env:ChocolateyInstall\helpers\functions +Install-ChocolateyZipPackage -PackageName "$packageName" ` + -Url "$url" ` + -UnzipLocation "$toolsDir" ` + -Checksum "$checksum" ` + -ChecksumType "$checksumType" + +# create empty sidecar so shimgen creates shim for GUI rather than console +$installFile = Join-Path -Path $toolsDir ` + -ChildPath "DataCleaner" ` + | Join-Path -ChildPath "DataCleaner.exe.gui" +Set-Content -Path $installFile ` + -Value $null \ No newline at end of file From 591c79a696f264b923e0054c8a6f661143ed5eb6 Mon Sep 17 00:00:00 2001 From: Tunisiano187 Date: Thu, 11 Apr 2024 15:25:16 +0000 Subject: [PATCH 02/11] [skip ci] exclude datacleaner --- automatic/datacleaner/datacleaner.nuspec | 36 ------------------- .../datacleaner/tools/chocolateyInstall.ps1 | 22 ------------ tools/Check/exclude.txt | 1 + 3 files changed, 1 insertion(+), 58 deletions(-) delete mode 100644 automatic/datacleaner/datacleaner.nuspec delete mode 100644 automatic/datacleaner/tools/chocolateyInstall.ps1 diff --git a/automatic/datacleaner/datacleaner.nuspec b/automatic/datacleaner/datacleaner.nuspec deleted file mode 100644 index a50d45c05..000000000 --- a/automatic/datacleaner/datacleaner.nuspec +++ /dev/null @@ -1,36 +0,0 @@ - - - - datacleaner - 5.1.5 - DataCleaner - Kasper Sorensen,Asbjørn Leeth - dtgm - https://github.com/datacleaner/DataCleaner/blob/master/COPYING.txt - https://sourceforge.net/projects/datacleaner/ - https://cdn.rawgit.com/dtgm/chocolatey-packages/6e6b4050584cc649e10862e180180475d260d927/icons/datacleaner.png - false - The heart of DataCleaner is a strong data profiling engine for discovering and analyzing the quality of your data. Find the patterns, missing values, character sets and other characteristics of your data values. - -Profiling is an essential activity of any Data Quality, Master Data Management or Data Governance program. If you don't know what you're up against, you have poor chances of fixing it. - -[Screenshots](http://datacleaner.org/screenshots) -[FAQ](http://datacleaner.org/faq) -[Forum](http://datacleaner.org/forum) -[Development](http://datacleaner.org/develop) - The premier open source data quality analysis and profiling - ### Program - -[News](http://datacleaner.org/news) - -### Package - -Automatically generated and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm) - © Neopost - data profiling management datastore - https://github.com/datacleaner/DataCleaner - https://github.com/dtgm/chocolatey-packages/tree/master/automatic/datacleaner/ - http://datacleaner.org/docs - https://github.com/datacleaner/DataCleaner/issues - - \ No newline at end of file diff --git a/automatic/datacleaner/tools/chocolateyInstall.ps1 b/automatic/datacleaner/tools/chocolateyInstall.ps1 deleted file mode 100644 index f4d1f992a..000000000 --- a/automatic/datacleaner/tools/chocolateyInstall.ps1 +++ /dev/null @@ -1,22 +0,0 @@ -# generated vars -$packageName = 'datacleaner' -$url = 'https://sourceforge.net/projects/datacleaner/files/datacleaner%20%28stable%29/5.1.5/DataCleaner-windows.zip' -$checksum = '610d5e250922a35c7d7fde1f1f2a612e230a7b4b440c70b00fe01cdd40ee5141' - -# static vars -$checksumType = 'sha256' -$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" - -# $Env:ChocolateyInstall\helpers\functions -Install-ChocolateyZipPackage -PackageName "$packageName" ` - -Url "$url" ` - -UnzipLocation "$toolsDir" ` - -Checksum "$checksum" ` - -ChecksumType "$checksumType" - -# create empty sidecar so shimgen creates shim for GUI rather than console -$installFile = Join-Path -Path $toolsDir ` - -ChildPath "DataCleaner" ` - | Join-Path -ChildPath "DataCleaner.exe.gui" -Set-Content -Path $installFile ` - -Value $null \ No newline at end of file diff --git a/tools/Check/exclude.txt b/tools/Check/exclude.txt index ada0e087e..d7f54d56c 100644 --- a/tools/Check/exclude.txt +++ b/tools/Check/exclude.txt @@ -85,3 +85,4 @@ wirelesskeyview xfinder xmeters zimbra-desktop +datacleaner From ef0c84ac2c273ac2e7ce8f1f14c6feeafea3bac8 Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Thu, 11 Apr 2024 15:34:32 +0000 Subject: [PATCH 03/11] Broken packages --- tools/Check/exclude.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Check/exclude.txt b/tools/Check/exclude.txt index d7f54d56c..f979a34de 100644 --- a/tools/Check/exclude.txt +++ b/tools/Check/exclude.txt @@ -11,6 +11,7 @@ bless cameyo chainlp copay +datacleaner datahealthcheck diskext dragondisk @@ -85,4 +86,3 @@ wirelesskeyview xfinder xmeters zimbra-desktop -datacleaner From 0e052f62521ba82aa74c5b0931a8ac30db0fb087 Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Thu, 11 Apr 2024 15:36:05 +0000 Subject: [PATCH 04/11] Package download xdel --- automatic/xdel/tools/chocolateyInstall.ps1 | 17 ++++++++++ automatic/xdel/xdel.nuspec | 39 ++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 automatic/xdel/tools/chocolateyInstall.ps1 create mode 100644 automatic/xdel/xdel.nuspec diff --git a/automatic/xdel/tools/chocolateyInstall.ps1 b/automatic/xdel/tools/chocolateyInstall.ps1 new file mode 100644 index 000000000..8678eb545 --- /dev/null +++ b/automatic/xdel/tools/chocolateyInstall.ps1 @@ -0,0 +1,17 @@ +$packageName = 'xdel' +$url = 'http://www.schinagl.priv.at/nt/xdel/xdel.zip' +$checksum = 'f69972986d53529feaa1f529de415465724e3eff' +$checksumType = 'sha1' +$url64 = 'http://www.schinagl.priv.at/nt/xdel/xdel64.zip' +$checksum64 = '382f8684ce9a1b6e97fea8c559891e5a53d88371' +$checksumType64 = 'sha1' +$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" + +Install-ChocolateyZipPackage -PackageName "$packageName" ` + -Url "$url" ` + -UnzipLocation "$toolsDir" ` + -Url64bit "$url64" ` + -Checksum "$checksum" ` + -ChecksumType "$checksumType" ` + -Checksum64 "$checksum64" ` + -ChecksumType64 "$checksumType64" \ No newline at end of file diff --git a/automatic/xdel/xdel.nuspec b/automatic/xdel/xdel.nuspec new file mode 100644 index 000000000..eb31fe10a --- /dev/null +++ b/automatic/xdel/xdel.nuspec @@ -0,0 +1,39 @@ + + + + xdel + 5.3.0 + Xdel + Hermann Schinagl + dtgm + http://schinagl.priv.at/nt/xdel/license.txt + http://schinagl.priv.at/nt/xdel/xdel.html + false + The NTFS filesystem of NT4/W2K/WXP supports the junction/symbolic link functionality. Deleting subdirectories recursivley can be done by various of tools, but only xdel is aware of junctions/symbolic link, and instead of crawling recursivley down a junction/symbolic link, xdel simply unlinks the junction/symbolic link, and so does no harm to contents chained into a hierarchy via junctions/symbolic link. + +Furthermore xdel.exe properly deletes very long pathnames with more than 256 characters. + +#### Manual + +`xdel.exe` is a typical command line utility. + +Recursivly delete directory hierarchies. e.g.: + + `xdel x:\dir\dir2` + +In the above example the directories and files below `x:\dir\dir2` are deleted. + Delete subdirectories recursivley with support for junction/symbolic links + #### Program +* Stable: The 5.3 version is stable enough to satisfy most needs. +* No development: Currently no development activity on this utility. +* [Changelog](http://schinagl.priv.at/nt/xdel/xdel.html) + +#### Package +* Automatically generated and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm) + © 1990 Hermann Schinagl + cli hardlink freeware + + + + + \ No newline at end of file From f50f52ecee0e05c8e70e28e4afe406531d9f6f99 Mon Sep 17 00:00:00 2001 From: Tunisiano187 Date: Thu, 11 Apr 2024 15:51:13 +0000 Subject: [PATCH 05/11] [skip ci] exclude xdel --- automatic/xdel/tools/chocolateyInstall.ps1 | 17 ---------- automatic/xdel/xdel.nuspec | 39 ---------------------- tools/Check/exclude.txt | 1 + 3 files changed, 1 insertion(+), 56 deletions(-) delete mode 100644 automatic/xdel/tools/chocolateyInstall.ps1 delete mode 100644 automatic/xdel/xdel.nuspec diff --git a/automatic/xdel/tools/chocolateyInstall.ps1 b/automatic/xdel/tools/chocolateyInstall.ps1 deleted file mode 100644 index 8678eb545..000000000 --- a/automatic/xdel/tools/chocolateyInstall.ps1 +++ /dev/null @@ -1,17 +0,0 @@ -$packageName = 'xdel' -$url = 'http://www.schinagl.priv.at/nt/xdel/xdel.zip' -$checksum = 'f69972986d53529feaa1f529de415465724e3eff' -$checksumType = 'sha1' -$url64 = 'http://www.schinagl.priv.at/nt/xdel/xdel64.zip' -$checksum64 = '382f8684ce9a1b6e97fea8c559891e5a53d88371' -$checksumType64 = 'sha1' -$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" - -Install-ChocolateyZipPackage -PackageName "$packageName" ` - -Url "$url" ` - -UnzipLocation "$toolsDir" ` - -Url64bit "$url64" ` - -Checksum "$checksum" ` - -ChecksumType "$checksumType" ` - -Checksum64 "$checksum64" ` - -ChecksumType64 "$checksumType64" \ No newline at end of file diff --git a/automatic/xdel/xdel.nuspec b/automatic/xdel/xdel.nuspec deleted file mode 100644 index eb31fe10a..000000000 --- a/automatic/xdel/xdel.nuspec +++ /dev/null @@ -1,39 +0,0 @@ - - - - xdel - 5.3.0 - Xdel - Hermann Schinagl - dtgm - http://schinagl.priv.at/nt/xdel/license.txt - http://schinagl.priv.at/nt/xdel/xdel.html - false - The NTFS filesystem of NT4/W2K/WXP supports the junction/symbolic link functionality. Deleting subdirectories recursivley can be done by various of tools, but only xdel is aware of junctions/symbolic link, and instead of crawling recursivley down a junction/symbolic link, xdel simply unlinks the junction/symbolic link, and so does no harm to contents chained into a hierarchy via junctions/symbolic link. - -Furthermore xdel.exe properly deletes very long pathnames with more than 256 characters. - -#### Manual - -`xdel.exe` is a typical command line utility. - -Recursivly delete directory hierarchies. e.g.: - - `xdel x:\dir\dir2` - -In the above example the directories and files below `x:\dir\dir2` are deleted. - Delete subdirectories recursivley with support for junction/symbolic links - #### Program -* Stable: The 5.3 version is stable enough to satisfy most needs. -* No development: Currently no development activity on this utility. -* [Changelog](http://schinagl.priv.at/nt/xdel/xdel.html) - -#### Package -* Automatically generated and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm) - © 1990 Hermann Schinagl - cli hardlink freeware - - - - - \ No newline at end of file diff --git a/tools/Check/exclude.txt b/tools/Check/exclude.txt index f979a34de..af44a3bb0 100644 --- a/tools/Check/exclude.txt +++ b/tools/Check/exclude.txt @@ -86,3 +86,4 @@ wirelesskeyview xfinder xmeters zimbra-desktop +xdel From 36cf14d2e9d367bd058335e10c13f277fa66bf16 Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Thu, 11 Apr 2024 16:01:24 +0000 Subject: [PATCH 06/11] Broken packages --- tools/Check/exclude.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Check/exclude.txt b/tools/Check/exclude.txt index af44a3bb0..da3b01c0a 100644 --- a/tools/Check/exclude.txt +++ b/tools/Check/exclude.txt @@ -83,7 +83,7 @@ vcexpress2010 vim-tux windows wirelesskeyview +xdel xfinder xmeters zimbra-desktop -xdel From a3601c657c58ccfeccdfc8d0a9375332279b8001 Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Thu, 11 Apr 2024 16:02:57 +0000 Subject: [PATCH 07/11] Package download ekiga --- automatic/ekiga/ekiga.nuspec | 26 +++++++++++++++++++ automatic/ekiga/tools/chocolateyInstall.ps1 | 9 +++++++ automatic/ekiga/tools/chocolateyUninstall.ps1 | 16 ++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 automatic/ekiga/ekiga.nuspec create mode 100644 automatic/ekiga/tools/chocolateyInstall.ps1 create mode 100644 automatic/ekiga/tools/chocolateyUninstall.ps1 diff --git a/automatic/ekiga/ekiga.nuspec b/automatic/ekiga/ekiga.nuspec new file mode 100644 index 000000000..19d80bdc4 --- /dev/null +++ b/automatic/ekiga/ekiga.nuspec @@ -0,0 +1,26 @@ + + + + ekiga + 4.0.1.01 + Ekiga + Damien Sandras + dtgm + http://wiki.ekiga.org/index.php/Manual#License + http://ekiga.org/ + https://cdn.rawgit.com/dtgm/chocolatey-packages/269e4311cd8b524c71dbfb2a49237c3ed68929f9/icons/ekiga.svg + false + Ekiga (formely known as GnomeMeeting) is an open source SoftPhone, Video Conferencing and Instant Messenger application over the Internet. + +It supports HD sound quality and video up to DVD size and quality. + +It is interoperable with many other standard compliant softwares, hardwares and service providers as it uses both the major telephony standards (SIP and H.323). + Open source SoftPhone (VoIP), Video Conferencing and Instant Messenger + https://git.gnome.org/browse/ekiga/plain/NEWS + © Damien Sandras + voip sip video-conference instant-messaging chat + + + + + \ No newline at end of file diff --git a/automatic/ekiga/tools/chocolateyInstall.ps1 b/automatic/ekiga/tools/chocolateyInstall.ps1 new file mode 100644 index 000000000..e174afa53 --- /dev/null +++ b/automatic/ekiga/tools/chocolateyInstall.ps1 @@ -0,0 +1,9 @@ +$packageName = 'ekiga' +$installerType = 'exe' +$silentArgs = '/S' +$url = 'http://ftp.gnome.org/pub/gnome/binaries/win32/ekiga/4.0/ekiga-setup-4.0.1+.exe' +$checksum = 'ea916d0a8f42d4115ec97be7f7e0b22764ad4fb3' +$checksumType = 'sha1' +$validExitCodes = @(0) + +Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -validExitCodes $validExitCodes -Checksum "$checksum" -ChecksumType "$checksumType" diff --git a/automatic/ekiga/tools/chocolateyUninstall.ps1 b/automatic/ekiga/tools/chocolateyUninstall.ps1 new file mode 100644 index 000000000..72449c286 --- /dev/null +++ b/automatic/ekiga/tools/chocolateyUninstall.ps1 @@ -0,0 +1,16 @@ +try { + $packageName = 'ekiga' + $fileType = 'exe' + $silentArgs = '/S' + $validExitCodes = @(0) + $osBitness = Get-ProcessorBits + if ($osBitness -eq 64) { + $unPath = 'HKLM:SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall' + } else { + $unPath = 'HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' + } + $unString = (Get-ItemProperty $unPath\$packageName* UninstallString).UninstallString + Uninstall-ChocolateyPackage "$packageName" "$fileType" "$silentArgs" "$unString" -validExitCodes $validExitCodes +} catch { + throw $_.Exception +} From c00426382cb47b2200b8c15db94844cea18b2814 Mon Sep 17 00:00:00 2001 From: Tunisiano187 Date: Thu, 11 Apr 2024 16:08:18 +0000 Subject: [PATCH 08/11] [skip ci] exclude ekiga --- automatic/ekiga/ekiga.nuspec | 26 ------------------- automatic/ekiga/tools/chocolateyInstall.ps1 | 9 ------- automatic/ekiga/tools/chocolateyUninstall.ps1 | 16 ------------ tools/Check/exclude.txt | 1 + 4 files changed, 1 insertion(+), 51 deletions(-) delete mode 100644 automatic/ekiga/ekiga.nuspec delete mode 100644 automatic/ekiga/tools/chocolateyInstall.ps1 delete mode 100644 automatic/ekiga/tools/chocolateyUninstall.ps1 diff --git a/automatic/ekiga/ekiga.nuspec b/automatic/ekiga/ekiga.nuspec deleted file mode 100644 index 19d80bdc4..000000000 --- a/automatic/ekiga/ekiga.nuspec +++ /dev/null @@ -1,26 +0,0 @@ - - - - ekiga - 4.0.1.01 - Ekiga - Damien Sandras - dtgm - http://wiki.ekiga.org/index.php/Manual#License - http://ekiga.org/ - https://cdn.rawgit.com/dtgm/chocolatey-packages/269e4311cd8b524c71dbfb2a49237c3ed68929f9/icons/ekiga.svg - false - Ekiga (formely known as GnomeMeeting) is an open source SoftPhone, Video Conferencing and Instant Messenger application over the Internet. - -It supports HD sound quality and video up to DVD size and quality. - -It is interoperable with many other standard compliant softwares, hardwares and service providers as it uses both the major telephony standards (SIP and H.323). - Open source SoftPhone (VoIP), Video Conferencing and Instant Messenger - https://git.gnome.org/browse/ekiga/plain/NEWS - © Damien Sandras - voip sip video-conference instant-messaging chat - - - - - \ No newline at end of file diff --git a/automatic/ekiga/tools/chocolateyInstall.ps1 b/automatic/ekiga/tools/chocolateyInstall.ps1 deleted file mode 100644 index e174afa53..000000000 --- a/automatic/ekiga/tools/chocolateyInstall.ps1 +++ /dev/null @@ -1,9 +0,0 @@ -$packageName = 'ekiga' -$installerType = 'exe' -$silentArgs = '/S' -$url = 'http://ftp.gnome.org/pub/gnome/binaries/win32/ekiga/4.0/ekiga-setup-4.0.1+.exe' -$checksum = 'ea916d0a8f42d4115ec97be7f7e0b22764ad4fb3' -$checksumType = 'sha1' -$validExitCodes = @(0) - -Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -validExitCodes $validExitCodes -Checksum "$checksum" -ChecksumType "$checksumType" diff --git a/automatic/ekiga/tools/chocolateyUninstall.ps1 b/automatic/ekiga/tools/chocolateyUninstall.ps1 deleted file mode 100644 index 72449c286..000000000 --- a/automatic/ekiga/tools/chocolateyUninstall.ps1 +++ /dev/null @@ -1,16 +0,0 @@ -try { - $packageName = 'ekiga' - $fileType = 'exe' - $silentArgs = '/S' - $validExitCodes = @(0) - $osBitness = Get-ProcessorBits - if ($osBitness -eq 64) { - $unPath = 'HKLM:SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall' - } else { - $unPath = 'HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' - } - $unString = (Get-ItemProperty $unPath\$packageName* UninstallString).UninstallString - Uninstall-ChocolateyPackage "$packageName" "$fileType" "$silentArgs" "$unString" -validExitCodes $validExitCodes -} catch { - throw $_.Exception -} diff --git a/tools/Check/exclude.txt b/tools/Check/exclude.txt index da3b01c0a..6094b959b 100644 --- a/tools/Check/exclude.txt +++ b/tools/Check/exclude.txt @@ -87,3 +87,4 @@ xdel xfinder xmeters zimbra-desktop +ekiga From 177e4371830fc9e4569179953894a30427a5f7de Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Thu, 11 Apr 2024 16:18:12 +0000 Subject: [PATCH 09/11] Broken packages --- tools/Check/exclude.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Check/exclude.txt b/tools/Check/exclude.txt index 6094b959b..1a332c32c 100644 --- a/tools/Check/exclude.txt +++ b/tools/Check/exclude.txt @@ -19,6 +19,7 @@ dreampie dropit dupeguru-me ekeyfinder +ekiga evernote2onenote evimsync fastest-mouse-clicker @@ -87,4 +88,3 @@ xdel xfinder xmeters zimbra-desktop -ekiga From 63d50f4a9916748ab75be0556d7b809dbe6f93c5 Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Thu, 11 Apr 2024 16:19:47 +0000 Subject: [PATCH 10/11] Package download kvrt --- automatic/kvrt/kvrt.nuspec | 39 ++++++++++++++++++++ automatic/kvrt/tools/chocolateyInstall.ps1 | 24 ++++++++++++ automatic/kvrt/tools/chocolateyUninstall.ps1 | 4 ++ 3 files changed, 67 insertions(+) create mode 100644 automatic/kvrt/kvrt.nuspec create mode 100644 automatic/kvrt/tools/chocolateyInstall.ps1 create mode 100644 automatic/kvrt/tools/chocolateyUninstall.ps1 diff --git a/automatic/kvrt/kvrt.nuspec b/automatic/kvrt/kvrt.nuspec new file mode 100644 index 000000000..b927e6e8d --- /dev/null +++ b/automatic/kvrt/kvrt.nuspec @@ -0,0 +1,39 @@ + + + + kvrt + 2019.06.24.1824 + Kaspersky Virus Removal Tool + Kaspersky Lab + dtgm + http://www.kaspersky.com/other/eulawin8-en?cid=acq_pad + http://www.kaspersky.com/antivirus-removal-tool?form=1 + https://cdn.rawgit.com/dtgm/chocolatey-packages/dd7121af88611d4f92e29187d065ba9a0fcaedeb/icons/kvrt.png + false + Kaspersky Virus Removal Tool 2015 is a free tool for scanning infected computers under Microsoft Windows for viruses and eliminating the detected threats. + +Kaspersky Virus Removal Tool 2015 is not intended for long-term use as it does not protect your computer in the real-time mode. After the computer is disinfected, remove the tool and install the full-scale antivirus solution. + +#### Features +* Simplified interface. +* Can be installed to an infected computer (Safe Mode supported). +* Composite scan and disinfection system: signature detection and heuristic analyzer. +* Gathering system information and interactive creation of scripts for disinfection. +* Automatic and manual removal of virus, Trojans and worms. +* Automatic and manual removal of Spyware and Adware modules. +* Automatic and manual removal of all types of rootkits. + +#### Documentation +* [FAQ](http://support.kaspersky.com/viruses/kvrt2015/info) +* [System requirements](http://support.kaspersky.com/viruses/kvrt2015#requirements) + +#### Community +* [Forum](http://forum.kaspersky.com/index.php?showforum=160) + Designed to remove different types of infections from an infected PC + #### Package +* Automatically built and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm) + © Kaspersky Lab + freeware security antivirus vulnerability + https://github.com/dtgm/chocolatey-packages/tree/master/automatic/kvrt/ + + \ No newline at end of file diff --git a/automatic/kvrt/tools/chocolateyInstall.ps1 b/automatic/kvrt/tools/chocolateyInstall.ps1 new file mode 100644 index 000000000..bd9ac9cc3 --- /dev/null +++ b/automatic/kvrt/tools/chocolateyInstall.ps1 @@ -0,0 +1,24 @@ +$packageName = 'kvrt' +$url = 'http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe' +$checksum = '7eb2e9cab3f6103d39a2744217cc460a6ac044bdc43bdbe82c82cf8caabf3e10' +$checksumType = 'sha256' +$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" +$installFile = Join-Path $toolsPath "kvrt.exe" +try { + Get-ChocolateyWebFile -PackageName "$packageName" ` + -FileFullPath "$installFile" ` + -Url "$url" ` + -Checksum "$checksum" ` + -ChecksumType "$checksumType" + + # create empty sidecars so shimgen only creates one shim + Set-Content -Path ("$installFile.ignore") ` + -Value $null + + # create batch to start executable + $batchStart = Join-Path $toolsPath "kvrt.bat" + 'start %~dp0\kvrt.exe -accepteula' | Out-File -FilePath $batchStart -Encoding ASCII + Install-BinFile "kvrt" "$batchStart" +} catch { + throw $_.Exception +} \ No newline at end of file diff --git a/automatic/kvrt/tools/chocolateyUninstall.ps1 b/automatic/kvrt/tools/chocolateyUninstall.ps1 new file mode 100644 index 000000000..c948e3134 --- /dev/null +++ b/automatic/kvrt/tools/chocolateyUninstall.ps1 @@ -0,0 +1,4 @@ +$packageName = 'kvrt' +$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" +$batchStart = Join-Path $toolsPath "kvrt.bat" +Uninstall-BinFile "$packageName" "$batchStart" \ No newline at end of file From f2e8af8c53de896637e6730312d6391483a1f941 Mon Sep 17 00:00:00 2001 From: Tunisiano187 Date: Thu, 11 Apr 2024 16:25:54 +0000 Subject: [PATCH 11/11] [skip ci] exclude kvrt --- automatic/kvrt/kvrt.nuspec | 39 -------------------- automatic/kvrt/tools/chocolateyInstall.ps1 | 24 ------------ automatic/kvrt/tools/chocolateyUninstall.ps1 | 4 -- tools/Check/exclude.txt | 1 + 4 files changed, 1 insertion(+), 67 deletions(-) delete mode 100644 automatic/kvrt/kvrt.nuspec delete mode 100644 automatic/kvrt/tools/chocolateyInstall.ps1 delete mode 100644 automatic/kvrt/tools/chocolateyUninstall.ps1 diff --git a/automatic/kvrt/kvrt.nuspec b/automatic/kvrt/kvrt.nuspec deleted file mode 100644 index b927e6e8d..000000000 --- a/automatic/kvrt/kvrt.nuspec +++ /dev/null @@ -1,39 +0,0 @@ - - - - kvrt - 2019.06.24.1824 - Kaspersky Virus Removal Tool - Kaspersky Lab - dtgm - http://www.kaspersky.com/other/eulawin8-en?cid=acq_pad - http://www.kaspersky.com/antivirus-removal-tool?form=1 - https://cdn.rawgit.com/dtgm/chocolatey-packages/dd7121af88611d4f92e29187d065ba9a0fcaedeb/icons/kvrt.png - false - Kaspersky Virus Removal Tool 2015 is a free tool for scanning infected computers under Microsoft Windows for viruses and eliminating the detected threats. - -Kaspersky Virus Removal Tool 2015 is not intended for long-term use as it does not protect your computer in the real-time mode. After the computer is disinfected, remove the tool and install the full-scale antivirus solution. - -#### Features -* Simplified interface. -* Can be installed to an infected computer (Safe Mode supported). -* Composite scan and disinfection system: signature detection and heuristic analyzer. -* Gathering system information and interactive creation of scripts for disinfection. -* Automatic and manual removal of virus, Trojans and worms. -* Automatic and manual removal of Spyware and Adware modules. -* Automatic and manual removal of all types of rootkits. - -#### Documentation -* [FAQ](http://support.kaspersky.com/viruses/kvrt2015/info) -* [System requirements](http://support.kaspersky.com/viruses/kvrt2015#requirements) - -#### Community -* [Forum](http://forum.kaspersky.com/index.php?showforum=160) - Designed to remove different types of infections from an infected PC - #### Package -* Automatically built and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm) - © Kaspersky Lab - freeware security antivirus vulnerability - https://github.com/dtgm/chocolatey-packages/tree/master/automatic/kvrt/ - - \ No newline at end of file diff --git a/automatic/kvrt/tools/chocolateyInstall.ps1 b/automatic/kvrt/tools/chocolateyInstall.ps1 deleted file mode 100644 index bd9ac9cc3..000000000 --- a/automatic/kvrt/tools/chocolateyInstall.ps1 +++ /dev/null @@ -1,24 +0,0 @@ -$packageName = 'kvrt' -$url = 'http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe' -$checksum = '7eb2e9cab3f6103d39a2744217cc460a6ac044bdc43bdbe82c82cf8caabf3e10' -$checksumType = 'sha256' -$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$installFile = Join-Path $toolsPath "kvrt.exe" -try { - Get-ChocolateyWebFile -PackageName "$packageName" ` - -FileFullPath "$installFile" ` - -Url "$url" ` - -Checksum "$checksum" ` - -ChecksumType "$checksumType" - - # create empty sidecars so shimgen only creates one shim - Set-Content -Path ("$installFile.ignore") ` - -Value $null - - # create batch to start executable - $batchStart = Join-Path $toolsPath "kvrt.bat" - 'start %~dp0\kvrt.exe -accepteula' | Out-File -FilePath $batchStart -Encoding ASCII - Install-BinFile "kvrt" "$batchStart" -} catch { - throw $_.Exception -} \ No newline at end of file diff --git a/automatic/kvrt/tools/chocolateyUninstall.ps1 b/automatic/kvrt/tools/chocolateyUninstall.ps1 deleted file mode 100644 index c948e3134..000000000 --- a/automatic/kvrt/tools/chocolateyUninstall.ps1 +++ /dev/null @@ -1,4 +0,0 @@ -$packageName = 'kvrt' -$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$batchStart = Join-Path $toolsPath "kvrt.bat" -Uninstall-BinFile "$packageName" "$batchStart" \ No newline at end of file diff --git a/tools/Check/exclude.txt b/tools/Check/exclude.txt index 1a332c32c..30ea19639 100644 --- a/tools/Check/exclude.txt +++ b/tools/Check/exclude.txt @@ -88,3 +88,4 @@ xdel xfinder xmeters zimbra-desktop +kvrt