diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/wol/DESCR | 4 | ||||
-rw-r--r-- | net/wol/Makefile | 18 | ||||
-rw-r--r-- | net/wol/PLIST | 7 | ||||
-rw-r--r-- | net/wol/distinfo | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/net/wol/DESCR b/net/wol/DESCR new file mode 100644 index 00000000000..14f887af3b5 --- /dev/null +++ b/net/wol/DESCR @@ -0,0 +1,4 @@ +wol implements Wake On LAN functionality in a small program. It wakes +up hardware that is Magic Packet (tm) 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 ;-). diff --git a/net/wol/Makefile b/net/wol/Makefile new file mode 100644 index 00000000000..7acc94ce682 --- /dev/null +++ b/net/wol/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/04 18:16:47 zuntum Exp $ +# + +DISTNAME= wol-0.6.0 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ahh/} + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://ahh.sourceforge.net/wol/ +COMMENT= Small Wake On Lan client + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_GNU_GETTEXT= YES + +.include "../../converters/libiconv/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/wol/PLIST b/net/wol/PLIST new file mode 100644 index 00000000000..70b1f2d5105 --- /dev/null +++ b/net/wol/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/04 18:16:47 zuntum Exp $ +bin/wol +bin/wol-dhcpdconf +info/wol.info +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/wol.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/wol.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/wol.mo diff --git a/net/wol/distinfo b/net/wol/distinfo new file mode 100644 index 00000000000..b5c78d6c45b --- /dev/null +++ b/net/wol/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/04/04 18:16:47 zuntum Exp $ + +SHA1 (wol-0.6.0.tar.gz) = d5dbbfe74d42c7e45e6dd162d8991db19489c4ef +Size (wol-0.6.0.tar.gz) = 270647 bytes |