summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2002-05-13 00:16:13 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2002-05-13 00:16:13 +0000
commitd2934f5d87bb689fde289118fce176b2ce9ef49b (patch)
tree84d076e6e0526ea065219d486c8975633bf0c3b1 /app-text/glark
parentinitial release of wampager (diff)
downloadgentoo-2-d2934f5d87bb689fde289118fce176b2ce9ef49b.tar.gz
gentoo-2-d2934f5d87bb689fde289118fce176b2ce9ef49b.tar.bz2
gentoo-2-d2934f5d87bb689fde289118fce176b2ce9ef49b.zip
glark 1.4 - a file searcher utility.
Diffstat (limited to 'app-text/glark')
-rw-r--r--app-text/glark/ChangeLog15
-rw-r--r--app-text/glark/files/digest-glark-1.41
-rw-r--r--app-text/glark/glark-1.4.ebuild22
3 files changed, 38 insertions, 0 deletions
diff --git a/app-text/glark/ChangeLog b/app-text/glark/ChangeLog
new file mode 100644
index 000000000000..138ccd230a98
--- /dev/null
+++ b/app-text/glark/ChangeLog
@@ -0,0 +1,15 @@
+# ChangeLog for app-text/glark
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.1 2002/05/13 00:16:13 karltk Exp $
+
+*glark-1.4 (13 May 2002)
+
+ 13 May 2002; Karl Trygve Kalleberg <karltk@gentoo.org> glark-1.4.ebuild files/digest-glark-1.4:
+
+ From the webpage:
+
+ glark offers grep-like searching of text files, with very powerful, complex
+ regular expressions (e.g., "/foo\w+/ and /bar[^\d]*baz$/ within 4 lines of
+ each other"). It also highlights the matches, displays context (preceding
+ and succeeding lines), does case-insensitive matches, and automatic
+ exclusion of non-text files.
diff --git a/app-text/glark/files/digest-glark-1.4 b/app-text/glark/files/digest-glark-1.4
new file mode 100644
index 000000000000..41be16e923e5
--- /dev/null
+++ b/app-text/glark/files/digest-glark-1.4
@@ -0,0 +1 @@
+MD5 7df9b0453bc6f51d4a979f7d3321e228 glark-1.4.tar.gz 12969
diff --git a/app-text/glark/glark-1.4.ebuild b/app-text/glark/glark-1.4.ebuild
new file mode 100644
index 000000000000..9e61972230d5
--- /dev/null
+++ b/app-text/glark/glark-1.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.4.ebuild,v 1.1 2002/05/13 00:16:13 karltk Exp $
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="File searcher"
+SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/glark/${P}.tar.gz"
+HOMEPAGE="http://glark.sf.net"
+LICENSE="LGPL-2.1"
+DEPEND=">=dev-lang/ruby-1.6.7"
+RDEPEND="$DEPEND"
+SLOT="0"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ dobin glark
+ doman glark.1
+}