Date: Sun, 8 Nov 2015 09:13:29 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401045 - in head/devel: . R-cran-BH Message-ID: <201511080913.tA89DTSm096452@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Nov 8 09:13:29 2015 New Revision: 401045 URL: https://svnweb.freebsd.org/changeset/ports/401045 Log: - Add new port: devel/R-cran-BH 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. WWW: https://cran.r-project.org/web/packages/BH/ Added: head/devel/R-cran-BH/ head/devel/R-cran-BH/Makefile (contents, props changed) head/devel/R-cran-BH/distinfo (contents, props changed) head/devel/R-cran-BH/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 8 08:34:47 2015 (r401044) +++ head/devel/Makefile Sun Nov 8 09:13:29 2015 (r401045) @@ -8,6 +8,7 @@ SUBDIR += ElectricFence SUBDIR += ORBit2 SUBDIR += ORBit2-reference + SUBDIR += R-cran-BH SUBDIR += R-cran-Defaults SUBDIR += R-cran-Hmisc SUBDIR += R-cran-R6 Added: head/devel/R-cran-BH/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-BH/Makefile Sun Nov 8 09:13:29 2015 (r401045) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= BH +DISTVERSION= 1.58.0-1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Boost C++ Header Files + +LICENSE= BSL + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/devel/R-cran-BH/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-BH/distinfo Sun Nov 8 09:13:29 2015 (r401045) @@ -0,0 +1,2 @@ +SHA256 (BH_1.58.0-1.tar.gz) = eee2798c8782dccf48a7365c172fd58e3877fe9abfc7084cdd57ac98b8e7369f +SIZE (BH_1.58.0-1.tar.gz) = 8727864 Added: head/devel/R-cran-BH/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-BH/pkg-descr Sun Nov 8 09:13:29 2015 (r401045) @@ -0,0 +1,9 @@ +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. + +WWW: https://cran.r-project.org/web/packages/BH/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511080913.tA89DTSm096452>