Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2017 08:44:49 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446648 - in head/math: . R-cran-combinat
Message-ID:  <201707260844.v6Q8inFG075771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707260844.v6Q8inFG075771>