pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

'Add pbseqan: PacBio patched and stripped down seqan'



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sat Sep 17 09:11:10 2016 -0500
Changeset:	3444c91390c52089301580a979a8f91d19df84df

Modified Files:
	Makefile
Added Files:
	pbseqan/DESCR
	pbseqan/Makefile
	pbseqan/PLIST
	pbseqan/TODO
	pbseqan/buildlink3.mk
	pbseqan/distinfo

Log Message:
'Add pbseqan: 	PacBio patched and stripped down seqan'

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3444c91390c52089301580a979a8f91d19df84df

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |   1 +
 pbseqan/DESCR         |   3 +
 pbseqan/Makefile      |  33 +++
 pbseqan/PLIST         | 658 ++++++++++++++++++++++++++++++++++++++++++++++++++
 pbseqan/TODO          |   1 +
 pbseqan/buildlink3.mk |  14 ++
 pbseqan/distinfo      |   6 +
 7 files changed, 716 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 82aa838..cb8685f 100644
--- a/Makefile
+++ b/Makefile
@@ -2394,6 +2394,7 @@ SUBDIR+=	paxtest
 SUBDIR+=	pbbam
 SUBDIR+=	pbbuttonsd
 SUBDIR+=	pbcopper
+SUBDIR+=	pbseqan
 SUBDIR+=	pcmanfm-qt
 SUBDIR+=	pcp
 SUBDIR+=	pcsx
diff --git a/pbseqan/DESCR b/pbseqan/DESCR
new file mode 100644
index 0000000..311be65
--- /dev/null
+++ b/pbseqan/DESCR
@@ -0,0 +1,3 @@
+Slimmed copy of the seqan repo from 2.0.0 with PacBio-specific changes.
+Will hopefully be eliminated in the future when patches are pulled into
+the standard seqan project.
diff --git a/pbseqan/Makefile b/pbseqan/Makefile
new file mode 100644
index 0000000..7766dba
--- /dev/null
+++ b/pbseqan/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Tue Sep 13 11:04:45 CDT 2016               #
+###########################################################
+
+DISTNAME=	pbseqan-${PORTVERSION}
+CATEGORIES=	biology
+MASTER_SITES=	${MASTER_SITE_GITHUB:=PacificBiosciences/}
+GITHUB_PROJECT=	seqan
+GITHUB_TAG=	a1fa79fd98923d2a017a792082e2e1252d05e9e3
+
+MAINTAINER=	bacon4000%gmail.com@localhost
+HOMEPAGE=	https://github.com/PacificBiosciences/seqan
+COMMENT=	PacBio patched and stripped down seqan
+LICENSE=	modified-bsd
+
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	pax
+NO_BUILD=	yes
+
+MAKE_JOBS_SAFE=	yes
+
+PORTVERSION=	2016.09.13
+
+INSTALLATION_DIRS=	include/PacBio
+
+do-install:
+	cd ${WRKSRC}/include/seqan && \
+		pax -rw . ${DESTDIR}${PREFIX}/include/PacBio/seqan
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pbseqan/PLIST b/pbseqan/PLIST
new file mode 100644
index 0000000..500f924
--- /dev/null
+++ b/pbseqan/PLIST
@@ -0,0 +1,658 @@
+@comment $NetBSD$
+include/PacBio/seqan/align/align_base.h
+include/PacBio/seqan/align/align_cols.h
+include/PacBio/seqan/align/align_config.h
+include/PacBio/seqan/align/align_iterator_base.h
+include/PacBio/seqan/align/alignment_algorithm_tags.h
+include/PacBio/seqan/align/alignment_operations.h
+include/PacBio/seqan/align/align_metafunctions.h
+include/PacBio/seqan/align/align_traceback.h
+include/PacBio/seqan/align/dp_algorithm_impl.h
+include/PacBio/seqan/align/dp_band.h
+include/PacBio/seqan/align/dp_cell_affine.h
+include/PacBio/seqan/align/dp_cell_dynamic.h
+include/PacBio/seqan/align/dp_cell.h
+include/PacBio/seqan/align/dp_cell_linear.h
+include/PacBio/seqan/align/dp_context.h
+include/PacBio/seqan/align/dp_formula_affine.h
+include/PacBio/seqan/align/dp_formula_dynamic.h
+include/PacBio/seqan/align/dp_formula.h
+include/PacBio/seqan/align/dp_formula_linear.h
+include/PacBio/seqan/align/dp_matrix.h
+include/PacBio/seqan/align/dp_matrix_navigator.h
+include/PacBio/seqan/align/dp_matrix_navigator_score_matrix.h
+include/PacBio/seqan/align/dp_matrix_navigator_score_matrix_sparse.h
+include/PacBio/seqan/align/dp_matrix_navigator_trace_matrix.h
+include/PacBio/seqan/align/dp_matrix_sparse.h
+include/PacBio/seqan/align/dp_meta_info.h
+include/PacBio/seqan/align/dp_profile.h
+include/PacBio/seqan/align/dp_scout.h
+include/PacBio/seqan/align/dp_setup.h
+include/PacBio/seqan/align/dp_traceback_adaptor.h
+include/PacBio/seqan/align/dp_traceback_impl.h
+include/PacBio/seqan/align/dp_trace_segment.h
+include/PacBio/seqan/align/evaluate_alignment.h
+include/PacBio/seqan/align_extend/align_extend_base.h
+include/PacBio/seqan/align_extend/align_extend.h
+include/PacBio/seqan/align_extend/dp_scout_xdrop.h
+include/PacBio/seqan/align_extend.h
+include/PacBio/seqan/align/fragment.h
+include/PacBio/seqan/align/gap_anchor.h
+include/PacBio/seqan/align/gapped_value_type.h
+include/PacBio/seqan/align/gaps_anchor.h
+include/PacBio/seqan/align/gaps_array.h
+include/PacBio/seqan/align/gaps_base.h
+include/PacBio/seqan/align/gaps_iterator_anchor.h
+include/PacBio/seqan/align/gaps_iterator_array.h
+include/PacBio/seqan/align/gaps_iterator_base.h
+include/PacBio/seqan/align/global_alignment_banded.h
+include/PacBio/seqan/align/global_alignment_hirschberg_impl.h
+include/PacBio/seqan/align/global_alignment_myers_hirschberg_impl.h
+include/PacBio/seqan/align/global_alignment_myers_impl.h
+include/PacBio/seqan/align/global_alignment_specialized.h
+include/PacBio/seqan/align/global_alignment_unbanded.h
+include/PacBio/seqan/align.h
+include/PacBio/seqan/align/local_alignment_banded.h
+include/PacBio/seqan/align/local_alignment_banded_waterman_eggert_impl.h
+include/PacBio/seqan/align/local_alignment_enumeration_banded.h
+include/PacBio/seqan/align/local_alignment_enumeration.h
+include/PacBio/seqan/align/local_alignment_enumeration_unbanded.h
+include/PacBio/seqan/align/local_alignment_unbanded.h
+include/PacBio/seqan/align/local_alignment_waterman_eggert_impl.h
+include/PacBio/seqan/align/matrix_base.h
+include/PacBio/seqan/alignment_free/af_d2.h
+include/PacBio/seqan/alignment_free/af_d2star.h
+include/PacBio/seqan/alignment_free/af_d2z.h
+include/PacBio/seqan/alignment_free/af_n2.h
+include/PacBio/seqan/alignment_free/alignment_free_base.h
+include/PacBio/seqan/alignment_free/alignment_free_comparison.h
+include/PacBio/seqan/alignment_free.h
+include/PacBio/seqan/alignment_free/kmer_functions.h
+include/PacBio/seqan/align_profile/add_to_profile.h
+include/PacBio/seqan/align_profile.h
+include/PacBio/seqan/align_profile/score_profile_seq.h
+include/PacBio/seqan/align_split/align_split_interface.h
+include/PacBio/seqan/align_split/dp_scout_split.h
+include/PacBio/seqan/align_split.h
+include/PacBio/seqan/arg_parse/arg_parse_argument.h
+include/PacBio/seqan/arg_parse/arg_parse_ctd_support.h
+include/PacBio/seqan/arg_parse/arg_parse_doc.h
+include/PacBio/seqan/arg_parse/arg_parse_exceptions.h
+include/PacBio/seqan/arg_parse/arg_parse_option.h
+include/PacBio/seqan/arg_parse/arg_parse_parse.h
+include/PacBio/seqan/arg_parse/arg_parse_type_support.h
+include/PacBio/seqan/arg_parse/argument_parser.h
+include/PacBio/seqan/arg_parse.h
+include/PacBio/seqan/arg_parse/tool_doc.h
+include/PacBio/seqan/arg_parse/xml_support.h
+include/PacBio/seqan/bam_io/bam_alignment_record.h
+include/PacBio/seqan/bam_io/bam_alignment_record_util.h
+include/PacBio/seqan/bam_io/bam_file.h
+include/PacBio/seqan/bam_io/bam_header_record.h
+include/PacBio/seqan/bam_io/bam_index_bai.h
+include/PacBio/seqan/bam_io/bam_io_context.h
+include/PacBio/seqan/bam_io/bam_sam_conversion.h
+include/PacBio/seqan/bam_io/bam_scanner_cache.h
+include/PacBio/seqan/bam_io/bam_tags_dict.h
+include/PacBio/seqan/bam_io/cigar.h
+include/PacBio/seqan/bam_io.h
+include/PacBio/seqan/bam_io/read_bam.h
+include/PacBio/seqan/bam_io/read_sam.h
+include/PacBio/seqan/bam_io/write_bam.h
+include/PacBio/seqan/bam_io/write_sam.h
+include/PacBio/seqan/basic/aggregate_concept.h
+include/PacBio/seqan/basic/allocator_chunkpool.h
+include/PacBio/seqan/basic/allocator_interface.h
+include/PacBio/seqan/basic/allocator_multipool.h
+include/PacBio/seqan/basic/allocator_simple.h
+include/PacBio/seqan/basic/allocator_singlepool.h
+include/PacBio/seqan/basic/allocator_to_std.h
+include/PacBio/seqan/basic/alphabet_adapt_builtins.h
+include/PacBio/seqan/basic/alphabet_bio.h
+include/PacBio/seqan/basic/alphabet_concept.h
+include/PacBio/seqan/basic/alphabet_math.h
+include/PacBio/seqan/basic/alphabet_profile.h
+include/PacBio/seqan/basic/alphabet_qualities.h
+include/PacBio/seqan/basic/alphabet_residue_funcs.h
+include/PacBio/seqan/basic/alphabet_residue.h
+include/PacBio/seqan/basic/alphabet_residue_tabs.h
+include/PacBio/seqan/basic/alphabet_simple_type.h
+include/PacBio/seqan/basic/alphabet_storage.h
+include/PacBio/seqan/basic/array_construct_destruct.h
+include/PacBio/seqan/basic/basic_aggregate.h
+include/PacBio/seqan/basic/basic_allocator.h
+include/PacBio/seqan/basic/basic_alphabet.h
+include/PacBio/seqan/basic/basic_concept.h
+include/PacBio/seqan/basic/basic_container.h
+include/PacBio/seqan/basic/basic_debug.h
+include/PacBio/seqan/basic/basic_device.h
+include/PacBio/seqan/basic/basic_exception.h
+include/PacBio/seqan/basic/basic_functors.h
+include/PacBio/seqan/basic/basic_fundamental.h
+include/PacBio/seqan/basic/basic_iterator.h
+include/PacBio/seqan/basic/basic_math.h
+include/PacBio/seqan/basic/basic_metaprogramming.h
+include/PacBio/seqan/basic/basic_parallelism.h
+include/PacBio/seqan/basic/basic_proxy.h
+include/PacBio/seqan/basic/basic_simd_vector.h
+include/PacBio/seqan/basic/basic_smart_pointer.h
+include/PacBio/seqan/basic/basic_stream.h
+include/PacBio/seqan/basic/basic_tangle.h
+include/PacBio/seqan/basic/basic_type.h
+include/PacBio/seqan/basic/basic_view.h
+include/PacBio/seqan/basic/boost_preprocessor_subset.h
+include/PacBio/seqan/basic/builtin_functions.h
+include/PacBio/seqan/basic/concept_checking.h
+include/PacBio/seqan/basic/container_concept.h
+include/PacBio/seqan/basic/debug_helper.h
+include/PacBio/seqan/basic/debug_test_system.h
+include/PacBio/seqan/basic/fundamental_chunking.h
+include/PacBio/seqan/basic/fundamental_comparison.h
+include/PacBio/seqan/basic/fundamental_concepts.h
+include/PacBio/seqan/basic/fundamental_conversion.h
+include/PacBio/seqan/basic/fundamental_metafunctions.h
+include/PacBio/seqan/basic/fundamental_tags.h
+include/PacBio/seqan/basic/fundamental_transport.h
+include/PacBio/seqan/basic.h
+include/PacBio/seqan/basic/holder_base.h
+include/PacBio/seqan/basic/holder_simple.h
+include/PacBio/seqan/basic/holder_tristate.h
+include/PacBio/seqan/basic/hosted_type_interface.h
+include/PacBio/seqan/basic/iterator_adaptor.h
+include/PacBio/seqan/basic/iterator_adapt_pointer.h
+include/PacBio/seqan/basic/iterator_adapt_std.h
+include/PacBio/seqan/basic/iterator_base.h
+include/PacBio/seqan/basic/iterator_concept.h
+include/PacBio/seqan/basic/iterator_counting.h
+include/PacBio/seqan/basic/iterator_interface.h
+include/PacBio/seqan/basic/iterator_position.h
+include/PacBio/seqan/basic/iterator_range.h
+include/PacBio/seqan/basic/macro_deprecated.h
+include/PacBio/seqan/basic/math_functions.h
+include/PacBio/seqan/basic/math_log_space_value.h
+include/PacBio/seqan/basic/metaprogramming_control.h
+include/PacBio/seqan/basic/metaprogramming_enable_if.h
+include/PacBio/seqan/basic/metaprogramming_logic.h
+include/PacBio/seqan/basic/metaprogramming_math.h
+include/PacBio/seqan/basic/metaprogramming_type_algebra.h
+include/PacBio/seqan/basic/metaprogramming_type.h
+include/PacBio/seqan/basic/pair_base.h
+include/PacBio/seqan/basic/pair_bit_compressed.h
+include/PacBio/seqan/basic/pair_packed.h
+include/PacBio/seqan/basic/profiling.h
+include/PacBio/seqan/basic/property_map_concept.h
+include/PacBio/seqan/basic/proxy_base.h
+include/PacBio/seqan/basic/proxy_iterator.h
+include/PacBio/seqan/basic/test_system.h
+include/PacBio/seqan/basic/triple_base.h
+include/PacBio/seqan/basic/triple_packed.h
+include/PacBio/seqan/basic/tuple_base.h
+include/PacBio/seqan/basic/tuple_bit_compressed.h
+include/PacBio/seqan/basic/volatile_ptr.h
+include/PacBio/seqan/bed_io/bed_file.h
+include/PacBio/seqan/bed_io/bed_record.h
+include/PacBio/seqan/bed_io.h
+include/PacBio/seqan/bed_io/read_bed.h
+include/PacBio/seqan/bed_io/write_bed.h
+include/PacBio/seqan/consensus/consensus_aligner.h
+include/PacBio/seqan/consensus/consensus_aligner_interface.h
+include/PacBio/seqan/consensus/consensus_alignment_options.h
+include/PacBio/seqan/consensus/consensus_base.h
+include/PacBio/seqan/consensus/consensus_builder.h
+include/PacBio/seqan/consensus/consensus_library.h
+include/PacBio/seqan/consensus/consensus_realign.h
+include/PacBio/seqan/consensus/consensus_score.h
+include/PacBio/seqan/consensus.h
+include/PacBio/seqan/consensus/overlap_info_computation.h
+include/PacBio/seqan/consensus/overlapper.h
+include/PacBio/seqan/file/file_base.h
+include/PacBio/seqan/file/file_cstyle.h
+include/PacBio/seqan/file/file_forwards.h
+include/PacBio/seqan/file/file_interface.h
+include/PacBio/seqan/file/file_mapping.h
+include/PacBio/seqan/file/file_page.h
+include/PacBio/seqan/file.h
+include/PacBio/seqan/file/string_external.h
+include/PacBio/seqan/file/string_mmap.h
+include/PacBio/seqan/find/find_abndm.h
+include/PacBio/seqan/find/find_ahocorasick.h
+include/PacBio/seqan/find/find_base.h
+include/PacBio/seqan/find/find_begin.h
+include/PacBio/seqan/find/find_bndm.h
+include/PacBio/seqan/find/find_bom.h
+include/PacBio/seqan/find/find_hamming_simple.h
+include/PacBio/seqan/find/find_horspool.h
+include/PacBio/seqan/find/find_lambda.h
+include/PacBio/seqan/find/find_multi.h
+include/PacBio/seqan/find/find_multiple_bfam.h
+include/PacBio/seqan/find/find_multiple_shiftand.h
+include/PacBio/seqan/find/find_myers_ukkonen.h
+include/PacBio/seqan/find/find_pattern_base.h
+include/PacBio/seqan/find/find_pex.h
+include/PacBio/seqan/find/find_score.h
+include/PacBio/seqan/find/find_set_horspool.h
+include/PacBio/seqan/find/find_shiftand.h
+include/PacBio/seqan/find/find_shiftor.h
+include/PacBio/seqan/find/find_simple.h
+include/PacBio/seqan/find/find_wild_shiftand.h
+include/PacBio/seqan/find/find_wumanber.h
+include/PacBio/seqan/find.h
+include/PacBio/seqan/gff_io/gff_file.h
+include/PacBio/seqan/gff_io/gff_io_base.h
+include/PacBio/seqan/gff_io.h
+include/PacBio/seqan/graph_algorithms/all_pairs_shortest_path.h
+include/PacBio/seqan/graph_algorithms/bellman_ford.h
+include/PacBio/seqan/graph_algorithms/bipartite_matching.h
+include/PacBio/seqan/graph_algorithms/breadth_first_search.h
+include/PacBio/seqan/graph_algorithms/connected_components.h
+include/PacBio/seqan/graph_algorithms/depth_first_search.h
+include/PacBio/seqan/graph_algorithms/dijkstra.h
+include/PacBio/seqan/graph_algorithms/floyd_warshall.h
+include/PacBio/seqan/graph_algorithms/ford_fulkerson.h
+include/PacBio/seqan/graph_algorithms/graph_algorithm_heap_tree.h
+include/PacBio/seqan/graph_algorithms/graph_algorithm_hmm.h
+include/PacBio/seqan/graph_algorithms/graph_algorithm_lis_his.h
+include/PacBio/seqan/graph_algorithms.h
+include/PacBio/seqan/graph_algorithms/kruskal.h
+include/PacBio/seqan/graph_algorithms/path_growing.h
+include/PacBio/seqan/graph_algorithms/prim.h
+include/PacBio/seqan/graph_algorithms/single_source_shortest_path.h
+include/PacBio/seqan/graph_algorithms/strongly_connected_compnents.h
+include/PacBio/seqan/graph_algorithms/topological_sort.h
+include/PacBio/seqan/graph_algorithms/transitive_closure.h
+include/PacBio/seqan/graph_algorithms/weakly_connected_components.h
+include/PacBio/seqan/graph_algorithms/weighted_bipartite_matching.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_aligngraph.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_align.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_annotation.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_exact.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_exact_iterative.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_fragment.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_inexact.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_scoring.h
+include/PacBio/seqan/graph_align/graph_impl_align_adapt.h
+include/PacBio/seqan/graph_align/graph_impl_align.h
+include/PacBio/seqan/graph_align.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_base.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_distance.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_guidetree.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_io.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_kmer.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_library.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_msa.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_progressive.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_refinement.h
+include/PacBio/seqan/graph_msa.h
+include/PacBio/seqan/graph_types/graph_base.h
+include/PacBio/seqan/graph_types/graph_drawing.h
+include/PacBio/seqan/graph_types/graph_edgestump.h
+include/PacBio/seqan/graph_types/graph_idmanager.h
+include/PacBio/seqan/graph_types/graph_impl_automaton.h
+include/PacBio/seqan/graph_types/graph_impl_directed.h
+include/PacBio/seqan/graph_types/graph_impl_hmm.h
+include/PacBio/seqan/graph_types/graph_impl_oracle.h
+include/PacBio/seqan/graph_types/graph_impl_tree.h
+include/PacBio/seqan/graph_types/graph_impl_trie.h
+include/PacBio/seqan/graph_types/graph_impl_undirected.h
+include/PacBio/seqan/graph_types/graph_impl_wordgraph.h
+include/PacBio/seqan/graph_types/graph_interface.h
+include/PacBio/seqan/graph_types/graph_iterator_adjacency.h
+include/PacBio/seqan/graph_types/graph_iterator_bfs.h
+include/PacBio/seqan/graph_types/graph_iterator_dfs.h
+include/PacBio/seqan/graph_types/graph_iterator_edge.h
+include/PacBio/seqan/graph_types/graph_iterator.h
+include/PacBio/seqan/graph_types/graph_iterator_outedge.h
+include/PacBio/seqan/graph_types/graph_iterator_vertex.h
+include/PacBio/seqan/graph_types/graph_utility_parsing.h
+include/PacBio/seqan/graph_types.h
+include/PacBio/seqan/graph_types/property_map_generic.h
+include/PacBio/seqan/graph_types/property_map_internal.h
+include/PacBio/seqan/graph_types/property_map_internal_pointer.h
+include/PacBio/seqan/index/find2_backtracking.h
+include/PacBio/seqan/index/find2_base.h
+include/PacBio/seqan/index/find2_functors.h
+include/PacBio/seqan/index/find2_index.h
+include/PacBio/seqan/index/find2_index_multi.h
+include/PacBio/seqan/index/find2_vstree_factory.h
+include/PacBio/seqan/index/find_backtracking.h
+include/PacBio/seqan/index/find_index_approx.h
+include/PacBio/seqan/index/find_index_esa.h
+include/PacBio/seqan/index/find_index.h
+include/PacBio/seqan/index/find_index_lambda.h
+include/PacBio/seqan/index/find_index_qgram.h
+include/PacBio/seqan/index/find_pigeonhole.h
+include/PacBio/seqan/index/find_quasar.h
+include/PacBio/seqan/index/find_swift.h
+include/PacBio/seqan/index.h
+include/PacBio/seqan/index/index_base.h
+include/PacBio/seqan/index/index_bwt.h
+include/PacBio/seqan/index/index_childtab.h
+include/PacBio/seqan/index/index_device.h
+include/PacBio/seqan/index/index_dfi.h
+include/PacBio/seqan/index/index_esa_algs.h
+include/PacBio/seqan/index/index_esa_algs_multi.h
+include/PacBio/seqan/index/index_esa_base.h
+include/PacBio/seqan/index/index_esa_drawing.h
+include/PacBio/seqan/index/index_esa_stree.h
+include/PacBio/seqan/index/index_fm_compressed_sa.h
+include/PacBio/seqan/index/index_fm_compressed_sa_iterator.h
+include/PacBio/seqan/index/index_fm_device.h
+include/PacBio/seqan/index/index_fm_dox.h
+include/PacBio/seqan/index/index_fm.h
+include/PacBio/seqan/index/index_fm_lf_table.h
+include/PacBio/seqan/index/index_fm_rank_dictionary_base.h
+include/PacBio/seqan/index/index_fm_rank_dictionary_levels.h
+include/PacBio/seqan/index/index_fm_rank_dictionary_naive.h
+include/PacBio/seqan/index/index_fm_rank_dictionary_wt.h
+include/PacBio/seqan/index/index_fm_right_array_binary_tree.h
+include/PacBio/seqan/index/index_fm_right_array_binary_tree_iterator.h
+include/PacBio/seqan/index/index_fm_sparse_string.h
+include/PacBio/seqan/index/index_fm_stree.h
+include/PacBio/seqan/index/index_forwards.h
+include/PacBio/seqan/index/index_lcp.h
+include/PacBio/seqan/index/index_lcp_tree.h
+include/PacBio/seqan/index/index_pizzachili_find.h
+include/PacBio/seqan/index/index_pizzachili.h
+include/PacBio/seqan/index/index_pizzachili_string.h
+include/PacBio/seqan/index/index_qgram_bucketrefinement.h
+include/PacBio/seqan/index/index_qgram.h
+include/PacBio/seqan/index/index_qgram_openaddressing.h
+include/PacBio/seqan/index/index_qgram_stree.h
+include/PacBio/seqan/index/index_sa_btree.h
+include/PacBio/seqan/index/index_sa_bwtwalk.h
+include/PacBio/seqan/index/index_sa_lss.h
+include/PacBio/seqan/index/index_sa_mm.h
+include/PacBio/seqan/index/index_sa_qsort.h
+include/PacBio/seqan/index/index_sa_stree.h
+include/PacBio/seqan/index/index_sa_truncated.h
+include/PacBio/seqan/index/index_shawarma.h
+include/PacBio/seqan/index/index_shims.h
+include/PacBio/seqan/index/index_skew3.h
+include/PacBio/seqan/index/index_skew7.h
+include/PacBio/seqan/index/index_skew7_multi.h
+include/PacBio/seqan/index/index_view.h
+include/PacBio/seqan/index/index_wotd.h
+include/PacBio/seqan/index/pipe_merger3.h
+include/PacBio/seqan/index/pipe_merger7.h
+include/PacBio/seqan/index/pizzachili_api.h
+include/PacBio/seqan/index/pump_extender3.h
+include/PacBio/seqan/index/pump_extender7.h
+include/PacBio/seqan/index/pump_lcp_core.h
+include/PacBio/seqan/index/pump_separator7.h
+include/PacBio/seqan/index/radix.h
+include/PacBio/seqan/index/repeat_base.h
+include/PacBio/seqan/index/shape_base.h
+include/PacBio/seqan/index/shape_gapped.h
+include/PacBio/seqan/index/shape_onegapped.h
+include/PacBio/seqan/index/shape_predefined.h
+include/PacBio/seqan/index/shape_threshold.h
+include/PacBio/seqan/journaled_set.h
+include/PacBio/seqan/journaled_set/journal_alignment_interface.h
+include/PacBio/seqan/journaled_set/journal_alignment_traceback_adaptor.h
+include/PacBio/seqan/journaled_set/journaled_set_base.h
+include/PacBio/seqan/journaled_set/journaled_set_impl.h
+include/PacBio/seqan/journaled_set/journaled_set_join_config.h
+include/PacBio/seqan/journaled_set/journaled_set_join_global_align_compact.h
+include/PacBio/seqan/journaled_set/journaled_set_join_global_align_manhatten.h
+include/PacBio/seqan/journaled_set/journaled_set_join.h
+include/PacBio/seqan/journaled_set/journaled_set_journal_trace_descriptor.h
+include/PacBio/seqan/journaled_set/score_biaffine.h
+include/PacBio/seqan/LICENSE
+include/PacBio/seqan/map.h
+include/PacBio/seqan/map/map_adapter_stl.h
+include/PacBio/seqan/map/map_base.h
+include/PacBio/seqan/map/map_chooser.h
+include/PacBio/seqan/map/map_skiplist.h
+include/PacBio/seqan/map/map_vector.h
+include/PacBio/seqan/map/sumlist.h
+include/PacBio/seqan/map/sumlist_mini.h
+include/PacBio/seqan/map/sumlist_skip.h
+include/PacBio/seqan/math.h
+include/PacBio/seqan/math/math_common_factor.h
+include/PacBio/seqan/math/math_operators.h
+include/PacBio/seqan/math/math_rational.h
+include/PacBio/seqan/misc/accumulators.h
+include/PacBio/seqan/misc/base.h
+include/PacBio/seqan/misc/bit_twiddling_functors.h
+include/PacBio/seqan/misc/bit_twiddling.h
+include/PacBio/seqan/misc/cuda.h
+include/PacBio/seqan/misc/dequeue.h
+include/PacBio/seqan/misc/edit_environment.h
+include/PacBio/seqan/misc/interval_tree.h
+include/PacBio/seqan/misc/map.h
+include/PacBio/seqan/misc/memset.h
+include/PacBio/seqan/misc/name_store_cache.h
+include/PacBio/seqan/misc/priority_type_base.h
+include/PacBio/seqan/misc/priority_type_heap.h
+include/PacBio/seqan/misc/set.h
+include/PacBio/seqan/misc/sse2.h
+include/PacBio/seqan/misc/svg.h
+include/PacBio/seqan/misc/terminal.h
+include/PacBio/seqan/misc/union_find.h
+include/PacBio/seqan/modifier/cyclic_shape.h
+include/PacBio/seqan/modifier.h
+include/PacBio/seqan/modifier/modifier_alphabet_expansion.h
+include/PacBio/seqan/modifier/modifier_alphabet.h
+include/PacBio/seqan/modifier/modifier_cyclic_shape.h
+include/PacBio/seqan/modifier/modifier_functors.h
+include/PacBio/seqan/modifier/modifier_iterator.h
+include/PacBio/seqan/modifier/modifier_reverse.h
+include/PacBio/seqan/modifier/modifier_shortcuts.h
+include/PacBio/seqan/modifier/modifier_string.h
+include/PacBio/seqan/modifier/modifier_view.h
+include/PacBio/seqan/parallel.h
+include/PacBio/seqan/parallel/parallel_algorithms.h
+include/PacBio/seqan/parallel/parallel_atomic_misc.h
+include/PacBio/seqan/parallel/parallel_atomic_primitives.h
+include/PacBio/seqan/parallel/parallel_lock.h
+include/PacBio/seqan/parallel/parallel_macros.h
+include/PacBio/seqan/parallel/parallel_queue.h
+include/PacBio/seqan/parallel/parallel_queue_suspendable.h
+include/PacBio/seqan/parallel/parallel_resource_pool.h
+include/PacBio/seqan/parallel/parallel_sequence.h
+include/PacBio/seqan/parallel/parallel_serializer.h
+include/PacBio/seqan/parallel/parallel_splitting.h
+include/PacBio/seqan/parallel/parallel_tags.h
+include/PacBio/seqan/parse_lm.h
+include/PacBio/seqan/parse_lm/local_match_store.h
+include/PacBio/seqan/parse_lm/parse_blastn_tabular.h
+include/PacBio/seqan/parse_lm/parse_lastz_general.h
+include/PacBio/seqan/parse_lm/parse_stellar_gff.h
+include/PacBio/seqan/pipe.h
+include/PacBio/seqan/pipe/pipe_base.h
+include/PacBio/seqan/pipe/pipe_caster.h
+include/PacBio/seqan/pipe/pipe_counter.h
+include/PacBio/seqan/pipe/pipe_echoer.h
+include/PacBio/seqan/pipe/pipe_edit_environment.h
+include/PacBio/seqan/pipe/pipe_filter.h
+include/PacBio/seqan/pipe/pipe_iterator.h
+include/PacBio/seqan/pipe/pipe_joiner.h
+include/PacBio/seqan/pipe/pipe_namer.h
+include/PacBio/seqan/pipe/pipe_sampler.h
+include/PacBio/seqan/pipe/pipe_shifter.h
+include/PacBio/seqan/pipe/pipe_source.h
+include/PacBio/seqan/pipe/pipe_tupler.h
+include/PacBio/seqan/pipe/pool_base.h
+include/PacBio/seqan/pipe/pool_mapper.h
+include/PacBio/seqan/pipe/pool_sorter.h
+include/PacBio/seqan/platform.h
+include/PacBio/seqan/platform/platform_gcc.h
+include/PacBio/seqan/platform/platform_icc.h
+include/PacBio/seqan/platform/platform_mingw.h
+include/PacBio/seqan/platform/platform_nvcc.h
+include/PacBio/seqan/platform/platform_pgi.h
+include/PacBio/seqan/platform/platform_solaris.h
+include/PacBio/seqan/platform/platform_windows.h
+include/PacBio/seqan/platform/windows_stdint.h
+include/PacBio/seqan/random/ext_MersenneTwister.h
+include/PacBio/seqan/random.h
+include/PacBio/seqan/random/random_base.h
+include/PacBio/seqan/random/random_beta.h
+include/PacBio/seqan/random/random_beta_kfunc.h
+include/PacBio/seqan/random/random_geometric.h
+include/PacBio/seqan/random/random_lognormal.h
+include/PacBio/seqan/random/random_mt19937.h
+include/PacBio/seqan/random/random_normal.h
+include/PacBio/seqan/random/random_rng_functor.h
+include/PacBio/seqan/random/random_shuffle.h
+include/PacBio/seqan/random/random_uniform.h
+include/PacBio/seqan/realign.h
+include/PacBio/seqan/realign/realign_base.h
+include/PacBio/seqan/realign/realign_helper_functions.h
+include/PacBio/seqan/reduced_aminoacid.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_base.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_base_late.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_cluster_red_base.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_cluster_red_tables_20_to_n_b62.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_cluster_red_tables_22_to_n_b62.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_cluster_red_tables_24_to_n_b62.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_murphy10_base.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_murphy10_tables.h
+include/PacBio/seqan/roi_io.h
+include/PacBio/seqan/roi_io/read_roi.h
+include/PacBio/seqan/roi_io/roi_file.h
+include/PacBio/seqan/roi_io/roi_io_context.h
+include/PacBio/seqan/roi_io/roi_record.h
+include/PacBio/seqan/roi_io/write_roi.h
+include/PacBio/seqan/score.h
+include/PacBio/seqan/score/score_base.h
+include/PacBio/seqan/score/score_edit.h
+include/PacBio/seqan/score/score_matrix_data.h
+include/PacBio/seqan/score/score_matrix.h
+include/PacBio/seqan/score/score_matrix_io.h
+include/PacBio/seqan/score/score_simple.h
+include/PacBio/seqan/seeds/banded_chain_alignment.h
+include/PacBio/seqan/seeds/banded_chain_alignment_impl.h
+include/PacBio/seqan/seeds/banded_chain_alignment_profile.h
+include/PacBio/seqan/seeds/banded_chain_alignment_scout.h
+include/PacBio/seqan/seeds/banded_chain_alignment_traceback.h
+include/PacBio/seqan/seeds/basic_iter_indirect.h
+include/PacBio/seqan/seeds.h
+include/PacBio/seqan/seeds/seeds_base.h
+include/PacBio/seqan/seeds/seeds_combination.h
+include/PacBio/seqan/seeds/seeds_extension.h
+include/PacBio/seqan/seeds/seeds_global_chaining_base.h
+include/PacBio/seqan/seeds/seeds_global_chaining_gusfield.h
+include/PacBio/seqan/seeds/seeds_global_chaining.h
+include/PacBio/seqan/seeds/seeds_seed_base.h
+include/PacBio/seqan/seeds/seeds_seed_chained.h
+include/PacBio/seqan/seeds/seeds_seed_diagonal.h
+include/PacBio/seqan/seeds/seeds_seed_set_base.h
+include/PacBio/seqan/seeds/seeds_seed_set_non_scored.h
+include/PacBio/seqan/seeds/seeds_seed_set_scored.h
+include/PacBio/seqan/seeds/seeds_seed_set_unordered.h
+include/PacBio/seqan/seeds/seeds_seed_simple.h
+include/PacBio/seqan/seq_io/fai_index.h
+include/PacBio/seqan/seq_io/fasta_fastq.h
+include/PacBio/seqan/seq_io/genomic_region.h
+include/PacBio/seqan/seq_io.h
+include/PacBio/seqan/seq_io/read_embl.h
+include/PacBio/seqan/seq_io/read_genbank.h
+include/PacBio/seqan/seq_io/sequence_file.h
+include/PacBio/seqan/sequence/adapt_array_pointer.h
+include/PacBio/seqan/sequence/adapt_std_list.h
+include/PacBio/seqan/sequence/adapt_std_string.h
+include/PacBio/seqan/sequence/adapt_std_vector.h
+include/PacBio/seqan/sequence/adapt_thrust_vector.h
+include/PacBio/seqan/sequence/container_view.h
+include/PacBio/seqan/sequence.h
+include/PacBio/seqan/sequence/iter_concat_virtual.h
+include/PacBio/seqan/sequence_journaled.h
+include/PacBio/seqan/sequence_journaled/journal_entries_sorted_array.h
+include/PacBio/seqan/sequence_journaled/journal_entry.h
+include/PacBio/seqan/sequence_journaled/sequence_journaled.h
+include/PacBio/seqan/sequence_journaled/sequence_journaled_iterator_fast.h
+include/PacBio/seqan/sequence_journaled/sequence_journaled_iterator.h
+include/PacBio/seqan/sequence/segment_base.h
+include/PacBio/seqan/sequence/segment_infix.h
+include/PacBio/seqan/sequence/segment_prefix.h
+include/PacBio/seqan/sequence/segment_suffix.h
+include/PacBio/seqan/sequence/segment_utils.h
+include/PacBio/seqan/sequence/sequence_concatenator.h
+include/PacBio/seqan/sequence/sequence_forwards.h
+include/PacBio/seqan/sequence/sequence_interface.h
+include/PacBio/seqan/sequence/sequence_lexical.h
+include/PacBio/seqan/sequence/sequence_shortcuts.h
+include/PacBio/seqan/sequence/string_alloc.h
+include/PacBio/seqan/sequence/string_array.h
+include/PacBio/seqan/sequence/string_base.h
+include/PacBio/seqan/sequence/string_block.h
+include/PacBio/seqan/sequence/string_cstyle.h
+include/PacBio/seqan/sequence/string_packed.h
+include/PacBio/seqan/sequence/string_packed_old.h
+include/PacBio/seqan/sequence/string_set_base.h
+include/PacBio/seqan/sequence/string_set_concat_direct.h
+include/PacBio/seqan/sequence/string_set_dependent_generous.h
+include/PacBio/seqan/sequence/string_set_dependent_tight.h
+include/PacBio/seqan/sequence/string_set_device.h
+include/PacBio/seqan/sequence/string_set_owner.h
+include/PacBio/seqan/sequence/string_set_segment.h
+include/PacBio/seqan/sequence/string_set_view.h
+include/PacBio/seqan/simple_intervals_io.h
+include/PacBio/seqan/simple_intervals_io/simple_intervals_file.h
+include/PacBio/seqan/simple_intervals_io/simple_intervals_io.h
+include/PacBio/seqan/statistics.h
+include/PacBio/seqan/statistics/statistics_base.h
+include/PacBio/seqan/statistics/statistics_markov_model.h
+include/PacBio/seqan/store.h
+include/PacBio/seqan/store/store_align.h
+include/PacBio/seqan/store/store_align_intervals.h
+include/PacBio/seqan/store/store_all.h
+include/PacBio/seqan/store/store_annotation.h
+include/PacBio/seqan/store/store_base.h
+include/PacBio/seqan/store/store_contig.h
+include/PacBio/seqan/store/store_intervaltree.h
+include/PacBio/seqan/store/store_io_gff.h
+include/PacBio/seqan/store/store_io.h
+include/PacBio/seqan/store/store_io_sam.h
+include/PacBio/seqan/store/store_io_ucsc.h
+include/PacBio/seqan/store/store_library.h
+include/PacBio/seqan/store/store_matepair.h
+include/PacBio/seqan/store/store_read.h
+include/PacBio/seqan/stream/adapt_ios.h
+include/PacBio/seqan/stream/buffered_stream.h
+include/PacBio/seqan/stream/file_stream.h
+include/PacBio/seqan/stream/formatted_file.h
+include/PacBio/seqan/stream/guess_format.h
+include/PacBio/seqan/stream.h
+include/PacBio/seqan/stream/iostream_bgzf.h
+include/PacBio/seqan/stream/iostream_bgzf_impl.h
+include/PacBio/seqan/stream/iostream_bzip2.h
+include/PacBio/seqan/stream/iostream_bzip2_impl.h
+include/PacBio/seqan/stream/iostream_zip.h
+include/PacBio/seqan/stream/iostream_zip_impl.h
+include/PacBio/seqan/stream/iostream_zutil.h
+include/PacBio/seqan/stream/iter_stream.h
+include/PacBio/seqan/stream/lexical_cast.h
+include/PacBio/seqan/stream/stream_base.h
+include/PacBio/seqan/stream/stream_compressor.h
+include/PacBio/seqan/stream/tokenization.h
+include/PacBio/seqan/stream/virtual_stream.h
+include/PacBio/seqan/system/file_async.h
+include/PacBio/seqan/system/file_directory.h
+include/PacBio/seqan/system/file_forwards.h
+include/PacBio/seqan/system/file_sync.h
+include/PacBio/seqan/system.h
+include/PacBio/seqan/system/system_base.h
+include/PacBio/seqan/system/system_condition.h
+include/PacBio/seqan/system/system_critical_section.h
+include/PacBio/seqan/system/system_event.h
+include/PacBio/seqan/system/system_forwards.h
+include/PacBio/seqan/system/system_mutex.h
+include/PacBio/seqan/system/system_thread.h
+include/PacBio/seqan/translation.h
+include/PacBio/seqan/translation/translation.h
+include/PacBio/seqan/translation/translation_tables.h
+include/PacBio/seqan/ucsc_io.h
+include/PacBio/seqan/ucsc_io/ucsc_file.h
+include/PacBio/seqan/ucsc_io/ucsc_io.h
+include/PacBio/seqan/ucsc_io/ucsc_record.h
+include/PacBio/seqan/vcf_io.h
+include/PacBio/seqan/vcf_io/read_vcf.h
+include/PacBio/seqan/vcf_io/vcf_file.h
+include/PacBio/seqan/vcf_io/vcf_header.h
+include/PacBio/seqan/vcf_io/vcf_header_record.h
+include/PacBio/seqan/vcf_io/vcf_io_context.h
+include/PacBio/seqan/vcf_io/vcf_record.h
+include/PacBio/seqan/vcf_io/write_vcf.h
+include/PacBio/seqan/version.h
diff --git a/pbseqan/TODO b/pbseqan/TODO
new file mode 100644
index 0000000..b687356
--- /dev/null
+++ b/pbseqan/TODO
@@ -0,0 +1 @@
+Clean up and test
diff --git a/pbseqan/buildlink3.mk b/pbseqan/buildlink3.mk
new file mode 100644
index 0000000..d5276c8
--- /dev/null
+++ b/pbseqan/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	pbseqan
+
+.if !defined(PBSEQAN_BUILDLINK3_MK)
+PBSEQAN_BUILDLINK3_MK:=
+
+BUILDLINK_DEPMETHOD.pbseqan?=	build
+
+BUILDLINK_API_DEPENDS.pbseqan+=	pbseqan>=2016.09.13
+BUILDLINK_PKGSRCDIR.pbseqan?=	../../wip/pbseqan
+.endif	# PBSEQAN_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-pbseqan
diff --git a/pbseqan/distinfo b/pbseqan/distinfo
new file mode 100644
index 0000000..2130b34
--- /dev/null
+++ b/pbseqan/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pbseqan-2016.09.13-a1fa79fd98923d2a017a792082e2e1252d05e9e3.tar.gz) = 9dcdb9ff18e4cf2c23e90e856a507c026e82646e
+RMD160 (pbseqan-2016.09.13-a1fa79fd98923d2a017a792082e2e1252d05e9e3.tar.gz) = 55fbbd70ce7f3dc1b3c89a1d604d8bf90a1fe479
+SHA512 (pbseqan-2016.09.13-a1fa79fd98923d2a017a792082e2e1252d05e9e3.tar.gz) = d2294a4e0736672e6211f9e370ad38d0472e67e66986009e4c9857545843069c233f6fe5501225e775b5b17732b81e8dca8823c6d74fda845bc18d366c9afa14
+Size (pbseqan-2016.09.13-a1fa79fd98923d2a017a792082e2e1252d05e9e3.tar.gz) = 1526537 bytes


Home | Main Index | Thread Index | Old Index