Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9B7371A921F for ; Fri, 1 Jan 2021 10:31:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A9EDE850DF; Fri, 1 Jan 2021 10:31:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E694B84D6D for ; Fri, 1 Jan 2021 10:31:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NBEoVeFnv2db for ; Fri, 1 Jan 2021 10:31:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 661C584D69 for ; Fri, 1 Jan 2021 10:31:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59BF7FA9D; Fri, 1 Jan 2021 10:31:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160949709489870" MIME-Version: 1.0 Date: Fri, 1 Jan 2021 10:31:34 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-lpSolve To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210101103134.59BF7FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160949709489870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Jan 1 10:31:34 UTC 2021 Added Files: pkgsrc/devel/R-lpSolve: DESCR Makefile distinfo Log Message: (devel/R-lpSolve) import R-lpSolve-5.6.15 Lp_solve is freely available (under LGPL 2) software for solving linear, integer and mixed integer programs. In this implementation we supply a "wrapper" function in C and some R functions that solve general linear/integer problems, assignment problems, and transportation problems. This version calls lp_solve version 5.5. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-lpSolve/DESCR \ pkgsrc/devel/R-lpSolve/Makefile pkgsrc/devel/R-lpSolve/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160949709489870 Content-Disposition: inline Content-Length: 1779 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/R-lpSolve/DESCR diff -u /dev/null pkgsrc/devel/R-lpSolve/DESCR:1.1 --- /dev/null Fri Jan 1 10:31:34 2021 +++ pkgsrc/devel/R-lpSolve/DESCR Fri Jan 1 10:31:34 2021 @@ -0,0 +1,5 @@ +Lp_solve is freely available (under LGPL 2) software for solving +linear, integer and mixed integer programs. In this implementation we +supply a "wrapper" function in C and some R functions that solve +general linear/integer problems, assignment problems, and +transportation problems. This version calls lp_solve version 5.5. Index: pkgsrc/devel/R-lpSolve/Makefile diff -u /dev/null pkgsrc/devel/R-lpSolve/Makefile:1.1 --- /dev/null Fri Jan 1 10:31:34 2021 +++ pkgsrc/devel/R-lpSolve/Makefile Fri Jan 1 10:31:34 2021 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2021/01/01 10:31:34 mef Exp $ + +R_PKGNAME= lpSolve +R_PKGVER= 5.6.15 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs +LICENSE= gnu-lgpl-v2 + +DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec + +USE_LANGUAGES= c + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/R-lpSolve/distinfo diff -u /dev/null pkgsrc/devel/R-lpSolve/distinfo:1.1 --- /dev/null Fri Jan 1 10:31:34 2021 +++ pkgsrc/devel/R-lpSolve/distinfo Fri Jan 1 10:31:34 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/01/01 10:31:34 mef Exp $ + +SHA1 (R/lpSolve_5.6.15.tar.gz) = 81c7700cd88735cfb8624c01e072eb4ffb373860 +RMD160 (R/lpSolve_5.6.15.tar.gz) = e2e23b02b8f22f18d6e806011c1aea5011ce7c05 +SHA512 (R/lpSolve_5.6.15.tar.gz) = 68a71654cf405890028f32b6764446a0a82842a529cf060190d14fa2dcb114613bafff44235cbb156cbcfb0a8a9e0982051189aa9d6f65ea1721e09d35d118e1 +Size (R/lpSolve_5.6.15.tar.gz) = 467646 bytes --_----------=_160949709489870--