Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (b5dfd737117dc503495f9aa7382059fe02b3b759)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (b5dfd737117dc503495f9aa7382059fe02b3b759)
  • Date: Wed, 16 Feb 2011 03:34:11 -0600

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

http/ashd/BUILD | 2 ++
http/ashd/CONFIGURE | 2 ++
http/ashd/DETAILS | 4 ++--
http/ashd/HISTORY | 5 +++++
4 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit b5dfd737117dc503495f9aa7382059fe02b3b759
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

ashd: update to 0.6

diff --git a/http/ashd/BUILD b/http/ashd/BUILD
new file mode 100755
index 0000000..0a222d9
--- /dev/null
+++ b/http/ashd/BUILD
@@ -0,0 +1,2 @@
+default_build_configure &&
+default_build_make
diff --git a/http/ashd/CONFIGURE b/http/ashd/CONFIGURE
new file mode 100755
index 0000000..b05216a
--- /dev/null
+++ b/http/ashd/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option ASHD_OPTS "Enable epoll support?" n \
+ "--with-epoll" "--without-epoll"
diff --git a/http/ashd/DETAILS b/http/ashd/DETAILS
index 63bdc34..4f368de 100755
--- a/http/ashd/DETAILS
+++ b/http/ashd/DETAILS
@@ -10,10 +10,10 @@ fi
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
- VERSION=0.5
+ VERSION=0.6
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.dolda2000.com/~fredrik/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:1317ff8924ccccf62416407717830f221eefb30086ae584d1104273649e89b5a5a8b1232584b99b83a495863d07c810e030e51e7f198971ffb2972fce38b9c7d
+
SOURCE_HASH=sha512:84997734c2912098cf0856cee914aa608593228fb55538699298495f7e94f58584278e9f4d191892c34f4cdf9426022ba4b34a8bdcd51f4ae73b1a611f5e7032
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
WEB_SITE="http://www.dolda2000.com/~fredrik/ashd/";
diff --git a/http/ashd/HISTORY b/http/ashd/HISTORY
index 5438ef5..1669e37 100644
--- a/http/ashd/HISTORY
+++ b/http/ashd/HISTORY
@@ -1,3 +1,8 @@
+2011-02-16 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: updated spell to 0.6
+ * CONFIGURE: options for epoll
+ * BUILD: grab the option
+
2011-01-15 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DETAILS: updated spell to 0.5




  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (b5dfd737117dc503495f9aa7382059fe02b3b759), Andraž Levstik, 02/16/2011

Archive powered by MHonArc 2.6.24.

Top of Page