pkgsrc-WIP-changes archive

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

mdds: remove, used for updating the pkgsrc version.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Feb 13 09:46:26 2016 +0100
Changeset:	24a7c00361b510cbde048566b9a287f7df0952a3

Modified Files:
	Makefile
Removed Files:
	mdds/DESCR
	mdds/Makefile
	mdds/PLIST
	mdds/buildlink3.mk
	mdds/distinfo

Log Message:
mdds: remove, used for updating the pkgsrc version.

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

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

diffstat:
 Makefile           |  1 -
 mdds/DESCR         |  9 ---------
 mdds/Makefile      | 22 ----------------------
 mdds/PLIST         | 32 --------------------------------
 mdds/buildlink3.mk | 14 --------------
 mdds/distinfo      |  6 ------
 6 files changed, 84 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index d34a98e..7524886 100644
--- a/Makefile
+++ b/Makefile
@@ -1800,7 +1800,6 @@ SUBDIR+=	mcl
 SUBDIR+=	mcwm
 SUBDIR+=	mdadm
 SUBDIR+=	mdbtools
-SUBDIR+=	mdds
 SUBDIR+=	mediawiki-mode
 SUBDIR+=	meep
 SUBDIR+=	meep-mpi
diff --git a/mdds/DESCR b/mdds/DESCR
deleted file mode 100644
index df5a443..0000000
--- a/mdds/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-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
diff --git a/mdds/Makefile b/mdds/Makefile
deleted file mode 100644
index ee8a5a8..0000000
--- a/mdds/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.28 2015/08/12 00:45:18 ryoon Exp $
-
-DISTNAME=	mdds_1.0.0
-PKGNAME=	${DISTNAME:S/_/-/}
-CATEGORIES=	devel
-MASTER_SITES=	http://kohei.us/files/mdds/src/
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://gitlab.com/mdds/mdds
-COMMENT=	Collection of multi-dimensional data structure and indexing algorithms
-LICENSE=	mit
-
-GNU_CONFIGURE=		yes
-USE_LANGUAGES=		c c++
-USE_TOOLS+=		gmake
-PKGCONFIG_OVERRIDE+=	misc/mdds.pc.in
-
-BUILDLINK_DEPMETHOD.boost-headers?=	build
-.include "../../devel/boost-headers/buildlink3.mk"
-.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/mdds/PLIST b/mdds/PLIST
deleted file mode 100644
index 845f859..0000000
--- a/mdds/PLIST
+++ /dev/null
@@ -1,32 +0,0 @@
-@comment $NetBSD$
-include/mdds-1.0/mdds/default_deleter.hpp
-include/mdds-1.0/mdds/flat_segment_tree.hpp
-include/mdds-1.0/mdds/flat_segment_tree_def.inl
-include/mdds-1.0/mdds/flat_segment_tree_itr.hpp
-include/mdds-1.0/mdds/global.hpp
-include/mdds-1.0/mdds/multi_type_matrix.hpp
-include/mdds-1.0/mdds/multi_type_matrix_def.inl
-include/mdds-1.0/mdds/multi_type_vector.hpp
-include/mdds-1.0/mdds/multi_type_vector_custom_func1.hpp
-include/mdds-1.0/mdds/multi_type_vector_custom_func2.hpp
-include/mdds-1.0/mdds/multi_type_vector_custom_func3.hpp
-include/mdds-1.0/mdds/multi_type_vector_def.inl
-include/mdds-1.0/mdds/multi_type_vector_itr.hpp
-include/mdds-1.0/mdds/multi_type_vector_macro.hpp
-include/mdds-1.0/mdds/multi_type_vector_trait.hpp
-include/mdds-1.0/mdds/multi_type_vector_types.hpp
-include/mdds-1.0/mdds/node.hpp
-include/mdds-1.0/mdds/point_quad_tree.hpp
-include/mdds-1.0/mdds/quad_node.hpp
-include/mdds-1.0/mdds/rectangle_set.hpp
-include/mdds-1.0/mdds/rectangle_set_def.inl
-include/mdds-1.0/mdds/segment_tree.hpp
-include/mdds-1.0/mdds/segment_tree_def.inl
-include/mdds-1.0/mdds/sorted_string_map.hpp
-include/mdds-1.0/mdds/sorted_string_map_def.inl
-share/doc/mdds-1.0/AUTHORS
-share/doc/mdds-1.0/COPYING
-share/doc/mdds-1.0/NEWS
-share/doc/mdds-1.0/README.md
-share/doc/mdds-1.0/VERSION
-share/pkgconfig/mdds-1.0.pc
diff --git a/mdds/buildlink3.mk b/mdds/buildlink3.mk
deleted file mode 100644
index fb9f415..0000000
--- a/mdds/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	mdds
-
-.if !defined(MDDS_BUILDLINK3_MK)
-MDDS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.mdds+=	mdds>=1.0.0
-BUILDLINK_PKGSRCDIR.mdds?=	../../wip/mdds
-
-.include "../../devel/boost-libs/buildlink3.mk"
-.endif	# MDDS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-mdds
diff --git a/mdds/distinfo b/mdds/distinfo
deleted file mode 100644
index 5f787e3..0000000
--- a/mdds/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (mdds_1.0.0.tar.bz2) = 07184e0f8912d61227d62a6698ebda53b34afae4
-RMD160 (mdds_1.0.0.tar.bz2) = aa89c35f3f13fa81b7e2aa738803e75aba65ac3d
-SHA512 (mdds_1.0.0.tar.bz2) = 12a77beab99fc26e8376c513a2c95dbee1645ae0765838ff1cadeefeb312b1e5524862461de51ed2e5d900f4166cbe03dd2eea8f1014ce79ae40357d34b65aef
-Size (mdds_1.0.0.tar.bz2) = 166619 bytes


Home | Main Index | Thread Index | Old Index