summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/cluck/DETAILS
blob: 8b04e1fb55610faad0aba156600d35b83a457ef1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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