Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (90390e6aafe3c3468c06036213c1a98bd6a8f180)
  • Date: Fri, 24 Nov 2006 04:23:57 -0600

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

http/eruby/BUILD | 3 +++
http/eruby/CONFIGURE | 1 +
http/eruby/HISTORY | 3 +++
3 files changed, 7 insertions(+)

New commits:
commit 90390e6aafe3c3468c06036213c1a98bd6a8f180
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

eruby: added utf-8 support

diff --git a/http/eruby/BUILD b/http/eruby/BUILD
index 9305e68..d747cc2 100755
--- a/http/eruby/BUILD
+++ b/http/eruby/BUILD
@@ -1,3 +1,6 @@
+if [[ "x${ERUBY_UTF8}" == "xy" ]]; then
+ OPTS="$OPTS --with-charset=UTF-8"
+fi &&

[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"

diff --git a/http/eruby/CONFIGURE b/http/eruby/CONFIGURE
new file mode 100755
index 0000000..10ab1c5
--- /dev/null
+++ b/http/eruby/CONFIGURE
@@ -0,0 +1 @@
+config_query ERUBY_UTF8 "Use UTF-8 charset?" y
diff --git a/http/eruby/HISTORY b/http/eruby/HISTORY
index f789aff..c2ea730 100644
--- a/http/eruby/HISTORY
+++ b/http/eruby/HISTORY
@@ -1,3 +1,6 @@
+2006-11-24 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * CONFIGURE, BUILD: added UTF-8 support
+
2006-10-27 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, HISTORY: created this spell




  • [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (90390e6aafe3c3468c06036213c1a98bd6a8f180), Mathieu Lonjaret, 11/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page