the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: aee
Version: 2.2.15b
Revision: 1
Description: Another Easy Editor
License: Artistic
Maintainer: Jason Park
Depends: x11
BuildDepends: fink (>= 0.24.12), x11-dev
Source: http://mahon.cwx.net/sources/%n-%v.tar.gz
Source-MD5: f8c3a4196f1bfd46beb6b76d73ecb7a2
PatchFile: %n.patch
PatchFile-MD5: 38124e16b89b2cca53614bdbc1668d42
PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
CompileScript: <<
make -f make.aee
cd xae_dir; make -f make.xae
<<
InstallScript: <<
install -d -m 755 %i/bin %i/share/man/man1 %i/share/%n
install -c -m 755 aee %i/bin
install -c -m 755 xae %i/bin
ln %i/bin/aee %i/bin/rae
ln %i/bin/xae %i/bin/rxae
install -c -m 644 aee.1 %i/share/man/man1
install -c -m 644 help.ae %i/share/%n
<<
DocFiles: Artistic Changes README.aee
Homepage: http://mahon.cwx.net/
DescDetail: <<
An easy to use text editor. Intended to be usable with little or no
instruction. Provides both a terminal (curses based) interface and native
X-Window interface (in which case the executable is called xae). Features
include pop-up menus, journalling (to recover from system crash or loss of
connection), cut-and-paste, multiple buffers (associated with files or not),
and much more. aee is a superset of 'ee', a simplified text editor.
rae and rxae are the same as aee and xae respectively, except that they are
restricted to editing the file(s) named on the invoking command line. No
other files may be opened or written, nor may shell operations be performed.
<<
DescUsage: <<
Function keys work fine in xae, but for aee they only work for some terminals
(like rxvt and Eterm) and not others (like Terminal.app and xterm). The
function keys do, however, have control key equivalents, and can also be
mapped to any control key combination. See the man page, aee(1), for details.
<<
DescPackaging: <<
Had to patch source code and man page to replace /usr/local/* with %p/*
equivalents. Patched makefiles to include the -O3 CFLAG and to use local
curses and not new_curses.
<<