summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2011-01-09 12:18:27 -0200
committerIsmael Luceno2011-01-09 12:18:27 -0200
commit757ce387a73d8352f46a6a00156d853a3014641d (patch)
tree747c2c2e5caa6ece418b2ec426a5fb31f805b339
parentc5e316147283463816e82008236f1e85ff8753ce (diff)
identica-mode: new spell, Emacs major mode for identi.ca
-rw-r--r--ChangeLog3
-rwxr-xr-xemacs-lisp/identica-mode/DEPENDS1
-rwxr-xr-xemacs-lisp/identica-mode/DETAILS22
-rw-r--r--emacs-lisp/identica-mode/HISTORY2
-rwxr-xr-xemacs-lisp/identica-mode/PREPARE2
5 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0fadca0da..0c9b23c042 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-01-09 Ismael Luceno <ismael@sourcemage.org>
+ * emacs-lisp/identica-mode: new spell, Emacs major mode for identi.ca
+
2011-01-02 Ismael Luceno <ismael@sourcemage.org>
* emacs-lisp/scss-mode: new spell, Emacsen major mode for editing SCSS files
* emacs-lisp/coffee-mode: new spell, CoffeeScript Major Mode for emacsen
diff --git a/emacs-lisp/identica-mode/DEPENDS b/emacs-lisp/identica-mode/DEPENDS
new file mode 100755
index 0000000000..ce886b1390
--- /dev/null
+++ b/emacs-lisp/identica-mode/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/identica-mode/DETAILS b/emacs-lisp/identica-mode/DETAILS
new file mode 100755
index 0000000000..ca09ff7f48
--- /dev/null
+++ b/emacs-lisp/identica-mode/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=identica-mode
+if [ "$IDENTICA_MODE_AUTOUPDATE" == y ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE="${SPELL}-git.tar.bz2"
+ SOURCE_URL[0]=git://git.sv.gnu.org/${SPELL}.git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ WEB_SITE="http://blog.nethazard.net/identica-mode-for-emacs/"
+ LICENSE[0]=GPL
+ ENTERED=20110101
+ SHORT="Emacs major mode for identi.ca microblogging service"
+cat << EOF
+You can view your friend’s update list and post and update of your
+status.
+
+Supports for groups and tags, and highlights replies for better
+reading.
+EOF
diff --git a/emacs-lisp/identica-mode/HISTORY b/emacs-lisp/identica-mode/HISTORY
new file mode 100644
index 0000000000..df1994cb57
--- /dev/null
+++ b/emacs-lisp/identica-mode/HISTORY
@@ -0,0 +1,2 @@
+2011-01-09 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: spell created
diff --git a/emacs-lisp/identica-mode/PREPARE b/emacs-lisp/identica-mode/PREPARE
new file mode 100755
index 0000000000..db761a1e31
--- /dev/null
+++ b/emacs-lisp/identica-mode/PREPARE
@@ -0,0 +1,2 @@
+config_query IDENTICA_MODE_AUTOUPDATE \
+ "Automatically update on every system update?" n