summaryrefslogtreecommitdiff
path: root/misc/pick
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26misc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
2021-10-07misc: Remove SHA1 hashes for distfilesnia1-2/+1
2019-03-12pick: Update to 3.0.1leot4-67/+8
Patch provided by Jenz Guenther with minor adjustments by me. Changes: # v3.0.1 - 2019-03-10 ## Bug fixes - Honor `PREFIX` during configure. (adcba3c) (Anton Lindqvist) - Honor `MANDIR` during configure and install. (8c56f54) (Aggelos Avgerinos) - Honor `INSTALL_MAN` during configure and install. (869536f) (Leonardo Taccari) - Honor `BINDIR` during configure and install. (434c496) (Anton Lindqvist)
2019-02-28pick: Update to 3.0.0leot4-8/+73
Patch provided by Jenz Guenther with some adjustments by myself. pkgsrc changes: - Adjust to configure and inject INSTALL*, PREFIX and MANDIR variables - Patch configure and Makefile to honor INSTALL_MAN and MANDIR - Add support for test Changes: # v3.0.0 - 2019-02-27 - pick is now available as a package on NetBSD. (ec5b83b) (Jenz Guenther) - Usage of autoconf and automake has been replaced in favor of a shell-script and plain Makefile(s). The process of building pick remains the same. (970c5f4) (Anton Lindqvist)
2018-05-09pick: Import pick-2.0.2 as misc/pickleot5-0/+56
The pick utility allows users to select from a set of choices using an interface with fuzzy search functionality. The choices are read from stdin, and the selected choice written to stdout. Packaged in pkgsrc-wip by Jenz Guenther, thanks!