Ticket #17734: Portfile.diff
File Portfile.diff, 959 bytes (added by llattanzi+McF@…, 16 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name glark 5 version 1. 6.55 version 1.8.0 6 6 revision 1 7 7 platforms darwin 8 8 categories textproc … … 13 13 complex expressions (``and'' and ``or''), and automatic exclusion \ 14 14 of non-text files. 15 15 homepage http://glark.sourceforge.net 16 master_sites sourceforge17 checksums md5 5c1fb2980bfe8f1f24f3ae76fe2fcb0016 master_sites http://www.incava.org/pub/${name}/ 17 checksums sha1 e652a01872fa9d33b4d8b7d674a45a193f047bc1 18 18 use_configure no 19 19 destroot { system "cd ${worksrcpath} && \ 20 install ${name} ${destroot}${prefix}/bin && \20 install bin/${name} ${destroot}${prefix}/bin && \ 21 21 install ${name}.1 ${destroot}${prefix}/share/man/man1" } 22 23 livecheck.check regex 24 livecheck.url http://www.incava.org/pub/${name}/ 25 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)