Date: Wed, 9 Aug 2017 06:30:49 +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: r447591 - in head/devel: . R-cran-pkgconfig Message-ID: <201708090630.v796UnTN040258@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Wed Aug 9 06:30:49 2017 New Revision: 447591 URL: https://svnweb.freebsd.org/changeset/ports/447591 Log: - Add new port: devel/R-cran-pkgconfig Set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected. WWW: https://cran.r-project.org/web/packages/pkgconfig/ Added: head/devel/R-cran-pkgconfig/ head/devel/R-cran-pkgconfig/Makefile (contents, props changed) head/devel/R-cran-pkgconfig/distinfo (contents, props changed) head/devel/R-cran-pkgconfig/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 9 03:09:26 2017 (r447590) +++ head/devel/Makefile Wed Aug 9 06:30:49 2017 (r447591) @@ -38,6 +38,7 @@ SUBDIR += R-cran-magrittr SUBDIR += R-cran-memoise SUBDIR += R-cran-microbenchmark + SUBDIR += R-cran-pkgconfig SUBDIR += R-cran-pkgmaker SUBDIR += R-cran-plogr SUBDIR += R-cran-plyr Added: head/devel/R-cran-pkgconfig/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-pkgconfig/Makefile Wed Aug 9 06:30:49 2017 (r447591) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pkgconfig +PORTVERSION= 2.0.1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Private Configuration for 'R' Packages + +LICENSE= MIT + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/devel/R-cran-pkgconfig/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-pkgconfig/distinfo Wed Aug 9 06:30:49 2017 (r447591) @@ -0,0 +1,3 @@ +TIMESTAMP = 1500863048 +SHA256 (pkgconfig_2.0.1.tar.gz) = ab02b2a4b639ba94dcba882a059fe9cddae5498a4309841f764b62ec46ba5a40 +SIZE (pkgconfig_2.0.1.tar.gz) = 6084 Added: head/devel/R-cran-pkgconfig/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-pkgconfig/pkg-descr Wed Aug 9 06:30:49 2017 (r447591) @@ -0,0 +1,5 @@ +Set configuration options on a per-package basis. Options set by a +given package only apply to that package, other packages are +unaffected. + +WWW: https://cran.r-project.org/web/packages/pkgconfig/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708090630.v796UnTN040258>