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
e074a76132
commit
92ea45f8ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213004
@ -361,6 +361,7 @@
|
||||
SUBDIR += kshutdown
|
||||
SUBDIR += ksynaptics
|
||||
SUBDIR += lavaps
|
||||
SUBDIR += lbl-hf
|
||||
SUBDIR += lcdproc
|
||||
SUBDIR += ldap-account-manager
|
||||
SUBDIR += ldapvi
|
||||
|
33
sysutils/lbl-hf/Makefile
Normal file
33
sysutils/lbl-hf/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# @(#) $Id: Makefile,v 1.3 2008/04/26 04:19:19 leres Exp $ (LBL)
|
||||
# New ports collection makefile for: lbl-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/
|
||||
PKGNAMEPREFIX= 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/lbl-hf/distinfo
Normal file
3
sysutils/lbl-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/lbl-hf/pkg-descr
Normal file
4
sysutils/lbl-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 New Issue
Block a user