diff options
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 18 | ||||
-rw-r--r-- | math/glpk/distinfo | 1 | ||||
-rw-r--r-- | math/glpk/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | math/glpk/pkg-comment | 1 | ||||
-rw-r--r-- | math/glpk/pkg-descr | 8 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 16 |
6 files changed, 55 insertions, 0 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile new file mode 100644 index 0000000..032e7de --- /dev/null +++ b/math/glpk/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: GLPK +# Date created: 16 December 2000 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= glpk +PORTVERSION= 1.1.1 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= glpk + +MAINTAINER= demon@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/math/glpk/distinfo b/math/glpk/distinfo new file mode 100644 index 0000000..7ae6676 --- /dev/null +++ b/math/glpk/distinfo @@ -0,0 +1 @@ +MD5 (glpk-1.1.1.tar.gz) = 284ad7adab12efc6d4a2648d9fb322d0 diff --git a/math/glpk/files/patch-Makefile.in b/math/glpk/files/patch-Makefile.in new file mode 100644 index 0000000..9a4cd80 --- /dev/null +++ b/math/glpk/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Dec 16 23:18:41 2000 ++++ Makefile.in Sat Dec 16 23:19:44 2000 +@@ -294,8 +294,6 @@ + for i in $(HDRS); do \ + $(INSTALL_DATA) $(srcdir)/include/$$i \ + $(DESTDIR)$(includedir)/$$i; \ +- $(INSTALL_DATA) $(srcdir)/include/$$i \ +- $(DESTDIR)$(oldincludedir)/$$i; \ + done + $(INSTALL_DATA) libglpk.a $(DESTDIR)$(libdir)/libglpk.a + diff --git a/math/glpk/pkg-comment b/math/glpk/pkg-comment new file mode 100644 index 0000000..080e181 --- /dev/null +++ b/math/glpk/pkg-comment @@ -0,0 +1 @@ +A GNU Linear Programming Kit diff --git a/math/glpk/pkg-descr b/math/glpk/pkg-descr new file mode 100644 index 0000000..3d6ef58 --- /dev/null +++ b/math/glpk/pkg-descr @@ -0,0 +1,8 @@ +GLPK -- GNU Linear Programming Kit. + +The GLPK package is intended for solving large scale linear programming +problems by means of the revised simplex method. It is a set of routines +organized in the form of a library and written in the ANSI C programming +language. + +WWW: http://www.gnu.org/software/glpk/glpk.html diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist new file mode 100644 index 0000000..61f41eb --- /dev/null +++ b/math/glpk/pkg-plist @@ -0,0 +1,16 @@ +include/glpapi.h +include/glpavl.h +include/glpduff.h +include/glpefi.h +include/glpeta.h +include/glpgel.h +include/glphbsm.h +include/glpimg.h +include/glpk.h +include/glpmat.h +include/glpmps.h +include/glprfi.h +include/glprsm.h +include/glpset.h +include/glpstr.h +lib/libglpk.a |