diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-05-13 19:06:28 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-05-13 19:06:28 +0000 |
commit | 301d51b46b7abe79fd6792790d4557edf741da91 (patch) | |
tree | e4c995d52f2322f14ba22dab3dd274e7ac97cf31 /sysutils | |
parent | ea0a91f50eb577e1d36cf7ec7f29eb0d2f859ac3 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/hf/Makefile | 32 | ||||
-rw-r--r-- | sysutils/hf/distinfo | 3 | ||||
-rw-r--r-- | sysutils/hf/pkg-descr | 4 |
4 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4254a40b0a14..cb04a8e7b14e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -309,6 +309,7 @@ SUBDIR += healthd SUBDIR += heartbeat SUBDIR += heirloom + SUBDIR += hf SUBDIR += highlnk SUBDIR += hilite SUBDIR += hourglass diff --git a/sysutils/hf/Makefile b/sysutils/hf/Makefile new file mode 100644 index 000000000000..c7c8d920eace --- /dev/null +++ b/sysutils/hf/Makefile @@ -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> diff --git a/sysutils/hf/distinfo b/sysutils/hf/distinfo new file mode 100644 index 000000000000..1032b3ddf76f --- /dev/null +++ b/sysutils/hf/distinfo @@ -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 diff --git a/sysutils/hf/pkg-descr b/sysutils/hf/pkg-descr new file mode 100644 index 000000000000..bf38dae0011c --- /dev/null +++ b/sysutils/hf/pkg-descr @@ -0,0 +1,4 @@ +hf is a filter that reads files or stdin and replaces internet +addresses with hostnames. + +WWW: http://ee.lbl.gov/ |