Import wol 0.7.0; submitted by Johan Fredin <griffin@legonet.org>.

wol implements Wake On LAN functionality in a small program. It wakes 
up hardware that is Magic Packet compliant.
This commit is contained in:
naddy 2004-04-28 16:42:47 +00:00
parent e24911cbd5
commit a7de1cc883
4 changed files with 43 additions and 0 deletions

24
net/wol/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/04/28 16:42:47 naddy Exp $
COMMENT= "Wake On Lan client"
DISTNAME= wol-0.7.0
CATEGORIES= net
HOMEPAGE= http://ahh.sourceforge.net/wol/
MAINTAINER= Johan Fredin <griffin@legonet.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ahh/}
MODULES= gettext
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

3
net/wol/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (wol-0.7.0.tar.gz) = 4b5d47bc183a40636e478bab298803c3
RMD160 (wol-0.7.0.tar.gz) = bd53331c29f6264252f09ad5e36ffb49e30c80b1
SHA1 (wol-0.7.0.tar.gz) = b261b284ed777934f04d58f587c9395320ff3f01

4
net/wol/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
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 remotely wake him up. Just type
wol MAC-ADDRESS and the host wakes up (OK, it will boot ;-).

12
net/wol/pkg/PLIST Normal file
View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/04/28 16:42:47 naddy Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/wol.info
bin/wol
bin/wol-bootptab
bin/wol-dhcpdconf
info/wol.info
man/man1/wol.1
share/locale/de/LC_MESSAGES/wol.mo
share/locale/es/LC_MESSAGES/wol.mo
share/locale/fr/LC_MESSAGES/wol.mo
share/locale/it/LC_MESSAGES/wol.mo
@exec install-info --info-dir=%D/info %D/info/wol.info