aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-bitops
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2011-08-29 03:10:06 +0800
committertota <tota@FreeBSD.org>2011-08-29 03:10:06 +0800
commit6155c9f06db2e1d4b165cbfd05981eb2a346804a (patch)
treeb46e43c5b2104f90cdb2851d2b3d2f4b9ae96a8a /devel/R-cran-bitops
parent6e779e78cad352ed339e17b16b23f457cde2026e (diff)
downloadfreebsd-ports-gnome-6155c9f06db2e1d4b165cbfd05981eb2a346804a.tar.gz
freebsd-ports-gnome-6155c9f06db2e1d4b165cbfd05981eb2a346804a.tar.zst
freebsd-ports-gnome-6155c9f06db2e1d4b165cbfd05981eb2a346804a.zip
- Add a new port: devel/R-cran-bitops
Functions for Bitwise operations on integer vectors WWW: http://cran.r-project.org/web/packages/bitops/
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/