redo-el _unstable_ port information

Package: redo-el
Description: Improved undo/redo mechanism for emacsen
Depends: emacsen
Version: 1.02
Revision: 2
License: GPL
DocFiles: fink/README.fink fink/LICENSE
Maintainer: Jesse Alama
Source: http://www.wonderworks.com/download/redo.el
Source-MD5: 36ac2daaba22adcafec3e118d12e11e9
NoSourceDirectory: true
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
DescDetail: <<
From http://www.emacswiki.org/cgi-bin/wiki/RedoMode:

Emacs treats 'undo' as just another command. Therefore you can undo
the undo. This is powerful and confusing, because if you are doing
several undos and miss the "correct spot", and do anything at all
which is not an undo command, you will be stuck: You broke the chain
of undos. When you realize your mistake and try to undo some more, you
will first undo your previous undos, then undo the dos, and then you
can finally undo some more to find the correct spot. The problem is at
least as confusing as this description.
<<
CompileScript: <<
<<
InstallScript: <<
mkdir -p %i/share/emacs/site-lisp/redo
install -m 644 redo.el %i/share/emacs/site-lisp/redo

mkdir -p %i/lib/emacsen-common/packages/install
mkdir -p %i/lib/emacsen-common/packages/remove
install -m 755 fink/emacsen-install %i/lib/emacsen-common/packages/install/%n
install -m 755 fink/emacsen-remove %i/lib/emacsen-common/packages/remove/%n

mkdir -p %i/etc/emacs/site-start.d
install -m 644 fink/40redo.el %i/etc/emacs/site-start.d
<<
PostInstScript: %p/lib/emacsen-common/emacs-package-install %n
PreRmScript: %p/lib/emacsen-common/emacs-package-remove %n
Homepage: http://www.emacswiki.org/cgi-bin/wiki/RedoMode