Skip to content

Commit

Permalink
new port sysutils/chgrep
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15653 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Dec 31, 2005
1 parent bf18921 commit 7261e59
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions sysutils/chgrep/Portfile
@@ -0,0 +1,27 @@
# $Id: Portfile,v 1.1 2005/12/31 00:04:03 mww Exp $

PortSystem 1.0

name chgrep
version 1.2.4
categories sysutils
platforms darwin
maintainers mww@opendarwin.org
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 http://www.bmk-it.com/projects/chgrep/files/
extract.suffix .tgz
checksums md5 9c4306a51550fca58ca4b29c0d31bd79

configure.args --mandir=${prefix}/share/man

platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}

0 comments on commit 7261e59

Please sign in to comment.