Skip to Content.
Sympa Menu

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

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 (7883abb051389cc4f70c0921d06e9363fe6813d3)
  • Date: Thu, 30 Jul 2009 17:49:11 -0500

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

ChangeLog | 3 +++
http/mod_macro/BUILD | 1 +
http/mod_macro/DEPENDS | 1 +
http/mod_macro/DETAILS | 16 ++++++++++++++++
http/mod_macro/HISTORY | 2 ++
http/mod_macro/INSTALL | 1 +
6 files changed, 24 insertions(+)

New commits:
commit 7883abb051389cc4f70c0921d06e9363fe6813d3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mod_macro: new spell, Apache module for use macros in config files

diff --git a/ChangeLog b/ChangeLog
index 0e2ded4..f7d6f12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-07-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * http/mod_macro: Apache module for use macros in config files
+
2009-07-28 Thomas Orgis <sobukus AT sourcemage.org>
* perl-cpan/device-serialport: new spell; handling of serial ports.
* perl-cpan/device-modem: new spell, handling of modems.
diff --git a/http/mod_macro/BUILD b/http/mod_macro/BUILD
new file mode 100755
index 0000000..978bee8
--- /dev/null
+++ b/http/mod_macro/BUILD
@@ -0,0 +1 @@
+apxs -c mod_macro.c
diff --git a/http/mod_macro/DEPENDS b/http/mod_macro/DEPENDS
new file mode 100755
index 0000000..e45c311
--- /dev/null
+++ b/http/mod_macro/DEPENDS
@@ -0,0 +1 @@
+depends apache22
diff --git a/http/mod_macro/DETAILS b/http/mod_macro/DETAILS
new file mode 100755
index 0000000..455818e
--- /dev/null
+++ b/http/mod_macro/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=mod_macro
+ VERSION=1.1.10
+
SOURCE_HASH=sha512:583881043d190ef6dc61033dd0c4c4d0797414aed5afb5dde00aa56c1d38105a28c4490d48c00ba17b54e47ddbba56698febcc116b48454a7a380cd34fb41bc8
+ SOURCE=$SPELL-$VERSION.tar.gz
+ LICENSE[0]=APACHE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://www.coelho.net/$SPELL/$SOURCE
+ WEB_SITE=http://www.coelho.net/mod_macro/
+ ENTERED=20090731
+ SHORT="Apache module for use macros in config files"
+cat << EOF
+mod_macro is a third-party module to the Apache Http Server, distributed
with a
+BSD-style license like Apache. It allows the definition and use of macros
within
+apache runtime configuration files. The syntax is a natural extension to
apache
+html-like configuration style.
+EOF
diff --git a/http/mod_macro/HISTORY b/http/mod_macro/HISTORY
new file mode 100644
index 0000000..b8e1610
--- /dev/null
+++ b/http/mod_macro/HISTORY
@@ -0,0 +1,2 @@
+2009-07-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, INSTALL, BUILD: created spell
diff --git a/http/mod_macro/INSTALL b/http/mod_macro/INSTALL
new file mode 100755
index 0000000..dc0974e
--- /dev/null
+++ b/http/mod_macro/INSTALL
@@ -0,0 +1 @@
+apxs -i mod_macro.la



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7883abb051389cc4f70c0921d06e9363fe6813d3), Vlad Glagolev, 07/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page