Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

9
devel/mdds/DESCR Normal file
View File

@@ -0,0 +1,9 @@
Multi-Dimensional Data Structure (mdds)
A collection of multi-dimensional data structure and indexing algorithm.
It implements the following data structure:
* flat segment tree
* segment tree
* rectangle set

35
devel/mdds/Makefile Normal file
View File

@@ -0,0 +1,35 @@
# $NetBSD: Makefile,v 1.14 2013/02/15 11:54:02 obache Exp $
#
DISTNAME= mdds_0.6.1
PKGNAME= ${DISTNAME:S/_/-/}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://multidimalgorithm.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/multidimalgorithm/
COMMENT= Collection of multi-dimensional data structure and indexing algorithms
LICENSE= mit
USE_LANGUAGES= c++
GNU_CONFIGURE= yes
INSTALLATION_DIRS= include/mdds/hash_container
do-build:
do-install:
for i in ${WRKSRC}/include/mdds/*.*; do \
${INSTALL_DATA} $$i ${DESTDIR}${PREFIX}/include/mdds; \
done
rm -f ${DESTDIR}${PREFIX}/include/mdds/*orig
for i in ${WRKSRC}/include/mdds/hash_container/*.*; do \
${INSTALL_DATA} $$i \
${DESTDIR}${PREFIX}/include/mdds/hash_container; \
done
BUILDLINK_DEPMETHOD.boost-headers?= build
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

28
devel/mdds/PLIST Normal file
View File

@@ -0,0 +1,28 @@
@comment $NetBSD: PLIST,v 1.3 2012/07/29 20:02:15 wiz Exp $
include/mdds/default_deleter.hpp
include/mdds/flat_segment_tree.hpp
include/mdds/flat_segment_tree_def.inl
include/mdds/flat_segment_tree_itr.hpp
include/mdds/global.hpp
include/mdds/hash_container/map.hpp
include/mdds/mixed_type_matrix.hpp
include/mdds/mixed_type_matrix_def.inl
include/mdds/mixed_type_matrix_element.hpp
include/mdds/mixed_type_matrix_flag_storage.hpp
include/mdds/mixed_type_matrix_storage.hpp
include/mdds/mixed_type_matrix_storage_filled_linear.inl
include/mdds/mixed_type_matrix_storage_sparse.inl
include/mdds/multi_type_matrix.hpp
include/mdds/multi_type_matrix_def.inl
include/mdds/multi_type_vector.hpp
include/mdds/multi_type_vector_def.inl
include/mdds/multi_type_vector_itr.hpp
include/mdds/multi_type_vector_macro.hpp
include/mdds/multi_type_vector_trait.hpp
include/mdds/multi_type_vector_types.hpp
include/mdds/node.hpp
include/mdds/point_quad_tree.hpp
include/mdds/quad_node.hpp
include/mdds/rectangle_set.hpp
include/mdds/rectangle_set_def.inl
include/mdds/segment_tree.hpp

16
devel/mdds/buildlink3.mk Normal file
View File

@@ -0,0 +1,16 @@
# $NetBSD: buildlink3.mk,v 1.1 2011/04/10 11:07:43 wiz Exp $
BUILDLINK_TREE+= mdds
.if !defined(MDDS_BUILDLINK3_MK)
MDDS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.mdds+= mdds>=0.5.2
BUILDLINK_PKGSRCDIR.mdds?= ../../devel/mdds
# only contains header files
BUILDLINK_DEPMETHOD.mdds?= build
.include "../../devel/boost-headers/buildlink3.mk"
.endif # MDDS_BUILDLINK3_MK
BUILDLINK_TREE+= -mdds

5
devel/mdds/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.7 2012/10/02 17:27:02 wiz Exp $
SHA1 (mdds_0.6.1.tar.bz2) = e6b6235700c7808196fa84c05281a05047e2fdb0
RMD160 (mdds_0.6.1.tar.bz2) = 2af2f21b3272a8b81f5814046934d639f7fa1b98
Size (mdds_0.6.1.tar.bz2) = 128115 bytes