mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Add new port: science/R-cran-udunits2
Provides simple bindings to Unidata's udunits library. WWW: https://cran.r-project.org/web/packages/udunits2/
This commit is contained in:
parent
6ddf84da23
commit
844398cd55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444440
@ -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
|
||||
|
19
science/R-cran-udunits2/Makefile
Normal file
19
science/R-cran-udunits2/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= udunits2
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= science
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@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>
|
3
science/R-cran-udunits2/distinfo
Normal file
3
science/R-cran-udunits2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1498444694
|
||||
SHA256 (udunits2_0.13.tar.gz) = d155d3c07f6202b65dec4075ffd1e1c3f4f35f5fdece8cfb319d39256a3e5b79
|
||||
SIZE (udunits2_0.13.tar.gz) = 67182
|
3
science/R-cran-udunits2/pkg-descr
Normal file
3
science/R-cran-udunits2/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Provides simple bindings to Unidata's udunits library.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/udunits2/
|
Loading…
Reference in New Issue
Block a user