Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/libteken/README.chromium

Issue 1127823002: Add libteken (from FreeBSD) to third_party. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: removed unused stuff Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libteken/COPYRIGHT ('k') | third_party/libteken/teken/gensequences » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d6636185d206110960e900d459bdc9ca58059d0f
--- /dev/null
+++ b/third_party/libteken/README.chromium
@@ -0,0 +1,22 @@
+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.
+* teken/{demo, libteken, stress}: removed.
« no previous file with comments | « third_party/libteken/COPYRIGHT ('k') | third_party/libteken/teken/gensequences » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698