Skip to Content.
Please activate JavaScript in your web browser
List archive
Re: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (59f5bedd411e2a2b60b78d9cb03cfc380792c000)
Chronological
Thread
<
Chronological
>
<
Thread
>
From
: "Andraž \"ruskie\" Levstik" <ruskie AT mages.ath.cx>
To
: sm-commit AT lists.ibiblio.org
Subject
: Re: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (59f5bedd411e2a2b60b78d9cb03cfc380792c000)
Date
: Fri, 27 Oct 2006 16:48:25 +0200
Mathieu Lonjaret wrote :
>
GIT changes to master grimoire by Mathieu Lonjaret
>
<lejatorn AT sourcemage.org>:
>
>
http/eruby/BUILD | 13 +++++++++++++
>
http/eruby/DEPENDS | 1 +
>
http/eruby/DETAILS | 16 ++++++++++++++++
>
http/eruby/HISTORY | 3 +++
>
4 files changed, 33 insertions(+)
>
>
New commits:
>
commit 59f5bedd411e2a2b60b78d9cb03cfc380792c000
>
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>
>
>
eruby: new spell
>
>
diff --git a/http/eruby/BUILD b/http/eruby/BUILD
>
new file mode 100755
>
index 0000000..9305e68
>
--- /dev/null
>
+++ b/http/eruby/BUILD
>
@@ -0,0 +1,13 @@
>
+
>
+[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"
>
+
>
+./configure.rb --prefix=${INSTALL_ROOT}/usr \
>
+ --bindir=${INSTALL_ROOT}/usr/bin \
>
+ --libdir=${INSTALL_ROOT}/usr/lib \
>
+ --includedir=${INSTALL_ROOT}/usr/include \
>
+ --datadir=${INSTALL_ROOT}/usr/share \
>
+ --mandir=${INSTALL_ROOT}/usr/share/man \
>
+ --enable-shared \
>
+ $OPTS &&
>
+make
>
+
>
diff --git a/http/eruby/DEPENDS b/http/eruby/DEPENDS
>
new file mode 100755
>
index 0000000..c85f932
>
--- /dev/null
>
+++ b/http/eruby/DEPENDS
>
@@ -0,0 +1 @@
>
+depends ruby
>
diff --git a/http/eruby/DETAILS b/http/eruby/DETAILS
>
new file mode 100755
>
index 0000000..d08bb19
>
--- /dev/null
>
+++ b/http/eruby/DETAILS
>
@@ -0,0 +1,16 @@
>
+ SPELL=eruby
>
+ VERSION=1.0.5
>
+ SOURCE=$SPELL-$VERSION.tar.gz
>
+ SOURCE_URL[0]=
http://www.modruby.net/archive/${SOURCE}
>
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
>
+
>
SOURCE_HASH=sha512:0375baa260bd035a93ffb6020fba469fc90c7466002a12516223f3644cb8e8b3c3227440595b459bc426b4711551fa3cdfb56459ccb324cd0ff24cdb298f78f6
>
+ WEB_SITE=
http://www.modruby.net/
>
+ ENTERED=20061027
>
+ UPDATED=20061027
>
+ LICENSE[0]=GPL
>
+ KEYWORDS="ruby"
>
+ SHORT="eruby is an implementation of eRuby by C."
>
+cat << EOF
>
+eRuby is a language to embed Ruby codes into text files. For example,
>
+you can embed Ruby codes into HTML files.
>
+EOF
>
diff --git a/http/eruby/HISTORY b/http/eruby/HISTORY
>
new file mode 100644
>
index 0000000..f789aff
>
--- /dev/null
>
+++ b/http/eruby/HISTORY
>
@@ -0,0 +1,3 @@
>
+2006-10-27 Mathieu Lonjaret <lejatorn AT sourcemage.org>
>
+ * BUILD, DEPENDS, DETAILS, HISTORY: created this spell
>
+
>
_______________________________________________
>
SM-Commit mailing list
>
SM-Commit AT lists.ibiblio.org
>
http://lists.ibiblio.org/mailman/listinfo/sm-commit
>
>
Much easier to do it by simply using /usr/bin/erb to run a .rhtml
through :)
>
From my lighttpd.conf: ".rhtml" => "/usr/bin/erb",
That works great :)
--
Andraž "ruskie" Levstik
Source Mage GNU/Linux Games grimoire guru
Geek/Hacker/Tinker
Hacker FAQ:
http://www.plethora.net/%7eseebs/faqs/hacker.html
Be sure brain is in gear before engaging mouth.
Key id = A7A9E461
Key fingerprint = 757E C16B F5B7 DC27 B003 CCED CF95 3A77 A7A9 E461
[SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (59f5bedd411e2a2b60b78d9cb03cfc380792c000)
,
Mathieu Lonjaret, 10/27/2006
Re: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (59f5bedd411e2a2b60b78d9cb03cfc380792c000)
,
Andraž "ruskie" Levstik, 10/27/2006
Archive powered by
MHonArc 2.6.24
.