svn commit: r450952 - in head/devel: . R-cran-sfsmisc

TAKATSU Tomonari tota at FreeBSD.org
Sat Sep 30 09:07:11 UTC 2017


Author: tota
Date: Sat Sep 30 09:07:09 2017
New Revision: 450952
URL: https://svnweb.freebsd.org/changeset/ports/450952

Log:
  - Add new port: devel/R-cran-sfsmisc
  
    Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich,
    quite a few related to graphics; some were ported from S-plus.
  
    WWW: https://cran.r-project.org/web/packages/sfsmisc/

Added:
  head/devel/R-cran-sfsmisc/
  head/devel/R-cran-sfsmisc/Makefile   (contents, props changed)
  head/devel/R-cran-sfsmisc/distinfo   (contents, props changed)
  head/devel/R-cran-sfsmisc/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Sep 30 09:02:06 2017	(r450951)
+++ head/devel/Makefile	Sat Sep 30 09:07:09 2017	(r450952)
@@ -59,6 +59,7 @@
     SUBDIR += R-cran-rngtools
     SUBDIR += R-cran-rprojroot
     SUBDIR += R-cran-rstudioapi
+    SUBDIR += R-cran-sfsmisc
     SUBDIR += R-cran-sourcetools
     SUBDIR += R-cran-tibble
     SUBDIR += R-cran-tidyr

Added: head/devel/R-cran-sfsmisc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-sfsmisc/Makefile	Sat Sep 30 09:07:09 2017	(r450952)
@@ -0,0 +1,16 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	sfsmisc
+DISTVERSION=	1.1-1
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Utilities from 'Seminar fuer Statistik' ETH Zurich
+
+LICENSE=	GPLv2+
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-sfsmisc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-sfsmisc/distinfo	Sat Sep 30 09:07:09 2017	(r450952)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1506680576
+SHA256 (sfsmisc_1.1-1.tar.gz) = 0eaab03d3023233f4e869616a5cbc58939f8ac8fa0f94ae1d1dd7d4fb95ff54b
+SIZE (sfsmisc_1.1-1.tar.gz) = 168607

Added: head/devel/R-cran-sfsmisc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-sfsmisc/pkg-descr	Sat Sep 30 09:07:09 2017	(r450952)
@@ -0,0 +1,4 @@
+Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich,
+quite a few related to graphics; some were ported from S-plus.
+
+WWW: https://cran.r-project.org/web/packages/sfsmisc/


More information about the svn-ports-all mailing list