diff options
-rw-r--r-- | textproc/glark/Makefile | 4 | ||||
-rw-r--r-- | textproc/glark/distinfo | 2 | ||||
-rw-r--r-- | textproc/glark/pkg-descr | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/textproc/glark/Makefile b/textproc/glark/Makefile index 4510bb5dee47..d15cec88d93f 100644 --- a/textproc/glark/Makefile +++ b/textproc/glark/Makefile @@ -7,12 +7,12 @@ # PORTNAME= glark -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mich@freebsdcluster.org COMMENT= Search text files for complex regular expressions USE_RUBY= yes diff --git a/textproc/glark/distinfo b/textproc/glark/distinfo index 9c4214dfcdf9..0dc12cab91ee 100644 --- a/textproc/glark/distinfo +++ b/textproc/glark/distinfo @@ -1 +1 @@ -MD5 (glark-1.6.1.tar.gz) = ac1da2f86dd6f280488940f7628b9935 +MD5 (glark-1.6.2.tar.gz) = f944d8c27830267e7e85266045edbaf1 diff --git a/textproc/glark/pkg-descr b/textproc/glark/pkg-descr index 3eec0984571c..9240cfebeb41 100644 --- a/textproc/glark/pkg-descr +++ b/textproc/glark/pkg-descr @@ -2,4 +2,8 @@ A replacement for (or supplement to) the grep family, glark offers: Perl/Ruby regular expressions, highlighting of matches, context around matches, complex expressions (``and'' and ``or''), and automatic exclusion of non-text files. -WWW: http://glark.sourceforge.net/ +WWW: http://glark.sourceforge.net/ +AUTHOR: Jeff Pace <jpace@incava.org> + + - Michael L. Hostbaek + mich@freebsdcluster.org |