Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2020 15:27:20 +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: r529897 - in head/math: . planarity
Message-ID:  <202003301527.02UFRKln097971@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Mon Mar 30 15:27:19 2020
New Revision: 529897
URL: https://svnweb.freebsd.org/changeset/ports/529897

Log:
  Adding planarity, the Edge Addition Planarity Suite, to be used by SageMath.

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Mon Mar 30 15:26:07 2020	(r529896)
+++ head/math/Makefile	Mon Mar 30 15:27:19 2020	(r529897)
@@ -691,6 +691,7 @@
     SUBDIR += physcalc
     SUBDIR += picosat
     SUBDIR += piranha
+    SUBDIR += planarity
     SUBDIR += plman
     SUBDIR += ploticus
     SUBDIR += ploticus-nox11

Added: head/math/planarity/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/planarity/Makefile	Mon Mar 30 15:27:19 2020	(r529897)
@@ -0,0 +1,24 @@
+# Created by: thierry@pompo.net
+# $FreeBSD$
+
+PORTNAME=	planarity
+PORTVERSION=	3.0.0.5
+DISTVERSIONPREFIX=	Version_
+CATEGORIES=	math
+
+MAINTAINER=	thierry@FreeBSD.org
+COMMENT=	Edge Addition Planarity Suite
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	graph-algorithms
+GH_PROJECT=	edge-addition-planarity-suite
+
+USES=		autoreconf libtool
+
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>

Added: head/math/planarity/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/planarity/distinfo	Mon Mar 30 15:27:19 2020	(r529897)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585576072
+SHA256 (graph-algorithms-edge-addition-planarity-suite-Version_3.0.0.5_GH0.tar.gz) = a019eedf67087bba1996c8b9ad47a6f1cda166c2d8976f13bfcff5c0d23e5578
+SIZE (graph-algorithms-edge-addition-planarity-suite-Version_3.0.0.5_GH0.tar.gz) = 164344

Added: head/math/planarity/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/planarity/pkg-descr	Mon Mar 30 15:27:19 2020	(r529897)
@@ -0,0 +1,9 @@
+This code project provides a library for implementing graph algorithms as well
+as implementations of several planarity-related graph algorithms. The origin of
+this project is the reference implementation for the Edge Addition Planarity
+Algorithm, which is now the fastest and simplest linear-time method for
+planar graph embedding and planarity obstruction isolation (i.e. Kuratowski
+subgraph isolation).
+
+WWW: http://dx.doi.org/10.7155/jgaa.00091
+WWW: https://github.com/graph-algorithms/edge-addition-planarity-suite/

Added: head/math/planarity/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/planarity/pkg-plist	Mon Mar 30 15:27:19 2020	(r529897)
@@ -0,0 +1,24 @@
+bin/planarity
+include/planarity/appconst.h
+include/planarity/graph.h
+include/planarity/graphDrawPlanar.h
+include/planarity/graphDrawPlanar.private.h
+include/planarity/graphExtensions.h
+include/planarity/graphExtensions.private.h
+include/planarity/graphFunctionTable.h
+include/planarity/graphK23Search.h
+include/planarity/graphK23Search.private.h
+include/planarity/graphK33Search.h
+include/planarity/graphK33Search.private.h
+include/planarity/graphK4Search.h
+include/planarity/graphK4Search.private.h
+include/planarity/graphStructures.h
+include/planarity/listcoll.h
+include/planarity/planarity.h
+include/planarity/platformTime.h
+include/planarity/stack.h
+lib/libplanarity.a
+lib/libplanarity.so
+lib/libplanarity.so.0
+lib/libplanarity.so.0.0.0
+man/man1/planarity.1.gz



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