diff --git a/bucket/nvm.json b/bucket/nvm.json index 1882192a2d..87b2e6edfa 100644 --- a/bucket/nvm.json +++ b/bucket/nvm.json @@ -1,6 +1,7 @@ { "license": "Unknown", "homepage": "https://github.com/coreybutler/nvm-windows", + "description": "A node.js version management utility for Windows.", "version": "1.1.7", "url": "https://github.com/coreybutler/nvm-windows/releases/download/1.1.7/nvm-noinstall.zip", "bin": "nvm.exe", diff --git a/bucket/octave.json b/bucket/octave.json index 40d75ee47b..cbe41b589c 100644 --- a/bucket/octave.json +++ b/bucket/octave.json @@ -1,5 +1,6 @@ { "homepage": "https://www.gnu.org/software/octave/", + "description": "A high-level language primarily intended for numerical computations.", "version": "5.1.0", "license": "GPL-3.0-only", "architecture": { diff --git a/bucket/openssh.json b/bucket/openssh.json index 8d90fd844d..04b2dbf040 100644 --- a/bucket/openssh.json +++ b/bucket/openssh.json @@ -1,5 +1,6 @@ { "homepage": "https://www.openssh.com/", + "description": "A suite of secure networking utilities based on the Secure Shell protocol.", "version": "7.6p1", "license": "ISC", "architecture": { diff --git a/bucket/openssl-mingw.json b/bucket/openssl-mingw.json index 8af0519ee6..dddba040d2 100644 --- a/bucket/openssl-mingw.json +++ b/bucket/openssl-mingw.json @@ -1,5 +1,6 @@ { "homepage": "https://curl.haxx.se/windows/", + "description": "A robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols.", "version": "1.1.1c_1", "license": "OpenSSL", "architecture": { diff --git a/bucket/optipng.json b/bucket/optipng.json index 667ea66c6e..2f9645a58f 100644 --- a/bucket/optipng.json +++ b/bucket/optipng.json @@ -1,5 +1,6 @@ { "homepage": "http://optipng.sourceforge.net/", + "description": "A PNG optimizer that recompresses image files to a smaller size, without losing any information.", "version": "0.7.7", "license": "Zlib", "url": "https://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.7/optipng-0.7.7-win32.zip", diff --git a/bucket/packer.json b/bucket/packer.json index 9970a631a5..d8848c5404 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,5 +1,6 @@ { "homepage": "https://www.packer.io", + "description": "Automates the creation of any type of virtual machine image.", "license": "MPL-2.0", "version": "1.4.3", "architecture": { diff --git a/bucket/pcregrep.json b/bucket/pcregrep.json index 6f7dea3258..aaf74484e4 100644 --- a/bucket/pcregrep.json +++ b/bucket/pcregrep.json @@ -1,5 +1,6 @@ { "homepage": "https://pcre.org/", + "description": "Regular expression pattern matching utility using the same syntax and semantics as Perl 5.", "version": "10.20", "license": "BSD-3-Clause", "architecture": { diff --git a/bucket/pdftk.json b/bucket/pdftk.json index 83d46b2a18..a7190c6bb7 100644 --- a/bucket/pdftk.json +++ b/bucket/pdftk.json @@ -1,5 +1,6 @@ { "homepage": "https://www.pdflabs.com/tools/pdftk-server/", + "description": "A command-line tool for working with PDFs.", "version": "2.02", "license": "GPL-2.0-only", "url": "https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk_server-2.02-win-setup.exe", diff --git a/bucket/phantomjs.json b/bucket/phantomjs.json index 5d335d5d81..2849039b4c 100644 --- a/bucket/phantomjs.json +++ b/bucket/phantomjs.json @@ -1,5 +1,6 @@ { "homepage": "http://phantomjs.org/", + "description": "A headless web browser scriptable with JavaScript.", "version": "2.1.1", "license": "BSD-3-Clause", "hash": "d9fb05623d6b26d3654d008eab3adafd1f6350433dfd16138c46161f42c7dcc8", diff --git a/bucket/php-nts.json b/bucket/php-nts.json index 366d3af706..5c95f4bed2 100644 --- a/bucket/php-nts.json +++ b/bucket/php-nts.json @@ -1,5 +1,6 @@ { "homepage": "https://windows.php.net/", + "description": "A popular general-purpose scripting language that is especially suited to web development. (non-thread safe)", "license": "PHP-3.01", "version": "7.3.8", "architecture": { diff --git a/bucket/php.json b/bucket/php.json index 8fd534f730..ac5fc82ecc 100644 --- a/bucket/php.json +++ b/bucket/php.json @@ -1,5 +1,6 @@ { "homepage": "https://windows.php.net/", + "description": "A popular general-purpose scripting language that is especially suited to web development. (thread safe)", "license": "PHP-3.01", "version": "7.3.8", "architecture": { diff --git a/bucket/pkg-config.json b/bucket/pkg-config.json index 37027545ff..2e7b4670ca 100644 --- a/bucket/pkg-config.json +++ b/bucket/pkg-config.json @@ -1,4 +1,6 @@ { + "homepage": "https://www.freedesktop.org/wiki/Software/pkg-config/", + "description": "A helper tool used when compiling applications and libraries.", "version": "0.26-1", "license": "GPL-2.0-only", "url": [ @@ -6,7 +8,6 @@ "https://ftp.gnome.org/pub/gnome/binaries/win32/glib/2.28/glib_2.28.8-1_win32.zip", "https://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-runtime_0.18.1.1-2_win32.zip" ], - "homepage": "https://www.freedesktop.org/wiki/Software/pkg-config/", "hash": [ "e919821da1a61af45ac9d924914bb72d92ba9ead956c82b9d89128b1b90d37c3", "0d485a8dd57494944128ac19b5b8dd52d6140eb16f102a43c835f060aaa49a19", diff --git a/bucket/postgresql.json b/bucket/postgresql.json index 7de66f9e9a..d952fc6e0b 100644 --- a/bucket/postgresql.json +++ b/bucket/postgresql.json @@ -1,5 +1,6 @@ { "homepage": "https://www.postgresql.org/", + "description": "Object-relational database management system based on POSTGRES.", "version": "11.5", "license": "PostgreSQL", "architecture": { diff --git a/bucket/premake.json b/bucket/premake.json index c15362a858..a2a858a31e 100644 --- a/bucket/premake.json +++ b/bucket/premake.json @@ -1,5 +1,6 @@ { "homepage": "https://premake.github.io/", + "description": "Automatically generate build configurations for multiple and widely used toolsets using one universal definition.", "version": "5.0.0-alpha14", "license": "BSD-3-Clause", "url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-windows.zip", diff --git a/bucket/psake.json b/bucket/psake.json index 13902e0eff..9f8bafc7c0 100644 --- a/bucket/psake.json +++ b/bucket/psake.json @@ -1,6 +1,7 @@ { "version": "4.7.4", "homepage": "https://github.com/psake/psake", + "description": "A build automation tool, now with less XML.", "license": "MIT", "url": "https://nuget.org/api/v2/package/psake/4.7.4#/dl.7z", "hash": "dad48b80eed63586bc6eca629b6fed9d2930c8a8226b71e0624b6dbced9b1291", diff --git a/bucket/psgithub.json b/bucket/psgithub.json index 92b2232c68..351b8d2b97 100644 --- a/bucket/psgithub.json +++ b/bucket/psgithub.json @@ -1,6 +1,7 @@ { "version": "2017.01.22", "homepage": "https://github.com/pcgeek86/PSGitHub", + "description": "PowerShell module to manage GitHub through its REST API.", "license": "MIT", "url": "https://github.com/pcgeek86/PSGitHub/archive/3e05a8faa50106c4f339696b0b08b065ae96bb7d.zip", "hash": "6f34c7041b1b8262fddf0d66cd7a165bbe78a0d40701a682b8ddd8c0d20f74b0", diff --git a/bucket/pshazz.json b/bucket/pshazz.json index 7585bfceac..65eeed26ab 100644 --- a/bucket/pshazz.json +++ b/bucket/pshazz.json @@ -1,5 +1,6 @@ { "homepage": "https://github.com/lukesampson/pshazz", + "description": "Give your powershell some pizazz.", "version": "0.2019.08.07", "license": "Unlicense", "url": "https://github.com/lukesampson/pshazz/archive/30609306103dd2988353e44596c6093c688b0ea5.zip", diff --git a/bucket/pt.json b/bucket/pt.json index 267d6f6f21..c071848754 100644 --- a/bucket/pt.json +++ b/bucket/pt.json @@ -1,5 +1,6 @@ { "homepage": "https://github.com/monochromegane/the_platinum_searcher", + "description": "A code search tool similar to ack and the_silver_searcher(ag) with multiple platform and multiple encoding support.", "license": "MIT", "version": "2.2.0", "architecture": { diff --git a/bucket/pwsh.json b/bucket/pwsh.json index 77c3a58e21..6cc91cc609 100644 --- a/bucket/pwsh.json +++ b/bucket/pwsh.json @@ -1,5 +1,6 @@ { "homepage": "https://github.com/PowerShell/PowerShell", + "description": "Cross-platform automation and configuration tool/framework, known as Powershell Core, that works well with existing tools and is optimized for dealing with structured data.", "version": "6.2.2", "license": "MIT", "architecture": { diff --git a/bucket/qaac.json b/bucket/qaac.json index 6a2c1b8436..42405dff46 100644 --- a/bucket/qaac.json +++ b/bucket/qaac.json @@ -1,10 +1,11 @@ { + "homepage": "https://sites.google.com/site/qaacpage/", + "description": "A command line AAC/ALAC encoder frontend based on Apple encoder, strongly influenced by http://tmkk.pv.land.to/qtaacenc/.", "version": "2.68", "license": { "identifier":"Public Domain,...", "url": "https://github.com/nu774/qaac/blob/master/COPYING" }, - "homepage": "https://sites.google.com/site/qaacpage/", "url": "https://github.com/nu774/qaac/releases/download/v2.68/qaac_2.68.zip", "hash": "8067826564d182a239a2347b40d52369c4a378b7df7918bd156138bf904168d0", "architecture": { diff --git a/bucket/qemu.json b/bucket/qemu.json index 3531e0eda6..90487c0ffd 100644 --- a/bucket/qemu.json +++ b/bucket/qemu.json @@ -1,5 +1,6 @@ { "homepage": "https://qemu.weilnetz.de/", + "description": "A generic and open source machine emulator and virtualizer.", "license": "GPL-2.0-only", "version": "4.1.0-rc5", "architecture": { diff --git a/bucket/qpdf.json b/bucket/qpdf.json index 326861eec1..820e6771b5 100644 --- a/bucket/qpdf.json +++ b/bucket/qpdf.json @@ -1,5 +1,6 @@ { "homepage": "http://qpdf.sourceforge.net/", + "description": "A command-line program that does structural, content-preserving transformations on PDF files.", "version": "8.4.2", "license": "Apache-2.0", "architecture": { diff --git a/bucket/r.json b/bucket/r.json index e4abf06d9c..04a48924f4 100644 --- a/bucket/r.json +++ b/bucket/r.json @@ -1,5 +1,6 @@ { "homepage": "https://www.r-project.org", + "description": "A free software environment for statistical computing and graphics.", "version": "3.6.1", "license": "GPL-2.0-only", "architecture": { diff --git a/bucket/rancher-compose.json b/bucket/rancher-compose.json index c775ade3ad..72fc0e3942 100644 --- a/bucket/rancher-compose.json +++ b/bucket/rancher-compose.json @@ -1,5 +1,6 @@ { "homepage": "https://rancher.com/", + "description": "A complete software stack for teams adopting containers.", "version": "0.12.5", "license": "Apache-2.0", "architecture": {