summaryrefslogtreecommitdiff
path: root/devel/pwlib/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pwlib/DESCR')
-rw-r--r--devel/pwlib/DESCR13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/pwlib/DESCR b/devel/pwlib/DESCR
new file mode 100644
index 00000000000..715356787d0
--- /dev/null
+++ b/devel/pwlib/DESCR
@@ -0,0 +1,13 @@
+PWLib is a moderately large class library that has its genesis
+many years ago as a method to product applications to run on both
+Microsoft Windows and Unix X-Windows systems.
+
+Since then the system has grown to having quite good application
+to areas other than mere Windows GUI portability. Classes for I/O
+portability, multi-threading portability, aid in producing unix
+daemons and NT services portably and all sorts of internet protocols
+were added over the years.
+
+All this over and above basic "container" classes such as arrays,
+linear lists, sorted lists (RB Tree) and dictionaries (hash tables)
+which were all created before STL became the answer to all our prayers.