summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r315170:ngie2017-05-301-2/+2
| | | | | | | | | | | r315170 (by imp): Adopt SRCTOP in usr.bin Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles. Silence on: arch@ (twice)
* Create ee(1) package.gjb2016-02-021-0/+1
| | | | Sponsored by: The FreeBSD Foundation
* Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+1
| | | | Reduce overlinking
* Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-171-2/+2
| | | | | | | | | | variants. This allows usable file system images (i.e. those with both a shell and an editor) to be created with only one copy of the curses library. Exp-run: antoine PR: 189842 Discussed with: bapt Sponsored by: DARPA, AFRL
* Fix some NLS catalogs broken after r245888.antoine2013-02-091-1/+1
|
* Install the NLS catalog in the C directory rather than en_US.US-ASCIIbrooks2013-01-241-1/+1
| | | | | which is a link to C. This allow the makefs mtree manifest mode to find the file.
* - pt_BR.ISO8859-1 cataloggabor2010-02-091-1/+2
| | | | | | | - Add link to pt_PT.ISO8859-1 Submitted by: sylvio Approved by: delphij (mentor)
* Remove single occurance of HAS_CTYPE ifdef, ctype functionsache2009-09-041-1/+1
| | | | used here for a long time and needs their header in anycase.
* - Add Hungarian cataloggabor2009-06-011-1/+1
|
* Update ee(1) in the base system to version 1.5.0.ed2009-05-271-2/+4
| | | | | | | | | | | | | | | | | This version is now licensed under a 2-clause BSD license, instead of the Artistic license. I've reverted a lot of local modifications we made to ee, because they have been integrated upstream as well. Only local modifications include: - $FreeBSD$ ID. - Pathname to init.ee. - catopen() call, to honor LC_MESSAGES instead of LANG. To keep SVN happy, I'm putting an application/octet-stream mime type on the KOI8 translations. Reviewed by: current@
* Merge local changes to ee(1) into contrib space.ed2009-05-261-0/+6
| | | | | | | | The source file, manual page and English translation are now directly obtained from the contrib/ directory. This makes it a lot easier to merge a newer version of ee(1) into the tree. Thanks to: des and jhb
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.ru2002-07-021-8/+3
| | | | | | | | | | | | Provided the (previously missing) dependency on source files for intermediate .msg files. Provided the default for NLSSRCDIR (defaults to .CURDIR). Slightly changed the API: NLS should now list plain locale names, without the .msg suffix. When included from bsd.prog.mk, NLSNAME defaults to PROG.
* Remove GCC-specific flags.markm2002-04-281-1/+0
|
* Add support for french and german locales in tcsh's way.phantom2002-03-041-3/+6
| | | | | | | . link fr_FR.* to fr_BE, fr_CA, fr_CH . link de_DE.* to de_AT, de_CH Obtained from: src/bin/csh/nls/Makefile
* Use NLSLINKS to setup symbolic links in NLS areaphantom2002-03-041-10/+6
|
* Use bsd.nls.mk for building/installing NLS filesphantom2002-03-041-9/+5
|
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-171-9/+5
| | | | Stolen from: NetBSD
* ISO_ -> ISOache2001-06-111-4/+7
|
* Install additional en_US linksache2001-06-101-1/+3
|
* Add Latin15 entriesache2001-06-101-0/+6
|
* Add Russian message catalogache2001-04-191-1/+1
| | | | | PR: 26663 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* Add Ukrainian translation.sobomax2001-03-281-1/+2
| | | | Submitted by: Olexander Kunytsa <kunia@wolf.istc.kiev.ua>
* Remove unneded -lmytinfoache2000-09-161-2/+2
|
* Add links to "edit" to ease tech support's job.obrien2000-06-061-2/+4
|
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-0/+1
|
* Polish message catalogs for ee.wosch1997-09-221-1/+1
| | | | | | | | Still buggy. Help messages and command names are not in sync, eg. 'quit' <-> 'KONIEC'. Submitted by: abial@warman.org.pl PR: 4522
* Fixed missing ${COPY} in install rule.bde1997-04-041-1/+1
|
* Don't use a dot in a chown command. In fact, don't use any commandsbde1997-03-091-9/+13
| | | | | | | | | | | except `install' at install time. Don't build things at install time. Don't hide the build steps using @. Install with mode ${NOBINMODE} instead of 444. Poor source layout made this harder than it should have been. E.g., a suffix rule can't be used because of the subdirectories, and a new makefile per subdirectory (i.e.m per data file) would be excessive. See /usr/src/usr.bin/mklocale for a better organisation.
* ree (aka ee) doesn't have a man pagewosch1996-07-291-0/+1
| | | | Submitted by: Philippe Charnier charnier@lirmm.fr
* remove NLSDIR=${DESTDIR}/usr/share/nls, already defined in bsd.own.mkwosch1996-05-221-6/+8
| | | | | unlink gencat(?) target before install, so gencat don't fail if target is readonly and you are not root
* Fixed afterinstall rule:bde1995-11-181-3/+5
| | | | | | | | - apply chmod to the targets, not to the sources. - apply chown to the targets. It is still bogus to install by building in the target directory. See mklocale/data/Makefile for a better method.
* Finally catch up with the Frenchmen, and create the German messagejoerg1995-10-211-1/+1
| | | | | catalog. :-)
* Add fr_FR.ISO_8859-1 to LANGSjmz1995-09-091-1/+1
|
* While posting something to -current about this, I got an idea for makingjkh1995-08-301-11/+7
| | | | it a more ideal I18N candidate. Here it is.
* This is `ee' - the Easy Editor. I'm bringing it in to replace vi onjkh1995-08-301-0/+22
the installation floppy (and in any references in new user docs for editing files) since tossing a novice into vi with no help or clue as to what the key bindings are is both cruel and in violation of the Hague Convention. It's also much SMALLER than vi and even supports emacs key bindings for those so inclined. Submitted by: "Hugh F. Mahon" <hugh@nsmdserv.cnd.hp.com>
OpenPOWER on IntegriCloud