Ticket #650: Portfile

File Portfile, 1.4 KB (added by jcorley1@…, 21 years ago)

coreutils Portfile

Line 
1PortSystem 1.0
2name                    coreutils
3version                 5.0
4categories              sysutils
5maintainers             jcorley1@nc.rr.com
6description             GNU File, Shell, and Text utilities
7long_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
17homepage                http://www.gnu.org/software/coreutils/
18platforms               darwin
19
20master_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
26extract.sufx            .tar.bz2
27use_bzip2               yes
28
29checksums               md5 94e5558ee2a65723d4840bfde2d323f0
30
31configure.args          --program-transform-name=s,^,g,
32
33variant normal {
34    configure.args-delete    --program-transform-name=s,^,g,
35}
36