summaryrefslogtreecommitdiff
path: root/net/isc-dhcpd4
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2008-02-13 22:06:15 +0000
committeradrianp <adrianp@pkgsrc.org>2008-02-13 22:06:15 +0000
commit40a452f1edf95dfabb5ca9b44a7e44c947dd2d4c (patch)
tree78dfaa237061adb1852d1acb657bf3cf83143a45 /net/isc-dhcpd4
parentbc37371549775a7e7f4e8b0e2f769f09729bb051 (diff)
downloadpkgsrc-40a452f1edf95dfabb5ca9b44a7e44c947dd2d4c.tar.gz
ISC's Dynamic Host Configuration Protocol Distribution provides a
freely redistributable reference implementation of all aspects of DHCP, through a suite of DHCP tools: * A DHCP server * A DHCP client * A DHCP relay agent These tools all use a modular API which is designed to be sufficiently general that it can easily be made to work on POSIX-compliant operating systems and also non-POSIX systems like Windows NT and MacOS. The DHCP server, client and relay agent are provided both as reference implementations of the protocol and as working, fully-featured sample implementations. Both the client and the server provide functionality that, while not strictly required by the protocol, is very useful in practice. The DHCP server also makes allowances for non-compliant clients which one might still like to support. This package contains the Server component.
Diffstat (limited to 'net/isc-dhcpd4')
-rw-r--r--net/isc-dhcpd4/DESCR21
-rw-r--r--net/isc-dhcpd4/Makefile20
-rw-r--r--net/isc-dhcpd4/PLIST14
-rw-r--r--net/isc-dhcpd4/distinfo7
4 files changed, 62 insertions, 0 deletions
diff --git a/net/isc-dhcpd4/DESCR b/net/isc-dhcpd4/DESCR
new file mode 100644
index 00000000000..2f0fcc5b042
--- /dev/null
+++ b/net/isc-dhcpd4/DESCR
@@ -0,0 +1,21 @@
+ISC's Dynamic Host Configuration Protocol Distribution provides a
+freely redistributable reference implementation of all aspects of
+DHCP, through a suite of DHCP tools:
+
+* A DHCP server
+* A DHCP client
+* A DHCP relay agent
+
+These tools all use a modular API which is designed to be sufficiently
+general that it can easily be made to work on POSIX-compliant
+operating systems and also non-POSIX systems like Windows NT and
+MacOS.
+
+The DHCP server, client and relay agent are provided both as
+reference implementations of the protocol and as working, fully-featured
+sample implementations. Both the client and the server provide
+functionality that, while not strictly required by the protocol,
+is very useful in practice. The DHCP server also makes allowances
+for non-compliant clients which one might still like to support.
+
+This package contains the Server component.
diff --git a/net/isc-dhcpd4/Makefile b/net/isc-dhcpd4/Makefile
new file mode 100644
index 00000000000..f8513ee41c1
--- /dev/null
+++ b/net/isc-dhcpd4/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/02/13 22:06:15 adrianp Exp $
+#
+
+COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Server
+COMPONENT= server
+SUBDIR= omapip dhcpctl server
+
+CONF_FILES+= ${EGDIR}/dhcpd.conf ${PKG_SYSCONFDIR}/dhcpd.conf
+RCD_SCRIPTS= isc_dhcpd
+FILES_SUBST+= DHCP_HOME=${DHCP_HOME}
+
+.include "${.CURDIR}/../isc-dhcp4/options.mk"
+
+post-install:
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/server/dhcpd.conf ${EGDIR}
+
+.include "../../net/isc-dhcp4/Makefile.common"
+.include "../../net/isc-dhcp4/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/isc-dhcpd4/PLIST b/net/isc-dhcpd4/PLIST
new file mode 100644
index 00000000000..bb9d5861c7c
--- /dev/null
+++ b/net/isc-dhcpd4/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/13 22:06:15 adrianp Exp $
+bin/omshell
+lib/libdhcpctl.a
+lib/libomapi.a
+man/man1/omshell.1
+man/man3/dhcpctl.3
+man/man3/omapi.3
+man/man5/dhcpd.conf.5
+man/man5/dhcpd.leases.5
+man/man8/dhcpd.8
+sbin/dhcpd
+share/examples/isc-dhcp-server/dhcpd.conf
+share/examples/rc.d/isc_dhcpd
+@dirrm share/examples/isc-dhcp-server
diff --git a/net/isc-dhcpd4/distinfo b/net/isc-dhcpd4/distinfo
new file mode 100644
index 00000000000..1360124aff0
--- /dev/null
+++ b/net/isc-dhcpd4/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/02/13 22:06:15 adrianp Exp $
+
+SHA1 (dhcp-4.0.0.tar.gz) = acb4ab7634ba002893b15baba1443ef4d6c92201
+RMD160 (dhcp-4.0.0.tar.gz) = 86963598124617bc7d1059262c75176db431f26d
+Size (dhcp-4.0.0.tar.gz) = 1043725 bytes
+SHA1 (patch-aa) = 162f8950cfcbb9647b81d8d1518867aaf8ec7905
+SHA1 (patch-ab) = cd38b5075d2f3a3121fb7dc9f870a6091c603ef1