From owner-svn-ports-all@freebsd.org Sun Aug 25 01:00:04 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 89C3DD0B7B; Sun, 25 Aug 2019 01:00:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46GGyD376gz4MNT; Sun, 25 Aug 2019 01:00:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4DE71DA01; Sun, 25 Aug 2019 01:00:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7P104R9064709; Sun, 25 Aug 2019 01:00:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P103vu064704; Sun, 25 Aug 2019 01:00:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908250100.x7P103vu064704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Aug 2019 01:00:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509767 - in head/math: . bonmin X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . bonmin X-SVN-Commit-Revision: 509767 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 01:00:04 -0000 Author: yuri Date: Sun Aug 25 01:00:02 2019 New Revision: 509767 URL: https://svnweb.freebsd.org/changeset/ports/509767 Log: New port: math/bonmin: Basic Open-source Nonlinear Mixed INteger programming Added: head/math/bonmin/ head/math/bonmin/Makefile (contents, props changed) head/math/bonmin/distinfo (contents, props changed) head/math/bonmin/pkg-descr (contents, props changed) head/math/bonmin/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Aug 25 00:46:23 2019 (r509766) +++ head/math/Makefile Sun Aug 25 01:00:02 2019 (r509767) @@ -150,6 +150,7 @@ SUBDIR += blis SUBDIR += blitz++ SUBDIR += blocksolve95 + SUBDIR += bonmin SUBDIR += boolector SUBDIR += bsdnt SUBDIR += btor2tools Added: head/math/bonmin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/bonmin/Makefile Sun Aug 25 01:00:02 2019 (r509767) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= bonmin +DISTVERSIONPREFIX= releases/ +DISTVERSION= 1.8.7 +CATEGORIES= math +PKGNAMEPREFIX= coin-or- + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Basic Open-source Nonlinear Mixed INteger programming + +LICENSE= EPL +LICENSE_FILE= ${WRKSRC}/Bonmin/LICENSE + +LIB_DEPENDS= libCbc.so:math/coinmp \ + libipopt.so:math/ipopt + +USES= blaslapack:netlib gmake libtool pkgconfig +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= coin-or +GH_PROJECT= Bonmin +USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip + +TEST_TARGET= test + +.include Added: head/math/bonmin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/bonmin/distinfo Sun Aug 25 01:00:02 2019 (r509767) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566692976 +SHA256 (coin-or-Bonmin-releases-1.8.7_GH0.tar.gz) = b7ff716b5b69055b9a4f0a6083d5805adde95aeb7678d2c349d3499881343b3a +SIZE (coin-or-Bonmin-releases-1.8.7_GH0.tar.gz) = 1335974 Added: head/math/bonmin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/bonmin/pkg-descr Sun Aug 25 01:00:02 2019 (r509767) @@ -0,0 +1,5 @@ +Bonmin (Basic Open-source Nonlinear Mixed INteger programming) is an +experimental open-source C++ code for solving general MINLP (Mixed Integer +NonLinear Programming) problems. + +WWW: https://projects.coin-or.org/Bonmin Added: head/math/bonmin/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/bonmin/pkg-plist Sun Aug 25 01:00:02 2019 (r509767) @@ -0,0 +1,67 @@ +include/coin/BonArraysHelpers.hpp +include/coin/BonAuxInfos.hpp +include/coin/BonBabInfos.hpp +include/coin/BonBabSetupBase.hpp +include/coin/BonBonminSetup.hpp +include/coin/BonBranchingTQP.hpp +include/coin/BonCbc.hpp +include/coin/BonCbcLpStrategy.hpp +include/coin/BonCbcNlpStrategy.hpp +include/coin/BonCbcNode.hpp +include/coin/BonChooseVariable.hpp +include/coin/BonCurvBranchingSolver.hpp +include/coin/BonCutStrengthener.hpp +include/coin/BonDiver.hpp +include/coin/BonDummyHeuristic.hpp +include/coin/BonDummyPump.hpp +include/coin/BonEcpCuts.hpp +include/coin/BonExitCodes.hpp +include/coin/BonFixAndSolveHeuristic.hpp +include/coin/BonGuessHeuristic.hpp +include/coin/BonHeuristicDive.hpp +include/coin/BonHeuristicDiveFractional.hpp +include/coin/BonHeuristicDiveMIP.hpp +include/coin/BonHeuristicDiveMIPFractional.hpp +include/coin/BonHeuristicDiveMIPVectorLength.hpp +include/coin/BonHeuristicDiveVectorLength.hpp +include/coin/BonHeuristicFPump.hpp +include/coin/BonHeuristicLocalBranching.hpp +include/coin/BonHeuristicRINS.hpp +include/coin/BonIpoptInteriorWarmStarter.hpp +include/coin/BonIpoptSolver.hpp +include/coin/BonIpoptWarmStart.hpp +include/coin/BonLinearCutsGenerator.hpp +include/coin/BonLocalSolverBasedHeuristic.hpp +include/coin/BonLpBranchingSolver.hpp +include/coin/BonMilpRounding.hpp +include/coin/BonOACutGenerator2.hpp +include/coin/BonOAMessages.hpp +include/coin/BonOaDecBase.hpp +include/coin/BonOaFeasChecker.hpp +include/coin/BonOaNlpOptim.hpp +include/coin/BonOsiTMINLPInterface.hpp +include/coin/BonOuterApprox.hpp +include/coin/BonPseudoCosts.hpp +include/coin/BonPumpForMinlp.hpp +include/coin/BonQuadCut.hpp +include/coin/BonQuadRow.hpp +include/coin/BonRegisteredOptions.hpp +include/coin/BonStrongBranchingSolver.hpp +include/coin/BonSubMipSolver.hpp +include/coin/BonTMINLP.hpp +include/coin/BonTMINLP2OsiLP.hpp +include/coin/BonTMINLP2Quad.hpp +include/coin/BonTMINLP2TNLP.hpp +include/coin/BonTMINLPLinObj.hpp +include/coin/BonTMatrix.hpp +include/coin/BonTNLP2FPNLP.hpp +include/coin/BonTNLPSolver.hpp +include/coin/BonTypes.hpp +include/coin/BonminConfig.h +lib/libbonmin.so +lib/libbonmin.so.4 +lib/libbonmin.so.4.8.7 +libdata/pkgconfig/bonmin.pc +share/coin/doc/Bonmin/AUTHORS +share/coin/doc/Bonmin/LICENSE +share/coin/doc/Bonmin/README