Homebrew / homebrew-core

🍻 Default formulae for the missing package manager for macOS (or Linux)
https://brew.sh
BSD 2-Clause "Simplified" License
13.57k stars 12.32k forks source link

[pngquant] Missing man page #176910

Closed omarieclaire closed 1 month ago

omarieclaire commented 1 month ago

brew gist-logs <formula> link OR brew config AND brew doctor output

brew config output:

HOMEBREW_VERSION: 4.3.9
ORIGIN: https://github.com/Homebrew/brew
HEAD: 1c98a33a376e5b35ebc801d0f7d6ba7b9eb118ac
Last commit: 3 days ago
Core tap JSON: 10 Jul 14:09 UTC
Core cask tap JSON: 10 Jul 14:09 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 3.3.3 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.3/bin/ruby
CPU: octa-core 64-bit arm_firestorm_icestorm
Clang: 14.0.0 build 1400
Git: 2.45.2 => /opt/homebrew/bin/git
Curl: 7.79.1 => /usr/bin/curl
macOS: 12.6-arm64
CLT: 13.4.0.0.1.1651278267
Xcode: 14.0
Rosetta 2: false

brew doctor output: https://gist.github.com/omarieclaire/0908e5065e65213a88a724c4daaa47b1

Verification

What were you trying to do (and why)?

I tried to run man pngquant

What happened (include all command output)?

It says

No manual entry for pngquant.

I also tried:

Note: Brew doctor lists a bunch of problems but I don't believe any of them are related to pngquant

What did you expect to happen?

I expected to see the man page, which does exist: https://github.com/kornelski/pngquant/blob/main/pngquant.1

Step-by-step reproduction instructions (by running brew commands)

brew install pngquant
man pngquant
chenrui333 commented 1 month ago

yeah, it is because the pngquant.1 is missing in the crate. thanks for catching this.