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:
parent
fbd68fe65d
commit
450582be58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82147
@ -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
22
textproc/hgrep/Makefile
Normal 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
1
textproc/hgrep/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (hgrep_04oct1999.tar.gz) = 7c57e964c0ccf1893790ca7fc482f3ec
|
9
textproc/hgrep/pkg-descr
Normal file
9
textproc/hgrep/pkg-descr
Normal 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
1
textproc/hgrep/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/hgrep
|
Loading…
Reference in New Issue
Block a user