svn commit: r444440 - in head/science: . R-cran-udunits2

TAKATSU Tomonari tota at FreeBSD.org
Tue Jun 27 03:36:05 UTC 2017


Author: tota
Date: Tue Jun 27 03:36:03 2017
New Revision: 444440
URL: https://svnweb.freebsd.org/changeset/ports/444440

Log:
  - Add new port: science/R-cran-udunits2
  
    Provides simple bindings to Unidata's udunits library.
  
    WWW: https://cran.r-project.org/web/packages/udunits2/

Added:
  head/science/R-cran-udunits2/
  head/science/R-cran-udunits2/Makefile   (contents, props changed)
  head/science/R-cran-udunits2/distinfo   (contents, props changed)
  head/science/R-cran-udunits2/pkg-descr   (contents, props changed)
Modified:
  head/science/Makefile   (contents, props changed)

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Tue Jun 27 03:11:13 2017	(r444439)
+++ head/science/Makefile	Tue Jun 27 03:36:03 2017	(r444440)
@@ -16,6 +16,7 @@
     SUBDIR += R-cran-etm
     SUBDIR += R-cran-snow
     SUBDIR += R-cran-som
+    SUBDIR += R-cran-udunits2
     SUBDIR += afni
     SUBDIR += avogadro
     SUBDIR += bddsolve

Added: head/science/R-cran-udunits2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/R-cran-udunits2/Makefile	Tue Jun 27 03:36:03 2017	(r444440)
@@ -0,0 +1,19 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	udunits2
+PORTVERSION=	0.13
+CATEGORIES=	science
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Udunits-2 Bindings for R
+
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	libudunits2.so:science/udunits \
+		libexpat.so:textproc/expat2
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/science/R-cran-udunits2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/R-cran-udunits2/distinfo	Tue Jun 27 03:36:03 2017	(r444440)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498444694
+SHA256 (udunits2_0.13.tar.gz) = d155d3c07f6202b65dec4075ffd1e1c3f4f35f5fdece8cfb319d39256a3e5b79
+SIZE (udunits2_0.13.tar.gz) = 67182

Added: head/science/R-cran-udunits2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/R-cran-udunits2/pkg-descr	Tue Jun 27 03:36:03 2017	(r444440)
@@ -0,0 +1,3 @@
+Provides simple bindings to Unidata's udunits library.
+
+WWW: https://cran.r-project.org/web/packages/udunits2/


More information about the svn-ports-head mailing list