pkgsrc/devel/mdds1.2/Makefile
wiz c2a89949c5 Updated mdds1.2 to 1.2.1.
mdds 1.2.1

* multi_type_vector

  * added size() method to the element block type, which returns the
    actual size of the element block, instead of the cached size value
    stored in the parent structure that stores the element block.

  * fixed a double-deletion bug in the swap() method which would
    triggered when used with a managed element block.

* mtv::collection

  * fixed collection iterator's get() method to properly return values
    from the boolean element block.
2016-06-30 17:39:44 +00:00

22 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.2 2016/06/30 17:39:44 wiz Exp $
DISTNAME= mdds-1.2.1
PKGNAME= ${DISTNAME:S/mdds/mdds1.2/}
CATEGORIES= devel
MASTER_SITES= http://kohei.us/files/mdds/src/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gitlab.com/mdds/mdds
COMMENT= Collection of multi-dimensional data structure and indexing algorithms (1.2 branch)
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"