1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

* Update to 1.6.2.

* Take maintainer.

PR:		51039
Submitted by:	Michael L.Hostbaek <mich@freebsdcluster.org>
This commit is contained in:
Christian Weisgerber 2003-04-27 17:38:25 +00:00
parent ccbc927c38
commit 2c8d69f66b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79757
3 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (glark-1.6.1.tar.gz) = ac1da2f86dd6f280488940f7628b9935
MD5 (glark-1.6.2.tar.gz) = f944d8c27830267e7e85266045edbaf1

View File

@ -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