diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-05-14 03:51:15 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-05-14 03:51:15 +0800 |
commit | aa01e88dd6c999879b91d151c03f4d25dbb40e0c (patch) | |
tree | 1d9fea55e1df52aaf42aeeaeb84071944d505892 /sysutils/lbl-hf | |
parent | 71c9210e823fedd474899b890166d652fb9d6bec (diff) | |
download | freebsd-ports-gnome-aa01e88dd6c999879b91d151c03f4d25dbb40e0c.tar.gz freebsd-ports-gnome-aa01e88dd6c999879b91d151c03f4d25dbb40e0c.tar.zst freebsd-ports-gnome-aa01e88dd6c999879b91d151c03f4d25dbb40e0c.zip |
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
Diffstat (limited to 'sysutils/lbl-hf')
-rw-r--r-- | sysutils/lbl-hf/Makefile | 33 | ||||
-rw-r--r-- | sysutils/lbl-hf/distinfo | 3 | ||||
-rw-r--r-- | sysutils/lbl-hf/pkg-descr | 4 |
3 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/lbl-hf/Makefile b/sysutils/lbl-hf/Makefile new file mode 100644 index 000000000000..e68952aeb22f --- /dev/null +++ b/sysutils/lbl-hf/Makefile @@ -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> diff --git a/sysutils/lbl-hf/distinfo b/sysutils/lbl-hf/distinfo new file mode 100644 index 000000000000..1032b3ddf76f --- /dev/null +++ b/sysutils/lbl-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/lbl-hf/pkg-descr b/sysutils/lbl-hf/pkg-descr new file mode 100644 index 000000000000..bf38dae0011c --- /dev/null +++ b/sysutils/lbl-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/ |