diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-05-14 03:15:16 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-05-14 03:15:16 +0800 |
commit | 71c9210e823fedd474899b890166d652fb9d6bec (patch) | |
tree | a79c998afa1f3ba3dcf2e8f09892ba1a8faf0e8f | |
parent | 85adf07356dd2e32acf6f9d1602de933f5427c75 (diff) | |
download | freebsd-ports-gnome-71c9210e823fedd474899b890166d652fb9d6bec.tar.gz freebsd-ports-gnome-71c9210e823fedd474899b890166d652fb9d6bec.tar.zst freebsd-ports-gnome-71c9210e823fedd474899b890166d652fb9d6bec.zip |
- Back out this commit
-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, 0 insertions, 40 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index cb04a8e7b14e..4254a40b0a14 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -309,7 +309,6 @@ SUBDIR += healthd SUBDIR += heartbeat SUBDIR += heirloom - SUBDIR += hf SUBDIR += highlnk SUBDIR += hilite SUBDIR += hourglass diff --git a/sysutils/hf/Makefile b/sysutils/hf/Makefile deleted file mode 100644 index c7c8d920eace..000000000000 --- a/sysutils/hf/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# @(#) $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 deleted file mode 100644 index 1032b3ddf76f..000000000000 --- a/sysutils/hf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index bf38dae0011c..000000000000 --- a/sysutils/hf/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -hf is a filter that reads files or stdin and replaces internet -addresses with hostnames. - -WWW: http://ee.lbl.gov/ |