Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (16cf65603a9c168b2641e9bc2bfede877fd3a0d7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (16cf65603a9c168b2641e9bc2bfede877fd3a0d7)
  • Date: Tue, 3 Jul 2012 09:57:06 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
http/nginx/CONFIGURE | 5 ++++-
http/nginx/HISTORY | 3 +++
utils/wol/BUILD | 3 +++
utils/wol/CONFIGURE | 3 +++
utils/wol/DEPENDS | 4 ++++
utils/wol/DETAILS | 18 ++++++++++++++++++
utils/wol/HISTORY | 2 ++
utils/wol/wol.gpg |binary
9 files changed, 40 insertions(+), 1 deletion(-)

New commits:
commit 16cf65603a9c168b2641e9bc2bfede877fd3a0d7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wol: new spell, Wake On LAN client

commit b0714fb888bf180fbfdbab3106801f9de303e87b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nginx: added support for http_realip_module

diff --git a/ChangeLog b/ChangeLog
index 65e4dc8..db71a7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-07-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/wol: new spell, Wake On LAN client
+
2012-06-25 Ladislav Hagara <hgr AT vabo.cz>
* devel/bff: new spell, moderately-optimizing brainfuck interpreter

diff --git a/http/nginx/CONFIGURE b/http/nginx/CONFIGURE
index 79893db..b38722e 100755
--- a/http/nginx/CONFIGURE
+++ b/http/nginx/CONFIGURE
@@ -8,4 +8,7 @@ else
fi &&

config_query_option NGINX_OPTS "Build with mail support?" n \
- "--with-mail" ""
+ "--with-mail" "" &&
+
+config_query_option NGINX_OPTS "Enable HTTP Real IP module?" n \
+ "--with-http_realip_module" ""
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index 9c04720..c32fe80 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,6 @@
+2012-07-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: added support for http_realip_module
+
2012-04-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.15 (stable), 1.1.19 (devel) [security]
* sysoev.gpg: renamed to nginx.gpg
diff --git a/utils/wol/BUILD b/utils/wol/BUILD
new file mode 100755
index 0000000..c018eec
--- /dev/null
+++ b/utils/wol/BUILD
@@ -0,0 +1,3 @@
+OPTS="$WOL_OPTS $OPTS" &&
+
+default_build
diff --git a/utils/wol/CONFIGURE b/utils/wol/CONFIGURE
new file mode 100755
index 0000000..6a5b86d
--- /dev/null
+++ b/utils/wol/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option WOL_OPTS "Enable strict ANSI checking?" n \
+ "--enable-ansi" \
+ "--disable-ansi"
diff --git a/utils/wol/DEPENDS b/utils/wol/DEPENDS
new file mode 100755
index 0000000..5325a82
--- /dev/null
+++ b/utils/wol/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/utils/wol/DETAILS b/utils/wol/DETAILS
new file mode 100755
index 0000000..96b1650
--- /dev/null
+++ b/utils/wol/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=wol
+ VERSION=0.7.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE2=${SOURCE}.asc
+ SOURCE_URL[0]=$SOURCEFORGE_URL/wake-on-lan/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=wol.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://sourceforge.net/projects/wake-on-lan/
+ LICENSE[0]=GPL
+ ENTERED=20120703
+ SHORT="Wake On LAN client"
+cat << EOF
+wol implements Wake On LAN functionality in a small program. It wakes up
hardware
+that is Magic Packet compliant. Some workstations provides SecureON which
extends
+wake-on-lan with a password. This feature is also provided by wol.
+EOF
diff --git a/utils/wol/HISTORY b/utils/wol/HISTORY
new file mode 100644
index 0000000..ce16c5b
--- /dev/null
+++ b/utils/wol/HISTORY
@@ -0,0 +1,2 @@
+2012-07-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, CONFIGURE, wol.gpg: spell created
diff --git a/utils/wol/wol.gpg b/utils/wol/wol.gpg
new file mode 100644
index 0000000..bf768f8
Binary files /dev/null and b/utils/wol/wol.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (16cf65603a9c168b2641e9bc2bfede877fd3a0d7), Vlad Glagolev, 07/03/2012

Archive powered by MHonArc 2.6.24.

Top of Page