summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/cluck/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-lisp/cluck/DETAILS')
-rwxr-xr-xemacs-lisp/cluck/DETAILS32
1 files changed, 32 insertions, 0 deletions
diff --git a/emacs-lisp/cluck/DETAILS b/emacs-lisp/cluck/DETAILS
new file mode 100755
index 0000000000..8b04e1fb55
--- /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
+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.
+EOF