aboutsummaryrefslogtreecommitdiff
path: root/devel/stlport/pkg-descr
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-12-18 03:09:05 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-12-18 03:09:05 +0000
commitee8e25af3e45dba924ed05c7b2f13c886f9c2d69 (patch)
tree11c40c9e80925ecd07595f3305c7bc898e7e4019 /devel/stlport/pkg-descr
parent986552f488852bca11b7faa5f707a20fe5c00ed0 (diff)
downloadports-ee8e25af3e45dba924ed05c7b2f13c886f9c2d69.tar.gz
ports-ee8e25af3e45dba924ed05c7b2f13c886f9c2d69.zip
Notes
Diffstat (limited to 'devel/stlport/pkg-descr')
-rw-r--r--devel/stlport/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/stlport/pkg-descr b/devel/stlport/pkg-descr
new file mode 100644
index 000000000000..e8068bf83ad7
--- /dev/null
+++ b/devel/stlport/pkg-descr
@@ -0,0 +1,13 @@
+STLport is an an adaptation of SGI's Standard Template Library.
+The goal of the STLport effort is to make SGI's STL
+implementation usable with most compilers while retaining full
+functionality.
+
+The Standard Template Library is a C++ library of container
+classes, algorithms, and iterators providing many of the basic
+algorithms and data structures of computer science.
+
+STL: http://www.sgi.com/Technology/STL/
+
+--
+Josh Gilliam <josh@quick.net>