aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp3-relay
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-01-17 23:43:51 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-01-17 23:43:51 +0000
commitf9a28761a91b84fdb0e1beae19721f631017c03e (patch)
tree2d608bfe5d584f49f17976b0a4e4b4afbf9682b1 /net/isc-dhcp3-relay
parentdd526aea90992800e60b7cefad5f8324961439f4 (diff)
downloadports-f9a28761a91b84fdb0e1beae19721f631017c03e.tar.gz
ports-f9a28761a91b84fdb0e1beae19721f631017c03e.zip
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=98434
Diffstat (limited to 'net/isc-dhcp3-relay')
-rw-r--r--net/isc-dhcp3-relay/pkg-descr24
-rw-r--r--net/isc-dhcp3-relay/pkg-message0
-rw-r--r--net/isc-dhcp3-relay/pkg-plist13
3 files changed, 37 insertions, 0 deletions
diff --git a/net/isc-dhcp3-relay/pkg-descr b/net/isc-dhcp3-relay/pkg-descr
new file mode 100644
index 000000000000..b764dbf45a19
--- /dev/null
+++ b/net/isc-dhcp3-relay/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 (this port)
+
+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-relay/pkg-message b/net/isc-dhcp3-relay/pkg-message
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/net/isc-dhcp3-relay/pkg-message
diff --git a/net/isc-dhcp3-relay/pkg-plist b/net/isc-dhcp3-relay/pkg-plist
new file mode 100644
index 000000000000..c739e5ba728d
--- /dev/null
+++ b/net/isc-dhcp3-relay/pkg-plist
@@ -0,0 +1,13 @@
+@comment $FreeBSD: /tmp/pcvs/ports/net/isc-dhcp3-relay/Attic/pkg-plist,v 1.1 2004-01-17 23:42:51 edwin Exp $
+@unexec if cmp -s %D/etc/rc.isc-dhcrelay.conf %D/etc/rc.isc-dhcrelay.conf.sample; then rm -f %D/etc/rc.isc-dhcrelay.conf; fi
+etc/rc.isc-dhcrelay.conf.sample
+@exec [ -f %D/etc/rc.isc-dhcrelay.conf ] || cp %D/etc/rc.isc-dhcrelay.conf.sample %D/etc/rc.isc-dhcrelay.conf
+etc/rc.d/isc-dhcrelay.sh.sample
+@unexec rm -f etc/rc.d/isc-dhcrelay.sh
+sbin/dhcrelay
+%%PORTDOCS%%share/doc/isc-dhcp3-relay/ANONCVS
+%%PORTDOCS%%share/doc/isc-dhcp3-relay/CHANGES
+%%PORTDOCS%%share/doc/isc-dhcp3-relay/COPYRIGHT
+%%PORTDOCS%%share/doc/isc-dhcp3-relay/README
+%%PORTDOCS%%share/doc/isc-dhcp3-relay/RELNOTES
+%%PORTDOCS%%@dirrm share/doc/isc-dhcp3-relay