pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/fe Initial import of fe-1.6, a folding editor ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17cffc6cd4e9
branches:  trunk
changeset: 494370:17cffc6cd4e9
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon May 23 12:00:42 2005 +0000

description:
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:

 editors/fe/DESCR    |  22 ++++++++++++++++++++++
 editors/fe/Makefile |  21 +++++++++++++++++++++
 editors/fe/PLIST    |   7 +++++++
 editors/fe/distinfo |   5 +++++
 4 files changed, 55 insertions(+), 0 deletions(-)

diffs (71 lines):

diff -r b40ef23fbc49 -r 17cffc6cd4e9 editors/fe/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/fe/DESCR  Mon May 23 12:00:42 2005 +0000
@@ -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 -r b40ef23fbc49 -r 17cffc6cd4e9 editors/fe/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/fe/Makefile       Mon May 23 12:00:42 2005 +0000
@@ -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@localhost
+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 -r b40ef23fbc49 -r 17cffc6cd4e9 editors/fe/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/fe/PLIST  Mon May 23 12:00:42 2005 +0000
@@ -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 -r b40ef23fbc49 -r 17cffc6cd4e9 editors/fe/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/fe/distinfo       Mon May 23 12:00:42 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index