diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-08-28 19:10:06 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-08-28 19:10:06 +0000 |
commit | 1bb4c339de88c0dfeb2da5c1a1d571b95d966825 (patch) | |
tree | bad5f8811ff8dd9e1dd0c88a66c49eccd8c9d3f8 /devel/R-cran-bitops | |
parent | 3e00b12630ad2dbe034fea5e11120873a15b7af1 (diff) |
Notes
Diffstat (limited to 'devel/R-cran-bitops')
-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 |
3 files changed, 25 insertions, 0 deletions
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/ |