aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-bitops
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-08-28 19:10:06 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-08-28 19:10:06 +0000
commit1bb4c339de88c0dfeb2da5c1a1d571b95d966825 (patch)
treebad5f8811ff8dd9e1dd0c88a66c49eccd8c9d3f8 /devel/R-cran-bitops
parent3e00b12630ad2dbe034fea5e11120873a15b7af1 (diff)
downloadports-1bb4c339de88c0dfeb2da5c1a1d571b95d966825.tar.gz
ports-1bb4c339de88c0dfeb2da5c1a1d571b95d966825.zip
Notes
Diffstat (limited to 'devel/R-cran-bitops')
-rw-r--r--devel/R-cran-bitops/Makefile20
-rw-r--r--devel/R-cran-bitops/distinfo2
-rw-r--r--devel/R-cran-bitops/pkg-descr3
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/