From c170ea81e10ad301098226a52067f28f6689b4bb Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Fri, 29 Mar 2002 09:36:42 +0000 Subject: [PATCH] Add new port lang/stldoc - STL reference manual by SGI PR: 36324 Submitted by: Simon 'corecode' Schubert --- lang/Makefile | 1 + lang/stldoc/Makefile | 22 +++ lang/stldoc/distinfo | 1 + lang/stldoc/pkg-comment | 1 + lang/stldoc/pkg-descr | 5 + lang/stldoc/pkg-plist | 351 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 381 insertions(+) create mode 100644 lang/stldoc/Makefile create mode 100644 lang/stldoc/distinfo create mode 100644 lang/stldoc/pkg-comment create mode 100644 lang/stldoc/pkg-descr create mode 100644 lang/stldoc/pkg-plist diff --git a/lang/Makefile b/lang/Makefile index aa6744ccdb26..1ca696a41fee 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -188,6 +188,7 @@ SUBDIR += sr SUBDIR += stackless_python SUBDIR += starlogo + SUBDIR += stldoc SUBDIR += swi-pl SUBDIR += sxm SUBDIR += t3x diff --git a/lang/stldoc/Makefile b/lang/stldoc/Makefile new file mode 100644 index 000000000000..5f061881e2f1 --- /dev/null +++ b/lang/stldoc/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: stldoc +# Date created: 26 Mar 2002 +# Whom: Simon 'corecode' Schubert +# +# $FreeBSD$ +# + +PORTNAME= stldoc +PORTVERSION= 1.0 +CATEGORIES= lang devel +MASTER_SITES= http://www.sgi.com/tech/stl/ +DISTNAME= STL_doc + +MAINTAINER= corecode@corecode.ath.cx + +NO_BUILD= yes + +do-install: + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR} + +.include diff --git a/lang/stldoc/distinfo b/lang/stldoc/distinfo new file mode 100644 index 000000000000..9efe7a12a2b6 --- /dev/null +++ b/lang/stldoc/distinfo @@ -0,0 +1 @@ +MD5 (STL_doc.tar.gz) = 8b2e047c40bfa18306ebff13e803ed7e diff --git a/lang/stldoc/pkg-comment b/lang/stldoc/pkg-comment new file mode 100644 index 000000000000..54b27dcdac8d --- /dev/null +++ b/lang/stldoc/pkg-comment @@ -0,0 +1 @@ +The STL reference manual by SGI diff --git a/lang/stldoc/pkg-descr b/lang/stldoc/pkg-descr new file mode 100644 index 000000000000..40cd10b386d8 --- /dev/null +++ b/lang/stldoc/pkg-descr @@ -0,0 +1,5 @@ +This is the STL reference manual by SGI. + +WWW: http://www.sgi.com/tech/stl/ + +- Simon 'corecode' Schubert diff --git a/lang/stldoc/pkg-plist b/lang/stldoc/pkg-plist new file mode 100644 index 000000000000..b90e90a6e5ca --- /dev/null +++ b/lang/stldoc/pkg-plist @@ -0,0 +1,351 @@ +share/doc/stldoc/AdaptableBinaryFunction.html +share/doc/stldoc/AdaptableBinaryPredicate.html +share/doc/stldoc/AdaptableGenerator.html +share/doc/stldoc/AdaptablePredicate.html +share/doc/stldoc/AdaptableUnaryFunction.html +share/doc/stldoc/Allocators.html +share/doc/stldoc/Assignable.html +share/doc/stldoc/AssociativeContainer.html +share/doc/stldoc/BackInsertionSequence.html +share/doc/stldoc/BidirectionalIterator.html +share/doc/stldoc/BinaryFunction.html +share/doc/stldoc/BinaryPredicate.html +share/doc/stldoc/Container.html +share/doc/stldoc/CorpID.gif +share/doc/stldoc/DefaultConstructible.html +share/doc/stldoc/Deque.html +share/doc/stldoc/EqualityComparable.html +share/doc/stldoc/FAQ.html +share/doc/stldoc/ForwardContainer.html +share/doc/stldoc/ForwardIterator.html +share/doc/stldoc/FrontInsertionSequence.html +share/doc/stldoc/Generator.html +share/doc/stldoc/HashFunction.html +share/doc/stldoc/HashedAssociativeContainer.html +share/doc/stldoc/InputIterator.html +share/doc/stldoc/Iterators.html +share/doc/stldoc/LessThanComparable.html +share/doc/stldoc/List.html +share/doc/stldoc/Map.html +share/doc/stldoc/MonoidOperation.html +share/doc/stldoc/Multimap.html +share/doc/stldoc/MultipleAssociativeContainer.html +share/doc/stldoc/MultipleHashedAssociativeContainer.html +share/doc/stldoc/MultipleSortedAssociativeContainer.html +share/doc/stldoc/OutputIterator.html +share/doc/stldoc/PairAssociativeContainer.html +share/doc/stldoc/Predicate.html +share/doc/stldoc/RandomAccessContainer.html +share/doc/stldoc/RandomAccessIterator.html +share/doc/stldoc/RandomNumberGenerator.html +share/doc/stldoc/ReverseBidirectionalIterator.html +share/doc/stldoc/ReverseIterator.html +share/doc/stldoc/ReversibleContainer.html +share/doc/stldoc/Rope.html +share/doc/stldoc/Sequence.html +share/doc/stldoc/SimpleAssociativeContainer.html +share/doc/stldoc/Slist.html +share/doc/stldoc/SortedAssociativeContainer.html +share/doc/stldoc/StrictWeakOrdering.html +share/doc/stldoc/UnaryFunction.html +share/doc/stldoc/UniqueAssociativeContainer.html +share/doc/stldoc/UniqueHashedAssociativeContainer.html +share/doc/stldoc/UniqueSortedAssociativeContainer.html +share/doc/stldoc/Vector.html +share/doc/stldoc/accumulate.html +share/doc/stldoc/adaptors.gif +share/doc/stldoc/adjacent_difference.html +share/doc/stldoc/adjacent_find.html +share/doc/stldoc/advance.html +share/doc/stldoc/algo.h +share/doc/stldoc/algobase.h +share/doc/stldoc/algorithm +share/doc/stldoc/algorithms.gif +share/doc/stldoc/alloc.h +share/doc/stldoc/alloc.html +share/doc/stldoc/allocators.gif +share/doc/stldoc/back_insert_iterator.html +share/doc/stldoc/basic_string.html +share/doc/stldoc/bidirectional_iterator.html +share/doc/stldoc/bidirectional_iterator_tag.html +share/doc/stldoc/binary_compose.html +share/doc/stldoc/binary_function.html +share/doc/stldoc/binary_negate.html +share/doc/stldoc/binary_search.html +share/doc/stldoc/binder1st.html +share/doc/stldoc/binder2nd.html +share/doc/stldoc/bit_vector.html +share/doc/stldoc/bitset +share/doc/stldoc/bitset.html +share/doc/stldoc/bvector.h +share/doc/stldoc/category_dot.gif +share/doc/stldoc/char_producer.html +share/doc/stldoc/char_traits.h +share/doc/stldoc/char_traits.html +share/doc/stldoc/character_traits.html +share/doc/stldoc/complexity.html +share/doc/stldoc/concept.gif +share/doc/stldoc/concept_checks.h +share/doc/stldoc/concept_dot.gif +share/doc/stldoc/construct.html +share/doc/stldoc/container_concepts.h +share/doc/stldoc/containers.gif +share/doc/stldoc/copy.html +share/doc/stldoc/copy_backward.html +share/doc/stldoc/copy_n.html +share/doc/stldoc/count.html +share/doc/stldoc/count_if.html +share/doc/stldoc/defalloc.h +share/doc/stldoc/deque +share/doc/stldoc/deque.h +share/doc/stldoc/design_documents.html +share/doc/stldoc/destroy.html +share/doc/stldoc/distance.html +share/doc/stldoc/distance_type.html +share/doc/stldoc/divides.html +share/doc/stldoc/doc_introduction.html +share/doc/stldoc/drdobbs-interview.html +share/doc/stldoc/equal.html +share/doc/stldoc/equal_range.html +share/doc/stldoc/equal_to.html +share/doc/stldoc/fill.html +share/doc/stldoc/fill_n.html +share/doc/stldoc/find.html +share/doc/stldoc/find_end.html +share/doc/stldoc/find_first_of.html +share/doc/stldoc/find_if.html +share/doc/stldoc/for_each.html +share/doc/stldoc/forward_iterator.html +share/doc/stldoc/forward_iterator_tag.html +share/doc/stldoc/front_insert_iterator.html +share/doc/stldoc/function.gif +share/doc/stldoc/function.h +share/doc/stldoc/function_dot.gif +share/doc/stldoc/functional +share/doc/stldoc/functors.gif +share/doc/stldoc/functors.html +share/doc/stldoc/generate.html +share/doc/stldoc/generate_n.html +share/doc/stldoc/get_temporary_buffer.html +share/doc/stldoc/greater.html +share/doc/stldoc/greater_equal.html +share/doc/stldoc/grey2.gif +share/doc/stldoc/hash.html +share/doc/stldoc/hash_map +share/doc/stldoc/hash_map.h +share/doc/stldoc/hash_map.html +share/doc/stldoc/hash_multimap.html +share/doc/stldoc/hash_multiset.html +share/doc/stldoc/hash_set +share/doc/stldoc/hash_set.h +share/doc/stldoc/hash_set.html +share/doc/stldoc/hashtable.h +share/doc/stldoc/heap.h +share/doc/stldoc/identity.html +share/doc/stldoc/includes.html +share/doc/stldoc/index.html +share/doc/stldoc/inner_product.html +share/doc/stldoc/inplace_merge.html +share/doc/stldoc/input_iterator.html +share/doc/stldoc/input_iterator_tag.html +share/doc/stldoc/insert_iterator.html +share/doc/stldoc/iota.html +share/doc/stldoc/is_heap.html +share/doc/stldoc/is_sorted.html +share/doc/stldoc/istream_iterator.html +share/doc/stldoc/iter_swap.html +share/doc/stldoc/iterator +share/doc/stldoc/iterator.h +share/doc/stldoc/iterator_category.html +share/doc/stldoc/iterator_tags.html +share/doc/stldoc/iterator_traits.html +share/doc/stldoc/iterators.gif +share/doc/stldoc/less.html +share/doc/stldoc/less_equal.html +share/doc/stldoc/lexicographical_compare.html +share/doc/stldoc/lexicographical_compare_3way.html +share/doc/stldoc/limits +share/doc/stldoc/list +share/doc/stldoc/list.h +share/doc/stldoc/logical_and.html +share/doc/stldoc/logical_not.html +share/doc/stldoc/logical_or.html +share/doc/stldoc/logosmall.gif +share/doc/stldoc/lower_bound.html +share/doc/stldoc/make_heap.html +share/doc/stldoc/map +share/doc/stldoc/map.h +share/doc/stldoc/max.html +share/doc/stldoc/max_element.html +share/doc/stldoc/mem_fun1_ref_t.html +share/doc/stldoc/mem_fun1_t.html +share/doc/stldoc/mem_fun_ref_t.html +share/doc/stldoc/mem_fun_t.html +share/doc/stldoc/memory +share/doc/stldoc/merge.html +share/doc/stldoc/min.html +share/doc/stldoc/min_element.html +share/doc/stldoc/minus.html +share/doc/stldoc/mismatch.html +share/doc/stldoc/modulus.html +share/doc/stldoc/multimap.h +share/doc/stldoc/multiset.h +share/doc/stldoc/multiset.html +share/doc/stldoc/negate.html +share/doc/stldoc/next_permutation.html +share/doc/stldoc/not_equal_to.html +share/doc/stldoc/nth_element.html +share/doc/stldoc/numeric +share/doc/stldoc/operators.html +share/doc/stldoc/ostream_iterator.html +share/doc/stldoc/other_resources.html +share/doc/stldoc/output_iterator.html +share/doc/stldoc/output_iterator_tag.html +share/doc/stldoc/overview.gif +share/doc/stldoc/overview_dot.gif +share/doc/stldoc/pair.h +share/doc/stldoc/pair.html +share/doc/stldoc/partial_sort.html +share/doc/stldoc/partial_sort_copy.html +share/doc/stldoc/partial_sum.html +share/doc/stldoc/partition.html +share/doc/stldoc/plus.html +share/doc/stldoc/pointer_to_binary_function.html +share/doc/stldoc/pointer_to_unary_function.html +share/doc/stldoc/pop_heap.html +share/doc/stldoc/power.html +share/doc/stldoc/prev_permutation.html +share/doc/stldoc/priority_queue.html +share/doc/stldoc/project1st.html +share/doc/stldoc/project2nd.html +share/doc/stldoc/pthread_alloc +share/doc/stldoc/pthread_alloc.h +share/doc/stldoc/ptr_fun.html +share/doc/stldoc/push_heap.html +share/doc/stldoc/queue +share/doc/stldoc/queue.html +share/doc/stldoc/random_access_iterator.html +share/doc/stldoc/random_access_iterator_tag.html +share/doc/stldoc/random_sample.html +share/doc/stldoc/random_sample_n.html +share/doc/stldoc/random_shuffle.html +share/doc/stldoc/raw_storage_iterator.html +share/doc/stldoc/remove.html +share/doc/stldoc/remove_copy.html +share/doc/stldoc/remove_copy_if.html +share/doc/stldoc/remove_if.html +share/doc/stldoc/replace.html +share/doc/stldoc/replace_copy.html +share/doc/stldoc/replace_copy_if.html +share/doc/stldoc/replace_if.html +share/doc/stldoc/return_temporary_buffer.html +share/doc/stldoc/reverse.html +share/doc/stldoc/reverse_copy.html +share/doc/stldoc/rope +share/doc/stldoc/rope.h +share/doc/stldoc/ropeimpl.h +share/doc/stldoc/ropeimpl.html +share/doc/stldoc/rotate.html +share/doc/stldoc/rotate_copy.html +share/doc/stldoc/search.html +share/doc/stldoc/search_n.html +share/doc/stldoc/select1st.html +share/doc/stldoc/select2nd.html +share/doc/stldoc/sequence_buffer.html +share/doc/stldoc/sequence_concepts.h +share/doc/stldoc/set +share/doc/stldoc/set.h +share/doc/stldoc/set.html +share/doc/stldoc/set_difference.html +share/doc/stldoc/set_intersection.html +share/doc/stldoc/set_symmetric_difference.html +share/doc/stldoc/set_union.html +share/doc/stldoc/sgilogo.gif +share/doc/stldoc/slist +share/doc/stldoc/slist.h +share/doc/stldoc/sort.html +share/doc/stldoc/sort_heap.html +share/doc/stldoc/stable_partition.html +share/doc/stldoc/stable_sort.html +share/doc/stldoc/stack +share/doc/stldoc/stack.h +share/doc/stldoc/stack.html +share/doc/stldoc/standard_library.html +share/doc/stldoc/stdexcept +share/doc/stldoc/stl_algo.h +share/doc/stldoc/stl_algobase.h +share/doc/stldoc/stl_alloc.h +share/doc/stldoc/stl_bvector.h +share/doc/stldoc/stl_config.h +share/doc/stldoc/stl_construct.h +share/doc/stldoc/stl_ctraits_fns.h +share/doc/stldoc/stl_deque.h +share/doc/stldoc/stl_exception.h +share/doc/stldoc/stl_function.h +share/doc/stldoc/stl_hash_fun.h +share/doc/stldoc/stl_hash_map.h +share/doc/stldoc/stl_hash_set.h +share/doc/stldoc/stl_hashtable.h +share/doc/stldoc/stl_heap.h +share/doc/stldoc/stl_home.gif +share/doc/stldoc/stl_index.html +share/doc/stldoc/stl_index_cat.html +share/doc/stldoc/stl_introduction.html +share/doc/stldoc/stl_iterator.h +share/doc/stldoc/stl_iterator_base.h +share/doc/stldoc/stl_list.h +share/doc/stldoc/stl_map.h +share/doc/stldoc/stl_multimap.h +share/doc/stldoc/stl_multiset.h +share/doc/stldoc/stl_numeric.h +share/doc/stldoc/stl_pair.h +share/doc/stldoc/stl_queue.h +share/doc/stldoc/stl_range_errors.h +share/doc/stldoc/stl_raw_storage_iter.h +share/doc/stldoc/stl_relops.h +share/doc/stldoc/stl_rope.h +share/doc/stldoc/stl_set.h +share/doc/stldoc/stl_slist.h +share/doc/stldoc/stl_stack.h +share/doc/stldoc/stl_string_fwd.h +share/doc/stldoc/stl_tempbuf.h +share/doc/stldoc/stl_threads.h +share/doc/stldoc/stl_tree.h +share/doc/stldoc/stl_uninitialized.h +share/doc/stldoc/stl_vector.h +share/doc/stldoc/string +share/doc/stldoc/string_discussion.html +share/doc/stldoc/subtractive_rng.html +share/doc/stldoc/surf.gif +share/doc/stldoc/swap.html +share/doc/stldoc/swap_ranges.html +share/doc/stldoc/table_of_contents.html +share/doc/stldoc/tempbuf.h +share/doc/stldoc/temporary_buffer.html +share/doc/stldoc/thread_safety.html +share/doc/stldoc/times.html +share/doc/stldoc/transform.html +share/doc/stldoc/tree.h +share/doc/stldoc/trivial.html +share/doc/stldoc/type.gif +share/doc/stldoc/type_dot.gif +share/doc/stldoc/type_traits.h +share/doc/stldoc/unary_compose.html +share/doc/stldoc/unary_function.html +share/doc/stldoc/unary_negate.html +share/doc/stldoc/uninitialized_copy.html +share/doc/stldoc/uninitialized_copy_n.html +share/doc/stldoc/uninitialized_fill.html +share/doc/stldoc/uninitialized_fill_n.html +share/doc/stldoc/unique.html +share/doc/stldoc/unique_copy.html +share/doc/stldoc/upper_bound.html +share/doc/stldoc/utilities.gif +share/doc/stldoc/utility +share/doc/stldoc/valarray +share/doc/stldoc/value_type.html +share/doc/stldoc/vector +share/doc/stldoc/vector.h +share/doc/stldoc/whats_new.html +share/doc/stldoc/whitespace.gif +@dirrm share/doc/stldoc