hf is a filter that reads files or stdin and replaces internet
addresses with hostnames. WWW: http://ee.lbl.gov/ PR: ports/123102 Submitted by: leres at ee.lbl.gov
This commit is contained in:
parent
ea0a91f50e
commit
301d51b46b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213002
4 changed files with 40 additions and 0 deletions
|
@ -309,6 +309,7 @@
|
|||
SUBDIR += healthd
|
||||
SUBDIR += heartbeat
|
||||
SUBDIR += heirloom
|
||||
SUBDIR += hf
|
||||
SUBDIR += highlnk
|
||||
SUBDIR += hilite
|
||||
SUBDIR += hourglass
|
||||
|
|
32
sysutils/hf/Makefile
Normal file
32
sysutils/hf/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# @(#) $Id: Makefile,v 1.3 2008/04/26 04:19:19 leres Exp $ (LBL)
|
||||
# New ports collection makefile for: hf
|
||||
# Date created: 24 Apr 2008
|
||||
# Whom: leres@ee.lbl.gov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hf
|
||||
PORTVERSION= 1.0a11
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ee.lbl.gov/ \
|
||||
ftp://ftp.tux.org/sites/ftp.ee.lbl.gov/ \
|
||||
ftp://ftp.xemacs.org/sites/ftp.ee.lbl.gov/ \
|
||||
http://ftp.riken.go.jp/pub/net/lbl/
|
||||
|
||||
MAINTAINER= leres@ee.lbl.gov
|
||||
COMMENT= Address to hostname filter
|
||||
|
||||
CONFLICTS= comms/hf-0.* security/bro-1.*
|
||||
|
||||
PLIST_FILES= bin/hf
|
||||
|
||||
MAN1= hf.1
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
# Only install hf
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/hf ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/hf.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/hf/distinfo
Normal file
3
sysutils/hf/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (hf-1.0a11.tar.gz) = 4a1f43ba5058a985ca8f2e717999de8b
|
||||
SHA256 (hf-1.0a11.tar.gz) = b68e8a390cebaad000e5a1ef26a03b6659d5a1312bcd2d8935a1be0b9ae6a1ff
|
||||
SIZE (hf-1.0a11.tar.gz) = 73395
|
4
sysutils/hf/pkg-descr
Normal file
4
sysutils/hf/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
hf is a filter that reads files or stdin and replaces internet
|
||||
addresses with hostnames.
|
||||
|
||||
WWW: http://ee.lbl.gov/
|
Loading…
Reference in a new issue