Port details |
- pxe-pdhcp Preboot Execution Environment server
- 0.0.2007_1 net =4 0.0.2007_1Version of this port present on the latest quarterly branch.
- Maintainer: hrs@FreeBSD.org
- Port Added: 2013-06-03 04:26:42
- Last Update: 2024-03-29 08:11:56
- Commit Hash: 42aecf4
- People watching this port, also watch:: mc, chromium, monit, freeradius3, rdesktop
- License: MIT
- WWW:
- https://github.com/frsyuki/pxe-pdhcp
- Description:
- An implementation of Preboot Execution Environment (PXE) server.
pxe-pdhcp works with DHCP server running on another host. The DHCP
server doesn't need to be configured for any PXE specific
options. This means that you can set up network boot environment
without re-configuring existent DHCP server.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pxe-pdhcp>0:net/pxe-pdhcp
- To install the port:
- cd /usr/ports/net/pxe-pdhcp/ && make install clean
- To add the package, run one of these commands:
- pkg install net/pxe-pdhcp
- pkg install pxe-pdhcp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pxe-pdhcp
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pxe-pdhcp-0.0.2007.tar.gz) = 7a3afce183abcd23619c52c037477c1ba99fe440bb6ea3e15233c7a475f69a5a
SIZE (pxe-pdhcp-0.0.2007.tar.gz) = 8134
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pxe-pdhcp-0.0.2007_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_pxe-pdhcp
- USES:
- uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.2007_1 29 Mar 2024 08:11:56 |
Yasuhiro Kimura (yasu) |
net/pxe-pdhcp: Move man page to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.0.2007 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.0.2007 14 Apr 2021 15:41:02 |
Mathieu Arnold (mat) |
Mk: Cleanup after moving apply-slist earlier. |
0.0.2007 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.0.2007 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.0.2007 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.2007 07 Sep 2014 17:30:07 |
antoine |
Allow staging as a regular user |
0.0.2007 17 Oct 2013 06:36:33 |
hrs |
Add STAGEDIR support. |
0.0.2007 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.0.2007 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.0.2007 03 Jun 2013 04:26:25 |
hrs |
Add net/pxe-pdhcp, an implementation of Preboot Execution Environment (PXE)
server which can cooperate with an existing DHCP server. |