Received: by mail.netbsd.org (Postfix, from userid 605) id EA20084DB2; Wed, 11 Apr 2018 15:23:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E4F8584DB2 for ; Wed, 11 Apr 2018 15:23:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GWP14H8v67qy for ; Wed, 11 Apr 2018 15:23:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F267384CD1 for ; Wed, 11 Apr 2018 15:23:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA686FBEC; Wed, 11 Apr 2018 15:23:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1523460232256110" MIME-Version: 1.0 Date: Wed, 11 Apr 2018 15:23:52 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/devel/R-BH To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180411152352.EA686FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1523460232256110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Wed Apr 11 15:23:52 UTC 2018 Added Files: pkgsrc/devel/R-BH: DESCR Makefile buildlink3.mk distinfo Log Message: devel/R-BH: Import version 1.66.0.1 Boost provides free peer-reviewed portable C++ source libraries. A large part of Boost is provided as C++ template code which is resolved entirely at compile-time without linking. This package aims to provide the most useful subset of Boost libraries for template use among CRAN package. By placing these libraries in this package, we offer a more efficient distribution system for CRAN as replication of this code in the sources of other packages is avoided. As of release 1.65.0-1, the following Boost libraries are included: 'algorithm' 'align' 'any' 'atomic' 'bimap' 'bind' 'circular_buffer' 'compute' 'concept' 'config' 'container' 'date'_'time' 'detail' 'dynamic_bitset' 'exception' 'filesystem' 'flyweight' 'foreach' 'functional' 'fusion' 'geometry' 'graph' 'heap' 'icl' 'integer' 'interprocess' 'intrusive' 'io' 'iostreams' 'iterator' 'math' 'move' 'mpl' 'multiprcecision' 'numeric' 'pending' 'phoenix' 'preprocessor' 'propery_tree' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort' 'spirit' 'tuple' 'type_traits' 'typeof' 'unordered' 'utility' 'uuid'. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-BH/DESCR pkgsrc/devel/R-BH/Makefile \ pkgsrc/devel/R-BH/buildlink3.mk pkgsrc/devel/R-BH/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1523460232256110 Content-Disposition: inline Content-Length: 2983 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/R-BH/DESCR diff -u /dev/null pkgsrc/devel/R-BH/DESCR:1.1 --- /dev/null Wed Apr 11 15:23:52 2018 +++ pkgsrc/devel/R-BH/DESCR Wed Apr 11 15:23:52 2018 @@ -0,0 +1,16 @@ +Boost provides free peer-reviewed portable C++ source libraries. A +large part of Boost is provided as C++ template code which is resolved +entirely at compile-time without linking. This package aims to +provide the most useful subset of Boost libraries for template use +among CRAN package. By placing these libraries in this package, we +offer a more efficient distribution system for CRAN as replication of +this code in the sources of other packages is avoided. As of release +1.65.0-1, the following Boost libraries are included: 'algorithm' +'align' 'any' 'atomic' 'bimap' 'bind' 'circular_buffer' 'compute' +'concept' 'config' 'container' 'date'_'time' 'detail' 'dynamic_bitset' +'exception' 'filesystem' 'flyweight' 'foreach' 'functional' 'fusion' +'geometry' 'graph' 'heap' 'icl' 'integer' 'interprocess' 'intrusive' +'io' 'iostreams' 'iterator' 'math' 'move' 'mpl' 'multiprcecision' +'numeric' 'pending' 'phoenix' 'preprocessor' 'propery_tree' 'random' +'range' 'scope_exit' 'smart_ptr' 'sort' 'spirit' 'tuple' 'type_traits' +'typeof' 'unordered' 'utility' 'uuid'. Index: pkgsrc/devel/R-BH/Makefile diff -u /dev/null pkgsrc/devel/R-BH/Makefile:1.1 --- /dev/null Wed Apr 11 15:23:52 2018 +++ pkgsrc/devel/R-BH/Makefile Wed Apr 11 15:23:52 2018 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2018/04/11 15:23:52 minskim Exp $ + +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= minskim@NetBSD.org +COMMENT= Boost C++ Header Files +LICENSE= boost-license + +R_PKGNAME= BH +R_PKGVER= 1.66.0-1 + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/R-BH/buildlink3.mk diff -u /dev/null pkgsrc/devel/R-BH/buildlink3.mk:1.1 --- /dev/null Wed Apr 11 15:23:52 2018 +++ pkgsrc/devel/R-BH/buildlink3.mk Wed Apr 11 15:23:52 2018 @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2018/04/11 15:23:52 minskim Exp $ + +BUILDLINK_TREE+= R-BH + +.if !defined(R_BH_BUILDLINK3_MK) +R_BH_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.R-BH+= R-BH>=1.66.0.1 +BUILDLINK_DEPMETHOD.R-BH?= build +BUILDLINK_PKGSRCDIR.R-BH?= ../../devel/R-BH +.endif # R_BH_BUILDLINK3_MK + +BUILDLINK_TREE+= -R-BH Index: pkgsrc/devel/R-BH/distinfo diff -u /dev/null pkgsrc/devel/R-BH/distinfo:1.1 --- /dev/null Wed Apr 11 15:23:52 2018 +++ pkgsrc/devel/R-BH/distinfo Wed Apr 11 15:23:52 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/04/11 15:23:52 minskim Exp $ + +SHA1 (R/BH_1.66.0-1.tar.gz) = afddd33153a8c957a52c4d98e7ae3ee5e9651d26 +RMD160 (R/BH_1.66.0-1.tar.gz) = e45177775cdd349de7f70a5ed5f0dfeec55629e5 +SHA512 (R/BH_1.66.0-1.tar.gz) = c3f05ef8a52f98578e7beb2c71e0f15a38eeb2317a45767ef3b8ffabd33ff839a53a030fe24b185d2103e726d1174bdf34fb1338914fa0dc706df22b24ff4c5c +Size (R/BH_1.66.0-1.tar.gz) = 11583445 bytes --_----------=_1523460232256110--