Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 17:25:31 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529989 - in head/math: . rankwidth
Message-ID:  <202003311725.02VHPW4T051512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Tue Mar 31 17:25:31 2020
New Revision: 529989
URL: https://svnweb.freebsd.org/changeset/ports/529989

Log:
  Adding rankwidth / rw, a program to calculate rank-width and rank-
  decompositions.
  
  To be used by SageMath.

Added:
  head/math/rankwidth/
  head/math/rankwidth/Makefile   (contents, props changed)
  head/math/rankwidth/distinfo   (contents, props changed)
  head/math/rankwidth/pkg-descr   (contents, props changed)
  head/math/rankwidth/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Mar 31 16:27:30 2020	(r529988)
+++ head/math/Makefile	Tue Mar 31 17:25:31 2020	(r529989)
@@ -840,6 +840,7 @@
     SUBDIR += qtiplot-doc
     SUBDIR += qwtplot3d
     SUBDIR += randlib
+    SUBDIR += rankwidth
     SUBDIR += rapid
     SUBDIR += reduce
     SUBDIR += reduce-psl

Added: head/math/rankwidth/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rankwidth/Makefile	Tue Mar 31 17:25:31 2020	(r529989)
@@ -0,0 +1,23 @@
+# Created by: thierry@pompo.net
+# $FreeBSD$
+
+PORTNAME=	rw
+PORTVERSION=	0.8
+CATEGORIES=	math
+MASTER_SITES=	SF/rankwidth/
+
+MAINTAINER=	thierry@FreeBSD.org
+COMMENT=	Calculation of rank-width and rank-decompositions
+
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	libigraph.so:math/igraph
+
+USES=		autoreconf libtool localbase pkgconfig
+
+OPTIONS_DEFINE=	DOCS
+
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>

Added: head/math/rankwidth/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rankwidth/distinfo	Tue Mar 31 17:25:31 2020	(r529989)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585644841
+SHA256 (rw-0.8.tar.gz) = 60fd5320bef28a5156284fc224534376405f2655c6777a12a05fcacc0576d700
+SIZE (rw-0.8.tar.gz) = 217215

Added: head/math/rankwidth/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rankwidth/pkg-descr	Tue Mar 31 17:25:31 2020	(r529989)
@@ -0,0 +1,7 @@
+rw calculates rank-width and rank-decompositions. It is based on ideas from
+"Computing rank-width exactly" by Sang-il Oum, "Sopra una formula numerica" by
+Ernesto Pascal, "Generation of a Vector from the Lexicographical Index" by B.P.
+Buckles and M. Lybanon and "Fast additions on masked integers" by Michael D.
+Adams and David S. Wise.
+
+WWW: https://sourceforge.net/projects/rankwidth/

Added: head/math/rankwidth/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rankwidth/pkg-plist	Tue Mar 31 17:25:31 2020	(r529989)
@@ -0,0 +1,10 @@
+bin/rw
+include/rw.h
+lib/librw.a
+lib/librw.so
+lib/librw.so.0
+lib/librw.so.0.0.0
+%%PORTDOCS%%%%DOCSDIR%%/Hängematte
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/grid
+%%PORTDOCS%%%%DOCSDIR%%/igrid



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