From ee582418a3403799c73c803661c4395a84399111 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Wed, 14 Aug 2019 18:45:50 -0700 Subject: [PATCH 1/8] Add 25 descriptions (3 of 7) --- bucket/micro.json | 1 + bucket/mill.json | 3 ++- bucket/mingit-busybox.json | 1 + bucket/mingit.json | 1 + bucket/minikube.json | 1 + bucket/minio-client.json | 1 + bucket/minio.json | 1 + bucket/modd.json | 1 + bucket/msmpi.json | 1 + bucket/msys.json | 3 ++- bucket/msys2.json | 1 + bucket/mysql-workbench.json | 3 ++- bucket/mysql.json | 1 + bucket/neko.json | 1 + bucket/neofetch.json | 1 + bucket/nginx.json | 1 + bucket/nikto.json | 1 + bucket/nim.json | 1 + bucket/ninja.json | 1 + bucket/nircmd.json | 3 ++- bucket/nmap.json | 1 + bucket/node-chakracore.json | 1 + bucket/nodejs-lts.json | 1 + bucket/nodejs.json | 1 + bucket/nuget.json | 1 + 25 files changed, 29 insertions(+), 4 deletions(-) diff --git a/bucket/micro.json b/bucket/micro.json index 4285585b0f..13b5cf75ba 100644 --- a/bucket/micro.json +++ b/bucket/micro.json @@ -1,5 +1,6 @@ { "homepage": "https://micro-editor.github.io/", + "description": "A terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals.", "version": "1.4.1", "license": "MIT", "architecture": { diff --git a/bucket/mill.json b/bucket/mill.json index 6636392649..2dd5857cd7 100644 --- a/bucket/mill.json +++ b/bucket/mill.json @@ -1,9 +1,10 @@ { + "homepage": "http://www.lihaoyi.com/mill/", + "description": "Your shiny new Java/Scala build tool!", "version": "0.5.0", "license": "MIT", "url": "https://github.com/lihaoyi/mill/releases/download/0.5.0/0.5.0-assembly#/mill.bat", "bin": "mill.bat", - "homepage": "http://www.lihaoyi.com/mill/", "hash": "6f10e4f74bedf2dc2a181ee039b0a324929a89f5b0702238f9d89539d5958660", "checkver": { "github": "https://github.com/lihaoyi/mill" diff --git a/bucket/mingit-busybox.json b/bucket/mingit-busybox.json index 03c30ec203..7449a51685 100644 --- a/bucket/mingit-busybox.json +++ b/bucket/mingit-busybox.json @@ -1,5 +1,6 @@ { "homepage": "https://git-for-windows.github.io/", + "description": "Minimal Git for Windows (MinGit) is a reduced sized package designed to support application integration (like integrated development environments, graph visualizers, etc.) where full console support (colorization, pagniation, etc.) is not needed.(BusyBox-backed MinGit, experimental, smaller version of MinGit)", "license": "GPL-2.0-only", "version": "2.22.0.windows.1", "architecture": { diff --git a/bucket/mingit.json b/bucket/mingit.json index 19a23c76ae..d318a62dfa 100644 --- a/bucket/mingit.json +++ b/bucket/mingit.json @@ -1,5 +1,6 @@ { "homepage": "https://git-for-windows.github.io/", + "description": "Minimal Git for Windows (MinGit) is a reduced sized package designed to support application integration (like integrated development environments, graph visualizers, etc.) where full console support (colorization, pagniation, etc.) is not needed.", "license": "GPL-2.0-only", "version": "2.22.0.windows.1", "architecture": { diff --git a/bucket/minikube.json b/bucket/minikube.json index 9e73fb34e2..a444ade132 100644 --- a/bucket/minikube.json +++ b/bucket/minikube.json @@ -1,5 +1,6 @@ { "homepage": "https://kubernetes.io/docs/getting-started-guides/minikube/", + "description": "Runs a single-node Kubernetes cluster inside a Virtual Machine (VM) on your laptop for users looking to try out Kubernetes or develop with it day-to-day.", "license": "Apache-2.0", "version": "1.3.1", "architecture": { diff --git a/bucket/minio-client.json b/bucket/minio-client.json index f4c0ddb7db..47252d5c6d 100644 --- a/bucket/minio-client.json +++ b/bucket/minio-client.json @@ -1,5 +1,6 @@ { "homepage": "https://minio.io/", + "description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (client)", "license": "Apache-2.0", "version": "2019-08-14T20-49-49Z", "bin": "mc.exe", diff --git a/bucket/minio.json b/bucket/minio.json index 5c50c3bbe6..bb2f582b9b 100644 --- a/bucket/minio.json +++ b/bucket/minio.json @@ -1,5 +1,6 @@ { "homepage": "https://minio.io/", + "description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (server)", "license": "Apache-2.0", "version": "2019-08-14T20-37-41Z", "bin": "minio.exe", diff --git a/bucket/modd.json b/bucket/modd.json index c34a5d66a2..935033dd5d 100644 --- a/bucket/modd.json +++ b/bucket/modd.json @@ -1,5 +1,6 @@ { "homepage": "https://corte.si/posts/modd/announce/index.html", + "description": "A flexible developer tool that runs processes and responds to filesystem changes.", "license": "MIT", "version": "0.8", "url": "https://github.com/cortesi/modd/releases/download/v0.8/modd-0.8-windows64.zip", diff --git a/bucket/msmpi.json b/bucket/msmpi.json index f927397e97..061886d8d0 100644 --- a/bucket/msmpi.json +++ b/bucket/msmpi.json @@ -1,5 +1,6 @@ { "homepage": "https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi", + "description": "Microsoft MPI (MS-MPI) is a Microsoft implementation of the Message Passing Interface standard for developing and running parallel applications on the Windows platform.", "version": "10.0", "license": "MIT", "url": "https://github.com/Microsoft/Microsoft-MPI/releases/download/v10.0/msmpisetup.exe", diff --git a/bucket/msys.json b/bucket/msys.json index 101b5c1e55..8c57f52341 100644 --- a/bucket/msys.json +++ b/bucket/msys.json @@ -1,6 +1,7 @@ { - "homepage": "https://sourceforge.net/projects/mingwbuilds/files/external-binary-packages/", + "homepage": "http://www.mingw.org/wiki/MSYS", "version": "rev13", + "description": "A collection of GNU utilities such as bash, make, gawk and grep to allow building of applications and programs which depend on traditionally UNIX tools to be present. It is intended to supplement MinGW and the deficiencies of the cmd shell.", "license": "GPL-3.0-or-later,...", "url": "https://downloads.sourceforge.net/project/mingwbuilds/external-binary-packages/msys%2B7za%2Bwget%2Bsvn%2Bgit%2Bmercurial%2Bcvs-rev13.7z", "hash": "5f2ea0c4b714a7d7e704e83040397d0ba7ecaf925afa5512aada180a711ef770", diff --git a/bucket/msys2.json b/bucket/msys2.json index 4119594995..b3b2c947d7 100644 --- a/bucket/msys2.json +++ b/bucket/msys2.json @@ -1,5 +1,6 @@ { "homepage": "http://msys2.github.io", + "description": "A software distro and building platform for Windows.", "##": "64-bit version is able to build both 32-bit and 64-bit packages", "version": "20190524", "license": "GPL-2.0-only|BSD-3-Clause", diff --git a/bucket/mysql-workbench.json b/bucket/mysql-workbench.json index ea98883056..c38303d11f 100644 --- a/bucket/mysql-workbench.json +++ b/bucket/mysql-workbench.json @@ -1,7 +1,8 @@ { + "homepage": "https://dev.mysql.com/downloads/workbench/", + "description": "Provides DBAs and developers an integrated tools environment for database design, modeling, development, administration, and migration.", "version": "8.0.17", "license": "GPL-2.0-only", - "homepage": "https://dev.mysql.com/downloads/workbench/", "architecture": { "64bit": { "url": "https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-8.0.17-winx64.msi", diff --git a/bucket/mysql.json b/bucket/mysql.json index 1b1747e6d0..db9f3d8c9f 100644 --- a/bucket/mysql.json +++ b/bucket/mysql.json @@ -1,5 +1,6 @@ { "homepage": "https://dev.mysql.com/downloads/mysql/", + "description": "A freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts.", "version": "8.0.17", "license": "GPL-2.0-only", "architecture": { diff --git a/bucket/neko.json b/bucket/neko.json index df58887184..6f84eb948c 100644 --- a/bucket/neko.json +++ b/bucket/neko.json @@ -1,5 +1,6 @@ { "homepage": "https://nekovm.org/", + "description": "A high-level dynamically typed programming language.", "version": "2.2.0", "license": "MIT", "url": "https://nekovm.org/media/neko-2.2.0-win.zip", diff --git a/bucket/neofetch.json b/bucket/neofetch.json index 9a5f75bda4..67eeb4a4a8 100644 --- a/bucket/neofetch.json +++ b/bucket/neofetch.json @@ -1,5 +1,6 @@ { "homepage": "https://github.com/dylanaraps/neofetch", + "description": "A command-line system information tool written in bash 3.2+.", "license": "MIT", "version": "6.0.0", "url": "https://raw.githubusercontent.com/dylanaraps/neofetch/6.0.0/neofetch", diff --git a/bucket/nginx.json b/bucket/nginx.json index 190b14ed37..4f77df4543 100644 --- a/bucket/nginx.json +++ b/bucket/nginx.json @@ -1,5 +1,6 @@ { "homepage": "https://nginx.org", + "description": "An HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server.", "version": "1.17.3", "license": "BSD-2-Clause", "url": "https://nginx.org/download/nginx-1.17.3.zip", diff --git a/bucket/nikto.json b/bucket/nikto.json index 2ee1790821..dba76c63be 100644 --- a/bucket/nikto.json +++ b/bucket/nikto.json @@ -1,5 +1,6 @@ { "homepage": "https://projects.giacomodrago.com/nikto-win/", + "description": "An open source web server scanner which performs comprehensive tests against web servers for multiple items.", "version": "2.1.5", "license": "GPL-3.0-or-later", "url": "https://projects.giacomodrago.com/nikto-win/nikto-2.1.5-win.7z", diff --git a/bucket/nim.json b/bucket/nim.json index 5aef352f2d..ca2ae13b3f 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -1,5 +1,6 @@ { "homepage": "https://nim-lang.org/", + "description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.", "version": "0.20.2", "license": "MIT", "architecture": { diff --git a/bucket/ninja.json b/bucket/ninja.json index cac57f87d4..bf2b065ca2 100644 --- a/bucket/ninja.json +++ b/bucket/ninja.json @@ -1,5 +1,6 @@ { "homepage": "https://ninja-build.org/", + "description": "A small build system with a focus on speed.", "license": "Apache-2.0", "version": "1.9.0", "url": "https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-win.zip", diff --git a/bucket/nircmd.json b/bucket/nircmd.json index e1e74ce124..deb8aa81b2 100644 --- a/bucket/nircmd.json +++ b/bucket/nircmd.json @@ -1,7 +1,8 @@ { "version": "2.86", "homepage": "https://www.nirsoft.net/utils/nircmd.html", - "license": "Unknown", + "description": "A small command-line utility that allows you to do some useful tasks without displaying any user interface.", + "license": "Freeware", "architecture": { "64bit": { "url": "https://www.nirsoft.net/utils/nircmd-x64.zip", diff --git a/bucket/nmap.json b/bucket/nmap.json index 47d66f3599..d0b33495fe 100644 --- a/bucket/nmap.json +++ b/bucket/nmap.json @@ -1,5 +1,6 @@ { "homepage": "https://nmap.org", + "description": "An open source tool for network exploration and security auditing.", "version": "7.80", "license": { "identifier": "GPL-2.0-only", diff --git a/bucket/node-chakracore.json b/bucket/node-chakracore.json index 00c7618e51..3d8eb8c49e 100644 --- a/bucket/node-chakracore.json +++ b/bucket/node-chakracore.json @@ -1,5 +1,6 @@ { "homepage": "https://github.com/nodejs/node-chakracore", + "description": "Node.js on ChakraCore.", "version": "10.13.0", "license": "MIT", "architecture": { diff --git a/bucket/nodejs-lts.json b/bucket/nodejs-lts.json index 5cfe703d57..2527a279f3 100644 --- a/bucket/nodejs-lts.json +++ b/bucket/nodejs-lts.json @@ -1,5 +1,6 @@ { "homepage": "https://nodejs.org", + "description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications. (Long Term Support)", "version": "10.16.2", "license": "MIT", "architecture": { diff --git a/bucket/nodejs.json b/bucket/nodejs.json index 752dc89fbd..e204725d1a 100644 --- a/bucket/nodejs.json +++ b/bucket/nodejs.json @@ -1,5 +1,6 @@ { "homepage": "https://nodejs.org", + "description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.", "version": "12.8.0", "license": "MIT", "architecture": { diff --git a/bucket/nuget.json b/bucket/nuget.json index 1ed9c46329..83e214cece 100644 --- a/bucket/nuget.json +++ b/bucket/nuget.json @@ -1,5 +1,6 @@ { "homepage": "https://www.nuget.org/", + "description": "The package manager for .NET.", "version": "5.1.0", "license": "Apache-2.0", "url": "https://dist.nuget.org/win-x86-commandline/v5.1.0/NuGet.exe", From ec23527bd139a85a8fc08be81f92aeb5dbc3173c Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Thu, 15 Aug 2019 07:15:44 -0700 Subject: [PATCH 2/8] Update bucket/node-chakracore.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/node-chakracore.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/node-chakracore.json b/bucket/node-chakracore.json index 3d8eb8c49e..fb65500e1f 100644 --- a/bucket/node-chakracore.json +++ b/bucket/node-chakracore.json @@ -1,6 +1,6 @@ { "homepage": "https://github.com/nodejs/node-chakracore", - "description": "Node.js on ChakraCore.", + "description": "Node.js with ChakraCore JavaScript engine (Microsoft Edge) support.", "version": "10.13.0", "license": "MIT", "architecture": { From 3f04672dad057025d5883edb3c2ac362769dbe24 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Thu, 15 Aug 2019 07:15:58 -0700 Subject: [PATCH 3/8] Update bucket/nmap.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/nmap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/nmap.json b/bucket/nmap.json index d0b33495fe..c3140d4cc7 100644 --- a/bucket/nmap.json +++ b/bucket/nmap.json @@ -1,6 +1,6 @@ { "homepage": "https://nmap.org", - "description": "An open source tool for network exploration and security auditing.", + "description": "Network exploration and security auditing utility.", "version": "7.80", "license": { "identifier": "GPL-2.0-only", From 3cbe9d033f74cf03356ef593d925be32d5362df6 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Thu, 15 Aug 2019 07:16:47 -0700 Subject: [PATCH 4/8] Update bucket/mill.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/mill.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/mill.json b/bucket/mill.json index 2dd5857cd7..d5db17b5e5 100644 --- a/bucket/mill.json +++ b/bucket/mill.json @@ -1,6 +1,6 @@ { "homepage": "http://www.lihaoyi.com/mill/", - "description": "Your shiny new Java/Scala build tool!", + "description": "Build tool aiming for Java and Scala.", "version": "0.5.0", "license": "MIT", "url": "https://github.com/lihaoyi/mill/releases/download/0.5.0/0.5.0-assembly#/mill.bat", From 3e776c79365aecb4586f4de2fc0467d7d0c0fbe7 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Thu, 15 Aug 2019 12:19:22 -0700 Subject: [PATCH 5/8] Update bucket/nircmd.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/nircmd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/nircmd.json b/bucket/nircmd.json index deb8aa81b2..0e22a3e843 100644 --- a/bucket/nircmd.json +++ b/bucket/nircmd.json @@ -1,7 +1,7 @@ { "version": "2.86", "homepage": "https://www.nirsoft.net/utils/nircmd.html", - "description": "A small command-line utility that allows you to do some useful tasks without displaying any user interface.", + "description": "Execute various system wide tasks.", "license": "Freeware", "architecture": { "64bit": { From 959766780e5c9e3f206710fe049942b3d2882f1d Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Thu, 15 Aug 2019 12:19:36 -0700 Subject: [PATCH 6/8] Update bucket/msmpi.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/msmpi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/msmpi.json b/bucket/msmpi.json index 061886d8d0..db6ede91ea 100644 --- a/bucket/msmpi.json +++ b/bucket/msmpi.json @@ -1,6 +1,6 @@ { "homepage": "https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi", - "description": "Microsoft MPI (MS-MPI) is a Microsoft implementation of the Message Passing Interface standard for developing and running parallel applications on the Windows platform.", + "description": "Microsoft implementation of the Message Passing Interface standard for developing and running parallel applications on the Windows platform.", "version": "10.0", "license": "MIT", "url": "https://github.com/Microsoft/Microsoft-MPI/releases/download/v10.0/msmpisetup.exe", From 52b3e2187219f0adc87df7e5d8705ca7fbb2cc47 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Thu, 15 Aug 2019 12:19:48 -0700 Subject: [PATCH 7/8] Update bucket/minikube.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/minikube.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/minikube.json b/bucket/minikube.json index a444ade132..b6dfa211e4 100644 --- a/bucket/minikube.json +++ b/bucket/minikube.json @@ -1,6 +1,6 @@ { "homepage": "https://kubernetes.io/docs/getting-started-guides/minikube/", - "description": "Runs a single-node Kubernetes cluster inside a Virtual Machine (VM) on your laptop for users looking to try out Kubernetes or develop with it day-to-day.", + "description": "Runs a single-node Kubernetes cluster inside a Virtual Machine to try out Kubernetes.", "license": "Apache-2.0", "version": "1.3.1", "architecture": { From b01b8a538d8bf42be320c751f1a2da90b53672ed Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Thu, 15 Aug 2019 12:37:18 -0700 Subject: [PATCH 8/8] Update mysql.json --- bucket/mysql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/mysql.json b/bucket/mysql.json index db9f3d8c9f..4c210d71fb 100644 --- a/bucket/mysql.json +++ b/bucket/mysql.json @@ -1,6 +1,6 @@ { "homepage": "https://dev.mysql.com/downloads/mysql/", - "description": "A freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts.", + "description": "The world's most popular open-source database, supported by an active community.", "version": "8.0.17", "license": "GPL-2.0-only", "architecture": {