FreeBSD zip unzip

https://kaworu.jpn.org/freebsd/zip

sudo pkg install zip
sudo pkg install unzip

unzip-6.0_8                    List, test, and extract compressed files from a ZIP archive
zip-3.0_4                      Create/update ZIP files compatible with PKZIP

/usr/bin/unzip

/usr/local/bin/unzip
がpkgインストールしたもの 

zipinfoもunzipに入っている

pkg info -l unzip
unzip-6.0_8:
	/usr/local/bin/funzip
	/usr/local/bin/unzip
	/usr/local/bin/unzipsfx
	/usr/local/bin/zipgrep
	/usr/local/bin/zipinfo
...