diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-16 14:08:19 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-16 14:08:19 +0000 |
commit | 4df1f92e444274093d5073d6ef31d2d2b1f779e3 (patch) | |
tree | e9b9397d94aafe6fcb26aa0ca1ad16eda1f3ebf7 /editors/le | |
parent | 8fd6377c67220980b413ed325e11179534b6e7f0 (diff) | |
download | ports-4df1f92e444274093d5073d6ef31d2d2b1f779e3.tar.gz ports-4df1f92e444274093d5073d6ef31d2d2b1f779e3.zip |
Import le port. le is a text editor with 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 large files and
mmap'pable devices in MAP_SHARED mode, has tunable syntax
highlighting, tunable color scheme (can use default colors), tunable
key map.
PR: 4777
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes:
svn path=/head/; revision=10191
Diffstat (limited to 'editors/le')
-rw-r--r-- | editors/le/Makefile | 29 | ||||
-rw-r--r-- | editors/le/distinfo | 1 | ||||
-rw-r--r-- | editors/le/pkg-comment | 1 | ||||
-rw-r--r-- | editors/le/pkg-descr | 7 | ||||
-rw-r--r-- | editors/le/pkg-plist | 12 |
5 files changed, 50 insertions, 0 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile new file mode 100644 index 000000000000..e5383d4d3a3c --- /dev/null +++ b/editors/le/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: le +# Version required: 1.4.2 +# Date created: 16 October 1997 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= le-1.4.2 +CATEGORIES= editors +MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ + +MAINTAINER= andy@icc.surw.chel.su + +GNU_CONFIGURE= yes +MAN1= le.1 + +post-install: +.for file in colors1 colors2 colors3 + @ ${INSTALL_DATA} ${WRKSRC}/misc/${file} ${PREFIX}/share/le +.endfor +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/le +.for file in FEATURES HISTORY NEWS README + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le +.endfor +.endif + +.include <bsd.port.mk> diff --git a/editors/le/distinfo b/editors/le/distinfo new file mode 100644 index 000000000000..dc60578b3433 --- /dev/null +++ b/editors/le/distinfo @@ -0,0 +1 @@ +MD5 (le-1.4.2.tar.gz) = 998f478d7a3c008174b5d63ebe69d5f0 diff --git a/editors/le/pkg-comment b/editors/le/pkg-comment new file mode 100644 index 000000000000..444c0df76381 --- /dev/null +++ b/editors/le/pkg-comment @@ -0,0 +1 @@ +LE text editor diff --git a/editors/le/pkg-descr b/editors/le/pkg-descr new file mode 100644 index 000000000000..5d598a0105fe --- /dev/null +++ b/editors/le/pkg-descr @@ -0,0 +1,7 @@ + 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 large files and mmap'pable devices +in MAP_SHARED mode, has tunable syntax highlighting, +tunable color scheme (can use default colors), +tunable key map. diff --git a/editors/le/pkg-plist b/editors/le/pkg-plist new file mode 100644 index 000000000000..51319ca9ff94 --- /dev/null +++ b/editors/le/pkg-plist @@ -0,0 +1,12 @@ +bin/le +man/man1/le.1.gz +share/doc/le/FEATURES +share/doc/le/HISTORY +share/doc/le/NEWS +share/doc/le/README +share/le/colors1 +share/le/colors2 +share/le/colors3 +share/le/syntax +@dirrm share/doc/le +@dirrm share/le |