mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
77837c3567
Cleanup conflicts in this port (fileutils, sh-utils and textutils don't exist anymore) Provide a regression-test target to determine the convenience of updating this port. Add commented USE_BISON line as it is recommended but not required, maybe future versions will need it. Update the WWW. No functional change. PR: ports/124623 Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com> Approved by: maintainer timeout
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
The Free Software Foundation's core utilities:
|
|
|
|
basename, cat, chgrp, chmod, chown, chroot, cksum, comm, cp, csplit,
|
|
cut, date, dd, df, dir, dircolors, dirname, du, echo, env, expand, expr,
|
|
factor, false, fmt, fold, groups, head, hostid, hostname, id, install,
|
|
join, kill, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod, mv, nice,
|
|
nl, nohup, od, paste, pathchk, pinky, pr, printenv, printf, ptx, pwd,
|
|
readlink, rm, rmdir, seq, sha1sum, shred, sleep, sort, split, stat, stty,
|
|
su, sum, sync, tac, tail, tee, test, touch, tr, true, tsort, tty, uname,
|
|
unexpand, uniq, unlink, uptime, users, vdir, wc, who, whoami, yes
|
|
|
|
Similar utilities to most of these exist in the FreeBSD base system,
|
|
but many of the GNU versions have added functionality that is
|
|
useful.
|
|
|
|
Note that this port will install these utilities with a `g' prefix,
|
|
for example gdate, gexpr, and gtest, but the texinfo documentation
|
|
will refer to them without the `g' prefix.
|
|
|
|
GNU su does not support a wheel group. This port installs it
|
|
without the suid bit, unless you define WITH_SUID while building.
|
|
|
|
WWW: http://www.gnu.org/software/coreutils/
|