Files

21 lines
900 B
Plaintext

PortSystem 1.0
name rpl
version 1.4.1
platforms darwin
categories textproc
license Restrictive/Distributable
maintainers nomaintainer
description Rpl is a Unix replacement utility
long_description \
rpl is a Unix text replacement utility. It will replace strings with new \
strings in multiple text files. It can scan directories recursively and \
replace strings in all files found. The search can be limited to files \
with certain filename suffixes (e.g. '.html', '.c', etc.).
homepage http://www.laffeycomputer.com/rpl.html
master_sites http://downloads.laffeycomputer.com/current_builds/
checksums rmd160 140630adce395641faabaffffd3fb60c73aecbf9 \
sha256 291055dc8763c855bab76142b5f7e9625392bcefa524b796bc4ddbcf941a1310
destroot { system "cd ${worksrcpath} && \
install src/${name} ${destroot}${prefix}/bin && \
install man/${name}.1 ${destroot}${prefix}/share/man/man1" }