1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/net/wol/pkg-descr
Doug Barton 989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00

23 lines
668 B
Plaintext

wol implements Wake-On-LAN functionality in a small program.
It wakes up hardware that is Magic Packet compliant.
Consider you have a sleeping or turned-off computer
and you want to wake it up remotely. Just type:
# wol <MAC-ADDRESS>
and the host wakes up (OK, it will boot ;-).
Features:
- Wakes up various NIC's (tested)
- 3COM 3C905c
- Intel EtherExpress Pro 100
- Linksys Etherfast LNE100TX
- Realtek LFE8139
- LevelOne FNC-0107TX
- Wake up from file (same as /etc/ethers and an enhanced format)
- Sleeping between two wake ups (measured in milliseconds)
Author: Thomas Krennwallner <krennwallner@aon.at>
WWW: http://ahh.sourceforge.net/wol/