1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | |
---|
4 | name yi |
---|
5 | version 0.1.0 |
---|
6 | categories editors |
---|
7 | platforms darwin |
---|
8 | maintainers pesco@gmx.de |
---|
9 | |
---|
10 | description the extensible Yi text editor |
---|
11 | long_description Yi is a text editor written and extensible in Haskell. \ |
---|
12 | The goal of the Yi project is to provide a flexible, \ |
---|
13 | powerful and correct editor core scriptable in Haskell. \ |
---|
14 | A principle of Yi is that any behaviour can be programmed, \ |
---|
15 | so there exist vi, vim and nano frontends to Yi. \ |
---|
16 | Other editor interfaces can be written easily via a lexer \ |
---|
17 | specification. |
---|
18 | homepage http://www.cse.unsw.edu.au/~dons/yi.html |
---|
19 | |
---|
20 | master_sites ftp://ftp.cse.unsw.edu.au/pub/users/dons/yi/ |
---|
21 | checksums md5 892c96aa03a6254b8b740fb6f9bb846c \ |
---|
22 | sha1 218b4529f6a8ef433fa750de2e51633e45622ae5 |
---|
23 | |
---|
24 | depends_lib bin:ghc:ghc \ |
---|
25 | bin:alex:alex \ |
---|
26 | bin:happy:happy \ |
---|
27 | lib:libHSplugins:hs-plugins \ |
---|
28 | lib:libncurses:ncurses |
---|
29 | |
---|
30 | destroot.destdir PREFIX=${destroot}${prefix} \ |
---|
31 | BINDIR=${destroot}${prefix}/bin \ |
---|
32 | LIBDIR=${destroot}${prefix}/lib/${name} \ |
---|
33 | DATADIR=${destroot}${prefix}/share/doc/${name} \ |
---|
34 | MANDIR=${destroot}${prefix}/share/man |
---|