diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-04-01 09:36:48 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-04-01 09:36:48 +0000 |
commit | 54d8521f487cc146a15f1e665d8f570867c8a75e (patch) | |
tree | e4ad3cdf1bf5f38032d583231ce360c89c029ea2 /math | |
parent | 6941cf441e777e4b96ea9a9d3ae525776083a849 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/rankwidth/Makefile | 27 | ||||
-rw-r--r-- | math/rankwidth/distinfo | 3 | ||||
-rw-r--r-- | math/rankwidth/pkg-descr | 7 | ||||
-rw-r--r-- | math/rankwidth/pkg-plist | 10 |
5 files changed, 48 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index d845b9917870..d237e6c463ee 100644 --- a/math/Makefile +++ b/math/Makefile @@ -842,6 +842,7 @@ SUBDIR += qtiplot-doc SUBDIR += qwtplot3d SUBDIR += randlib + SUBDIR += rankwidth SUBDIR += rapid SUBDIR += reduce SUBDIR += reduce-psl diff --git a/math/rankwidth/Makefile b/math/rankwidth/Makefile new file mode 100644 index 000000000000..e649d1acac74 --- /dev/null +++ b/math/rankwidth/Makefile @@ -0,0 +1,27 @@ +# Created by: thierry@pompo.net +# $FreeBSD$ + +PORTNAME= rankwidth # Also known as: rw +PORTVERSION= 0.8 +CATEGORIES= math +MASTER_SITES= SF/${PORTNAME}/ +DISTNAME= rw-${PORTVERSION} + +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 + +CONFLICTS_INSTALL= rw-* + +OPTIONS_DEFINE= DOCS + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +DOCSDIR= ${PREFIX}/share/doc/rw + +.include <bsd.port.mk> diff --git a/math/rankwidth/distinfo b/math/rankwidth/distinfo new file mode 100644 index 000000000000..e1c872d1d6a5 --- /dev/null +++ b/math/rankwidth/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1585644841 +SHA256 (rw-0.8.tar.gz) = 60fd5320bef28a5156284fc224534376405f2655c6777a12a05fcacc0576d700 +SIZE (rw-0.8.tar.gz) = 217215 diff --git a/math/rankwidth/pkg-descr b/math/rankwidth/pkg-descr new file mode 100644 index 000000000000..0210ebd44e42 --- /dev/null +++ b/math/rankwidth/pkg-descr @@ -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/ diff --git a/math/rankwidth/pkg-plist b/math/rankwidth/pkg-plist new file mode 100644 index 000000000000..fe155e750c66 --- /dev/null +++ b/math/rankwidth/pkg-plist @@ -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 |