New commits:
commit 3f2634f20cbd73ee6fbaea579cd25d39d343d6fc
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
fill-column-indicator: new spell, An Emacs minor mode that graphically
indicates the fill column
diff --git a/ChangeLog b/ChangeLog
index 8d1bd5c..e2035de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-08 Ismael Luceno <ismael AT sourcemage.org>
+ * emacs-lisp/fill-column-indicator: new spell, An Emacs minor mode
that
+ graphically indicates the fill column
+
2011-11-06 Sukneet Basuta <sukneet AT sourcemage.org>
* wm-addons/i3status: new spell, a program to generate status bar
information
for dzen2, xmobar, etc
diff --git a/emacs-lisp/fill-column-indicator/DEPENDS
b/emacs-lisp/fill-column-indicator/DEPENDS
new file mode 100755
index 0000000..ce886b1
--- /dev/null
+++ b/emacs-lisp/fill-column-indicator/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/fill-column-indicator/DETAILS
b/emacs-lisp/fill-column-indicator/DETAILS
new file mode 100755
index 0000000..6fdf670
--- /dev/null
+++ b/emacs-lisp/fill-column-indicator/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=fill-column-indicator
+if [ "$FILL_COLUMN_INDICATOR_AUTOUPDATE" == y ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE="${SPELL}-git.tar.bz2"
+
SOURCE_URL[0]=git://github.com/alpaker/Fill-Column-Indicator.git:${SPELL}-git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ WEB_SITE="https://github.com/alpaker/Fill-Column-Indicator"
+ LICENSE[0]=GPL
+ ENTERED=20111108
+ SHORT="An Emacs minor mode that graphically indicates the fill
column"
+cat << EOF
+Many modern editors and IDEs can graphically indicate the location of the
fill
+column by drawing a thin line (in design parlance, a "rule") down the length
of
+the editing window. Fill-column-indicator implements this facility in Emacs.
+EOF
diff --git a/emacs-lisp/fill-column-indicator/HISTORY
b/emacs-lisp/fill-column-indicator/HISTORY
new file mode 100644
index 0000000..2e32b80
--- /dev/null
+++ b/emacs-lisp/fill-column-indicator/HISTORY
@@ -0,0 +1,2 @@
+2011-11-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: spell created
diff --git a/emacs-lisp/fill-column-indicator/PREPARE
b/emacs-lisp/fill-column-indicator/PREPARE
new file mode 100755
index 0000000..f8b7d7e
--- /dev/null
+++ b/emacs-lisp/fill-column-indicator/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch
[SM-Commit] GIT changes to master grimoire by Ismael Luceno (3f2634f20cbd73ee6fbaea579cd25d39d343d6fc),
Ismael Luceno, 11/08/2011