Ticket #17616: Portfile.patch
File Portfile.patch, 1.5 KB (added by jan+mp@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name osh 6 version 20081 1226 version 20081213 7 7 categories shells 8 8 maintainers v6shell.org:jan+mp 9 9 description Ports of the Sixth Edition (V6) UNIX Thompson shell 10 10 long_description \ 11 The osh package contains two ports of the original /bin/sh \12 from Sixth Edition (V6) UNIX (circa 1975). Where osh is an\13 enhanced port of the shell, sh6 is an unenhanced port. \11 The osh package provides two ports of the original /bin/sh \ 12 from Sixth Edition (V6) UNIX (circa 1975). Osh is an enhanced \ 13 port of the shell, and sh6 is an unenhanced port of the shell. \ 14 14 This package also includes the following external \ 15 15 shell utilities: glob6, if, goto, and fd2. 16 homepage http://v6shell.org/17 16 platforms darwin 18 master_sites http://v6shell.org/src/ 17 homepage http://v6shell.org/ 18 master_sites ${homepage}src/ 19 19 20 checksums md5 6f3bdb83037bf3fa39c81ece40fe5417\21 sha1 e0caff3904e253aa76836eb12f36915e08298080\22 rmd160 ca055f45178109ff8a71912451bb5697468d9fbb20 checksums md5 c852ff3144c982f5b6e7a16012f67e88 \ 21 sha1 a097e9ae2ec1de640e4d559b0b6432a2aa2ed06f \ 22 rmd160 e91a58210c26b0cc7a741745572d3195d09199e4 23 23 24 24 use_configure no 25 25 … … 41 41 build.args-append CFLAGS="${configure.universal_cflags}" \ 42 42 LDFLAGS="${configure.universal_ldflags}" 43 43 } 44 45 livecheck.check regex 46 livecheck.url ${master_sites} 47 livecheck.regex ${name}-(\[0-9\]{8})${extract.suffix}