[SM-Commit] GIT changes to devel-emacs grimoire by Ismael Luceno (fd6195601f74380a5edd61e1ad416be81ed6735b)

Ismael Luceno scm at sourcemage.org
Wed Dec 8 22:49:04 EST 2010


GIT changes to devel-emacs grimoire by Ismael Luceno <ismael at sourcemage.org>:

 ChangeLog                   |    3 +++
 emacs-lisp/doc-mode/DEPENDS |    1 +
 emacs-lisp/doc-mode/DETAILS |   14 ++++++++++++++
 emacs-lisp/doc-mode/HISTORY |    3 +++
 4 files changed, 21 insertions(+)

New commits:
commit fd6195601f74380a5edd61e1ad416be81ed6735b
Author: Ismael Luceno <ismael at sourcemage.org>
Commit: Ismael Luceno <ismael at sourcemage.org>

    doc-mode: new spell, Emacs Mode for AsciiDoc Fontlocking

diff --git a/ChangeLog b/ChangeLog
index e8a1394..d98edb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-12-09 Ismael Luceno <ismael at sourcemage.org>
+	* emacs-lisp/doc-mode: new spell, Emacs Mode for AsciiDoc Fontlocking
+
 2010-12-08 Ismael Luceno <ismael at sourcemage.org>
 	* emacs-lisp/egg: new spell, Emacs Got Git
 	* emacs-lisp/php-mode: new spell, PHP mode for Emacs
diff --git a/emacs-lisp/doc-mode/DEPENDS b/emacs-lisp/doc-mode/DEPENDS
new file mode 100755
index 0000000..ce886b1
--- /dev/null
+++ b/emacs-lisp/doc-mode/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/doc-mode/DETAILS b/emacs-lisp/doc-mode/DETAILS
new file mode 100755
index 0000000..107b7ff
--- /dev/null
+++ b/emacs-lisp/doc-mode/DETAILS
@@ -0,0 +1,14 @@
+           SPELL=doc-mode
+         VERSION=1.1
+          SOURCE="${SPELL}-${VERSION}.tgz"
+   SOURCE_URL[0]=$SOURCEFORGE_URL/project/xpt/${SPELL}/${SPELL}-${VERSION}/${SOURCE}
+     SOURCE_HASH=sha512:f0cce699e7772e4620f99ebc888a1f0d7d8bbb317fc7972b22fe808ab366b121aadb7a36ec993e0b81354fd2cd358a4fce65ab416c388320a48a648c057845ae
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+        WEB_SITE="http://xpt.sourceforge.net/tools/doc-mode/"
+      LICENSE[0]=GPL
+         ENTERED=20101209
+           SHORT="Emacs Mode for AsciiDoc Fontlocking"
+cat << EOF
+Fontlocking for AsciiDoc files. Dress up AsciiDoc text files with nice
+highlights.
+EOF
diff --git a/emacs-lisp/doc-mode/HISTORY b/emacs-lisp/doc-mode/HISTORY
new file mode 100644
index 0000000..d894897
--- /dev/null
+++ b/emacs-lisp/doc-mode/HISTORY
@@ -0,0 +1,3 @@
+2010-12-09 Ismael Luceno <ismael at sourcemage.org>
+	* DEPENDS, DETAILS: spell created
+



More information about the SM-Commit mailing list