pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-lpSolve



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index