summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-01-17 23:42:51 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-01-17 23:42:51 +0000
commitdd526aea90992800e60b7cefad5f8324961439f4 (patch)
treeb2197cdfaea60d1d6a76d7135f63419fbb181d10 /net
parentMaintainer update: isc-dhcp3 splitted to -server, -client, -relay and -devel ... (diff)
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 <cyrille.lefevre@laposte.net>
Notes
Notes: svn path=/head/; revision=98432
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/isc-dhcp3-devel/Makefile22
-rw-r--r--net/isc-dhcp3-devel/pkg-descr24
-rw-r--r--net/isc-dhcp3-devel/pkg-message0
-rw-r--r--net/isc-dhcp3-devel/pkg-plist22
-rw-r--r--net/isc-dhcp3-relay/Makefile22
6 files changed, 91 insertions, 0 deletions
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
--- /dev/null
+++ b/net/isc-dhcp3-devel/pkg-message
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"