A port of the Internet Software Consortium DHCP Server (ISC dhcpd).
This commit is contained in:
parent
03be1bb732
commit
05566e7187
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2804
30 changed files with 234 additions and 0 deletions
21
net/isc-dhcp2/Makefile
Normal file
21
net/isc-dhcp2/Makefile
Normal file
|
@ -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>
|
1
net/isc-dhcp2/distinfo
Normal file
1
net/isc-dhcp2/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (DHCPD-BETA-0.tar.gz) = bf7fdf0f26c5dca8ab08b90fcc816e08
|
1
net/isc-dhcp2/pkg-comment
Normal file
1
net/isc-dhcp2/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
ISC Dynamic Host Configuration Protocol client and server code
|
11
net/isc-dhcp2/pkg-descr
Normal file
11
net/isc-dhcp2/pkg-descr
Normal file
|
@ -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.
|
5
net/isc-dhcp2/pkg-plist
Normal file
5
net/isc-dhcp2/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
@cwd /usr/local
|
||||
man/man5/dhcpd.conf.5.gz
|
||||
man/man8/dhcpd.8.gz
|
||||
sbin/dhcpd
|
||||
sbin/dhclient
|
21
net/isc-dhcp3-server/Makefile
Normal file
21
net/isc-dhcp3-server/Makefile
Normal file
|
@ -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>
|
1
net/isc-dhcp3-server/distinfo
Normal file
1
net/isc-dhcp3-server/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (DHCPD-BETA-0.tar.gz) = bf7fdf0f26c5dca8ab08b90fcc816e08
|
1
net/isc-dhcp3-server/pkg-comment
Normal file
1
net/isc-dhcp3-server/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
ISC Dynamic Host Configuration Protocol client and server code
|
11
net/isc-dhcp3-server/pkg-descr
Normal file
11
net/isc-dhcp3-server/pkg-descr
Normal file
|
@ -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.
|
5
net/isc-dhcp3-server/pkg-plist
Normal file
5
net/isc-dhcp3-server/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
@cwd /usr/local
|
||||
man/man5/dhcpd.conf.5.gz
|
||||
man/man8/dhcpd.8.gz
|
||||
sbin/dhcpd
|
||||
sbin/dhclient
|
21
net/isc-dhcp3/Makefile
Normal file
21
net/isc-dhcp3/Makefile
Normal file
|
@ -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>
|
1
net/isc-dhcp3/distinfo
Normal file
1
net/isc-dhcp3/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (DHCPD-BETA-0.tar.gz) = bf7fdf0f26c5dca8ab08b90fcc816e08
|
1
net/isc-dhcp3/pkg-comment
Normal file
1
net/isc-dhcp3/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
ISC Dynamic Host Configuration Protocol client and server code
|
11
net/isc-dhcp3/pkg-descr
Normal file
11
net/isc-dhcp3/pkg-descr
Normal file
|
@ -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.
|
5
net/isc-dhcp3/pkg-plist
Normal file
5
net/isc-dhcp3/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
@cwd /usr/local
|
||||
man/man5/dhcpd.conf.5.gz
|
||||
man/man8/dhcpd.8.gz
|
||||
sbin/dhcpd
|
||||
sbin/dhclient
|
21
net/isc-dhcp30-server/Makefile
Normal file
21
net/isc-dhcp30-server/Makefile
Normal file
|
@ -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>
|
1
net/isc-dhcp30-server/distinfo
Normal file
1
net/isc-dhcp30-server/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (DHCPD-BETA-0.tar.gz) = bf7fdf0f26c5dca8ab08b90fcc816e08
|
1
net/isc-dhcp30-server/pkg-comment
Normal file
1
net/isc-dhcp30-server/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
ISC Dynamic Host Configuration Protocol client and server code
|
11
net/isc-dhcp30-server/pkg-descr
Normal file
11
net/isc-dhcp30-server/pkg-descr
Normal file
|
@ -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.
|
5
net/isc-dhcp30-server/pkg-plist
Normal file
5
net/isc-dhcp30-server/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
@cwd /usr/local
|
||||
man/man5/dhcpd.conf.5.gz
|
||||
man/man8/dhcpd.8.gz
|
||||
sbin/dhcpd
|
||||
sbin/dhclient
|
21
net/isc-dhcp31-server/Makefile
Normal file
21
net/isc-dhcp31-server/Makefile
Normal file
|
@ -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>
|
1
net/isc-dhcp31-server/distinfo
Normal file
1
net/isc-dhcp31-server/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (DHCPD-BETA-0.tar.gz) = bf7fdf0f26c5dca8ab08b90fcc816e08
|
1
net/isc-dhcp31-server/pkg-comment
Normal file
1
net/isc-dhcp31-server/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
ISC Dynamic Host Configuration Protocol client and server code
|
11
net/isc-dhcp31-server/pkg-descr
Normal file
11
net/isc-dhcp31-server/pkg-descr
Normal file
|
@ -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.
|
5
net/isc-dhcp31-server/pkg-plist
Normal file
5
net/isc-dhcp31-server/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
@cwd /usr/local
|
||||
man/man5/dhcpd.conf.5.gz
|
||||
man/man8/dhcpd.8.gz
|
||||
sbin/dhcpd
|
||||
sbin/dhclient
|
21
net/isc-dhcp40-server/Makefile
Normal file
21
net/isc-dhcp40-server/Makefile
Normal file
|
@ -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>
|
1
net/isc-dhcp40-server/distinfo
Normal file
1
net/isc-dhcp40-server/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (DHCPD-BETA-0.tar.gz) = bf7fdf0f26c5dca8ab08b90fcc816e08
|
1
net/isc-dhcp40-server/pkg-comment
Normal file
1
net/isc-dhcp40-server/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
ISC Dynamic Host Configuration Protocol client and server code
|
11
net/isc-dhcp40-server/pkg-descr
Normal file
11
net/isc-dhcp40-server/pkg-descr
Normal file
|
@ -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.
|
5
net/isc-dhcp40-server/pkg-plist
Normal file
5
net/isc-dhcp40-server/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
@cwd /usr/local
|
||||
man/man5/dhcpd.conf.5.gz
|
||||
man/man8/dhcpd.8.gz
|
||||
sbin/dhcpd
|
||||
sbin/dhclient
|
Loading…
Reference in a new issue