# -*- 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
# $Id: Portfile 78971 2011-05-28 08:52:12Z ryandesign@macports.org $

PortSystem              1.0

name                    le
version                 1.14.5
categories              editors
platforms               darwin
maintainers             v9g.de:tvb377
homepage                http://freshmeat.net/projects/leeditor

description             Terminal based text editor

long_description        LE has many block operations with stream and rectangular blocks, \
                        can edit both unix and dos style files (LF/CRLF), is binary clean, \
                        has hex mode, can edit text with multi-byte character encoding, \
                        has full undo/redo, can edit files and mmap-able devices in mmap \
                        shared mode (only replace), has tunable syntax highlighting, tunable \
                        color scheme (can use default colors), tunable key map. It is slightly \
                        similar to Norton Editor, but has more features.

master_sites            http://ftp.yar.ru/pub/source/le/ \
                        http://ftp.yar.ru/pub/source/le/old/
use_bzip2               yes

checksums               sha1    a28d484a20ad31ededa0fef26f0b888e4f9a0c60 \
                        rmd160  19e9fecbeb43b1aa34ee6c5dedbc0e6662aec869

depends_lib             port:ncurses
