From owner-svn-ports-all@freebsd.org Sun Nov 8 09:13:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A7A9A2671F; Sun, 8 Nov 2015 09:13:31 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 183CF1D98; Sun, 8 Nov 2015 09:13:31 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA89DU12096456; Sun, 8 Nov 2015 09:13:30 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA89DTSm096452; Sun, 8 Nov 2015 09:13:29 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511080913.tA89DTSm096452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 09:13:29 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 09:13:31 -0000 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 +# $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 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/