Commits
Markus W. Weißmann authored 71cc12c43f5
1 1 | # $Id$ |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 - | name man |
6 - | version 1.6f |
7 - | categories sysutils |
8 - | platforms darwin |
9 - | maintainers mww |
10 - | description The man page suite containing man, apropos, whatis, man2html |
11 - | long_description The man page suite (man, apropos, and whatis) contains \ |
12 - | programs used to read most of the documentation on a Unix \ |
13 - | system. The whatis and apropos programs are used to find \ |
14 - | documentation related to a particular subject. |
15 - | |
16 - | homepage http://primates.ximian.com/~flucifredi/man/ |
17 - | master_sites ${homepage} |
18 - | patchfiles patch-configure \ |
19 - | patch-configure-prepath \ |
20 - | patch-gencat-genlib.c \ |
21 - | patch-man2html_Makefile.in \ |
22 - | configure.diff |
23 - | patch_sites http://www.opensource.apple.com/darwinsource/10.4.8.ppc/man-4/patches/ |
24 - | |
25 - | checksums ${distfiles} md5 67aaaa6df35215e812fd7d89472c44b6 \ |
26 - | ${distfiles} sha1 c97012607ed9d75a6eee7e66d257a99a8ed86918 \ |
27 - | ${distfiles} rmd160 8680bb94bff9b86fb9d061f58d9acb08c934531e \ |
28 - | \ |
29 - | configure.diff md5 9b9b0c22f7249391dfafe905ac8837ab \ |
30 - | configure.diff sha1 1754a380d8b1b1e1a5c5ebb66fbda69adfdb4aae \ |
31 - | configure.diff rmd160 5a3a5bdc0c5f0653393b5078a9f275bd7df8c59c |
32 - | |
33 - | configure.args --mandir=${prefix}/share/man \ |
34 - | -compatibility_mode_for_colored_groff \ |
35 - | -confdir=${prefix}/etc \ |
36 - | +fhs |
37 - | |
38 - | depends_run port:bzip2 \ |
39 - | port:groff \ |
40 - | port:gzip \ |
41 - | port:less |
5 + | name man |
6 + | version 1.6f |
7 + | categories sysutils |
8 + | platforms darwin |
9 + | maintainers mww |
10 + | description The man page suite containing man, apropos, whatis, man2html |
11 + | long_description The man page suite (man, apropos, and whatis) contains \ |
12 + | programs used to read most of the documentation on a Unix \ |
13 + | system. The whatis and apropos programs are used to find \ |
14 + | documentation related to a particular subject. |
15 + | |
16 + | homepage http://primates.ximian.com/~flucifredi/man/ |
17 + | master_sites ${homepage} |
18 + | patchfiles patch-configure \ |
19 + | patch-configure-prepath \ |
20 + | patch-gencat-genlib.c \ |
21 + | patch-man2html_Makefile.in \ |
22 + | configure.diff |
23 + | patch_sites http://www.opensource.apple.com/darwinsource/10.4.8.ppc/man-4/patches/ |
24 + | |
25 + | checksums ${distfiles} md5 67aaaa6df35215e812fd7d89472c44b6 \ |
26 + | ${distfiles} sha1 c97012607ed9d75a6eee7e66d257a99a8ed86918 \ |
27 + | ${distfiles} rmd160 8680bb94bff9b86fb9d061f58d9acb08c934531e \ |
28 + | configure.diff md5 9b9b0c22f7249391dfafe905ac8837ab \ |
29 + | configure.diff sha1 1754a380d8b1b1e1a5c5ebb66fbda69adfdb4aae \ |
30 + | configure.diff rmd160 5a3a5bdc0c5f0653393b5078a9f275bd7df8c59c |
31 + | |
32 + | configure.args --mandir=${prefix}/share/man \ |
33 + | -compatibility_mode_for_colored_groff \ |
34 + | -confdir=${prefix}/etc \ |
35 + | +fhs |
36 + | |
37 + | depends_run port:bzip2 \ |
38 + | port:groff \ |
39 + | port:gzip \ |
40 + | port:less |
42 41 | |
43 42 | post-destroot { |
44 - | file delete ${destroot}${prefix}/share/locale |
43 + | file delete ${destroot}${prefix}/share/locale |
45 44 | } |
46 45 | |
47 46 | variant man_all_lang { |
48 - | configure.args-append +lang all |
47 + | configure.args-append +lang all |
49 48 | } |