diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:25:42 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:25:42 +0000 |
commit | 450582be5878038f8972e166d4ce4782cf7eff6a (patch) | |
tree | a717aa279a8f4995ced17c1e282f2ef960a82a69 /textproc/hgrep | |
parent | fbd68fe65d93e149cb612ba2aeb2a34855eb5c66 (diff) | |
download | ports-450582be5878038f8972e166d4ce4782cf7eff6a.tar.gz ports-450582be5878038f8972e166d4ce4782cf7eff6a.zip |
Notes
Diffstat (limited to 'textproc/hgrep')
-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 |
4 files changed, 33 insertions, 0 deletions
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 |