On Fri, Aug 05 2022, Job Snijders <job@openbsd.org> wrote:
> $ pkg_info datamash
> Information for inst:datamash-1.8p0
>
> Comment:
> perform basic numeric, textual and statistical operations
>
> Description:
> GNU datamash is a command-line program which performs basic numeric, textual
> and statistical operations on input textual data files.
>
> Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
>
> WWW: https://www.gnu.org/software/datamash/
A few issues addressed:
- drop REVISION (not needed for a new port or an update)
- add #uses pledge() marker
- add missing LIB_DEPENDS and WANTLIB: this uses libiconv and gettext
(make port-lib-depends-check). Drop directories from the PLIST which
are shipped by the gettext port (make plist). Also add libm to WANTLIB.
- move bash-completion to the standard bash-completion directory
Updated tarball attached, ok jca@ to import
No comments:
Post a Comment