The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD sysutils : coreutils

The Free Software Foundation's core utilities

 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. 

http://www.gnu.org/directory/coreutils.html



coreutils history


v. 1.17
date: 2007/07/23 09:36:34;  author: rafan;  state: Exp;  lines: +1 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

v. 1.16 date: 2007/06/16 08:21:50; author: lwhsu; state: Exp; lines: +1 -0 - Put back accidentally deleted line in pkg-plist when applying the patch - Bump PORTREVISION Noticed by: pav Approved by: maintainer
v. 1.15 date: 2007/06/05 09:42:22; author: lwhsu; state: Exp; lines: +2 -2 From the PR: - Update to GNU coreutils 6.9 - Eliminate configure warning - Sort plist While I am here: - Remove unsupported checksum algorithm SHA1 and RMD160 PR: ports/111489 Submitted by: "Eric P. Scott" Approved by: Jason Harris (maintainer)
v. 1.14 date: 2007/05/19 20:23:07; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.13 date: 2007/01/29 19:05:06; author: gabor; state: Exp; lines: +0 -4 Remove USE_GPG from all effected ports. This knob is a no-op and the way it was supposed to work is useless, because if we can't trust the distfile from the remote machine, we can't trust the signature from the same machine either. Our MD5 and SHA256 are good for checking both the sanity and the trustiness of distfiles. Approved by: portmgr (erwin), erwin (mentor)
v. 1.12 date: 2007/01/16 14:25:40; author: nivit; state: Exp; lines: +1 -2 - Updated to 6.7 PR: ports/107954 Submitted by: Jason Harris Approved by: alexbl (mentor, implicit)
v. 1.11 date: 2006/11/21 19:51:09; author: miwi; state: Exp; lines: +1 -0 - Fix Update problems - Bump PORTREVISION Submitted by: ports@ ml Thanks To: trasz
v. 1.10 date: 2006/11/18 23:23:50; author: miwi; state: Exp; lines: +5 -3 - Update to 6.4 PR: ports/105181 Submitted by: trasz Approved by: maintainer timeout
v. 1.9 date: 2006/05/13 04:15:27; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with S
v. 1.8 date: 2005/12/05 02:34:07; author: edwin; state: Exp; lines: +1 -6 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.7 date: 2005/03/16 18:15:19; author: barner; state: Exp; lines: +2 -1 - Add linux-gid-[0-9]* to CONFLICTS - coreutils: sort CONFLICTS - id-utils: use portname-[0-9]* instead of portname-* Approved by: arved (mentor)
v. 1.6 date: 2004/10/12 17:34:12; author: leeym; state: Exp; lines: +12 -2 - fix CONFLICTS - add WITHOUT_NLS for USE_GETTEXT - don't make install in WRKSRC/lib, which will install useless charset.alias PR: ports/71579 Submitted by: leeym Approved by: maintainer
v. 1.5 date: 2004/03/21 16:29:46; author: pav; state: Exp; lines: +1 -1 - Update to 5.2.1 PR: ports/64515 Submitted by: Jason Harris (maintainer)
v. 1.4 date: 2004/02/28 17:26:54; author: pav; state: Exp; lines: +12 -22 - Update to 5.2.0 PR: ports/63504 Submitted by: Jason Harris (maintainer)
v. 1.3 date: 2004/02/04 04:36:25; author: marcus; state: Exp; lines: +2 -2 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.2 date: 2004/01/23 18:12:20; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.1 date: 2003/12/17 01:30:15; author: pav; state: Exp; Add coreutils, port of basic GNU file, shell and text manipulation utilities. This port replaces fileutils, shellutils and textutils, which were distributed as three individual sets, but now have been combined into coreutils. For more details, see http://www.gnu.org/software/coreutils/ PR: ports/59422 Submitted by: Jason Harris ============================================================================= v. 1.17 date: 2007/07/23 09:36:34; author: rafan; state: Exp; lines: +1 -1 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.16 date: 2007/06/16 08:21:50; author: lwhsu; state: Exp; lines: +1 -0 - Put back accidentally deleted line in pkg-plist when applying the patch - Bump PORTREVISION Noticed by: pav Approved by: maintainer
v. 1.15 date: 2007/06/05 09:42:22; author: lwhsu; state: Exp; lines: +2 -2 From the PR: - Update to GNU coreutils 6.9 - Eliminate configure warning - Sort plist While I am here: - Remove unsupported checksum algorithm SHA1 and RMD160 PR: ports/111489 Submitted by: "Eric P. Scott" Approved by: Jason Harris (maintainer)
v. 1.14 date: 2007/05/19 20:23:07; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.13 date: 2007/01/29 19:05:06; author: gabor; state: Exp; lines: +0 -4 Remove USE_GPG from all effected ports. This knob is a no-op and the way it was supposed to work is useless, because if we can't trust the distfile from the remote machine, we can't trust the signature from the same machine either. Our MD5 and SHA256 are good for checking both the sanity and the trustiness of distfiles. Approved by: portmgr (erwin), erwin (mentor)
v. 1.12 date: 2007/01/16 14:25:40; author: nivit; state: Exp; lines: +1 -2 - Updated to 6.7 PR: ports/107954 Submitted by: Jason Harris Approved by: alexbl (mentor, implicit)
v. 1.11 date: 2006/11/21 19:51:09; author: miwi; state: Exp; lines: +1 -0 - Fix Update problems - Bump PORTREVISION Submitted by: ports@ ml Thanks To: trasz
v. 1.10 date: 2006/11/18 23:23:50; author: miwi; state: Exp; lines: +5 -3 - Update to 6.4 PR: ports/105181 Submitted by: trasz Approved by: maintainer timeout
v. 1.9 date: 2006/05/13 04:15:27; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with S
v. 1.8 date: 2005/12/05 02:34:07; author: edwin; state: Exp; lines: +1 -6 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.7 date: 2005/03/16 18:15:19; author: barner; state: Exp; lines: +2 -1 - Add linux-gid-[0-9]* to CONFLICTS - coreutils: sort CONFLICTS - id-utils: use portname-[0-9]* instead of portname-* Approved by: arved (mentor)
v. 1.6 date: 2004/10/12 17:34:12; author: leeym; state: Exp; lines: +12 -2 - fix CONFLICTS - add WITHOUT_NLS for USE_GETTEXT - don't make install in WRKSRC/lib, which will install useless charset.alias PR: ports/71579 Submitted by: leeym Approved by: maintainer
v. 1.5 date: 2004/03/21 16:29:46; author: pav; state: Exp; lines: +1 -1 - Update to 5.2.1 PR: ports/64515 Submitted by: Jason Harris (maintainer)
v. 1.4 date: 2004/02/28 17:26:54; author: pav; state: Exp; lines: +12 -22 - Update to 5.2.0 PR: ports/63504 Submitted by: Jason Harris (maintainer)
v. 1.3 date: 2004/02/04 04:36:25; author: marcus; state: Exp; lines: +2 -2 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.2 date: 2004/01/23 18:12:20; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.1 date: 2003/12/17 01:30:15; author: pav; state: Exp; Add coreutils, port of basic GNU file, shell and text manipulation utilities. This port replaces fileutils, shellutils and textutils, which were distributed as three individual sets, but now have been combined into coreutils. For more details, see http://www.gnu.org/software/coreutils/ PR: ports/59422 Submitted by: Jason Harris ============================================================================= v. 1.17 date: 2007/07/23 09:36:34; author: rafan; state: Exp; lines: +1 -1 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.16 date: 2007/06/16 08:21:50; author: lwhsu; state: Exp; lines: +1 -0 - Put back accidentally deleted line in pkg-plist when applying the patch - Bump PORTREVISION Noticed by: pav Approved by: maintainer
v. 1.15 date: 2007/06/05 09:42:22; author: lwhsu; state: Exp; lines: +2 -2 From the PR: - Update to GNU coreutils 6.9 - Eliminate configure warning - Sort plist While I am here: - Remove unsupported checksum algorithm SHA1 and RMD160 PR: ports/111489 Submitted by: "Eric P. Scott" Approved by: Jason Harris (maintainer)
v. 1.14 date: 2007/05/19 20:23:07; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.13 date: 2007/01/29 19:05:06; author: gabor; state: Exp; lines: +0 -4 Remove USE_GPG from all effected ports. This knob is a no-op and the way it was supposed to work is useless, because if we can't trust the distfile from the remote machine, we can't trust the signature from the same machine either. Our MD5 and SHA256 are good for checking both the sanity and the trustiness of distfiles. Approved by: portmgr (erwin), erwin (mentor)
v. 1.12 date: 2007/01/16 14:25:40; author: nivit; state: Exp; lines: +1 -2 - Updated to 6.7 PR: ports/107954 Submitted by: Jason Harris Approved by: alexbl (mentor, implicit)
v. 1.11 date: 2006/11/21 19:51:09; author: miwi; state: Exp; lines: +1 -0 - Fix Update problems - Bump PORTREVISION Submitted by: ports@ ml Thanks To: trasz
v. 1.10 date: 2006/11/18 23:23:50; author: miwi; state: Exp; lines: +5 -3 - Update to 6.4 PR: ports/105181 Submitted by: trasz Approved by: maintainer timeout
v. 1.9 date: 2006/05/13 04:15:27; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with S
v. 1.8 date: 2005/12/05 02:34:07; author: edwin; state: Exp; lines: +1 -6 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.7 date: 2005/03/16 18:15:19; author: barner; state: Exp; lines: +2 -1 - Add linux-gid-[0-9]* to CONFLICTS - coreutils: sort CONFLICTS - id-utils: use portname-[0-9]* instead of portname-* Approved by: arved (mentor)
v. 1.6 date: 2004/10/12 17:34:12; author: leeym; state: Exp; lines: +12 -2 - fix CONFLICTS - add WITHOUT_NLS for USE_GETTEXT - don't make install in WRKSRC/lib, which will install useless charset.alias PR: ports/71579 Submitted by: leeym Approved by: maintainer
v. 1.5 date: 2004/03/21 16:29:46; author: pav; state: Exp; lines: +1 -1 - Update to 5.2.1 PR: ports/64515 Submitted by: Jason Harris (maintainer)
v. 1.4 date: 2004/02/28 17:26:54; author: pav; state: Exp; lines: +12 -22 - Update to 5.2.0 PR: ports/63504 Submitted by: Jason Harris (maintainer)
v. 1.3 date: 2004/02/04 04:36:25; author: marcus; state: Exp; lines: +2 -2 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.2 date: 2004/01/23 18:12:20; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.1 date: 2003/12/17 01:30:15; author: pav; state: Exp; Add coreutils, port of basic GNU file, shell and text manipulation utilities. This port replaces fileutils, shellutils and textutils, which were distributed as three individual sets, but now have been combined into coreutils. For more details, see http://www.gnu.org/software/coreutils/ PR: ports/59422 Submitted by: Jason Harris =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm