Package Details: outils 0.14-3

Git Clone URL: https://aur.archlinux.org/outils.git (read-only, click to copy)
Package Base: outils
Description: A port of some non-standard OpenBSD tools to Linux
Upstream URL: https://github.com/leahneukirchen/outils
Licenses: 0BSD
Provides: apply, jot, lam, md5, ou-cksum, ou-lndir, rdate, rs, sha1, sha256, sha512, signify, unvis, vis, what
Submitter: kbipinkumar
Maintainer: kbipinkumar (BioArchLinuxBot)
Last Packager: kbipinkumar
Votes: 1
Popularity: 0.000002
First Submitted: 2023-05-24 10:52 (UTC)
Last Updated: 2025-11-16 08:27 (UTC)

Dependencies (1)

Required by (19)

Sources (2)

Latest Comments

Giovani_Geek commented on 2025-11-15 19:09 (UTC) (edited on 2025-11-15 20:09 (UTC) by Giovani_Geek)

Could you consider renaming the lndir binary from compilation? This would resolve the file conflict with the imake package, which already provides a lndir command for a similar purpose, but it is not identical (it lacks the -e option and its options are long format), that name could be ou-lndir.

  # lndir binary from package is in conflict with 'lndir' provided by 'imake'. Hence the former is renamed to ou-lndir
  mv src/usr.bin/lndir src/usr.bin/ou-lndir
  mv src/usr.bin/ou-lndir/lndir.1 src/usr.bin/ou-lndir/ou-lndir.1
  mv src/usr.bin/ou-lndir/lndir.c src/usr.bin/ou-lndir/ou-lndir.c
  sed -i 's/lndir/ou-lndir/g' Makefile src/usr.bin/ou-lndir/Makefile

⮞ Reference

micwoj92 commented on 2025-10-26 20:41 (UTC)

Please add to provides: sha1, sha256, sha512

kbipinkumar commented on 2025-06-08 15:35 (UTC) (edited on 2025-06-08 15:35 (UTC) by kbipinkumar)

Could you consider excluding the ts binary from compilation? This would resolve the file >conflict with the moreutils package, which already provides an identical ts command.

Fixed in version 0.14-3

Giovani_Geek commented on 2025-06-06 16:43 (UTC) (edited on 2025-06-06 17:16 (UTC) by Giovani_Geek)

Could you consider excluding the ts binary from compilation? This would resolve the file conflict with the moreutils package, which already provides an identical ts command.

According to the OpenBSD manual, their ts implementation is a scratch rewrite that maintains almost identical functionality to the moreutils version (it just lacks the -r option). Since both utilities serve the same purpose, compiling the OpenBSD version creates an unnecessary conflict.

Skipping this binary would be preferable to renaming it, as users expect consistent command names across systems.

⮞ Reference