diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-18 03:09:05 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-18 03:09:05 +0000 |
commit | ee8e25af3e45dba924ed05c7b2f13c886f9c2d69 (patch) | |
tree | 11c40c9e80925ecd07595f3305c7bc898e7e4019 /devel/stlport/pkg-descr | |
parent | 986552f488852bca11b7faa5f707a20fe5c00ed0 (diff) | |
download | ports-ee8e25af3e45dba924ed05c7b2f13c886f9c2d69.tar.gz ports-ee8e25af3e45dba924ed05c7b2f13c886f9c2d69.zip |
Notes
Diffstat (limited to 'devel/stlport/pkg-descr')
-rw-r--r-- | devel/stlport/pkg-descr | 13 |
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> |