From e9c4e1ec238038d0b87a2de2f440539aa610b73a Mon Sep 17 00:00:00 2001 From: edwin Date: Sat, 17 Jan 2004 23:42:51 +0000 Subject: Maintainer update: isc-dhcp3 splitted to -server, -client, -relay and -devel sub-ports net/isc-dhcp3 is splitted to 1 master port and 3 slaves ports : - net/isc-dhcp3-server (master) - net/isc-dhcp3-client (slave) - net/isc-dhcp3-devel (slave) - net/isc-dhcp3-relay (slave) to do this, a lot of changes has been made PR: ports/51757 Submitted by: Cyrille Lefevre --- net/Makefile | 1 + net/isc-dhcp3-devel/Makefile | 22 ++++++++++++++++++++++ net/isc-dhcp3-devel/pkg-descr | 24 ++++++++++++++++++++++++ net/isc-dhcp3-devel/pkg-message | 0 net/isc-dhcp3-devel/pkg-plist | 22 ++++++++++++++++++++++ net/isc-dhcp3-relay/Makefile | 22 ++++++++++++++++++++++ 6 files changed, 91 insertions(+) create mode 100644 net/isc-dhcp3-devel/Makefile create mode 100644 net/isc-dhcp3-devel/pkg-descr create mode 100644 net/isc-dhcp3-devel/pkg-message create mode 100644 net/isc-dhcp3-devel/pkg-plist create mode 100644 net/isc-dhcp3-relay/Makefile diff --git a/net/Makefile b/net/Makefile index a55447304d63..250cfa7bc13b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -258,6 +258,7 @@ SUBDIR += irrtoolset SUBDIR += isc-dhcp3 SUBDIR += isc-dhcp3-devel + SUBDIR += isc-dhcp3-relay SUBDIR += isic SUBDIR += jabber SUBDIR += jabber-aim diff --git a/net/isc-dhcp3-devel/Makefile b/net/isc-dhcp3-devel/Makefile new file mode 100644 index 000000000000..96cd7a0bd3a6 --- /dev/null +++ b/net/isc-dhcp3-devel/Makefile @@ -0,0 +1,22 @@ +# ex:ts=8 +# Ports collection makefile for: dhcp +# Date created: 28 April 2003 +# Whom: cyrille.lefevre@laposte.net +# +# $FreeBSD$ +# + +MAINTAINER= cyrille.lefevre@laposte.net +COMMENT= The ISC Dynamic Host Configuration Protocol API + +# Local variables +# + +SUBSYS= devel + +# Local overrides +# + +MASTERDIR= ${.CURDIR}/../isc-dhcp3-server + +.include "${MASTERDIR}/Makefile" diff --git a/net/isc-dhcp3-devel/pkg-descr b/net/isc-dhcp3-devel/pkg-descr new file mode 100644 index 000000000000..47c2b8c9ada8 --- /dev/null +++ b/net/isc-dhcp3-devel/pkg-descr @@ -0,0 +1,24 @@ +The ISC Dynamic Host Configuration Protocol Distribution provides a +freely redistributable reference implementation of all aspects of the +DHCP protocol, through a suite of DHCP tools: + + * A DHCP server + * A DHCP client + * A DHCP relay agent + +Version 3 of the ISC DHCP Distribution includes the following features +that are new since version 2.0: + + * DHCP Failover Protocol support + * OMAPI, an API for accessing and modifying the DHCP server and client state + * Conditional behaviour + * Storing arbitrary information on leases + * Address pools with access control + * Client classing + * Address allocation restriction by class + * Relay agent information option support + * Dynamic DNS updates + * Many bug fixes, performance enhancements, and minor new DHCP protocol + features. + +WWW: http://www.isc.org/products/DHCP/ diff --git a/net/isc-dhcp3-devel/pkg-message b/net/isc-dhcp3-devel/pkg-message new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/net/isc-dhcp3-devel/pkg-plist b/net/isc-dhcp3-devel/pkg-plist new file mode 100644 index 000000000000..410db80d5d32 --- /dev/null +++ b/net/isc-dhcp3-devel/pkg-plist @@ -0,0 +1,22 @@ +@comment $FreeBSD$ +include/dhcpctl.h +include/isc-dhcp/boolean.h +include/isc-dhcp/dst.h +include/isc-dhcp/int.h +include/isc-dhcp/lang.h +include/isc-dhcp/list.h +include/isc-dhcp/result.h +include/isc-dhcp/types.h +include/omapip/alloc.h +include/omapip/buffer.h +include/omapip/omapip.h +lib/libdhcpctl.a +lib/libomapi.a +%%PORTDOCS%%share/doc/isc-dhcp3-devel/ANONCVS +%%PORTDOCS%%share/doc/isc-dhcp3-devel/CHANGES +%%PORTDOCS%%share/doc/isc-dhcp3-devel/COPYRIGHT +%%PORTDOCS%%share/doc/isc-dhcp3-devel/README +%%PORTDOCS%%share/doc/isc-dhcp3-devel/RELNOTES +%%PORTDOCS%%@dirrm share/doc/isc-dhcp3-devel +@dirrm include/omapip +@dirrm include/isc-dhcp diff --git a/net/isc-dhcp3-relay/Makefile b/net/isc-dhcp3-relay/Makefile new file mode 100644 index 000000000000..e7626329f2ca --- /dev/null +++ b/net/isc-dhcp3-relay/Makefile @@ -0,0 +1,22 @@ +# ex:ts=8 +# Ports collection makefile for: dhcp +# Date created: 28 April 2003 +# Whom: cyrille.lefevre@laposte.net +# +# $FreeBSD$ +# + +MAINTAINER= cyrille.lefevre@laposte.net +COMMENT= The ISC Dynamic Host Configuration Protocol relay + +# Local variables +# + +SUBSYS= relay + +# Local overrides +# + +MASTERDIR= ${.CURDIR}/../isc-dhcp3-server + +.include "${MASTERDIR}/Makefile" -- cgit