summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-03 04:25:42 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-03 04:25:42 +0000
commit450582be5878038f8972e166d4ce4782cf7eff6a (patch)
treea717aa279a8f4995ced17c1e282f2ef960a82a69 /textproc
parentAdd http_get 1.0, a program to dump http-contents to stdout. (diff)
Add hgrep 1.0, a nice Highlighting Hack for grep.
PR: 52251 Submitted by: Aaron Zauner <az_mail@gmx.at>
Notes
Notes: svn path=/head/; revision=82147
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/hgrep/Makefile22
-rw-r--r--textproc/hgrep/distinfo1
-rw-r--r--textproc/hgrep/pkg-descr9
-rw-r--r--textproc/hgrep/pkg-plist1
5 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index b50d0ffcf2ff..ed87cb09cdb6 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -98,6 +98,7 @@
SUBDIR += gxditview
SUBDIR += gxmlviewer
SUBDIR += hevea
+ SUBDIR += hgrep
SUBDIR += hs-haxml
SUBDIR += htdig
SUBDIR += html
diff --git a/textproc/hgrep/Makefile b/textproc/hgrep/Makefile
new file mode 100644
index 000000000000..5e18bd366611
--- /dev/null
+++ b/textproc/hgrep/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hgrep
+# Date created: 10. April 2003
+# Whom: Aaron Zauner <az_mail@gmx.at>
+#
+# $FreeBSD$
+#
+
+PORTNAME= hgrep
+PORTVERSION= 1.0
+CATEGORIES= textproc
+MASTER_SITES= http://www.acme.com/software/hgrep/
+DISTNAME= ${PORTNAME}_04oct1999
+
+MAINTAINER= az_mail@gmx.at
+COMMENT= A nice Highlighting Hack for grep
+
+WRKSRC= ${WRKDIR}/hgrep
+
+MAN1= hgrep.1
+MANCOMPRESSED= no
+
+.include <bsd.port.mk>
diff --git a/textproc/hgrep/distinfo b/textproc/hgrep/distinfo
new file mode 100644
index 000000000000..8f1f54c635c4
--- /dev/null
+++ b/textproc/hgrep/distinfo
@@ -0,0 +1 @@
+MD5 (hgrep_04oct1999.tar.gz) = 7c57e964c0ccf1893790ca7fc482f3ec
diff --git a/textproc/hgrep/pkg-descr b/textproc/hgrep/pkg-descr
new file mode 100644
index 000000000000..1309bfe2e02c
--- /dev/null
+++ b/textproc/hgrep/pkg-descr
@@ -0,0 +1,9 @@
+Hgrep is a trivial, but cute, front-end for grep.
+It takes the results of the grep and
+highlights the word that was searched for.
+Very nice for some fast text searches.
+
+WWW: http://www.acme.com/software/hgrep/
+
+- Aaron Zauner
+az_mail@gmx.at
diff --git a/textproc/hgrep/pkg-plist b/textproc/hgrep/pkg-plist
new file mode 100644
index 000000000000..85f02e4ac85f
--- /dev/null
+++ b/textproc/hgrep/pkg-plist
@@ -0,0 +1 @@
+bin/hgrep