diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-25 20:23:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-25 20:23:35 +0000 |
commit | 777a44e5f0e922960ab47832ee34717537ebad5f (patch) | |
tree | a4c88df9283b3a4f90baef56448a2e8b334111be /net/dhcp-agent | |
parent | 615fb927970efcfc56448621c41c84e27128749e (diff) | |
download | ports-777a44e5f0e922960ab47832ee34717537ebad5f.tar.gz ports-777a44e5f0e922960ab47832ee34717537ebad5f.zip |
Notes
Diffstat (limited to 'net/dhcp-agent')
-rw-r--r-- | net/dhcp-agent/Makefile | 35 | ||||
-rw-r--r-- | net/dhcp-agent/distinfo | 3 | ||||
-rw-r--r-- | net/dhcp-agent/pkg-descr | 16 | ||||
-rw-r--r-- | net/dhcp-agent/pkg-plist | 17 |
4 files changed, 0 insertions, 71 deletions
diff --git a/net/dhcp-agent/Makefile b/net/dhcp-agent/Makefile deleted file mode 100644 index e3eb4450394d..000000000000 --- a/net/dhcp-agent/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: dhcp-agent -# Date created: Oct 7, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= dhcp-agent -PORTVERSION= 0.41 -PORTREVISION= 2 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A portable UNIX Dynamic Host Configuration suite - -BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet -LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile - -GNU_CONFIGURE= yes - -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes - -MAN1= dhcp-client.1 dhcp-sniff.1 -INFO= dhcp-agent - -BROKEN= does not build with guile-1.8 -DEPRECATED= Dhcp-agent has not been updated since 2003, it does \ - not build with guile-1.8, and it is unmaintained -EXPIRATION_DATE= 2008-04-02 - -.include <bsd.port.mk> diff --git a/net/dhcp-agent/distinfo b/net/dhcp-agent/distinfo deleted file mode 100644 index b3e4ab9f184e..000000000000 --- a/net/dhcp-agent/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dhcp-agent-0.41.tar.gz) = 78b6f1ba38072589cddd9e5d3079aa24 -SHA256 (dhcp-agent-0.41.tar.gz) = 3f7e6d181ad69d3e9f47e24f114259131b2f40f50bfac1c8d844fed8545dac95 -SIZE (dhcp-agent-0.41.tar.gz) = 515636 diff --git a/net/dhcp-agent/pkg-descr b/net/dhcp-agent/pkg-descr deleted file mode 100644 index ec628181c2ab..000000000000 --- a/net/dhcp-agent/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -dhcp-agent is a suite, or a set of tools, that allow a UNIX host to make use -of the Dynamic Host Configuration protocol. - -Currently the suite is packaged with the following tools: - * dhcp-client : A highly configurable and extendable DHCP client. - * dhcp-sniff : A command line DHCP sniffer. - -In good time the suite will also be packaged with: - * dhcp-server : A configurable and extendable DHCP server. - * dhcp-relay : A DHCP relay agent. - -Under FreeBSD the client will make use of two bpf devices. This is because -of a limitation in dnet. If you run out of bpf devices you may need to -compile a kernel with more bpf devices. - -WWW: http://dhcp-agent.sourceforge.net/ diff --git a/net/dhcp-agent/pkg-plist b/net/dhcp-agent/pkg-plist deleted file mode 100644 index 4628dfacbfb9..000000000000 --- a/net/dhcp-agent/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -etc/dhcp-agent/dhcp-client/default.conf -etc/dhcp-agent/dhcp-client/default.sysconf -etc/dhcp-agent/dhcp-server/lease.conf.example -lib/libdhcputil.a -lib/libdhcputil.la -lib/libdhcputil.so -lib/libdhcputil.so.0 -sbin/dhcp-client -sbin/dhcp-server -sbin/dhcp-sniff -@dirrm var/dhcp-agent/dhcp-client -@dirrm var/dhcp-agent/dhcp-server -@dirrm var/dhcp-agent -@dirrm var -@dirrm etc/dhcp-agent/dhcp-client -@dirrm etc/dhcp-agent/dhcp-server -@dirrm etc/dhcp-agent |