1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name le |
---|
7 | version 1.14.3 |
---|
8 | categories editors |
---|
9 | maintainers |
---|
10 | homepage http://freshmeat.net/projects/leeditor |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | description Terminal based text editor |
---|
14 | |
---|
15 | long_description LE has many block operations with stream and rectangular blocks, \ |
---|
16 | can edit both unix and dos style files (LF/CRLF), is binary clean, \ |
---|
17 | has hex mode, can edit text with multi-byte character encoding, \ |
---|
18 | has full undo/redo, can edit files and mmap-able devices in mmap \ |
---|
19 | shared mode (only replace), has tunable syntax highlighting, tunable \ |
---|
20 | color scheme (can use default colors), tunable key map. It is slightly \ |
---|
21 | similar to Norton Editor, but has more features. |
---|
22 | |
---|
23 | master_sites ftp://ftp.yar.ru/pub/source/le/ |
---|
24 | distname ${name}-${version} |
---|
25 | use_bzip2 yes |
---|
26 | |
---|
27 | checksums md5 ef5b8158895af9b3f8f975ee1d4ee2a0 \ |
---|
28 | sha1 ea5da61b0d8f2c420650e9b397858848a500486a \ |
---|
29 | rmd160 bb1a2b5622e31805070d24e238393497ca2337b0 |
---|