Skip to content

Commit

Permalink
AU: 5 updated - clipboardfusion curl freevideoeditor transifex-client…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 13, 2018
1 parent d258a68 commit 9ad6449
Show file tree
Hide file tree
Showing 17 changed files with 86 additions and 39 deletions.
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/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/b9abeb5008947f265feb71232ee8f783fa7f5e59/icons/clipboardfusion.png" width="48" height="48"/> [clipboardfusion](https://chocolatey.org/packages/clipboardfusion)
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e08f6fc504b4cab24f3110b3346a1ebd656a5fee/icons/clipboardfusion.png" width="48" height="48"/> [clipboardfusion](https://chocolatey.org/packages/clipboardfusion)


ClipboardFusion makes it easy to remove clipboard text formatting, replace clipboard text or run powerful macros on your clipboard contents. You can even sync your clipboard with other computers and mobile devices.
Expand Down
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/clipboardfusion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"stable": "5.3"
"stable": "5.3.0.20180213"
}
19 changes: 16 additions & 3 deletions automatic/clipboardfusion/clipboardfusion.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>clipboardfusion</id>
<version>5.3</version>
<version>5.3.0.20180213</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/clipboardfusion</packageSourceUrl>
<owners>chocolatey, keithlammers, the-running-dev</owners>
<title>ClipboardFusion</title>
<authors>Binary Fortress Software</authors>
<projectUrl>https://www.clipboardfusion.com</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/b9abeb5008947f265feb71232ee8f783fa7f5e59/icons/clipboardfusion.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e08f6fc504b4cab24f3110b3346a1ebd656a5fee/icons/clipboardfusion.png</iconUrl>
<copyright>Copyright © 2017 Binary Fortress Software</copyright>
<licenseUrl>https://www.clipboardfusion.com/License/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -18,7 +18,20 @@
<tags>clipboardfusion clipboard sync history scrubbing macros trial freeware</tags>
<summary>ClipboardFusion makes it easy to remove clipboard text formatting, replace clipboard text or run powerful macros on your clipboard contents</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>Dummy</description>
<description><![CDATA[
ClipboardFusion makes it easy to remove clipboard text formatting, replace clipboard text or run powerful macros on your clipboard contents. You can even sync your clipboard with other computers and mobile devices.
## Features
- Text Scrubbing
- Text Replace
- HotKeys
- Clipboard Preview
- Macros
## Notes
- Free license is only for personal & non-commercial use
]]></description>
<releaseNotes>https://www.clipboardfusion.com/ChangeLog/</releaseNotes>
<dependencies>
<dependency id="dotnet4.6" version="4.6.00081.20150925" />
Expand Down
6 changes: 3 additions & 3 deletions automatic/clipboardfusion/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.clipboardfusion.com/Download/>
and can be verified by doing the following:

1. Download the following <>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.3.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type:
checksum:
checksum type: sha256
checksum: F07A3C5A68987410FEB764FF8BC30B81B88DB3726C8F94EC91A119211D124423

The file 'LICENSE.txt' has been obtained from <https://www.clipboardfusion.com/License/>
4 changes: 2 additions & 2 deletions automatic/clipboardfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\"
file = "$toolsPath\ClipboardFusionSetup-5.3.exe"
softwareName = 'clipboardfusion*'
silentArgs = '/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"'
validExitCodes = @(0)
}

Install-ChocolateyInstallPackage @packageArgs

ls $toolsPath\*.exe | % { rm $_ -ea 0; if (Test-Path $_) { sc "$_.ignore" } }
Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }
4 changes: 2 additions & 2 deletions automatic/curl/curl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>curl</id>
<version>7.58.0</version>
<version>7.58.0.20180213</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/curl</packageSourceUrl>
<owners>chocolatey, Rob Reynolds</owners>
<title>cURL</title>
Expand All @@ -25,7 +25,7 @@ curl is used in command lines or scripts to transfer data. It is also used in ca
Supports DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, HTTP/2, cookies, user+password authentication (Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy tunneling and more.
]]></description>
<releaseNotes></releaseNotes>
<releaseNotes>https://curl.haxx.se/changes.html</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/curl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 3900E1FDEE49CA82B99AAC0F6F6C876291345D348F3B07BEF251F4E258CA4C47
checksum64: A09890E1635BF8A610BFA68045FBDDF769623839E6B598ADC753B34D316090A0
checksum32: 6DE0CC0ACD6A43240B6523C9920997ACF1D978EA428721B2684780BA392BCBBF
checksum64: 235AFE57FF78279282B5017384821B8B789856C368269DF443CA5B44CC66A865

File 'LICENSE.txt' obtained from:
https://github.com/curl/curl/blob/028391df5d84d9fae3433afdee9261d565900355/COPYING
2 changes: 1 addition & 1 deletion automatic/freevideoeditor/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/c6e2b88534b29d1d7290a5a1e15a056639653410/icons/freevideoeditor.png" width="48" height="48"/> [freevideoeditor](https://chocolatey.org/packages/freevideoeditor)
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/80d7b106a3d2edf543944581b2634972157df3de/icons/freevideoeditor.png" width="48" height="48"/> [freevideoeditor](https://chocolatey.org/packages/freevideoeditor)


Free video software that allows you to edit video files and create videos of all types. It supports the most popular video/audio formats and codecs, including DVD, HD and GoPro videos. Preconfigured profiles make the creation of videos for various multimedia and mobile devices a snap.
Expand Down
37 changes: 34 additions & 3 deletions automatic/freevideoeditor/freevideoeditor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,52 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>freevideoeditor</id>
<version>5.8.6</version>
<version>5.8.6.20180213</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/freevideoeditor</packageSourceUrl>
<owners>chocolatey</owners>
<title>VSDC Free Video Editor</title>
<authors>Flash-Integro LLC</authors>
<projectUrl>http://www.videosoftdev.com/free-video-editor</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/c6e2b88534b29d1d7290a5a1e15a056639653410/icons/freevideoeditor.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/80d7b106a3d2edf543944581b2634972157df3de/icons/freevideoeditor.png</iconUrl>
<copyright>www.videosoftdev.com, Flash-Integro LLC</copyright>
<licenseUrl>http://www.videosoftdev.com/terms-and-conditions</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>http://www.videosoftdev.com/how-to-use-free-video-editor</docsUrl>
<tags>freevideoeditor freeware nle video editor audio media avi mkv dvd mp3 flac dsp record convert</tags>
<summary>Simple video editor.</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>Dummy</description>
<description><![CDATA[
Free video software that allows you to edit video files and create videos of all types. It supports the most popular video/audio formats and codecs, including DVD, HD and GoPro videos. Preconfigured profiles make the creation of videos for various multimedia and mobile devices a snap.
The video editor offers a number of versatile features both for home and business use: text and audio overlay, an array of charts and diagrams as well as a slideshow maker.
Non-linear editing system. It means that video files and images do not necessarily have to follow a specific sequence & they can be in various places at any point of time. Besides, all objects can change their properties, shape and position in time.
Hardware acceleration, multi-color Chroma Key, adjustable parameters settings and enhanced resolution make VSDC a real time and effort saving tool allowing for creating large size HD videos in a few minutes instead of hours.
## Features
- Non-linear video editor
- Visual and audio effects
- Blending modes and Instagram-like filters
- Masking
- Subpixel accuracy
- Support of popular formats
- Creation of videos for specific multimedia devices
- Working with charts
- Video library
- Built-in DVD burning tool
- Video File Converter
- Desktop video capture
- Video capturing
## Notes
- This package now supports 64bit, to keep installing 32bit make sure to call `choco install/upgrade` with the argument `--x86`.
![screenshot](https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/67298954b9fd1ba4826a4cdedf542266aa64f1fd/automatic/freevideoeditor/screenshot.jpg)
]]></description>
<releaseNotes>http://www.videosoftdev.com/free-video-editor#accordion10</releaseNotes>
<dependencies>
<!--We could set chocolatey to version 0.10.4, but that version was broken so we use 0.10.5-->
Expand Down
10 changes: 5 additions & 5 deletions automatic/freevideoeditor/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <http://www.videosoftdev.com/free-video-editor/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <>
64-Bit software: <>
32-Bit software: <http://downloads.videosoftdev.com/video_tools/video_editor_x32.exe>
64-Bit software: <http://downloads.videosoftdev.com/video_tools/video_editor_x64.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type:
checksum32:
checksum64:
checksum type: sha256
checksum32: 95B60ECF5211C3A7EA1EAFAD5AA999D2FC20D0B5D2D85C63B26D22417085AF20
checksum64: CDD2B325EDA34233C510C22DBC3DE50212F708FD456B6CEB9FFF172E59616893

The file 'LICENSE.txt' has been obtained from <http://www.videosoftdev.com/terms-and-conditions>
6 changes: 3 additions & 3 deletions automatic/freevideoeditor/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ $toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\"
file64 = "$toolsPath\"
file = "$toolsPath\video_editor_x32.exe"
file64 = "$toolsPath\video_editor_x64.exe"
softwareName = 'VSDC Free Video Editor*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
}

Install-ChocolateyInstallPackage @packageArgs

ls $toolsPath\*.exe | % { rm $_ -ea 0; if (Test-Path $_) { sc "$_.ignore" } }
Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }
4 changes: 2 additions & 2 deletions automatic/transifex-client/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/transifex/transifex-client/releases/latest>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://github.com/transifex/transifex-client/releases/download/0.13.0/tx.py35.x64.exe>
64-Bit software: <https://github.com/transifex/transifex-client/releases/download/0.13.1/tx.py36.x64.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum64: 6F8E36299901C791A05DF4DDC5EA87867331C9CA365B8019CEB3310440E5CE36
checksum64: 36380ED9F57B9362C1F58E3647D46784F8BBD70A9E1EAB8D615AFDF6441636E8

The file 'LICENSE.txt' has been obtained from <https://github.com/transifex/transifex-client/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/transifex-client/transifex-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>transifex-client</id>
<version>0.13.0</version>
<version>0.13.1</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/transifex-client</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Transifex Command-Line Tool</title>
Expand All @@ -27,7 +27,7 @@ You can use the command line tool to create new resources, map locale files to t
- This package only provides the 64-bit executable due to a number of positives on VirusTotal.
The Software Authors believe them to be false positives, but I as the package maintainer am not convinced.
]]></description>
<releaseNotes>https://github.com/transifex/transifex-client/releases/tag/0.13.0</releaseNotes>
<releaseNotes>https://github.com/transifex/transifex-client/releases/tag/0.13.1</releaseNotes>
<dependencies>
<dependency id="python" version="3.6.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth-1.12/wesnoth-1.12.6/wesnoth-1.12.6-win32.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.13.10/wesnoth-1.13.10-win32.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = '340a045deafcc236d2e00cb47598b4a5e8d656463270a3433ed637108916db71'
checksum = 'd32e80fc824a023bd35946687ab6f613820b1451264a7ba6c091130144968036'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName 'Battle for Wesnoth*'

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {

$packageArgs = @{
packageName = $packageName
Expand All @@ -24,5 +24,5 @@ if ($key.Count -eq 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstall."
Write-Warning "Please alert the package maintainer the following keys were matched:"
$key | % { Write-Warning "- $($_.DisplayName)" }
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
3 changes: 2 additions & 1 deletion automatic/wesnoth/wesnoth.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"stable": "1.12.6"
"stable": "1.12.6",
"beta": "1.13.10-beta"
}
10 changes: 6 additions & 4 deletions automatic/wesnoth/wesnoth.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wesnoth</id>
<version>1.12.6</version>
<version>1.13.10-beta</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey</owners>
<title>The Battle for Wesnoth</title>
Expand All @@ -19,14 +19,15 @@
<bugTrackerUrl>https://gna.org/bugs/index.php?group=wesnoth&amp;set=custom&amp;report_id=101&amp;status_id=1&amp;chunksz=150&amp;boxoptionwanted=1</bugTrackerUrl>
<tags>wesnoth game strategy turn-based admin foss cross-platform</tags>
<summary>The Battle for Wesnoth is a turn-based tactical strategy game with a high fantasy theme.</summary>
<description>
<description><![CDATA[
The Battle for Wesnoth is a turn-based tactical strategy game with a high fantasy theme.
Build up a great army, gradually turning raw recruits into hardened veterans. In later games, recall your toughest warriors and form a deadly host that none can stand against! Choose units from a large pool of specialists, and hand-pick a force with the right strengths to fight well on different terrains against all manner of opposition.
Wesnoth has many different sagas waiting to be played. Fight to regain the throne of Wesnoth, of which you are the legitimate heir... step into the boots of a young officer sent to guard a not-so-sleepy frontier outpost... lead a brutal quest to unite the orcish tribes... vanquish a horde of undead warriors unleashed by a foul necromancer, who also happens to have taken your brother hostage... guide a band of elvish survivors in an epic quest to find a new home... get revenge on the orcs by using the foul art of necromancy...
There are at least two hundred unit types, sixteen races, six major factions, and hundreds of years of history. The world of Wesnoth is absolutely huge and only limited by your creativity make your own custom units, create your own maps, and write your own scenarios or even full-blown campaigns. You can also challenge up to eight friendsor strangersand fight in epic multiplayer fantasy battles.
There are at least two hundred unit types, sixteen races, six major factions, and hundreds of years of history. The world of Wesnoth is absolutely huge and only limited by your creativity - make your own custom units, create your own maps, and write your own scenarios or even full-blown campaigns. You can also challenge up to eight friends or strangers and fight in epic multiplayer fantasy battles.
## Features
- Build up a farmidable fighting force, starting from a single leader and a small amount of gold.
- Over two hundred unit types in six major factions, all with distinctive abillities, weapons and spells.
- Experienced units gain powerful new abillities as they advance.
Expand All @@ -36,7 +37,8 @@ There are at least two hundred unit types, sixteen races, six major factions, an
- *Fog of War* feature available for a true test of generalship.
- Sophisticated markup language lets advanced users make their own maps, factions, or campaigns.
- Excellent language support — 54 different languages currently available.
</description>
]]></description>
<releaseNotes>https://raw.githubusercontent.com/wesnoth/wesnoth/master/changelog</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down

0 comments on commit 9ad6449

Please sign in to comment.