diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/R-cran-bitops/Makefile | 20 | ||||
-rw-r--r-- | devel/R-cran-bitops/distinfo | 2 | ||||
-rw-r--r-- | devel/R-cran-bitops/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 353daf93d4a8..195c3fadc319 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -8,6 +8,7 @@ SUBDIR += ORBit SUBDIR += ORBit2 SUBDIR += ORBit2-reference + SUBDIR += R-cran-bitops SUBDIR += SpecTcl SUBDIR += ZendOptimizer SUBDIR += aap diff --git a/devel/R-cran-bitops/Makefile b/devel/R-cran-bitops/Makefile new file mode 100644 index 000000000000..50af9ad19ee1 --- /dev/null +++ b/devel/R-cran-bitops/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: R-cran-bitops +# Date created: 2011-08-28 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= bitops +DISTVERSION= 1.0-4.1 +CATEGORIES= devel +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Functions for Bitwise operations + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/R-cran-bitops/distinfo b/devel/R-cran-bitops/distinfo new file mode 100644 index 000000000000..fc608d4653c6 --- /dev/null +++ b/devel/R-cran-bitops/distinfo @@ -0,0 +1,2 @@ +SHA256 (bitops_1.0-4.1.tar.gz) = b936090021049989d25eda2632ef49e24266215d4ab1a52be27eb2ae30c65154 +SIZE (bitops_1.0-4.1.tar.gz) = 8001 diff --git a/devel/R-cran-bitops/pkg-descr b/devel/R-cran-bitops/pkg-descr new file mode 100644 index 000000000000..f13c1e95b70e --- /dev/null +++ b/devel/R-cran-bitops/pkg-descr @@ -0,0 +1,3 @@ +Functions for Bitwise operations on integer vectors + +WWW: http://cran.r-project.org/web/packages/bitops/ |