Skip to content

Commit

Permalink
AU: 3 updated - exiftool firefox-beta rocrail
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 8, 2019
1 parent af729ed commit 2b33ae9
Show file tree
Hide file tree
Showing 10 changed files with 227 additions and 261 deletions.
2 changes: 1 addition & 1 deletion automatic/exiftool/exiftool.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>11.23.0.20190104</version>
<version>11.24</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/exiftool/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://owl.phy.queensu.ca/~phil/exiftool/exiftool-11.23.zip'
$checksum = '398f71d2e0320bc1405613f58c677abf2ca5eb9be132ee8c4e003ed8c34d8ad5'
$url = 'http://owl.phy.queensu.ca/~phil/exiftool/exiftool-11.24.zip'
$checksum = '5e0b0f72d0d2d072704f9c06a344e97d18cb74d7db7ec16633c5238db5c560f3'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
27 changes: 5 additions & 22 deletions automatic/firefox/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
# <img src="https://cdn.jsdelivr.net/gh/mkevenaar/chocolatey-packages@b40e08792b4d113bcb96960eaa184c093471a01e/icons/firefox-dev.png" width="48" height="48"/> [firefox-dev](https://chocolatey.org/packages/firefox-dev)
# <img src="https://cdn.jsdelivr.net/gh/mkevenaar/chocolatey-packages@92fc1201bdb7d7deb90a0b4ec4b12f26e6e5412c/icons/firefox-beta.png" width="48" height="48"/> [firefox-beta](https://chocolatey.org/packages/firefox-beta)

Firefox Developer Edition replaces the Aurora channel in the Firefox Release Process. Like Aurora, features will land in the Developer Edition every six weeks, after they have stabilized in Nightly builds.
Firefox Beta builds are for Firefox enthusiasts to test what's destined to become the next stable release of [Firefox](https://chocolatey.org/packages/firefox).

By using the Developer Edition, you gain access to tools and platform features at least 12 weeks before they reach the main Firefox release channel.

Additionally, the following experimental developer tools are persistent features of Firefox Developer Edition:

##### [WebIDE](https://developer.mozilla.org/docs/Tools/WebIDE)

Allows you to develop, deploy and debug Web apps directly in your browser, or on a Firefox OS device. It lets you create a new Firefox OS app (which is just a web app) from a template, or open up the code of an existing app. From there you can edit the app’s files. It’s one click to run the app in a simulator and one more to debug it with the developer tools. Web IDE - YouTube

##### [Valence](https://developer.mozilla.org/docs/Tools/Firefox_Tools_Adapter) (previously called Firefox Tools Adapter)

Lets you develop and debug your app across multiple browsers and devices by connecting the Firefox dev tools to other major browser engines. Valence also extends the awesome tools we've built to debug Firefox OS and Firefox for Android to the other major mobile browsers including Chrome on Android and Safari on iOS. So far these tools include our Inspector, Debugger and Console and Style Editor.

#### [Web Audio Editor](https://developer.mozilla.org/docs/Tools/Web_Audio_Editor)

Inspect and interact with Web Audio API in real time to ensure that all audio nodes are connected in the way you expect.

Additional developer tools also available in the release build (via F12 key): [Responsive Design View](https://developer.mozilla.org/docs/Tools/Responsive_Design_View), [Page Inspector](https://developer.mozilla.org/docs/Tools/Page_Inspector), [Web Console](https://developer.mozilla.org/docs/Tools/Web_Console), [JavaScript Debugger](https://developer.mozilla.org/docs/Tools/Debugger), [Network Monitor](https://developer.mozilla.org/docs/Tools/Network_Monitor), and [Style Editor](https://developer.mozilla.org/docs/Tools/Style_Editor).
After spending six weeks in [Firefox Developer Edition](https://chocolatey.org/packages/firefox-dev), we take the features that are stable enough, and create a new version of Firefox Beta.

## Package Parameters

Expand All @@ -29,11 +13,10 @@ Additional developer tools also available in the release build (via F12 key): [R
Every 6 weeks, Firefox developers take the current stable features of each build and introduce them into the next stable channel for further development. The Developer Edition is a special build containing features never moved forward since they would be rarely used by the average user and needlessly consume resources.

* [Firefox](https://chocolatey.org/packages/firefox)
* [Firefox Beta](https://chocolatey.org/packages/firefox-beta)
* Firefox Developer Edition (you are here)
* Firefox Beta (you are here)
* [Firefox Developer Edition](https://chocolatey.org/packages/firefox-dev)
* [Firefox Nightly](https://chocolatey.org/packages/firefox-nightly)

[Mozilla Developer Network documentation](https://developer.mozilla.org/en-US/Firefox/Developer_Edition)
[Privacy policy](https://www.mozilla.org/en-US/privacy/firefox/)

**Please Note**: This is an automatically updated package. If you find it is
Expand Down
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "65.0-beta8",
"beta": "65.0-beta9",
"dev": "65.0-beta9"
}
35 changes: 9 additions & 26 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- This section is about this package, although id and version have ties back to the software -->
<!-- id is lowercase and if you want a good separator for words, use '-', not '.'. Dots are only acceptable as suffixes for certain types of packages, e.g. .install, .portable, .extension, .template -->
<!-- If the software is cross-platform, attempt to use the same id as the debian/rpm package(s) if possible. -->
<id>firefox-dev</id>
<id>firefox-beta</id>
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
Expand All @@ -33,41 +33,25 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe

<!-- == SOFTWARE SPECIFIC SECTION == -->
<!-- This section is about the software itself -->
<title>Firefox Developer Edition</title>
<title>Firefox Beta</title>
<authors>Mozilla</authors>
<!-- projectUrl is required for the community feed -->
<projectUrl>https://www.mozilla.org/firefox/developer</projectUrl>
<projectUrl>https://www.mozilla.org/firefox/beta</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/mkevenaar/chocolatey-packages@92fc1201bdb7d7deb90a0b4ec4b12f26e6e5412c/icons/firefox-beta.png</iconUrl>
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Mozilla Foundation</copyright>
<tags>browser mozilla firefox developmer admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/developer/notes/</releaseNotes>
<tags>browser mozilla firefox beta admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/firefox/beta/notes/</releaseNotes>
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/firefox</packageSourceUrl>
<docsUrl>https://developer.mozilla.org/en-US/Firefox</docsUrl>
<projectSourceUrl>http://hg.mozilla.org/releases/mozilla-beta/</projectSourceUrl>
<bugTrackerUrl>https://bugzilla.mozilla.org/</bugTrackerUrl>
<summary>Web browser of the latest features in a more stable environment</summary>
<description><![CDATA[Firefox Developer Edition replaces the Aurora channel in the Firefox Release Process. Like Aurora, features will land in the Developer Edition every six weeks, after they have stabilized in Nightly builds.
<description><![CDATA[Firefox Beta builds are for Firefox enthusiasts to test what's destined to become the next stable release of [Firefox](https://chocolatey.org/packages/firefox).
By using the Developer Edition, you gain access to tools and platform features at least 12 weeks before they reach the main Firefox release channel.
Additionally, the following experimental developer tools are persistent features of Firefox Developer Edition:
##### [WebIDE](https://developer.mozilla.org/docs/Tools/WebIDE)
Allows you to develop, deploy and debug Web apps directly in your browser, or on a Firefox OS device. It lets you create a new Firefox OS app (which is just a web app) from a template, or open up the code of an existing app. From there you can edit the app’s files. It’s one click to run the app in a simulator and one more to debug it with the developer tools. Web IDE - YouTube
##### [Valence](https://developer.mozilla.org/docs/Tools/Firefox_Tools_Adapter) (previously called Firefox Tools Adapter)
Lets you develop and debug your app across multiple browsers and devices by connecting the Firefox dev tools to other major browser engines. Valence also extends the awesome tools we've built to debug Firefox OS and Firefox for Android to the other major mobile browsers including Chrome on Android and Safari on iOS. So far these tools include our Inspector, Debugger and Console and Style Editor.
#### [Web Audio Editor](https://developer.mozilla.org/docs/Tools/Web_Audio_Editor)
Inspect and interact with Web Audio API in real time to ensure that all audio nodes are connected in the way you expect.
Additional developer tools also available in the release build (via F12 key): [Responsive Design View](https://developer.mozilla.org/docs/Tools/Responsive_Design_View), [Page Inspector](https://developer.mozilla.org/docs/Tools/Page_Inspector), [Web Console](https://developer.mozilla.org/docs/Tools/Web_Console), [JavaScript Debugger](https://developer.mozilla.org/docs/Tools/Debugger), [Network Monitor](https://developer.mozilla.org/docs/Tools/Network_Monitor), and [Style Editor](https://developer.mozilla.org/docs/Tools/Style_Editor).
After spending six weeks in [Firefox Developer Edition](https://chocolatey.org/packages/firefox-dev), we take the features that are stable enough, and create a new version of Firefox Beta.
## Package Parameters
Expand All @@ -78,11 +62,10 @@ Additional developer tools also available in the release build (via F12 key): [R
Every 6 weeks, Firefox developers take the current stable features of each build and introduce them into the next stable channel for further development. The Developer Edition is a special build containing features never moved forward since they would be rarely used by the average user and needlessly consume resources.
* [Firefox](https://chocolatey.org/packages/firefox)
* [Firefox Beta](https://chocolatey.org/packages/firefox-beta)
* Firefox Developer Edition (you are here)
* Firefox Beta (you are here)
* [Firefox Developer Edition](https://chocolatey.org/packages/firefox-dev)
* [Firefox Nightly](https://chocolatey.org/packages/firefox-nightly)
[Mozilla Developer Network documentation](https://developer.mozilla.org/en-US/Firefox/Developer_Edition)
[Privacy policy](https://www.mozilla.org/en-US/privacy/firefox/)
**Please Note**: This is an automatically updated package. If you find it is
Expand Down
Loading

0 comments on commit 2b33ae9

Please sign in to comment.