1 | # $Id: Portfile,v 1.4 2004/03/21 19:47:12 waqar Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name bash |
---|
5 | version 3.0 |
---|
6 | revision 0 |
---|
7 | categories shells |
---|
8 | maintainers jkh@opendarwin.org waqar@opendarwin.org |
---|
9 | description Bash (bourne-again shell) is a UNIX command interpreter |
---|
10 | long_description \ |
---|
11 | Bash is an sh-compatible shell that incorporates useful \ |
---|
12 | features from the Korn shell (ksh) and C shell (csh). It is \ |
---|
13 | intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell \ |
---|
14 | and Tools standard. It offers functional improvements over sh \ |
---|
15 | for both programming and interactive use. In addition, most \ |
---|
16 | sh scripts can be run by Bash without modification. |
---|
17 | homepage http://www.gnu.org/software/bash/bash.html |
---|
18 | platforms darwin freebsd |
---|
19 | master_sites gnu |
---|
20 | checksums \ |
---|
21 | ${name}-${version}${extract.suffix} md5 26c4d642e29b3533d8d754995bc277b3 |
---|
22 | configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info |
---|