math/nauty: Update 2.7r3 → 2.8.6

PR:		271718
Approved by:	moritz@schmi.tt (maintainer's timeout; 17 days)
This commit is contained in:
Yuri Victorovich 2023-06-15 21:55:30 -07:00
parent b46c89c861
commit 408d3768d8
18 changed files with 43 additions and 24 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= apache-openoffice PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION} PORTVERSION= ${AOOVERSION}
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= editors java CATEGORIES= editors java
MASTER_SITES= https://dlcdn.apache.org/openoffice/${PORTVERSION}/source/ \ MASTER_SITES= https://dlcdn.apache.org/openoffice/${PORTVERSION}/source/ \
https://archive.apache.org/dist/openoffice/${PORTVERSION}/source/ \ https://archive.apache.org/dist/openoffice/${PORTVERSION}/source/ \

View file

@ -1,6 +1,6 @@
PORTNAME= apache-openoffice PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP} PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP}
PORTREVISION= 1 PORTREVISION= 2
PORTEPOCH= 4 PORTEPOCH= 4
CATEGORIES= editors java CATEGORIES= editors java
MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \ MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \

View file

@ -1,7 +1,7 @@
PORTNAME= bonmin PORTNAME= bonmin
DISTVERSIONPREFIX= releases/ DISTVERSIONPREFIX= releases/
DISTVERSION= 1.8.9 DISTVERSION= 1.8.9
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= math CATEGORIES= math
PKGNAMEPREFIX= coin-or- PKGNAMEPREFIX= coin-or-

View file

@ -1,6 +1,6 @@
PORTNAME= casadi PORTNAME= casadi
DISTVERSION= 3.6.0 DISTVERSION= 3.6.0
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= math CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View file

@ -1,6 +1,7 @@
PORTNAME= cbc PORTNAME= cbc
DISTVERSIONPREFIX= releases/ DISTVERSIONPREFIX= releases/
DISTVERSION= 2.10.10 DISTVERSION= 2.10.10
PORTREVISION= 1
CATEGORIES= math CATEGORIES= math
PKGNAMEPREFIX= coin-or- PKGNAMEPREFIX= coin-or-

View file

@ -1,7 +1,7 @@
PORTNAME= CoinMP PORTNAME= CoinMP
DISTVERSIONPREFIX= releases/ DISTVERSIONPREFIX= releases/
DISTVERSION= 1.8.4 DISTVERSION= 1.8.4
PORTREVISION= 8 PORTREVISION= 9
CATEGORIES= math CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View file

@ -1,7 +1,7 @@
PORTNAME= couenne PORTNAME= couenne
DISTVERSIONPREFIX= releases/ DISTVERSIONPREFIX= releases/
DISTVERSION= 0.5.8 DISTVERSION= 0.5.8
PORTREVISION= 10 PORTREVISION= 11
CATEGORIES= math CATEGORIES= math
PKGNAMEPREFIX= coin-or- PKGNAMEPREFIX= coin-or-

View file

@ -1,7 +1,7 @@
PORTNAME= disco PORTNAME= disco
DISTVERSIONPREFIX= releases/ DISTVERSIONPREFIX= releases/
DISTVERSION= 1.0.0-33 DISTVERSION= 1.0.0-33
PORTREVISION= 4 PORTREVISION= 5
DISTVERSIONSUFFIX= -g68720be DISTVERSIONSUFFIX= -g68720be
CATEGORIES= math CATEGORIES= math
PKGNAMEPREFIX= coin-or- PKGNAMEPREFIX= coin-or-

View file

@ -1,6 +1,6 @@
PORTNAME= giacxcas PORTNAME= giacxcas
DISTVERSION= 1.9.0-21 DISTVERSION= 1.9.0-21
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= math CATEGORIES= math
MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \ MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \
http://cocoa.dima.unige.it/cocoalib/tgz/:cocoa \ http://cocoa.dima.unige.it/cocoalib/tgz/:cocoa \

View file

@ -1,7 +1,7 @@
# PORTNAME block # PORTNAME block
PORTNAME= libnormaliz PORTNAME= libnormaliz
DISTVERSION= 3.9.0 DISTVERSION= 3.9.0
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= math CATEGORIES= math
MASTER_SITES= https://github.com/Normaliz/Normaliz/releases/download/v${PORTVERSION}/ MASTER_SITES= https://github.com/Normaliz/Normaliz/releases/download/v${PORTVERSION}/
DISTNAME= normaliz-${PORTVERSION} DISTNAME= normaliz-${PORTVERSION}

View file

@ -1,9 +1,10 @@
PORTNAME= nauty PORTNAME= nauty
PORTVERSION= 2.7r3 PORTVERSION= 2.8.6
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= math CATEGORIES= math
MASTER_SITES= https://users.cecs.anu.edu.au/~bdm/nauty/ MASTER_SITES= https://users.cecs.anu.edu.au/~bdm/nauty/ \
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} https://pallini.di.uniroma1.it/
DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/g}
MAINTAINER= moritz@schmi.tt MAINTAINER= moritz@schmi.tt
COMMENT= Nauty & Traces are programs for computing graph automorphism COMMENT= Nauty & Traces are programs for computing graph automorphism
@ -33,7 +34,7 @@ post-build: # build shared libraries: based on how static libraries are created
objects=$$(ls *.o) ; \ objects=$$(ls *.o) ; \
${RM} $${objects} ; \ ${RM} $${objects} ; \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} FREEBSD_EXTRA_CFLAGS="-fPIC" $${objects} ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} FREEBSD_EXTRA_CFLAGS="-fPIC" $${objects}
# build libraries # build shared libraries
cd ${WRKSRC} && ${CC} ${LDFLAGS} -shared -o libnauty.so -Wl,-soname,libnauty.so \ cd ${WRKSRC} && ${CC} ${LDFLAGS} -shared -o libnauty.so -Wl,-soname,libnauty.so \
nauty.o nautil.o nausparse.o naugraph.o schreier.o naurng.o traces.o gtools.o naututil.o \ nauty.o nautil.o nausparse.o naugraph.o schreier.o naurng.o traces.o gtools.o naututil.o \
nautinv.o gutil1.o gutil2.o gtnauty.o naugroup.o nautycliquer.o nautinv.o gutil1.o gutil2.o gtnauty.o naugroup.o nautycliquer.o
@ -52,10 +53,16 @@ post-build: # build shared libraries: based on how static libraries are created
cd ${WRKSRC} && ${CC} ${LDFLAGS} -shared -o libnautyL1.so -Wl,-soname,libnautyL1.so \ cd ${WRKSRC} && ${CC} ${LDFLAGS} -shared -o libnautyL1.so -Wl,-soname,libnautyL1.so \
nautyL1.o nautilL1.o nausparseL.o naugraphL1.o schreierL.o naurng.o traces.o gtoolsL.o naututilL1.o \ nautyL1.o nautilL1.o nausparseL.o naugraphL1.o schreierL.o naurng.o traces.o gtoolsL.o naututilL1.o \
nautinvL1.o gutil1L1.o gutil2L1.o gtnautyL1.o naugroupL.o nautycliquerL.o nautinvL1.o gutil1L1.o gutil2L1.o gtnautyL1.o naugroupL.o nautycliquerL.o
cd ${WRKSRC} && ${CC} ${LDFLAGS} -shared -o libnautyS.so -Wl,-soname,libnautyS.so \
nautyS.o nautilS.o nausparseS.o naugraphS.o schreierS.o naurng.o traces.o gtoolsS.o naututilS.o \
nautinvS.o gutil1S.o gutil2S.o gtnautyS.o naugroupS.o nautycliquerS.o
cd ${WRKSRC} && ${CC} ${LDFLAGS} -shared -o libnautyS1.so -Wl,-soname,libnautyS.so \
nautyS1.o nautilS1.o nausparseS.o naugraphS1.o schreierS.o naurng.o traces.o gtoolsS.o naututilS1.o \
nautinvS1.o gutil1S1.o gutil2S1.o gtnautyS1.o naugroupS.o nautycliquerS.o
post-install: post-install:
# install shared libraries # install shared libraries
.for l in libnauty.so libnauty1.so libnautyW.so libnautyW1.so libnautyL.so libnautyL1.so .for l in libnauty.so libnauty1.so libnautyW.so libnautyW1.so libnautyL.so libnautyL1.so libnautyS.so libnautyS1.so
${INSTALL_LIB} ${WRKSRC}/${l} ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/${l} ${STAGEDIR}${PREFIX}/lib
.endfor .endfor
# correct the include path in .pc files # correct the include path in .pc files
@ -65,6 +72,6 @@ post-install:
do-install-DOCS-on: do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/nug27.pdf ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/nug28.pdf ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1630783130 TIMESTAMP = 1685407327
SHA256 (nauty27r3.tar.gz) = 4f0665b716a53f7a14ea2ae30059f23d064ce3fe4c12c013404ef6e1ee0b88c2 SHA256 (nauty2_8_6.tar.gz) = f2ce98225ca8330f5bce35f7d707b629247e09dda15fc479dc00e726fee5e6fa
SIZE (nauty27r3.tar.gz) = 1721200 SIZE (nauty2_8_6.tar.gz) = 1546765

View file

@ -1,6 +1,8 @@
bin/NRswitchg bin/NRswitchg
bin/addedgeg bin/addedgeg
bin/addptg
bin/amtog bin/amtog
bin/ancestorg
bin/assembleg bin/assembleg
bin/biplabg bin/biplabg
bin/catg bin/catg
@ -11,6 +13,7 @@ bin/countg
bin/cubhamg bin/cubhamg
bin/deledgeg bin/deledgeg
bin/delptg bin/delptg
bin/dimacs2g
bin/directg bin/directg
bin/dreadnaut bin/dreadnaut
bin/dretodot bin/dretodot
@ -20,6 +23,7 @@ bin/genbg
bin/genbgL bin/genbgL
bin/geng bin/geng
bin/gengL bin/gengL
bin/genposetg
bin/genquarticg bin/genquarticg
bin/genrang bin/genrang
bin/genspecialg bin/genspecialg
@ -34,6 +38,7 @@ bin/nbrhoodg
bin/newedgeg bin/newedgeg
bin/pickg bin/pickg
bin/planarg bin/planarg
bin/productg
bin/ranlabg bin/ranlabg
bin/shortg bin/shortg
bin/showg bin/showg
@ -64,6 +69,10 @@ lib/libnautyL.a
lib/libnautyL.so lib/libnautyL.so
lib/libnautyL1.a lib/libnautyL1.a
lib/libnautyL1.so lib/libnautyL1.so
lib/libnautyS.a
lib/libnautyS.so
lib/libnautyS1.a
lib/libnautyS1.so
lib/libnautyW.a lib/libnautyW.a
lib/libnautyW.so lib/libnautyW.so
lib/libnautyW1.a lib/libnautyW1.a
@ -72,6 +81,8 @@ libdata/pkgconfig/nauty.pc
libdata/pkgconfig/nauty1.pc libdata/pkgconfig/nauty1.pc
libdata/pkgconfig/nautyL.pc libdata/pkgconfig/nautyL.pc
libdata/pkgconfig/nautyL1.pc libdata/pkgconfig/nautyL1.pc
libdata/pkgconfig/nautyS.pc
libdata/pkgconfig/nautyS1.pc
libdata/pkgconfig/nautyW.pc libdata/pkgconfig/nautyW.pc
libdata/pkgconfig/nautyW1.pc libdata/pkgconfig/nautyW1.pc
%%PORTDOCS%%%%DOCSDIR%%/nug27.pdf %%PORTDOCS%%%%DOCSDIR%%/nug28.pdf

View file

@ -1,7 +1,7 @@
PORTNAME= openturns PORTNAME= openturns
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 1.20 DISTVERSION= 1.20
PORTREVISION= 8 PORTREVISION= 9
CATEGORIES= math CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View file

@ -1,7 +1,7 @@
PORTNAME= or-tools PORTNAME= or-tools
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 9.5 DISTVERSION= 9.5
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= math CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View file

@ -1,7 +1,7 @@
PORTNAME= or-tools PORTNAME= or-tools
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 9.5 DISTVERSION= 9.5
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= math CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,6 +1,6 @@
PORTNAME= sage PORTNAME= sage
PORTVERSION= 9.2 PORTVERSION= 9.2
PORTREVISION= 39 PORTREVISION= 40
CATEGORIES= math CATEGORIES= math
MASTER_SITES= https://mirrors.xmission.com/sage/src/ \ MASTER_SITES= https://mirrors.xmission.com/sage/src/ \
http://mirrors.xmission.com/sage/src/ \ http://mirrors.xmission.com/sage/src/ \

View file

@ -1,7 +1,7 @@
PORTNAME= openmvg PORTNAME= openmvg
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 2.0 DISTVERSION= 2.0
PORTREVISION= 8 PORTREVISION= 9
CATEGORIES= misc science CATEGORIES= misc science
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org