svn commit: r449378 - in head/devel: . R-cran-hms
TAKATSU Tomonari
tota at FreeBSD.org
Wed Sep 6 22:35:43 UTC 2017
Author: tota
Date: Wed Sep 6 22:35:41 2017
New Revision: 449378
URL: https://svnweb.freebsd.org/changeset/ports/449378
Log:
- Add new port: devel/R-cran-hms
Implements an S3 class for storing and formatting time-of-day values,
based on the 'difftime' class.
WWW: https://cran.r-project.org/web/packages/hms/
Added:
head/devel/R-cran-hms/
head/devel/R-cran-hms/Makefile (contents, props changed)
head/devel/R-cran-hms/distinfo (contents, props changed)
head/devel/R-cran-hms/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile (contents, props changed)
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Sep 6 21:51:47 2017 (r449377)
+++ head/devel/Makefile Wed Sep 6 22:35:41 2017 (r449378)
@@ -35,6 +35,7 @@
SUBDIR += R-cran-gmodels
SUBDIR += R-cran-gsubfn
SUBDIR += R-cran-gtools
+ SUBDIR += R-cran-hms
SUBDIR += R-cran-iterators
SUBDIR += R-cran-itertools
SUBDIR += R-cran-magrittr
Added: head/devel/R-cran-hms/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-hms/Makefile Wed Sep 6 22:35:41 2017 (r449378)
@@ -0,0 +1,16 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= hms
+PORTVERSION= 0.3
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota at FreeBSD.org
+COMMENT= Pretty Time of Day
+
+LICENSE= GPLv3
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
Added: head/devel/R-cran-hms/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-hms/distinfo Wed Sep 6 22:35:41 2017 (r449378)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1504684615
+SHA256 (hms_0.3.tar.gz) = 9368259cbc1094ce0e4cf61544875ec30088ef690d6667e6b0b564218ab3ff88
+SIZE (hms_0.3.tar.gz) = 7271
Added: head/devel/R-cran-hms/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-hms/pkg-descr Wed Sep 6 22:35:41 2017 (r449378)
@@ -0,0 +1,4 @@
+Implements an S3 class for storing and formatting time-of-day values,
+based on the 'difftime' class.
+
+WWW: https://cran.r-project.org/web/packages/hms/
More information about the svn-ports-head
mailing list