summaryrefslogtreecommitdiff
path: root/net/isc-dhcp3-server
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1996-03-08 11:45:10 +0000
committerStefan Eßer <se@FreeBSD.org>1996-03-08 11:45:10 +0000
commit05566e7187d748c63a9960cb6bf23407767db029 (patch)
tree309e3a592213a764338254ce596017c57c5d5080 /net/isc-dhcp3-server
parentA few enhancements: (diff)
A port of the Internet Software Consortium DHCP Server (ISC dhcpd).
Notes
Notes: svn path=/head/; revision=2804
Diffstat (limited to 'net/isc-dhcp3-server')
-rw-r--r--net/isc-dhcp3-server/Makefile21
-rw-r--r--net/isc-dhcp3-server/distinfo1
-rw-r--r--net/isc-dhcp3-server/pkg-comment1
-rw-r--r--net/isc-dhcp3-server/pkg-descr11
-rw-r--r--net/isc-dhcp3-server/pkg-plist5
5 files changed, 39 insertions, 0 deletions
diff --git a/net/isc-dhcp3-server/Makefile b/net/isc-dhcp3-server/Makefile
new file mode 100644
index 000000000000..5a69fea589ec
--- /dev/null
+++ b/net/isc-dhcp3-server/Makefile
@@ -0,0 +1,21 @@
+# Ports collection makefile for: dhcp
+# Version required: ISC-DHCP-BETA-0
+# Date created: 7 Mar 1996
+# Whom: se
+#
+# $Id: Makefile,v 1.2 1996/02/29 09:22:43 asami Exp $
+#
+
+DISTNAME= DHCPD-BETA-0
+PKGNAME= isc-dhcp-beta0
+CATEGORIES+= net
+MASTER_SITES= ftp://www.isc.org/pub/dhcp/
+
+MAINTAINER= se@FreeBSD.ORG
+
+do-install:
+ cd ${WRKSRC}; $(INSTALL) -c $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) dhcpd dhclient $(PREFIX)/sbin
+ cd ${WRKSRC}; $(INSTALL) -c -o $(MANOWN) -g $(MANGRP) -m $(MANMODE) dhcpd.conf.5${ZEXTENSION} $(PREFIX)/man/man5
+ cd ${WRKSRC}; $(INSTALL) -c -o $(MANOWN) -g $(MANGRP) -m $(MANMODE) dhcpd.8${ZEXTENSION} $(PREFIX)/man/man8
+
+.include <bsd.port.mk>
diff --git a/net/isc-dhcp3-server/distinfo b/net/isc-dhcp3-server/distinfo
new file mode 100644
index 000000000000..fa2f19152c84
--- /dev/null
+++ b/net/isc-dhcp3-server/distinfo
@@ -0,0 +1 @@
+MD5 (DHCPD-BETA-0.tar.gz) = bf7fdf0f26c5dca8ab08b90fcc816e08
diff --git a/net/isc-dhcp3-server/pkg-comment b/net/isc-dhcp3-server/pkg-comment
new file mode 100644
index 000000000000..77d728a4ed55
--- /dev/null
+++ b/net/isc-dhcp3-server/pkg-comment
@@ -0,0 +1 @@
+ISC Dynamic Host Configuration Protocol client and server code
diff --git a/net/isc-dhcp3-server/pkg-descr b/net/isc-dhcp3-server/pkg-descr
new file mode 100644
index 000000000000..e19d71018175
--- /dev/null
+++ b/net/isc-dhcp3-server/pkg-descr
@@ -0,0 +1,11 @@
+ISC-DHCP (BETA 0) Dynamic Host Configuration Protocol server and client
+
+This is the first Beta release of the Internet Software Consortium
+DHCP Server (ISC dhcpd). In this Beta release, support for the core
+DHCP protocol is provided. BOOTP support is also provided for
+backwards compatibility.
+
+This release of dhcpd does not contain support for DHCPINFORM.
+Support for DHCPINFORM will be present in the next release.
+DHCPINFORM is somewhat tangential to the main purpose of the DHCP
+protocol, so this probably won't be a major problem for most users.
diff --git a/net/isc-dhcp3-server/pkg-plist b/net/isc-dhcp3-server/pkg-plist
new file mode 100644
index 000000000000..1f8458512778
--- /dev/null
+++ b/net/isc-dhcp3-server/pkg-plist
@@ -0,0 +1,5 @@
+@cwd /usr/local
+man/man5/dhcpd.conf.5.gz
+man/man8/dhcpd.8.gz
+sbin/dhcpd
+sbin/dhclient