Added: trunk/dports/editors/le/Portfile (0 => 67107)
--- trunk/dports/editors/le/Portfile (rev 0)
+++ trunk/dports/editors/le/Portfile 2010-04-29 07:24:50 UTC (rev 67107)
@@ -0,0 +1,31 @@
+# -*- 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$
+
+PortSystem 1.0
+
+name le
+version 1.14.3
+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 md5 ef5b8158895af9b3f8f975ee1d4ee2a0 \
+ sha1 ea5da61b0d8f2c420650e9b397858848a500486a \
+ rmd160 bb1a2b5622e31805070d24e238393497ca2337b0
+
+depends_lib port:ncurses
Property changes on: trunk/dports/editors/le/Portfile
___________________________________________________________________