1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name glark |
---|
5 | version 1.6.5 |
---|
6 | platforms darwin |
---|
7 | categories textproc |
---|
8 | maintainers mich@freebsdcluster.org |
---|
9 | description Search text files for complex regular expressions |
---|
10 | long_description \ |
---|
11 | A replacement for (or supplement to) the grep family, glark offers: Perl/Ruby \ |
---|
12 | regular expressions, highlighting of matches, context around matches, complex \ |
---|
13 | expressions (``and'' and ``or''), and automatic exclusion of non-text files. |
---|
14 | homepage http://glark.sourceforge.net |
---|
15 | master_sites sourceforge:${name} |
---|
16 | checksums md5 5c1fb2980bfe8f1f24f3ae76fe2fcb00 |
---|
17 | use_configure no |
---|
18 | destroot { |
---|
19 | system "cd ${worksrcpath} && \ |
---|
20 | install ${name} ${destroot}${prefix}/bin && \ |
---|
21 | install ${name}.1 ${destroot}${prefix}/man/man1" |
---|
22 | } |
---|