Skip to content

Commit

Permalink
AU: 6 updated - bleachbit bleachbit.install codeblocks smartftp sysin…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 31, 2017
1 parent 68b1d38 commit 3a6da1d
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 42 deletions.
2 changes: 1 addition & 1 deletion automatic/bleachbit.install/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/bleachbit.svg" width="48" height="48"/> [BleachBit (Install)](https://chocolatey.org/packages/bleachbit.install)
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/0c81599a51b9f9c9418ba8dd46caf6d3081ec8ac/icons/bleachbit.svg" width="48" height="48"/> [BleachBit (Install)](https://chocolatey.org/packages/bleachbit.install)

When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Internet Explorer, Adobe Flash, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source.

Expand Down
27 changes: 24 additions & 3 deletions automatic/bleachbit.install/bleachbit.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,31 @@
<metadata>
<id>bleachbit.install</id>
<title>BleachBit (Install)</title>
<version>0.0</version>
<version>1.19-beta</version>
<owners>chocolatey,dtgm</owners>
<summary>BleachBit cleans files to free disk space and to maintain privacy.</summary>
<description>description</description>
<description><![CDATA[When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Internet Explorer, Adobe Flash, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source.
## Features
BleachBit has many useful features designed to help you easily clean your computer to free space and maintain privacy.
* Delete your private files so completely that "even God can't read them" according to South Carolina Representative Trey Gowdy.
* Simple operation: read the descriptions, check the boxes you want, click preview, and click delete.
* Multi-platform: Linux and Windows
* Free of charge and no money trail
* Free to share, learn, and modify (open source)
* No adware, spyware, malware, browser toolbars, or "value-added software"
* Translated to 64 languages besides American English
* Shred files to hide their contents and prevent data recovery
* Shred any file (such as a spreadsheet on your desktop)
* Overwrite free disk space to hide previously deleted files
* Portable app for Windows: run without installation
* Command line interface for scripting and automation
* CleanerML allows anyone to write a new cleaner using XML
* Automatically import and update winapp2.ini cleaner files (a separate download) giving Windows users access to 2500+ additional cleaners
* Frequent software updates with new features
]]></description>
<authors>Andrew Ziem</authors>
<projectUrl>https://www.bleachbit.org/</projectUrl>
<projectSourceUrl>https://github.com/bleachbit/bleachbit</projectSourceUrl>
Expand All @@ -16,7 +37,7 @@
<tags>foss cross-platform admin bleachbit disk cleaner privacy</tags>
<licenseUrl>https://github.com/bleachbit/bleachbit/blob/master/COPYING</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/b9b0ed4a/icons/bleachbit.svg</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/0c81599a51b9f9c9418ba8dd46caf6d3081ec8ac/icons/bleachbit.svg</iconUrl>
<releaseNotes>https://www.bleachbit.org/news</releaseNotes>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bleachbit.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ and can be verified like this:

1. Download the following installer(s):

x86: https://download.bleachbit.org/beta/1.17/BleachBit-1.17-setup.exe
x86: https://download.bleachbit.org/beta/1.19/BleachBit-1.19-setup.exe

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 9BD172AEC98FC0080F2A1EF3CD4CE3C13DC5B2B4EE7BDA903F50D5D77B68E257
checksum32: CBF6B921D794DDF13DA7A6C34BA416D273FDB171A928FF630E31E755DBF1E2EA

The included 'LICENSE.txt' file have been obtained from:
https://github.com/bleachbit/bleachbit/blob/master/COPYING
4 changes: 2 additions & 2 deletions automatic/bleachbit.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "BleachBit"
file = "$toolsDir\BleachBit-1.17-setup.exe"
file = "$toolsDir\BleachBit-1.19-setup.exe"
fileType = "exe"
silentArgs = "/S"
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/bleachbit/bleachbit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>bleachbit</id>
<title>BleachBit</title>
<version>1.17-beta</version>
<version>1.19-beta</version>
<owners>chocolatey,dtgm</owners>
<summary>BleachBit cleans files to free disk space and to maintain privacy.</summary>
<description><![CDATA[When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Internet Explorer, Adobe Flash, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source.
Expand Down Expand Up @@ -40,7 +40,7 @@ BleachBit has many useful features designed to help you easily clean your comput
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/0c81599a51b9f9c9418ba8dd46caf6d3081ec8ac/icons/bleachbit.svg</iconUrl>
<releaseNotes>https://www.bleachbit.org/news</releaseNotes>
<dependencies>
<dependency id="bleachbit.install" version="[1.17-beta]" />
<dependency id="bleachbit.install" version="[1.19-beta]" />
</dependencies>
</metadata>
<files />
Expand Down
41 changes: 21 additions & 20 deletions automatic/codeblocks/codeblocks.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>codeblocks</id>
<version>16.1.0.20161209</version>
<version>17.12</version>
<title>Code::Blocks</title>
<authors>The Code::Blocks Team</authors>
<owners>chocolatey purity</owners>
Expand All @@ -15,7 +15,7 @@
<bugTrackerUrl>https://sourceforge.net/p/codeblocks/tickets/</bugTrackerUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/codeblocks.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
<description><![CDATA[
Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.
Finally, an IDE with all the features you need, having a consistent look, feel and operation across platforms.
Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin.
Expand All @@ -31,13 +31,13 @@ For instance, compiling and debugging functionality is already provided by plugi
### Compiler
* **Muliple compiler support:**
* GCC (MingW / GNU GCC) *(Included)*
* MSVC++
* clang
* Digital Mars
* Borland C++ 5.5
* Open Watcom
* ...and more
* GCC (MingW / GNU GCC) *(Included)*
* MSVC++
* clang
* Digital Mars
* Borland C++ 5.5
* Open Watcom
* ...and more
* **Very fast** custom build system (no makefiles needed)
* Support for **parallel builds** (utilizing your CPU's extra cores)
* Multi-target projects
Expand All @@ -50,15 +50,15 @@ For instance, compiling and debugging functionality is already provided by plugi
* Interfaces GNU GDB
* Also supports MS CDB (not fully featured)
* **Full breakpoints support:**
* Code breakpoints
* Data breakpoints (read, write and read/write)
* Break point conditions (break only when an expression is true)
* User-defined watches (support fro watching user-defined types through scripting)
* Call stack
* Disassembly
* Custom memory dump
* Switch between threads
* View CPU registers
* Code breakpoints
* Data breakpoints (read, write and read/write)
* Break point conditions (break only when an expression is true)
* User-defined watches (support fro watching user-defined types through scripting)
* Call stack
* Disassembly
* Custom memory dump
* Switch between threads
* View CPU registers
### Interface:
* Syntax highlighting, customizable and extensible
Expand All @@ -77,9 +77,10 @@ And many more features provided through plugins!
## Notes
This package downloads the installer with the included GCC compiler.
</description>
]]></description>
<summary>Code::Blocks is a free C++ IDE.</summary>
<releaseNotes>http://www.codeblocks.org/downloads/45</releaseNotes>
<releaseNotes>http://www.codeblocks.org/downloads/48</releaseNotes>
<copyright />
<tags>codeblocks C++ IDE admin foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/codeblocks</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/codeblocks/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from the sourceforge mirror listed on <http://www.codeblocks.org/downloads/26>
and can be verified like this:

1. Go to <https://sourceforge.net/projects/codeblocks/files/Binaries/16.01/Windows/codeblocks-16.01mingw-setup.exe>
1. Go to <https://sourceforge.net/projects/codeblocks/files/Binaries/17.12/Windows/codeblocks-17.12mingw-setup.exe>
to download the installer
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 4D1B66C02EA6BE91912B3F9CD67A1C3A7933B7E2DD062DB00344FAF39E3CAE1C
checksum: D53B03186FD487B34479F139E39CA19418186A45D62AFAB9BA86A67398259B39

File 'LICENSE.txt' is obtained from <http://svn.code.sf.net/p/codeblocks/code/trunk/>
4 changes: 2 additions & 2 deletions automatic/codeblocks/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'codeblocks'
fileType = 'exe'
softwareName = 'CodeBlocks'
file = "$toolsDir\codeblocks-16.01mingw-setup.exe"
file = "$toolsDir\Windows.exe"

silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2527.0</version>
<version>9.0.2528.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '2d2cafa913225b720211dc4781435d58b3003446defea7cb71892a3d65b06708'
checksum64 = 'f3994dac334cf723e5196892d1ac93d259a9de798f6ba25f974d72c7c3e4690a'
checksum = '495d30863b5839e9062b398547c6ba5b4fd5b75b9c39f71937598aaa35e5e3f7'
checksum64 = 'd4b5321fd18d8667ef96331ceaebb81da4744fe13f179ea2967209c69310ad40'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2017.12.21</version>
<version>2017.12.31</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '7d7a4959648026edcb4375603e5ddd279de2c1f91e7a003e65b1ca635c3db4d0'
checksum = '609434a39c28f8382b138aa1349d32ea5acfb06668e6d11000bb6d14e66923d0'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/rg3/youtube-dl/releases/download/2017.12.28/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2017.12.31/youtube-dl.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: 9bf84608455f1fb32ca60eeaaf8952f764346c84d45cf0e596735e36e49c1d973fb37a7eebb00142cde8f39495e33c4aebcc9b09360b7a654cd4e390dabfa710
checksum: e08e378903dd77d8f92a34743fa2fb2f7235c9c65b32376d56d7975aca9322edb3b3dcb902d41c371da08c58242cdf2561c8102e249f7d6cc6564db5fe1ae80b

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>youtube-dl</id>
<version>2017.12.28</version>
<version>2017.12.31</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 3a6da1d

Please sign in to comment.