summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2010-12-09 01:45:29 -0200
committerIsmael Luceno2010-12-09 01:45:29 -0200
commitfd6195601f74380a5edd61e1ad416be81ed6735b (patch)
treeb7ebcef5a7980e622024a290945c1ec892d1f4d3
parent179ade95f2f741d0605f9c7eaf77021d7c58e15f (diff)
doc-mode: new spell, Emacs Mode for AsciiDoc Fontlocking
-rw-r--r--ChangeLog3
-rwxr-xr-xemacs-lisp/doc-mode/DEPENDS1
-rwxr-xr-xemacs-lisp/doc-mode/DETAILS14
-rw-r--r--emacs-lisp/doc-mode/HISTORY3
4 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8a1394a8d..d98edb2525 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-12-09 Ismael Luceno <ismael@sourcemage.org>
+ * emacs-lisp/doc-mode: new spell, Emacs Mode for AsciiDoc Fontlocking
+
2010-12-08 Ismael Luceno <ismael@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 0000000000..ce886b1390
--- /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 0000000000..107b7ff1f6
--- /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 0000000000..d894897aeb
--- /dev/null
+++ b/emacs-lisp/doc-mode/HISTORY
@@ -0,0 +1,3 @@
+2010-12-09 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+