Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (dfa65178b5e6747b20ba87ac8486884e15cf7fdd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (dfa65178b5e6747b20ba87ac8486884e15cf7fdd)
  • Date: Sun, 25 May 2008 18:07:14 -0500

GIT changes to master grimoire by Mathieu Lonjaret <lejatorn AT sourcemage.org>:

ChangeLog | 3 +++
perl-cpan/wakeonlan/DEPENDS | 1 +
perl-cpan/wakeonlan/DETAILS | 22 ++++++++++++++++++++++
perl-cpan/wakeonlan/HISTORY | 4 ++++
4 files changed, 30 insertions(+)

New commits:
commit 1468cc6f7016fbebae98f6b5ab7b8df8bb95b1c0
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

wakeonlan: new spell

diff --git a/ChangeLog b/ChangeLog
index 08a50f4..b704f5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-05-26 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * perl-cpan/wakeonlan: new spell
+
2008-05-24 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/pylzma: new spell, python bindings -> LZMA compression
library
* xfce/xfce4-dict: new spell, query a dictionary server with
program/pp
diff --git a/perl-cpan/wakeonlan/DEPENDS b/perl-cpan/wakeonlan/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/wakeonlan/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/wakeonlan/DETAILS b/perl-cpan/wakeonlan/DETAILS
new file mode 100755
index 0000000..db6f763
--- /dev/null
+++ b/perl-cpan/wakeonlan/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=wakeonlan
+ VERSION=0.41
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_URL=http://gsd.di.uminho.pt/jpo/software/$SPELL/downloads/$SOURCE
+
SOURCE_HASH=sha512:192ed2ad157e3f5af01632b8f2b727e232448e5a9bff6aec25298fa9913ec38f1036b665b141b5299994c88b1941d9896b6eaa92cfdb44d65db3628f50e3824f
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://gsd.di.uminho.pt/jpo/software/wakeonlan
+ ENTERED=20080525
+ LICENSE=ART
+ KEYWORDS="perl"
+ SHORT="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."
+cat << EOF
+WOL is based on the following principle:
+
+When the PC shuts down, the NIC still gets power, and keeps listening on the
network for a 'magic' packet to arrive. This packet must contain a certain
byte-sequence, but can be encapsulated in any kind of packet (IPX, IP,
anything). Take a look at the code for the magic sequence.
+
+This program uses UDP for sending the packet. The complete UDP packet, sent
over an ethernet interface, looks something like this:
+
+[ethernet header][IP header][UDP header][Magic sequence][CRCS]
+
+The only goal of the script is to send this packet over the network. It
expects no returning data, since the NIC only listens, and does not reply
anything.
+EOF
diff --git a/perl-cpan/wakeonlan/HISTORY b/perl-cpan/wakeonlan/HISTORY
new file mode 100644
index 0000000..5f1e805
--- /dev/null
+++ b/perl-cpan/wakeonlan/HISTORY
@@ -0,0 +1,4 @@
+2008-05-26 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created this spell
+
+



  • [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (dfa65178b5e6747b20ba87ac8486884e15cf7fdd), Mathieu Lonjaret, 05/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page