aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/R-cran-chron/Makefile21
-rw-r--r--devel/R-cran-chron/distinfo2
-rw-r--r--devel/R-cran-chron/pkg-descr4
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 808a47cd95e3..af0a17a26bee 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -11,6 +11,7 @@
SUBDIR += R-cran-Defaults
SUBDIR += R-cran-bitops
SUBDIR += R-cran-caret
+ SUBDIR += R-cran-chron
SUBDIR += R-cran-foreach
SUBDIR += R-cran-gsubfn
SUBDIR += R-cran-iterators
diff --git a/devel/R-cran-chron/Makefile b/devel/R-cran-chron/Makefile
new file mode 100644
index 000000000000..6211b29f672e
--- /dev/null
+++ b/devel/R-cran-chron/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: chron
+# Date created: 2012-08-22
+# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= chron
+DISTVERSION= 2.3-42
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= skreuzer@FreeBSD.org
+COMMENT= R package for creating objects which can handle dates and times
+
+LICENSE= GPLv2
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-chron/distinfo b/devel/R-cran-chron/distinfo
new file mode 100644
index 000000000000..03668c1e09bc
--- /dev/null
+++ b/devel/R-cran-chron/distinfo
@@ -0,0 +1,2 @@
+SHA256 (chron_2.3-42.tar.gz) = be1e46879d16fa6da1321b5bcc00146df45adacbd725866e56c8ecc5b2419949
+SIZE (chron_2.3-42.tar.gz) = 34806
diff --git a/devel/R-cran-chron/pkg-descr b/devel/R-cran-chron/pkg-descr
new file mode 100644
index 000000000000..74c1df2a3796
--- /dev/null
+++ b/devel/R-cran-chron/pkg-descr
@@ -0,0 +1,4 @@
+R package to create chronological objects which represent
+dates and times of day.
+
+WWW: http://cran.r-project.org/web/packages/chron/