mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
958 B
Plaintext
31 lines
958 B
Plaintext
PortSystem 1.0
|
|
|
|
name chgrep
|
|
version 1.2.4
|
|
revision 1
|
|
checksums rmd160 6eb35f296d8173670bcf4f25515aa870f5b1e35a \
|
|
sha256 c0eb075991a6fbad18c1304f6a9510586e9825aba05854e0be742385e80e73e1 \
|
|
size 47208
|
|
categories sysutils
|
|
license GPL-2+
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description Fast string substitution across multiple files
|
|
long_description Chgrep searches the input files (or standard input if no \
|
|
files are named) for oldstring and changes them to new string. \
|
|
If some file and file.lock exist then chgrep leaves both files \
|
|
unchanged. This program can be very usefull for mail servers. \
|
|
Chgrep is fast, much faster than grep or sed.
|
|
|
|
homepage http://www.bmk-it.com/projects/chgrep/
|
|
master_sites ${homepage}files/
|
|
extract.suffix .tgz
|
|
|
|
patchfiles implicit.patch
|
|
|
|
configure.args --mandir=${prefix}/share/man
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}news.php
|
|
livecheck.regex {([0-9.]+) CHANGES:}
|