diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-07 22:36:50 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-07 22:36:50 +0800 |
commit | ff49928faf657b9ef157973f1eb671301f450252 (patch) | |
tree | 91291c96b7d5fc6d5a7b84cdb7695cbfde9b4ec9 /net/wakeonlan | |
parent | 46d67abdf4e78610aa2607e670939981dd51d9ed (diff) | |
download | freebsd-ports-gnome-ff49928faf657b9ef157973f1eb671301f450252.tar.gz freebsd-ports-gnome-ff49928faf657b9ef157973f1eb671301f450252.tar.zst freebsd-ports-gnome-ff49928faf657b9ef157973f1eb671301f450252.zip |
add wakeonlan
Sends magic packets to WOL enabled NIC to switch on the called PC
PR: 28530
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Diffstat (limited to 'net/wakeonlan')
-rw-r--r-- | net/wakeonlan/Makefile | 23 | ||||
-rw-r--r-- | net/wakeonlan/distinfo | 1 | ||||
-rw-r--r-- | net/wakeonlan/pkg-comment | 1 | ||||
-rw-r--r-- | net/wakeonlan/pkg-descr | 4 | ||||
-rw-r--r-- | net/wakeonlan/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/net/wakeonlan/Makefile b/net/wakeonlan/Makefile new file mode 100644 index 000000000000..b056876cced5 --- /dev/null +++ b/net/wakeonlan/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: wakeonlan +# Date created: 30 June 2001 +# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= wakeonlan +PORTVERSION= 0.40 +CATEGORIES= net +MASTER_SITES= http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/ + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN1= wakeonlan.1 + +post-install: + @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} + @${INSTALL_DATA} ${WRKSRC}/examples/lab001.wol ${PREFIX}/share/examples/${PORTNAME} + +.include <bsd.port.mk> diff --git a/net/wakeonlan/distinfo b/net/wakeonlan/distinfo new file mode 100644 index 000000000000..32f753bec078 --- /dev/null +++ b/net/wakeonlan/distinfo @@ -0,0 +1 @@ +MD5 (wakeonlan-0.40.tar.gz) = d045e8e4c1db580e9bc16404c711dabc diff --git a/net/wakeonlan/pkg-comment b/net/wakeonlan/pkg-comment new file mode 100644 index 000000000000..6a976a26c679 --- /dev/null +++ b/net/wakeonlan/pkg-comment @@ -0,0 +1 @@ +Sends magic packets to WOL enabled NIC to switch on the called PC diff --git a/net/wakeonlan/pkg-descr b/net/wakeonlan/pkg-descr new file mode 100644 index 000000000000..ca92fb9fbdbb --- /dev/null +++ b/net/wakeonlan/pkg-descr @@ -0,0 +1,4 @@ +Wakeonlan is a Perl script that sends 'magic packets' to wake-on-LAN enabled +ethernet adapters and motherboards, in order to switch on remote computers. + +WWW: http://gsd.di.uminho.pt/jpo/software/wakeonlan/ diff --git a/net/wakeonlan/pkg-plist b/net/wakeonlan/pkg-plist new file mode 100644 index 000000000000..0ea3783ed223 --- /dev/null +++ b/net/wakeonlan/pkg-plist @@ -0,0 +1,5 @@ +bin/wakeonlan +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/wakeonlan/.packlist +share/examples/wakeonlan/lab001.wol +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/wakeonlan +@dirrm share/examples/wakeonlan |