summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-03-09 14:05:49 +0100
committerMichael Stahl <mstahl@redhat.com>2016-03-09 17:53:35 +0100
commit45bf6d0f87aba113e0f9d5002bc130c286d50f27 (patch)
treeaa332688a43c8b294c74fb3ce10eb980c305a0a7 /external
parent4d77c8088b52c649e80c12e208131a6844a53b12 (diff)
external: add some READMEs
Change-Id: If4ba9ff89d3fa1e092bc20abb72a9a0dbef5396a
Diffstat (limited to 'external')
-rw-r--r--external/firebird/README3
-rw-r--r--external/glew/README6
-rw-r--r--external/glyphy/README3
-rw-r--r--external/openldap/README3
-rw-r--r--external/ucpp/README3
5 files changed, 18 insertions, 0 deletions
diff --git a/external/firebird/README b/external/firebird/README
new file mode 100644
index 000000000000..cc7c727436bf
--- /dev/null
+++ b/external/firebird/README
@@ -0,0 +1,3 @@
+Firebird is an embeddable SQL RDBMS implemented in C++
+
+http://firebirdsql.org/
diff --git a/external/glew/README b/external/glew/README
new file mode 100644
index 000000000000..34b2d249401c
--- /dev/null
+++ b/external/glew/README
@@ -0,0 +1,6 @@
+GLEW is the OpenGL Extension Wrangler
+
+GLEW provides efficient run-time mechanisms for determining which OpenGL
+extensions are supported on the target platform.
+
+http://glew.sourceforge.net/
diff --git a/external/glyphy/README b/external/glyphy/README
new file mode 100644
index 000000000000..7d6445c9dc0d
--- /dev/null
+++ b/external/glyphy/README
@@ -0,0 +1,3 @@
+GLyphy is a text renderer that uses OpenGL
+
+https://github.com/behdad/glyphy
diff --git a/external/openldap/README b/external/openldap/README
new file mode 100644
index 000000000000..0c1828c12b93
--- /dev/null
+++ b/external/openldap/README
@@ -0,0 +1,3 @@
+OpenLDAP provides an LDAP client library
+
+http://www.openldap.org/
diff --git a/external/ucpp/README b/external/ucpp/README
new file mode 100644
index 000000000000..9246c701a267
--- /dev/null
+++ b/external/ucpp/README
@@ -0,0 +1,3 @@
+ucpp is a C99 preprocessor
+
+Used to be hosted at https://code.google.com/p/ucpp/ - not sure where it's gone