diff options
author | agc <agc> | 2005-05-23 12:00:42 +0000 |
---|---|---|
committer | agc <agc> | 2005-05-23 12:00:42 +0000 |
commit | 5d080c85b44068af5094a31cf73e21c348a8a1c6 (patch) | |
tree | ab597d7f52a0695275fc157d7e250ad8cfdb0a6f /editors/fe | |
parent | c096ca6288da1b757d241c701b2aef87b91bd550 (diff) | |
download | pkgsrc-5d080c85b44068af5094a31cf73e21c348a8a1c6.tar.gz |
Initial import of fe-1.6, a folding editor with an EMACS-like command set,
into the Packages Collection.
Fe is a small and easy to use folding editor.
Fe allows to fold arbitrary text regions; it is not bound to syntactic
units. Unlike Origami, folds are not attributed with a trailing
comment, instead you can put folds before or after any text in the
line, as you like.
Fe has no configuration or extension language and requires no setup.
Its user interface is emacs-like and it has menues for the very most
important functions to help beginners. Further there is a reference
card. It offers:
* Regions and Emacs-like kill ring
* Incremental search
* Keyboard macros
* Editing binary files
* Multiple windows and views
* Compose function for Latin 1 characters
In case you can't stand the emacs interface and want ultimate
flexibility, fe can easily be modified, because it is structured as an
editor library with a user interface frontend, all written in C.
Diffstat (limited to 'editors/fe')
-rw-r--r-- | editors/fe/DESCR | 22 | ||||
-rw-r--r-- | editors/fe/Makefile | 21 | ||||
-rw-r--r-- | editors/fe/PLIST | 7 | ||||
-rw-r--r-- | editors/fe/distinfo | 5 |
4 files changed, 55 insertions, 0 deletions
diff --git a/editors/fe/DESCR b/editors/fe/DESCR new file mode 100644 index 00000000000..d53310e87d3 --- /dev/null +++ b/editors/fe/DESCR @@ -0,0 +1,22 @@ +Fe is a small and easy to use folding editor. + +Fe allows to fold arbitrary text regions; it is not bound to syntactic +units. Unlike Origami, folds are not attributed with a trailing +comment, instead you can put folds before or after any text in the +line, as you like. + +Fe has no configuration or extension language and requires no setup. +Its user interface is emacs-like and it has menues for the very most +important functions to help beginners. Further there is a reference +card. It offers: + + * Regions and Emacs-like kill ring + * Incremental search + * Keyboard macros + * Editing binary files + * Multiple windows and views + * Compose function for Latin 1 characters + +In case you can't stand the emacs interface and want ultimate +flexibility, fe can easily be modified, because it is structured as an +editor library with a user interface frontend, all written in C. diff --git a/editors/fe/Makefile b/editors/fe/Makefile new file mode 100644 index 00000000000..d391a30b9b5 --- /dev/null +++ b/editors/fe/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/23 12:00:42 agc Exp $ + +DISTNAME= fe-1.6 +CATEGORIES= editors +MASTER_SITES= http://www.moria.de/~michael/fe/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.moria.de/~michael/fe/ +COMMENT= Folding editor + +GNU_CONFIGURE= yes + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fe + ${INSTALL_DATA} ${WRKSRC}/fe.ps ${PREFIX}/share/doc/fe/fe.ps + ${INSTALL_DATA} ${WRKSRC}/feref.ps ${PREFIX}/share/doc/fe/feref.ps + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/fe/PLIST b/editors/fe/PLIST new file mode 100644 index 00000000000..0e422fdddc8 --- /dev/null +++ b/editors/fe/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/23 12:00:42 agc Exp $ +bin/fe +man/man1/fe.1 +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/fe.mo +share/doc/fe/fe.ps +share/doc/fe/feref.ps +@dirrm share/doc/fe diff --git a/editors/fe/distinfo b/editors/fe/distinfo new file mode 100644 index 00000000000..a82063b252b --- /dev/null +++ b/editors/fe/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/05/23 12:00:42 agc Exp $ + +SHA1 (fe-1.6.tar.gz) = 6c7a43c0f28256f8831792b7fa79914ace389782 +RMD160 (fe-1.6.tar.gz) = d213bde0860e8f849cb8e678d624f3a7f0b75562 +Size (fe-1.6.tar.gz) = 160770 bytes |