Port details |
- coreutils Free Software Foundation core utilities
- 8.32 sysutils
=72 8.32Version of this port present on the latest quarterly branch.- Maintainer: jharris@widomaker.com
 - Port Added: 2003-12-17 01:31:13
- Last Update: 2020-06-19 04:55:01
- SVN Revision: 539580
People watching this port, also watch: libiconv, expat, freetype2, libxml2, gmake - Also Listed In: textproc
- License: GPLv3
- Description:
- 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/
- SVNWeb : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- coreutils>0:sysutils/coreutils
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
cd /usr/ports/sysutils/coreutils/ && make install clean - To add the package:
pkg install coreutils - PKGNAME: coreutils
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1592354850
SHA256 (coreutils-8.32.tar.xz) = 4458d8de7849df44ccab15e16b1548b285224dbba5f08fac070c1c0e0bcc4cfa
SIZE (coreutils-8.32.tar.xz) = 5547836
Packages: (move your mouse over the cells for more information)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- msgfmt : devel/gettext-tools
- perl5>=5.30.r1<5.31 : lang/perl5.30
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libiconv.so : converters/libiconv
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
- devel/autogen
- devel/hs-git-annex
- devel/quilt
- french/aster
- games/openbve
- math/gnumeric
- net-im/tox
Deleted ports which required this port:
- for Run
- biology/ddocent
- devel/hs-git-annex
- devel/quilt
- graphics/variety
- mail/spambnc
- mail/sqlgrey
- misc/ansiweather
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options
- ===> The following configuration options are available for coreutils-8.32:
GMP=off: GMP (multiple precision arithmetic) support
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- USES:
- cpe gmake iconv perl5 charsetfix tar:xz gettext
- Master Sites:
-
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Jun 2020 03:55:01
8.32

|
lbartoletti  |
sysutils/coreutils: update to 8.32
- Update to 8.32
- Fix order (pet portlint)
PR: 247332
Submitted by: jharris@widomaker.com (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D25313 |
13 Nov 2019 14:32:07
8.31

|
jbeich  |
Drop workaround for qemu-user-static hang after r517350
GSlice as used by qemu-user still aborts due to low RLIMIT_VMEM in an
emulated application but no longer hangs. While the behavior differs
from real hardware it matches the one from before r456518 that was
hardcoded as gl_cv_func_printf_enomem=no workaround.
PR: 224740 |
13 Mar 2019 15:49:22
8.31

|
danfe  |
- Update GNU coreutils to the latest version 8.31
- Enable tests via our framework (set the TEST_TARGET)
- Remove MAKE_JOBS_UNSAFE which was added in r306718 (due to "help2man:
can't get '--help' info from man/stty.td/stty") as it looks like this
very error had been fixed long time ago, per their ChangeLog:
2015-03-06 Padraig Brady <P@draigBrady.com>
build: fix make dependencies for test.1
In certain parallel build situations this would give the error:
help2man: can't get `--help' info from man/test.td/[
Makefile:14189: recipe for target 'man/test.1' failed
That said, the port should have been jobs-safe for about four years
now, but for some strange reason nobody had noticed that.
Approved by: maintainer |
10 Nov 2018 18:12:58
8.30_1

|
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
26 Sep 2018 16:07:27
8.30

|
fernape  |
sysutils/coreutils: update to 8.30
Also reorder some variables.
Announcement:
http://lists.gnu.org/archive/html/coreutils-announce/2018-07/msg00000.html
PR: 231573
Submitted by: pkubaj@anongoth.pl
Approved by: tcberner (mentor, implicit), jharris@widomaker.com (maintainer) |
17 Mar 2018 09:25:04
8.28

|
antoine  |
Skip ENOMEM check for printf when building with qemu, this makes
configure hang
PR: 224740
Reported by: pkg-fallou
MFH: 2018Q1 |
16 Nov 2017 14:01:31
8.28

|
culot  |
- Update to 8.28
PR: 223345
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: jharris@widomaker.com (maintainer) |
23 May 2016 20:35:01
8.25

|
amdmi3  |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
01 Apr 2016 14:25:18
8.25

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
26 Feb 2016 20:48:21
8.25

|
pi  |
sysutils/coreutils: 8.23 -> 8.25
- cp now correctly copies files with a hole at the end of the file,
and extents allocated beyond the apparent size of the file.
That combination resulted in the trailing hole not being reproduced.
- cut --fields no longer outputs extraneous characters on some uClibc
configs.
- install -D again copies relative file names when absolute file names
are also specified along with an absolute destination directory name.
- ls no longer prematurely wraps lines when printing short file names.
- mv no longer causes data loss due to removing a source directory specified
multiple times, when that directory is also specified as the destination.
- shred again uses defined patterns for all iteration counts.
- sort --debug -b now correctly marks the matching extents for keys
that specify an offset for the first field.
- tail -F now works with initially non existent files on a remote file system.
Please note: usability issue for 'ls' is discussed in
http://lists.gnu.org/archive/html/coreutils/2016-02/msg00000.html
PR: 206512
Submitted by: w.schwarzenfeld@aon.at
Approved by: jharris@widomaker.com (maintainer) |
03 Apr 2015 11:26:50
8.23

|
mat  |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
17 Mar 2015 18:57:10
8.23

|
robak  |
sysutils/coreutils: add CPE information
- Maintainer's timeout (jharris@widomaker.com)
PR: 198235
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
22 Nov 2014 09:13:36
8.23

|
antoine  |
Cleanup plist |
03 Aug 2014 09:40:07
8.23

|
pi  |
sysutils/coreutils: fix pkg-plist for NLS=off
PR: 192309
Submitted by: mat |
01 Aug 2014 19:36:56
8.23

|
pi  |
sysutils/coreutils: avoid rebuilding WRKSRC/doc/coreutils.info
PR: 192309
Submitted by: Martin Birgmeier <la5lbtyi@aon.at> |
01 Aug 2014 11:54:56
8.23

|
pi  |
sysutils/coreutils: 8.22 -> 8.23
- fix CONFLICTS
PR: 192304
Submitted by: jharris@widomaker.com (maintainer) |
27 Jun 2014 12:29:21
8.22_2

|
jadawin  |
- Submitter take maintainership
- While I'm here use tar:xz
PR: ports/191409
Submitted by: jharris@widomaker.com |
25 Jun 2014 05:35:32
8.22_2

|
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
11 Jun 2014 14:50:00
8.22_2

|
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
10 Jun 2014 12:35:49
8.22_2

|
marino  |
sysutils/coreutils: Reset maintainer
Three consecutive PR timeouts... |
12 Feb 2014 12:01:35
8.22_2

|
tijl  |
- Add missing dependency on iconv.
- Fix GMP option. |
10 Feb 2014 07:15:19
8.22_1

|
miwi  |
- Fix package build |
10 Feb 2014 04:33:54
8.22_1

|
miwi  |
- Unbreak build |
24 Jan 2014 01:01:53
8.22

|
jgh  |
- update to 8.22
- support staging, strip libraries
- trim master_site
- use option helpers
- shift away from inclusion of bsd.port.pre.mk as bsd.port.options.mk
can test OSVERSION (less expensive)
- patch of Makefile was merged upstream so removed patch
PR: 185599
Submitted by: jgh@ (myself)
Approved by: maintainer timeout, jharris@widomaker.com ( 15 days ) |
20 Sep 2013 23:06:00
8.20_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
16 Sep 2013 07:47:02
8.20_2

|
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
24 Apr 2013 18:10:32
8.20_2

|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
07 Feb 2013 16:40:11
8.20_2

|
bdrewery  |
- Fix build when NLS is disabled
PR: ports/174021 [1]
PR: ports/175745 [2]
Reported by: Rusty Nejdl <rnejdl@ringofsaturn.com> [1]
Reported by: Z Beeblebrox <zaphod@berentweb.com> [2]
Approved by: maintainer timeout
Obtained
from: http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=88a6201 |
30 Oct 2012 21:21:48
8.20_1

|
bdrewery  |
- Fix reinstall/upgrade trying to use gmkdir since it
was detected during build [1]
- Mark MAKE_JOBS_UNSAFE:
help2man: can't get '--help' info from man/stty.td/stty
gmake[2]: *** [man/stty.1] Error 127
gmake[2]: *** Waiting for unfinished jobs....
PR: ports/173218 [1]
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) [1]
Feature safe: yes |
30 Oct 2012 08:20:47
8.20_1

|
rakuco  |
Fix plist, as reported by redports.
Feature safe: yes |
29 Oct 2012 22:47:23
8.20_1

|
rakuco  |
Depend on Perl at build time.
Reported by Giacomo Olgeni <g.olgeni@colby.it> via private mail.
PR: ports/173047
Feature safe: yes |
29 Oct 2012 19:04:45
8.20

|
rakuco  |
Update to 8.20.
PR: ports/173047
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer)
Feature safe: yes |
12 Oct 2012 12:54:01
8.19_2

|
bdrewery  |
- Fix plist referencing 2 nonexistent files with NLS [1]
- Trim header
PR: ports/172597 [1]
Submitted by: bdrewery
Approved by: Jason Harris <jharris@widomaker.com> (maintainer) [1]
Approved by: portmgr (erwin)
Feature safe: yes |
10 Sep 2012 10:18:31
8.19_1

|
ale  |
Fix plist and bump PORTREVISION. |
09 Sep 2012 10:24:25
8.19

|
demon  |
Update to version 8.19.
Convert to new OPTIONS framework while I am here.
Maintainer timeout: 1 month |
02 Nov 2011 17:33:16
8.12
|
crees  |
- Rename gstat to gnustat; otherwise it collides with base gstat (for geom) [1]
- Correct REINPLACE for permissions; \+ is a special character in a BRE
PR: ports/160060
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
Reviewed by: Jason Hellenthal, wxs, eadler
Approved by: Jason Harris <jharris@widomaker.com> (maintainer) |
30 Jun 2011 00:07:17
8.12
|
wxs  |
- No need to specify CPPFLAGS in CONFIGURE_ENV.
Submitted by: sunpoet@ |
28 Jun 2011 00:10:40
8.12
|
wxs  |
- Update to 8.12.
PR: ports/157808
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: maintainer timeout |
19 Mar 2011 12:38:54
8.5
|
miwi  |
- Get Rid MD5 support |
23 Aug 2010 12:06:42
8.5
|
pav  |
- Disable tests for now, they hang on pointyhat
Reported by: pointyhat
Ok'ed by: wxs |
20 Aug 2010 19:10:38
8.5
|
wxs  |
Update to 8.5
PR: ports/148822
Submitted by: Klaus Aehlig <aehlig@linta.de>
Approved by: Jason Harris <jharris@widomaker.com> (maintainer) |
04 Jun 2010 08:09:20
7.5_1
|
pav  |
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it
PR: ports/146329
Submitted by: mm
With hat: portmgr |
31 May 2010 02:01:56
7.5_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
25 Apr 2010 15:31:17
7.5
|
makc  |
Some utils link with gmp library if exists.
Add optional dependency on math/gmp and disable gmp support
properly when it's not needed.
PR: ports/146027
Reported by: Craig Leres <leres at ee.lbl.gov> |
15 Sep 2009 23:47:45
7.5
|
garga  |
Update to 7.5
PR: ports/138083
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer timeout (3 weeks)
Feature safe: yes |
29 Aug 2008 02:36:25
6.9_3
|
koitsu  |
Fixup for my previous commit/patch.
- OSVERSION check should be against 800039 or higher, as that's when
the sgtty changes were committed.
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/param.h.diff?r1=1.355;r2=1.356;f=h
- Fix stty.c patch. Previous version would result in termios bits
being overridden by #include <sys/ioctl_compat.h>, causing coreutils'
stty to modify bits different than /bin/stty. This version removes
tab1/tab2 delay support, since tab1/tab2 delays aren't available in HEAD
outside of the binary compatibility interface. Also fixes stty --help
usage to indicate only tab0 and tab3 are available. |
28 Aug 2008 12:06:21
6.9_3
|
koitsu  |
Fix-up for 8.0-CURRENT. src/stty.c fails to compile due to TAB1 and TAB2
termios bits being undefined. They've been moved to sys/ioctl_compat.h which
requires _KERNEL be defined. Somewhat of an ugly hack; possible alternative
would be to remove use of TAB1 and TAB2 in src/stty.c altogether.
Reported by: jsa @ EFnet |
21 Aug 2008 06:18:49
6.9_3
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
05 Jul 2008 11:33:06
6.9_3
|
edwin  |
Minor enhancement to sysutils/coreutils
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 |
06 Jun 2008 14:03:26
6.9_3
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Apr 2008 15:22:57
6.9_2
|
naddy  |
Revert previous workaround, 8.0-CURRENT has grown fdopendir(3).
Don't bother with __FreeBSD_version checking for what was only an
eight-day window. |
13 Apr 2008 19:08:36
6.9_1
|
naddy  |
Work around the assumption that openat() implies the existence of
fdopendir(). FreeBSD 8 has the former, but not the latter.
PR: 122433
Approved by: maintainer |
23 Jul 2007 09:36:52
6.9_1
|
rafan  |
- 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 |
16 Jun 2007 08:21:50
6.9_1
|
lwhsu  |
- Put back accidentally deleted line in pkg-plist when applying the patch
- Bump PORTREVISION
Noticed by: pav
Approved by: maintainer |
05 Jun 2007 09:42:22
6.9
|
lwhsu  |
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" <eps+pbug0704 AT ana.com>
Approved by: Jason Harris <jharris AT widomaker.com> (maintainer) |
19 May 2007 20:32:57
6.7_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
29 Jan 2007 19:05:07
6.7
|
gabor  |
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) |
16 Jan 2007 14:25:40
6.7
|
nivit  |
- Updated to 6.7
PR: ports/107954
Submitted by: Jason Harris <jharris@widomaker.com>
Approved by: alexbl (mentor, implicit) |
21 Nov 2006 19:51:09
6.4_1
|
miwi  |
- Fix Update problems
- Bump PORTREVISION
Submitted by: ports@ ml
Thanks To: trasz |
18 Nov 2006 23:23:50
6.4
|
miwi  |
- Update to 6.4
PR: ports/105181
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Approved by: maintainer timeout |
30 Aug 2006 10:45:54
5.2.1
|
garga  |
Fix PLIST: It was not removing some locale dirs that are not listed on
BSD.local.dist
PR: ports/101477
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by: maintainer timeout (16 days) |
13 May 2006 04:15:53
5.2.1
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
22 Jan 2006 06:28:59
5.2.1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
05 Dec 2005 02:34:07
5.2.1
|
edwin  |
Remove install-info from Makefile, it's automatically done when INFO is defined |
16 Mar 2005 18:15:19
5.2.1
|
barner  |
- Add linux-gid-[0-9]* to CONFLICTS
- coreutils: sort CONFLICTS
- id-utils: use portname-[0-9]* instead of portname-*
Approved by: arved (mentor) |
16 Dec 2004 05:49:27
5.2.1
|
kris  |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
12 Oct 2004 17:34:12
5.2.1
|
leeym  |
- 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 |
21 Mar 2004 16:29:46
5.2.1
|
pav  |
- Update to 5.2.1
PR: ports/64515
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) |
28 Feb 2004 17:26:54
5.2.0
|
pav  |
- Update to 5.2.0
PR: ports/63504
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) |
04 Feb 2004 04:36:30
5.0_1
|
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
23 Jan 2004 18:12:26
5.0
|
trevor  |
Now gettext 0.12.1 is gettext-old. |
17 Dec 2003 01:30:15
5.0
|
pav  |
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 <jharris@widomaker.com> |