diff options
author | naddy <naddy@FreeBSD.org> | 2003-04-27 17:38:25 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-04-27 17:38:25 +0000 |
commit | 4fa6c4f90214bce65ad0db02c27c65da789a60b8 (patch) | |
tree | 4f80e5c4a738ad5cc5eaae34bb38f18b6ad30f41 /textproc | |
parent | f6e12940c2710fa2fb1571e173770839445bff73 (diff) | |
download | FreeBSD-ports-4fa6c4f90214bce65ad0db02c27c65da789a60b8.zip FreeBSD-ports-4fa6c4f90214bce65ad0db02c27c65da789a60b8.tar.gz |
* Update to 1.6.2.
* Take maintainer.
PR: 51039
Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org>
Diffstat (limited to 'textproc')
-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 4510bb5..d15cec8 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 9c4214d..0dc12ca 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 3eec098..9240cfe 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 |