# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # dhcpd # dhcpd/Makefile # dhcpd/pkg-descr # dhcpd/distinfo # dhcpd/files # dhcpd/files/dhcpd.in # dhcpd/pkg-plist # echo c - dhcpd mkdir -p dhcpd > /dev/null 2>&1 echo x - dhcpd/Makefile sed 's/^X//' >dhcpd/Makefile << 'dca7cb2754737ff4b308670822fb5bf3' X# $FreeBSD$ X XPORTNAME= dhcpd XPORTVERSION= 5.6.20150203 XCATEGORIES= net XMASTER_SITES= GH X XMAINTAINER= koue@chaosophia.net XCOMMENT= OpenBSD dhcp daemon X XLICENSE= BSD3CLAUSE X XGH_ACCOUNT= koue XGH_COMMIT= 7a8eb43 X XWRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/src/usr.sbin/${PORTNAME} X XCONFLICTS= isc-dhcp4[1-3]-server* X XUSE_GITHUB= yes XUSE_OPENSSL= yes XUSE_RC_SUBR= dhcpd X XCFLAGS+= -Wall X XMAKE_ARGS+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man X XUSERS= dhcpd XGROUPS= dhcpd X X.include X Xpost-install: X ${INSTALL_DATA} ${WRKSRC}/dhcpd.conf \ X ${STAGEDIR}${PREFIX}/etc/dhcpd.conf.sample X X.include dca7cb2754737ff4b308670822fb5bf3 echo x - dhcpd/pkg-descr sed 's/^X//' >dhcpd/pkg-descr << '79d1051ce38854dfe0d5fabdb56ee7b4' XThis is the FreeBSD port of the OpenBSD dhcpd. X XThe Dynamic Host Configuration Protocol (DHCP) is a standardized Xnetwork protocol used on Internet Protocol (IP) networks for dynamically Xdistributing network configuration parameters, such as IP addresses for Xinterfaces and services. X XWWW: https://github.com/koue/dhcpd 79d1051ce38854dfe0d5fabdb56ee7b4 echo x - dhcpd/distinfo sed 's/^X//' >dhcpd/distinfo << '3248870961f619d5e689f35262a610e0' XSHA256 (dhcpd-5.6.20150203.tar.gz) = 200a3fdd8f6b47b6837baef58606f89f765d1871f48a1adc798644dfbea17c3e XSIZE (dhcpd-5.6.20150203.tar.gz) = 105623 3248870961f619d5e689f35262a610e0 echo c - dhcpd/files mkdir -p dhcpd/files > /dev/null 2>&1 echo x - dhcpd/files/dhcpd.in sed 's/^X//' >dhcpd/files/dhcpd.in << 'd72107a5fb31a413058d1e3c29e5b214' X#!/bin/sh X# X# $FreeBSD$ X# X# PROVIDE: dhcpd X# REQUIRE: DAEMON X# BEFORE: LOGIN X# KEYWORD: shutdown X X# Add the following lines to /etc/rc.conf to enable dhcpd: X# dhcpd_enable="YES" X# dhcpd_flags="" X X. /etc/rc.subr X Xname=dhcpd Xrcvar=dhcpd_enable X Xcommand="%%PREFIX%%/sbin/dhcpd" X Xdhcpd_enable=${dhcpd_enable:-"NO"} Xdhcpd_flags=${dhcpd_flags:-"-c %%PREFIX%%/etc/dhcpd.conf"} X Xload_rc_config $name Xrun_rc_command "$1" d72107a5fb31a413058d1e3c29e5b214 echo x - dhcpd/pkg-plist sed 's/^X//' >dhcpd/pkg-plist << '37f077f56d2913e2a1201365642b06d5' X@sample etc/dhcpd.conf.sample Xman/man5/dhcp-options.5.gz Xman/man5/dhcpd.conf.5.gz Xman/man5/dhcpd.leases.5.gz Xman/man8/dhcpd.8.gz Xsbin/dhcpd 37f077f56d2913e2a1201365642b06d5 exit