History log of /freebsd-10-stable/usr.bin/ee/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 246592 09-Feb-2013 antoine

Fix some NLS catalogs broken after r245888.


# 245888 24-Jan-2013 brooks

Install the NLS catalog in the C directory rather than en_US.US-ASCII
which is a link to C. This allow the makefs mtree manifest mode to find
the file.


# 203699 09-Feb-2010 gabor

- pt_BR.ISO8859-1 catalog
- Add link to pt_PT.ISO8859-1

Submitted by: sylvio
Approved by: delphij (mentor)


# 196819 04-Sep-2009 ache

Remove single occurance of HAS_CTYPE ifdef, ctype functions
used here for a long time and needs their header in anycase.


# 193279 01-Jun-2009 gabor

- Add Hungarian catalog


# 192914 27-May-2009 ed

Update ee(1) in the base system to version 1.5.0.

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@


# 192856 26-May-2009 ed

Merge local changes to ee(1) into contrib space.

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


# 99257 02-Jul-2002 ru

Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.

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.


# 95655 28-Apr-2002 markm

Remove GCC-specific flags.


# 91634 04-Mar-2002 phantom

Add support for french and german locales in tcsh's way.

. 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


# 91633 04-Mar-2002 phantom

Use NLSLINKS to setup symbolic links in NLS area


# 91622 04-Mar-2002 phantom

Use bsd.nls.mk for building/installing NLS files


# 88055 17-Dec-2001 ru

FILES support for bsd.prog.mk. See bsd.README for details.

Stolen from: NetBSD


# 78048 11-Jun-2001 ache

ISO_ -> ISO


# 78022 10-Jun-2001 ache

Install additional en_US links


# 78014 10-Jun-2001 ache

Add Latin15 entries


# 75696 19-Apr-2001 ache

Add Russian message catalog

PR: 26663
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>


# 74947 28-Mar-2001 sobomax

Add Ukrainian translation.

Submitted by: Olexander Kunytsa <kunia@wolf.istc.kiev.ua>


# 65909 16-Sep-2000 ache

Remove unneded -lmytinfo


# 61348 06-Jun-2000 obrien

Add links to "edit" to ease tech support's job.


# 41568 06-Dec-1998 archie

Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).


# 29724 22-Sep-1997 wosch

Polish message catalogs for ee.

Still buggy. Help messages and command names are not in sync,
eg. 'quit' <-> 'KONIEC'.

Submitted by: abial@warman.org.pl
PR: 4522


# 24618 04-Apr-1997 bde

Fixed missing ${COPY} in install rule.


# 23561 09-Mar-1997 bde

Don't use a dot in a chown command. In fact, don't use any commands
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.


# 17328 29-Jul-1996 wosch

ree (aka ee) doesn't have a man page

Submitted by: Philippe Charnier charnier@lirmm.fr


# 15853 21-May-1996 wosch

remove NLSDIR=${DESTDIR}/usr/share/nls, already defined in bsd.own.mk

unlink gencat(?) target before install, so gencat don't fail
if target is readonly and you are not root


# 12371 18-Nov-1995 bde

Fixed afterinstall rule:
- 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.


# 11633 21-Oct-1995 joerg

Finally catch up with the Frenchmen, and create the German message
catalog.
:-)


# 10651 09-Sep-1995 jmz

Add fr_FR.ISO_8859-1 to LANGS


# 10474 30-Aug-1995 jkh

While posting something to -current about this, I got an idea for making
it a more ideal I18N candidate. Here it is.


# 10453 30-Aug-1995 jkh

This commit was generated by cvs2svn to compensate for changes in r10452,
which included commits to RCS files with non-trunk default branches.


# 10452 30-Aug-1995 jkh

This is `ee' - the Easy Editor. I'm bringing it in to replace vi on
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>