diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2000-12-18 10:17:22 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2000-12-18 10:17:22 +0000 |
commit | 289b471b6ea5142b987a0d841a6e425c5934a8e5 (patch) | |
tree | f75d2e7a00f5efddb62d6a0c3ae9fb78835b9db3 /math/glpk | |
parent | 3c7d0e406bb3e745d8ec7e152ccc8b612f5dbf55 (diff) | |
download | ports-289b471b6ea5142b987a0d841a6e425c5934a8e5.tar.gz ports-289b471b6ea5142b987a0d841a6e425c5934a8e5.zip |
Notes
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 000000000000..032e7def8d31 --- /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 000000000000..7ae6676fdf35 --- /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 000000000000..9a4cd80416ec --- /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 000000000000..080e181fc15f --- /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 000000000000..3d6ef5852581 --- /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 000000000000..61f41ebdaba7 --- /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 |