svn commit: r530209 - in head: math math/rankwidth sysutils/rw
Thierry Thomas
thierry at FreeBSD.org
Wed Apr 1 09:37:02 UTC 2020
Author: thierry
Date: Wed Apr 1 09:36:48 2020
New Revision: 530209
URL: https://svnweb.freebsd.org/changeset/ports/530209
Log:
Resurrect rw, with PKGNAME=rankwidth, and set a conflict with sysutils/rw.
Added:
head/math/rankwidth/
- copied from r530011, head/math/rankwidth/
Modified:
head/math/Makefile
head/math/rankwidth/Makefile
head/sysutils/rw/Makefile
Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile Wed Apr 1 09:32:18 2020 (r530208)
+++ head/math/Makefile Wed Apr 1 09:36:48 2020 (r530209)
@@ -842,6 +842,7 @@
SUBDIR += qtiplot-doc
SUBDIR += qwtplot3d
SUBDIR += randlib
+ SUBDIR += rankwidth
SUBDIR += rapid
SUBDIR += reduce
SUBDIR += reduce-psl
Modified: head/math/rankwidth/Makefile
==============================================================================
--- head/math/rankwidth/Makefile Tue Mar 31 20:24:05 2020 (r530011)
+++ head/math/rankwidth/Makefile Wed Apr 1 09:36:48 2020 (r530209)
@@ -1,10 +1,11 @@
# Created by: thierry at pompo.net
# $FreeBSD$
-PORTNAME= rw
+PORTNAME= rankwidth # Also known as: rw
PORTVERSION= 0.8
CATEGORIES= math
-MASTER_SITES= SF/rankwidth/
+MASTER_SITES= SF/${PORTNAME}/
+DISTNAME= rw-${PORTVERSION}
MAINTAINER= thierry at FreeBSD.org
COMMENT= Calculation of rank-width and rank-decompositions
@@ -15,9 +16,12 @@ 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>
Modified: head/sysutils/rw/Makefile
==============================================================================
--- head/sysutils/rw/Makefile Wed Apr 1 09:32:18 2020 (r530208)
+++ head/sysutils/rw/Makefile Wed Apr 1 09:36:48 2020 (r530209)
@@ -13,6 +13,8 @@ COMMENT= Simple replacement for dd wth standard comman
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
+CONFLICTS_INSTALL= rankwidth-*
+
PLIST_FILES= bin/rw share/man/man1/rw.1.gz
post-install:
More information about the svn-ports-all
mailing list