1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name rpl |
---|
5 | version 1.4.0 |
---|
6 | platforms darwin |
---|
7 | categories textproc |
---|
8 | maintainers mich@freebsdcluster.org |
---|
9 | description Rpl is a Unix replacement utility |
---|
10 | long_description \ |
---|
11 | rpl is a Unix text replacement utility. It will replace strings with new \ |
---|
12 | strings in multiple text files. It can scan directories recursively and \ |
---|
13 | replace strings in all files found. The search can be limited to files \ |
---|
14 | with certain filename suffixes (e.g. '.html', '.c', etc.). |
---|
15 | homepage http://www.laffeycomputer.com/rpl.html |
---|
16 | master_sites http://downloads.laffeycomputer.com/current_builds/ |
---|
17 | checksums md5 35af9ac5425f5a6278e5890c3272684e |
---|
18 | use_configure yes |
---|
19 | destroot { |
---|
20 | system "cd ${worksrcpath} && \ |
---|
21 | install src/${name} ${destroot}${prefix}/bin && \ |
---|
22 | install man/${name}.1 ${destroot}${prefix}/man/man1" |
---|
23 | } |
---|