1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

add glark 1.5.3

Search text files for complex regular expressions
This commit is contained in:
Ying-Chieh Liao 2002-07-30 13:53:53 +00:00
parent e03cfa8d6a
commit 9a35cb0bc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63737
6 changed files with 34 additions and 0 deletions

View File

@ -62,6 +62,7 @@
SUBDIR += gaspell
SUBDIR += gdict
SUBDIR += gdome2
SUBDIR += glark
SUBDIR += glimpse
SUBDIR += gmat
SUBDIR += gnomespell

25
textproc/glark/Makefile Normal file
View File

@ -0,0 +1,25 @@
# ex:ts=8
# Ports collection makefile for: glark
# Date created: Jul 30, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= glark
PORTVERSION= 1.5.3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
NO_BUILD= yes
MAN1= glark.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/glark ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/glark.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>

1
textproc/glark/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (glark-1.5.3.tar.gz) = ba24a9b6a93803ca9a3129272d8868d3

View File

@ -0,0 +1 @@
Search text files for complex regular expressions

5
textproc/glark/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
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://www.glark.org/

1
textproc/glark/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/glark