summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-30 13:53:53 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-30 13:53:53 +0000
commit9a35cb0bc6e3d3467cf941aabb2b7f57395dd243 (patch)
tree6c8f82c8af9f448779586680aab44d83e2362235
parentUpdate to 3.1 (diff)
add glark 1.5.3
Search text files for complex regular expressions
Notes
Notes: svn path=/head/; revision=63737
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/glark/Makefile25
-rw-r--r--textproc/glark/distinfo1
-rw-r--r--textproc/glark/pkg-comment1
-rw-r--r--textproc/glark/pkg-descr5
-rw-r--r--textproc/glark/pkg-plist1
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