diff options
author | will <will@FreeBSD.org> | 2003-06-03 12:25:42 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-06-03 12:25:42 +0800 |
commit | 070b772c34f1cae538acec225aff11fc11296cd3 (patch) | |
tree | 35f9eef44d107769f9f5266e0b60b2da003480c6 /textproc | |
parent | fbc57fc899ef9ecb23174f3d6436068f60af7df8 (diff) | |
download | freebsd-ports-gnome-070b772c34f1cae538acec225aff11fc11296cd3.tar.gz freebsd-ports-gnome-070b772c34f1cae538acec225aff11fc11296cd3.tar.zst freebsd-ports-gnome-070b772c34f1cae538acec225aff11fc11296cd3.zip |
Add hgrep 1.0, a nice Highlighting Hack for grep.
PR: 52251
Submitted by: Aaron Zauner <az_mail@gmx.at>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/hgrep/Makefile | 22 | ||||
-rw-r--r-- | textproc/hgrep/distinfo | 1 | ||||
-rw-r--r-- | textproc/hgrep/pkg-descr | 9 | ||||
-rw-r--r-- | textproc/hgrep/pkg-plist | 1 |
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 |