summaryrefslogtreecommitdiff
path: root/editors/fe
AgeCommit message (Collapse)AuthorFilesLines
2008-01-12Update to version 1.8. This version adds folding for C++ programs.bjs4-17/+47
While here, add user-destdir support.
2007-11-20Use BROKEN_GETTEXT_DETECTION=yes instead of doing the work manually.rillig1-3/+2
Thanks to obache.
2007-11-20Solaris needs -lintl.rillig1-1/+3
2007-01-30Second try at fixing the bulk build of this package --wiz3-3/+15
let the curses test always succeed.
2007-01-06The package works again.rillig1-5/+4
Fixed pkglint warnings.
2006-12-19Set INCOMPAT_CURSES.wiz1-1/+2
This package fails in bulk builds up to at least NetBSD-3.1; but I can build it on 4.99.6. Assume curses in NetBSD-2* and NetBSD-3* are not good enough. Feel free to make the selection more specific.
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-2/+2
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-2/+2
USE_TOOLS+=msgfmt.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-09This needs msgfmt.joerg1-1/+2
2005-05-23Initial import of fe-1.6, a folding editor with an EMACS-like command set,agc4-0/+55
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.