| Index: third_party/libteken/README.chromium
|
| diff --git a/third_party/libteken/README.chromium b/third_party/libteken/README.chromium
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3214e89180faca3f025be38f04e0b02ab0992ddd
|
| --- /dev/null
|
| +++ b/third_party/libteken/README.chromium
|
| @@ -0,0 +1,21 @@
|
| +Name: libteken
|
| +URL: svn://svn.FreeBSD.org/base/head/sys/teken/
|
| +Version: r276292
|
| +License: BSD
|
| +License File: COPYRIGHT
|
| +Security Critical: no
|
| +
|
| +Description:
|
| +This is libteken from FreeBSD, a VT100-ish terminal emulator library.
|
| +
|
| +It was obtained as follows (from this directory):
|
| +
|
| + svn export svn://svn.FreeBSD.org/base/head/sys/teken/@276292
|
| + svn export svn://svn.FreeBSD.org/base/head/COPYRIGHT@276292
|
| +
|
| +Local modifications:
|
| +* teken/teken_state.h: manually generated (from the teken subdirectory) using:
|
| + |awk -f gensequences sequences > teken_state.h|.
|
| +* teken/teken.h: |#include <stdint.h>|.
|
| +* teken/teken.h: |extern "C"| guards added for C++.
|
| +* teken/gensequences: made executable, to placate checkperms.py.
|
|
|