Skip to content

Commit

Permalink
AU: 2 updated - bluefish zotero-standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 11, 2017
1 parent 6807b2b commit 69b7a1c
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 11 deletions.
35 changes: 33 additions & 2 deletions automatic/bluefish/bluefish.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>bluefish</id>
<version>2.2.9.20161107</version>
<version>2.2.10</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/bluefish</packageSourceUrl>
<owners>chocolatey</owners>
<title>Bluefish</title>
Expand All @@ -20,7 +20,38 @@
<tags>bluefish foss editor html cross-platform development admin</tags>
<summary>Bluefish is a powerful editor targeted towards programmers and webdevelopers.</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>
Bluefish is a powerful editor targeted towards programmers and webdevelopers, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages.

### Bluefish Features

* Lightweight - Bluefish tries to be lean and clean, as far as possible given it is a GUI editor.
* Fast - Bluefish starts really quick (even on a netbook) and loads hundreds of files within seconds.
* Multiple document interface, easily opens 500+ documents (tested >10000 documents simultaneously)
* Project support, enables you to work efficiently on multiple projects, and automatically restores settings for each project.
* Multi-threaded support for remote files using gvfs, supporting FTP, SFTP, HTTP, HTTPS, WebDAV, CIFS and more
* Very powerful search and replace, with support for Perl Compatible regular expressions, sub-pattern replacing, and search and replace in files on disk.
* Open files recursively based on filename patterns and/or content patterns
* Snippets sidebar - specify custom dialogs, search and replace patterns or insert patterns and bind them to a shortkut key combination of your liking to speed up your development process
* Integrate external programs such as make, lint, weblint, xmllint, tidy, javac, or your own program or script to handle advanced text processing or error detection
* Integrate external filters of your liking, pipe your document (or just the current selected text) through sort, sed, awk or any custom script
* Unlimited undo/redo functionality
* In-line spell checker which is programing language aware (spell check comments and strings, but not code), requires libenchant during compilation
* Auto-recovery of changes in modified documents after a crash, kill or shutdown
* Character map of all unicode characters (requires libgucharmap during compilation)
* Site upload / download
* Full screen editing
* Many tools such as tabs to spaces, join lines, lines to columns, strip whitespace, etc. etc.
* Customizable programming language support
* Multiple encodings support. Bluefish works internally with UTF8, but can save your documents in any desired encoding.
* Bookmarks functionality
* HTML toolbar and tearable menu's
* Dialogs and wizards for many HTML tags, with all their attributes
* Fully featured image insert dialog
* Thumbnail creation and automatically linking of the thumbnail with the original image, and multi-thumbnail creation
* User-customizable toolbar for quick access to often used functions
* ZenCoding support
</description>
<releaseNotes>https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/ChangeLog</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.1" />
Expand Down
6 changes: 3 additions & 3 deletions automatic/bluefish/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.bennewitz.com/bluefish/stable/binaries/win32/>
and can be verified by doing the following:

1. Download the following <>
1. Download the following <https://www.bennewitz.com/bluefish/stable/binaries/win32/Bluefish-2.2.10-setup.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: 65E70A80882DFD289661ED718FAD16054B89D95848885008E443ED81B2A76623

The file 'LICENSE.txt' has been obtained from <https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/COPYING>
4 changes: 2 additions & 2 deletions automatic/bluefish/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop';
$ErrorActionPreference = 'Stop';

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

$packageArgs = @{
packageName = 'bluefish'
fileType = 'exe'
softwareName = 'Bluefish*'
file = "$toolsPath\"
file = "$toolsPath\Bluefish-2.2.10-setup.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/bluefish/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'bluefish*'
softwareName = 'Bluefish*'
fileType = 'exe'
silentArgs = '/S'
validExitCodes= @(@(0))
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero-standalone/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'zotero-standalone'
fileType = 'exe'
url = 'https://download.zotero.org/standalone/4.0.29.17/Zotero-4.0.29.17_setup.exe'
checksum = 'e418922668133d9e24df8d2ca274b2d51ef2e565cbd91890cbbec14fedb8a3fb'
url = 'https://download.zotero.org/client/release/5.0/Zotero-5.0_setup.exe'
checksum = '2743d0eda392d67983f51017264ee5766406c0d474d44f42364004beb8453de9'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/zotero-standalone/zotero-standalone.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>zotero-standalone</id>
<title>Zotero Standalone</title>
<owners>chocolatey</owners>
<version>4.0.29.17</version>
<version>5.0</version>
<authors>Center for History and New Media, et. al.</authors>
<summary>Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. </summary>
<description>
Expand Down

0 comments on commit 69b7a1c

Please sign in to comment.