diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-30 21:53:53 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-30 21:53:53 +0800 |
commit | 25d152f468a74251925763003f3007c564af9a0f (patch) | |
tree | 8b88d57bb0cba77f0db66b54ac022c60c3ee74bd | |
parent | 0052d1c302711ab6a9de9ed61e5fa35a7d45c93f (diff) | |
download | freebsd-ports-gnome-25d152f468a74251925763003f3007c564af9a0f.tar.gz freebsd-ports-gnome-25d152f468a74251925763003f3007c564af9a0f.tar.zst freebsd-ports-gnome-25d152f468a74251925763003f3007c564af9a0f.zip |
add glark 1.5.3
Search text files for complex regular expressions
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/glark/Makefile | 25 | ||||
-rw-r--r-- | textproc/glark/distinfo | 1 | ||||
-rw-r--r-- | textproc/glark/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/glark/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/glark/pkg-plist | 1 |
6 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 46509b33e4fa..23414ddaa374 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -62,6 +62,7 @@ SUBDIR += gaspell SUBDIR += gdict SUBDIR += gdome2 + SUBDIR += glark SUBDIR += glimpse SUBDIR += gmat SUBDIR += gnomespell diff --git a/textproc/glark/Makefile b/textproc/glark/Makefile new file mode 100644 index 000000000000..04de3a3fffca --- /dev/null +++ b/textproc/glark/Makefile @@ -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> diff --git a/textproc/glark/distinfo b/textproc/glark/distinfo new file mode 100644 index 000000000000..559aa1d5e2bd --- /dev/null +++ b/textproc/glark/distinfo @@ -0,0 +1 @@ +MD5 (glark-1.5.3.tar.gz) = ba24a9b6a93803ca9a3129272d8868d3 diff --git a/textproc/glark/pkg-comment b/textproc/glark/pkg-comment new file mode 100644 index 000000000000..12c63351cfed --- /dev/null +++ b/textproc/glark/pkg-comment @@ -0,0 +1 @@ +Search text files for complex regular expressions diff --git a/textproc/glark/pkg-descr b/textproc/glark/pkg-descr new file mode 100644 index 000000000000..590227dadfc1 --- /dev/null +++ b/textproc/glark/pkg-descr @@ -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/ diff --git a/textproc/glark/pkg-plist b/textproc/glark/pkg-plist new file mode 100644 index 000000000000..3e7da58fcc73 --- /dev/null +++ b/textproc/glark/pkg-plist @@ -0,0 +1 @@ +bin/glark |