svn commit: r446648 - in head/math: . R-cran-combinat

Wen Heping wen at FreeBSD.org
Wed Jul 26 08:44:51 UTC 2017


Author: wen
Date: Wed Jul 26 08:44:49 2017
New Revision: 446648
URL: https://svnweb.freebsd.org/changeset/ports/446648

Log:
  Routines for combinatorics.
  
  WWW: https://cran.r-project.org/package=conmbinat
  
  PR:		220060
  Submitted by:	pfg@

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Wed Jul 26 08:33:01 2017	(r446647)
+++ head/math/Makefile	Wed Jul 26 08:44:49 2017	(r446648)
@@ -31,6 +31,7 @@
     SUBDIR += R-cran-bdsmatrix
     SUBDIR += R-cran-car
     SUBDIR += R-cran-coda
+    SUBDIR += R-cran-combinat
     SUBDIR += R-cran-deldir
     SUBDIR += R-cran-dlmodeler
     SUBDIR += R-cran-dplyr

Added: head/math/R-cran-combinat/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-combinat/Makefile	Wed Jul 26 08:44:49 2017	(r446648)
@@ -0,0 +1,16 @@
+# Created by: Pedro Giffuni
+# $FreeBSD$
+
+PORTNAME=	combinat
+DISTVERSION=	0.0-8
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	pfg at FreeBSD.org
+COMMENT=	Routines for combinatorics
+
+LICENSE=	GPLv2
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-combinat/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-combinat/distinfo	Wed Jul 26 08:44:49 2017	(r446648)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1497644116
+SHA256 (combinat_0.0-8.tar.gz) = 1513cf6b6ed74865bfdd9f8ca58feae12b62f38965d1a32c6130bef810ca30c1
+SIZE (combinat_0.0-8.tar.gz) = 9197

Added: head/math/R-cran-combinat/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-combinat/pkg-descr	Wed Jul 26 08:44:49 2017	(r446648)
@@ -0,0 +1,3 @@
+Routines for combinatorics.
+
+WWW: https://cran.r-project.org/package=conmbinat


More information about the svn-ports-all mailing list