summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2010-12-08 23:55:37 -0200
committerIsmael Luceno2010-12-08 23:55:37 -0200
commit179ade95f2f741d0605f9c7eaf77021d7c58e15f (patch)
treeea863109f7f620e0571556d6bab7cf3357767271
parentd03cf1eef51b127909afb0d7e2f5236caa664f13 (diff)
cluck: new spell, shameless clone of Quack
-rw-r--r--ChangeLog1
-rwxr-xr-xemacs-lisp/cluck/DEPENDS1
-rwxr-xr-xemacs-lisp/cluck/DETAILS32
-rw-r--r--emacs-lisp/cluck/HISTORY3
-rwxr-xr-xemacs-lisp/cluck/PREPARE2
5 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 757e1759cd..e8a1394a8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
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
+ * emacs-lisp/cluck: new spell, shameless clone of Quack
2010-12-05 Ismael Luceno <ismael@sourcemage.org>
* emacs-lisp: new section, for emacs extensions
diff --git a/emacs-lisp/cluck/DEPENDS b/emacs-lisp/cluck/DEPENDS
new file mode 100755
index 0000000000..3e19255456
--- /dev/null
+++ b/emacs-lisp/cluck/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/cluck/DETAILS b/emacs-lisp/cluck/DETAILS
new file mode 100755
index 0000000000..643e51b2fb
--- /dev/null
+++ b/emacs-lisp/cluck/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=cluck
+if [ "$CLUCK_AUTOUPDATE" == y ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE="${SPELL}-git.tar.bz2"
+ SOURCE_URL[0]=git://github.com/ddp/${SPELL}.git:${SPELL}-git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ WEB_SITE="https://github.com/ddp/cluck"
+ LICENSE[0]=GPL
+ ENTERED=20101208
+ SHORT="shameless clone of Quack"
+cat << EOF
+cluck.el is a shameless clone of Quack 0.37. Neil Van Dyke deserves all of
+the credit for the overall look-and-feel, in particular the spiffy PLT-style
+fontification and especially the pretty lambda.
+
+Changes:
+
+ * removed configuration for multiple schemes
+ * removed documentation for other schemes
+ * swapped out keyword syntax tables for R5RS + Chicken 4
+ * added support for chicken-doc lookups
+ * added support for localized manual URLs
+ * reorganized the menus
+
+The result is much better suited to Chicken scheming and probably worthless
+for any other flavor of scheme.
+EOF
diff --git a/emacs-lisp/cluck/HISTORY b/emacs-lisp/cluck/HISTORY
new file mode 100644
index 0000000000..a0c6f4729f
--- /dev/null
+++ b/emacs-lisp/cluck/HISTORY
@@ -0,0 +1,3 @@
+2010-12-08 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: spell created
+
diff --git a/emacs-lisp/cluck/PREPARE b/emacs-lisp/cluck/PREPARE
new file mode 100755
index 0000000000..833f7926f0
--- /dev/null
+++ b/emacs-lisp/cluck/PREPARE
@@ -0,0 +1,2 @@
+config_query CLUCK_AUTOUPDATE \
+ "Automatically update on every system update?" n