1 | PortSystem 1.0 |
---|
2 | name coreutils |
---|
3 | version 5.0 |
---|
4 | categories sysutils |
---|
5 | maintainers jcorley1@nc.rr.com |
---|
6 | description GNU File, Shell, and Text utilities |
---|
7 | long_description The GNU Core Utilities are the basic file, shell, and \ |
---|
8 | text manipulation utilities of the GNU operating \ |
---|
9 | system. These are the core utilities which are \ |
---|
10 | expected to exist on every operating system. \ |
---|
11 | Previously these utilities were offered as three \ |
---|
12 | individual sets of GNU utilities, fileutils, \ |
---|
13 | shellutils, and textutils. Those three have been \ |
---|
14 | combined into a single set of utilities called the \ |
---|
15 | coreutils. |
---|
16 | |
---|
17 | homepage http://www.gnu.org/software/coreutils/ |
---|
18 | platforms darwin |
---|
19 | |
---|
20 | master_sites ftp.gnu.org/pub/gnu/${name}/ \ |
---|
21 | ftp://aeneas.mit.edu/pub/gnu/${name}/ \ |
---|
22 | ftp://ftp.irisa.fr/pub/gnu/${name}/ \ |
---|
23 | ftp://ftp.mirror.ac.uk/sites/ftp.gnu.org/gnu/${name}/ \ |
---|
24 | ftp://ftp.ring.gr.jp/pub/GNU/${name}/ |
---|
25 | |
---|
26 | extract.sufx .tar.bz2 |
---|
27 | use_bzip2 yes |
---|
28 | |
---|
29 | checksums md5 94e5558ee2a65723d4840bfde2d323f0 |
---|
30 | |
---|
31 | configure.args --program-transform-name=s,^,g, |
---|
32 | |
---|
33 | variant normal { |
---|
34 | configure.args-delete --program-transform-name=s,^,g, |
---|
35 | } |
---|
36 | |
---|