Ticket #24326: Portfile

File Portfile, 1.4 KB (added by tvb377@…, 14 years ago)
Line 
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
4PortSystem              1.0
5
6name                    le
7version                 1.14.3
8categories              editors
9maintainers             
10homepage                http://freshmeat.net/projects/leeditor
11platforms               darwin
12
13description             Terminal based text editor
14
15long_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
23master_sites            ftp://ftp.yar.ru/pub/source/le/
24distname                ${name}-${version}
25use_bzip2               yes
26
27checksums               md5     ef5b8158895af9b3f8f975ee1d4ee2a0 \
28                        sha1    ea5da61b0d8f2c420650e9b397858848a500486a \
29                        rmd160  bb1a2b5622e31805070d24e238393497ca2337b0