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:
parent
e24911cbd5
commit
a7de1cc883
24
net/wol/Makefile
Normal file
24
net/wol/Makefile
Normal 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
3
net/wol/distinfo
Normal 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
4
net/wol/pkg/DESCR
Normal 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
12
net/wol/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user