1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Add hgrep 1.0, a nice Highlighting Hack for grep.

PR:		52251
Submitted by:	Aaron Zauner <az_mail@gmx.at>
This commit is contained in:
Will Andrews 2003-06-03 04:25:42 +00:00
parent fbd68fe65d
commit 450582be58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82147
5 changed files with 34 additions and 0 deletions

View File

@ -98,6 +98,7 @@
SUBDIR += gxditview
SUBDIR += gxmlviewer
SUBDIR += hevea
SUBDIR += hgrep
SUBDIR += hs-haxml
SUBDIR += htdig
SUBDIR += html

22
textproc/hgrep/Makefile Normal file
View File

@ -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>

1
textproc/hgrep/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (hgrep_04oct1999.tar.gz) = 7c57e964c0ccf1893790ca7fc482f3ec

9
textproc/hgrep/pkg-descr Normal file
View File

@ -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

1
textproc/hgrep/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/hgrep