mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
math/asl: Update 1.4.4 -> 2.0.0
Reported by: portscout
This commit is contained in:
parent
2bc6cc38f2
commit
ce52f9301c
21 changed files with 37 additions and 30 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= apache-openoffice
|
||||
PORTVERSION= ${AOOVERSION}
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors java
|
||||
MASTER_SITES= https://dlcdn.apache.org/openoffice/${PORTVERSION}/source/ \
|
||||
https://archive.apache.org/dist/openoffice/${PORTVERSION}/source/ \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= apache-openoffice
|
||||
PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP}
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= editors java
|
||||
MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= asl
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 1.4.4
|
||||
DISTVERSION= 2.0.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://coin-or-tools.github.io/ThirdParty-ASL/:solvers
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
@ -20,7 +20,7 @@ GH_PROJECT= ThirdParty-ASL
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALL_TARGET=install-strip
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
BINARY_ALIAS= make=${GMAKE}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1643656607
|
||||
TIMESTAMP = 1645600598
|
||||
SHA256 (solvers-64919f75f.tgz) = e212926d1d797701adc901ef18eaab6b15edd13f9281dd8c9266e3cdaf8c2dd3
|
||||
SIZE (solvers-64919f75f.tgz) = 360043
|
||||
SHA256 (coin-or-tools-ThirdParty-ASL-releases-1.4.4_GH0.tar.gz) = dc742ec8ccec65f0af692879f3d51af76d743d5bcafac0714d01e15a6f9147ad
|
||||
SIZE (coin-or-tools-ThirdParty-ASL-releases-1.4.4_GH0.tar.gz) = 254368
|
||||
SHA256 (coin-or-tools-ThirdParty-ASL-releases-2.0.0_GH0.tar.gz) = b617b6d46a2722189dedef7c8013f7e21ebe677fe34cc6b62fabb1639fd3a96d
|
||||
SIZE (coin-or-tools-ThirdParty-ASL-releases-2.0.0_GH0.tar.gz) = 247662
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
include/coin/ThirdParty/arith.h
|
||||
include/coin/ThirdParty/asl.h
|
||||
include/coin/ThirdParty/asl_pfg.h
|
||||
include/coin/ThirdParty/asl_pfgh.h
|
||||
include/coin/ThirdParty/funcadd.h
|
||||
include/coin/ThirdParty/getstub.h
|
||||
include/coin/ThirdParty/nlp.h
|
||||
include/coin/ThirdParty/nlp2.h
|
||||
include/coin/ThirdParty/opcode.hd
|
||||
include/coin/ThirdParty/psinfo.h
|
||||
include/coin/ThirdParty/r_opn.hd
|
||||
include/coin/ThirdParty/stdio1.h
|
||||
include/coin-or/asl/arith.h
|
||||
include/coin-or/asl/asl.h
|
||||
include/coin-or/asl/asl_pfg.h
|
||||
include/coin-or/asl/asl_pfgh.h
|
||||
include/coin-or/asl/funcadd.h
|
||||
include/coin-or/asl/getstub.h
|
||||
include/coin-or/asl/nlp.h
|
||||
include/coin-or/asl/nlp2.h
|
||||
include/coin-or/asl/opcode.hd
|
||||
include/coin-or/asl/psinfo.h
|
||||
include/coin-or/asl/r_opn.hd
|
||||
include/coin-or/asl/stdio1.h
|
||||
lib/libcoinasl.so
|
||||
lib/libcoinasl.so.1
|
||||
lib/libcoinasl.so.1.4.4
|
||||
lib/libcoinasl.so.2
|
||||
lib/libcoinasl.so.2.0.0
|
||||
libdata/pkgconfig/coinasl.pc
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= bonmin
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 1.8.8
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= casadi
|
||||
DISTVERSION= 3.5.5
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= cbc
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 2.10.5
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= cgl-conic
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 1.0.0-6
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -gc96de60
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= cgl
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 0.60.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= Clp
|
||||
DISTVERSION= 1.17.3
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME}/
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= CoinMP
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 1.8.4
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= couenne
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 0.5.8
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= disco
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 1.0.0-33
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
DISTVERSIONSUFFIX= -g68720be
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= gravity
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.1.20210512
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= Ipopt
|
||||
DISTVERSION= 3.12.13
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://www.coin-or.org/download/source/Ipopt/ \
|
||||
http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/:metis \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= openturns
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.18
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= or-tools
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 9.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= or-tools
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 9.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= symphony
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 5.6.18
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= openmvg
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
Loading…
Add table
Reference in a new issue