editors/le: import le-1.16.6.
le is a text editor which offers wide range of capabilities with a simple interface. It has a pull down menu and a simple help system to get started. Among its features there are: various operations with stream and rectangular blocks, search and replace with full regular expressions, text formatting, undelete/uninsert, hex editing, tunable key sequences, tunable colors, tunable syntax highlighting. OK kamil@
This commit is contained in:
parent
33b0288d9d
commit
6e18970075
4 changed files with 91 additions and 0 deletions
8
editors/le/DESCR
Normal file
8
editors/le/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
le is a text editor which offers wide range of capabilities with a
|
||||
simple interface. It has a pull down menu and a simple help system to
|
||||
get started.
|
||||
|
||||
Among its features there are: various operations with stream and
|
||||
rectangular blocks, search and replace with full regular expressions,
|
||||
text formatting, undelete/uninsert, hex editing, tunable key sequences,
|
||||
tunable colors, tunable syntax highlighting.
|
19
editors/le/Makefile
Normal file
19
editors/le/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/08/18 08:23:47 fcambus Exp $
|
||||
|
||||
DISTNAME= le-1.16.6
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://lav.yar.ru/download/le/
|
||||
|
||||
MAINTAINER= fcambus@NetBSD.org
|
||||
HOMEPAGE= http://lav.yar.ru/programs.html
|
||||
COMMENT= Full screen text editor inspired by Norton Editor
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= perl
|
||||
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
.include "../../mk/curses.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
58
editors/le/PLIST
Normal file
58
editors/le/PLIST
Normal file
|
@ -0,0 +1,58 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/08/18 08:23:47 fcambus Exp $
|
||||
bin/le
|
||||
man/man1/le.1
|
||||
share/applications/le.desktop
|
||||
share/icons/hicolor/48x48/apps/le-icon.png
|
||||
share/le/colors-black
|
||||
share/le/colors-blue
|
||||
share/le/colors-defbg
|
||||
share/le/colors-green
|
||||
share/le/colors-white
|
||||
share/le/help
|
||||
share/le/keymap-default
|
||||
share/le/keymap-emacs
|
||||
share/le/le.hlp
|
||||
share/le/mainmenu-default
|
||||
share/le/mainmenu-ru
|
||||
share/le/syntax
|
||||
share/le/syntax.d/ada
|
||||
share/le/syntax.d/as
|
||||
share/le/syntax.d/awk
|
||||
share/le/syntax.d/c
|
||||
share/le/syntax.d/c++
|
||||
share/le/syntax.d/c++-comment
|
||||
share/le/syntax.d/c-comment
|
||||
share/le/syntax.d/c-literal
|
||||
share/le/syntax.d/cpp
|
||||
share/le/syntax.d/css
|
||||
share/le/syntax.d/eiffel
|
||||
share/le/syntax.d/fvwm2
|
||||
share/le/syntax.d/gema
|
||||
share/le/syntax.d/golang
|
||||
share/le/syntax.d/haskell
|
||||
share/le/syntax.d/html
|
||||
share/le/syntax.d/java
|
||||
share/le/syntax.d/javascript
|
||||
share/le/syntax.d/logrotate-conf
|
||||
share/le/syntax.d/lout
|
||||
share/le/syntax.d/make-file
|
||||
share/le/syntax.d/markdown
|
||||
share/le/syntax.d/metafont
|
||||
share/le/syntax.d/named-conf
|
||||
share/le/syntax.d/nroff
|
||||
share/le/syntax.d/ocaml
|
||||
share/le/syntax.d/pascal
|
||||
share/le/syntax.d/perl
|
||||
share/le/syntax.d/php
|
||||
share/le/syntax.d/pod
|
||||
share/le/syntax.d/puppet
|
||||
share/le/syntax.d/python
|
||||
share/le/syntax.d/sather
|
||||
share/le/syntax.d/shell
|
||||
share/le/syntax.d/snmp-mib
|
||||
share/le/syntax.d/sql
|
||||
share/le/syntax.d/tcl
|
||||
share/le/syntax.d/tex
|
||||
share/le/syntax.d/texinfo
|
||||
share/le/syntax.d/txt2tags
|
||||
share/le/syntax.d/verilog
|
6
editors/le/distinfo
Normal file
6
editors/le/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/08/18 08:23:47 fcambus Exp $
|
||||
|
||||
SHA1 (le-1.16.6.tar.gz) = 7580c92184b24425a73b6759d7b7a8675aca4340
|
||||
RMD160 (le-1.16.6.tar.gz) = 1692a32de87351b6e9207c5628b5ca9f57305e15
|
||||
SHA512 (le-1.16.6.tar.gz) = 9c972bcefcd1d56c5a16fb514ca80c5dc4f2362af2be76b8b115e1e8992e6a0265c6e3dc7d63c3c7de397e4d1c534bfc99d7e3e35b91dcd020a4f9c2df3d7d1d
|
||||
Size (le-1.16.6.tar.gz) = 1010854 bytes
|
Loading…
Reference in a new issue