diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2019-08-18 18:34:06 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2019-08-18 18:34:06 +0800 |
commit | 0cededaaf6d2df62dbbf2e74544a5d498a19fcb4 (patch) | |
tree | 927c723e3221d7a53ebeccd99d4bb558d467f9b7 /sysutils/Makefile | |
parent | 309ccf6ef8dc96c5a173491e0fe566ab7c11e5f1 (diff) | |
download | freebsd-ports-gnome-0cededaaf6d2df62dbbf2e74544a5d498a19fcb4.tar.gz freebsd-ports-gnome-0cededaaf6d2df62dbbf2e74544a5d498a19fcb4.tar.zst freebsd-ports-gnome-0cededaaf6d2df62dbbf2e74544a5d498a19fcb4.zip |
Add new port sysutils/frand
frand is a command line tool who returns
a random file from a given directory using
the reservoir sampling algorithm.
With reservoir sampling algorithm, directory
contents doesn't need to be read in memory
then sorted and so will perform much better
than find+sort for directories with a large
amount of files.
PR: 239467
Submitted by: serpent7776@gmail.com
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 8fa9b41a7feb..ee57442aefc9 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -348,6 +348,7 @@ SUBDIR += fpc-users SUBDIR += fpc-utmp SUBDIR += fpc-uuid + SUBDIR += frand SUBDIR += freebsd-snapshot SUBDIR += freecolor SUBDIR += freedt |