---
name: wol
version: 0.7.1_2
origin: net/wol
comment: Tool to wake up Wake-On-LAN compliant computers
arch: freebsd:9:x86:64
www: http://ahh.sourceforge.net/wol/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 68201
desc: "wol implements Wake-On-LAN functionality in a small program. \nIt wakes up
  hardware that is Magic Packet compliant.\n\nConsider you have a sleeping or turned-off
  computer \nand you want to wake it up remotely. Just type:\n\n  # wol <MAC-ADDRESS>\n
  \ \nand the host wakes up (OK, it will boot ;-). \n\nFeatures:\n- Wakes up various
  NIC's (tested)\n  - 3COM 3C905c\n  - Intel EtherExpress Pro 100\n  - Linksys Etherfast
  LNE100TX\n  - Realtek LFE8139\n  - LevelOne FNC-0107TX\n- Wake up from file (same
  as /etc/ethers and an enhanced format)\n- Sleeping between two wake ups (measured
  in milliseconds)\n\nAuthor:\tThomas Krennwallner <krennwallner@aon.at>\nWWW: http://ahh.sourceforge.net/wol/\n"
deps:
  gettext: {origin: devel/gettext, version: 0.18.1.1_1}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories: [net]
files:
  /usr/local/bin/wol: ccbe65bdb988f55d0a54315aa05188bd6deceb17ff7cd50372faa879188cc671
  /usr/local/bin/wol-bootptab: 3c69f2cc6d285f21dcd836f5ac22c1f25c1885831d22bbcc32c1eb7af86c2efb
  /usr/local/bin/wol-dhcpdconf: a3c3af4f4cd076f1fe6fef65a49c60355b2b2f99b29fae910691c65aebf9dd91
  /usr/local/info/wol.info: 66e5ac532f85ba7cc0876fbe787a746b76ff8d342c0d6da46940e3ae2a524e53
  /usr/local/man/man1/wol.1.gz: 182b2fe48ae21f4b87983187940d6feb0c5d508a4cec83d04bf21dfea1845b62
  /usr/local/share/doc/wol/AUTHORS: c423843a14f7e0420fede9a0a500244f36fb6fd16b7250b0aafbb2a0749a3d6a
  /usr/local/share/doc/wol/NEWS: f30bc4e92eaf94cd803f9f4e73b3fdbde06b8e7f8870135cc318686c1ace93d3
  /usr/local/share/doc/wol/README: eb31a7176942ecf527496beb50c4858711ecad7d9159a381643035bdd1c88670
  /usr/local/share/doc/wol/TODO: dd7f1e360f2db91681e3e8a3007559e20ff1ca5db72b3355cd9b9f21d3e47308
  /usr/local/share/locale/de/LC_MESSAGES/wol.mo: 9c0a6ad6a002c8a0ec3e5ca0001d06089a7b5e9fc8bd50af430a3a837cf4be30
  /usr/local/share/locale/es/LC_MESSAGES/wol.mo: 641da4547c7284ada718608ad8fe7b0273c996d11d24d3dd073cd25034175fdd
  /usr/local/share/locale/fr/LC_MESSAGES/wol.mo: 9b4c0c124fcd7c39d0e5b6f92db9b8a4e10b28b811c9c4958ac90461366ce656
  /usr/local/share/locale/it/LC_MESSAGES/wol.mo: 5a9d03a4dd791c176c1ca9baae1cf9fa48db182772d95125445ca71f59224314
  /usr/local/share/locale/sv/LC_MESSAGES/wol.mo: f707b37e72016e012411ff339c4fd1f367839e1f3ad59edd8f6236db1c97bdb9
directories:
  /usr/local/share/doc/wol/: n
scripts:
  post-install: |
    file=/usr/local/info/wol.info
    install-info --quiet /usr/local/info/wol.info ${file%25/*}/dir
  pre-deinstall: |
    if [ -f /usr/local/info/dir ]; then if sed -e '1,/Menu:/d' /usr/local/info/dir | grep -q '^[*] '; then true; else rm /usr/local/info/dir; fi; fi
  post-deinstall: |
    file=/usr/local/info/wol.info
    install-info --quiet --delete /usr/local/info/wol.info ${file%25/*}/dir
    if [ $(info -d ${file%25/*}  --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
      rm -f ${file%25/*}/dir
    fi
