From owner-svn-ports-head@freebsd.org Mon Aug 10 12:23:18 2015 Return-Path: Delivered-To: svn-ports-head@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 8419199ED45; Mon, 10 Aug 2015 12:23:18 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5B2FBFB4; Mon, 10 Aug 2015 12:23:18 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7ACNImh020170; Mon, 10 Aug 2015 12:23:18 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7ACNHCw020166; Mon, 10 Aug 2015 12:23:17 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201508101223.t7ACNHCw020166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 10 Aug 2015 12:23:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393859 - in head/devel: . R-cran-registry X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 12:23:18 -0000 Author: tota Date: Mon Aug 10 12:23:16 2015 New Revision: 393859 URL: https://svnweb.freebsd.org/changeset/ports/393859 Log: - Add new port: devel/R-cran-registry Provides a generic infrastructure for creating and using registries. WWW: https://cran.r-project.org/web/packages/registry/ Added: head/devel/R-cran-registry/ head/devel/R-cran-registry/Makefile (contents, props changed) head/devel/R-cran-registry/distinfo (contents, props changed) head/devel/R-cran-registry/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Aug 10 12:03:26 2015 (r393858) +++ head/devel/Makefile Mon Aug 10 12:23:16 2015 (r393859) @@ -34,6 +34,7 @@ SUBDIR += R-cran-plyr SUBDIR += R-cran-proto SUBDIR += R-cran-randomForest + SUBDIR += R-cran-registry SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 SUBDIR += SpecTcl Added: head/devel/R-cran-registry/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-registry/Makefile Mon Aug 10 12:23:16 2015 (r393859) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= registry +PORTVERSION= 0.3 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Registry infrastructure + +LICENSE= GPLv2 + +USES= cran:auto-plist + +.include Added: head/devel/R-cran-registry/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-registry/distinfo Mon Aug 10 12:23:16 2015 (r393859) @@ -0,0 +1,2 @@ +SHA256 (registry_0.3.tar.gz) = 58a5c43b8012ca5e509fa29a8daf6f24f097b8eb021a723f6a9c33db1dd3f430 +SIZE (registry_0.3.tar.gz) = 177554 Added: head/devel/R-cran-registry/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-registry/pkg-descr Mon Aug 10 12:23:16 2015 (r393859) @@ -0,0 +1,3 @@ +Provides a generic infrastructure for creating and using registries. + +WWW: https://cran.r-project.org/web/packages/registry/