a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20476 2006-11-03 15:31:18Z blair@macports.org $
PortSystem 1.0
name glark
version 1.6.5
revision 1
platforms darwin
categories textproc
maintainers mich@freebsdcluster.org
description Search text files for complex regular expressions
long_description A replacement for (or supplement to) the grep family, glark \
offers: Perl/Ruby regular expressions, highlighting of matches, \
complex expressions (``and'' and ``or''), and automatic exclusion \
of non-text files.
homepage http://glark.sourceforge.net
master_sites sourceforge
checksums md5 5c1fb2980bfe8f1f24f3ae76fe2fcb00
use_configure no
destroot { system "cd ${worksrcpath} && \
install ${name} ${destroot}${prefix}/bin && \
install ${name}.1 ${destroot}${prefix}/share/man/man1" }